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

/* font */
@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: 'RobotoCondensed-Bold';
  src: url('fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Cyberella_Unicode';
  src: url('fonts/Cyberella_Unicode/AC-Cyberella_Unicode.otf') format('truetype'); 
}
@font-face {
  font-family: 'Fifindrel_Unicode';
  src: url('fonts/Fifindrel_Unicode/AC-Fifindrel_Unicode.otf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src:url('fonts/Open_Sans/OpenSans-BoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url('fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('fonts/Open_Sans/OpenSans-Italic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('fonts/Open_Sans/OpenSans-Light.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url('fonts/Open_Sans/OpenSans-LightItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url('fonts/Open_Sans/OpenSans-SemiboldItalic.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('fonts/Roboto/Roboto-ThinItalic.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'); 
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.megamenu li{
	float:left;
	display:inline;
}
.megamenu>li>a{
	float: left;
	color: #fff;
	text-decoration: none;
	font-family: 'OpenSans-bold', sans-serif;
	font-weight:normal;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.megamenu>li>a{
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
}
.megamenu_nav>li>a{
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 0.1em;
}
.megamenu>li:hover>a,.megamenu>li.active:hover>a{
	color: #fff;
	background-color: #79ae1e;
	font-weight:normal;
}
.megamenu>li.active>a{
	color: #fff;
	background-color: #79ae1e;
}
.megamenu .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;
	min-width:229px;
}
.megamenu .dropdown {
	background-color: #666666;
	z-index: 5100;
}
.megamenu .dropdown {
	top: 40px;
}
.megamenu_nav .dropdown{
	top: 48px;
}
.megamenu .dropdown li .dropdown {
	left:95%;
	top:inherit;
}
.megamenu .dropdown li{
	clear:both;
	width:100%;
	border-top:solid 1px #555555;
	border-bottom:solid 1px #606060;
}
.megamenu .dropdown li:first-child{
	border-top:none;
}
.megamenu .dropdown li:last-child{
	border-bottom:0
}
.megamenu .dropdown li a{
	font-family: 'OpenSans-Bold', sans-serif;
	float: left;
	width: 100%;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	border: 0 none;
	font-size: 1em;
	color: #fff;
	background: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.megamenu .dropdown li:hover>a{
	background:#79ae1e;
	color:#fff;
}
.megamenu>li.showhide{
	display:none;
	width:100%;
	height:42px;
	cursor:pointer;
}
.megamenu>li.showhide span.title{
	display: none;
}
.megamenu>li.showhide span.icon1:after{
	position:absolute;
	content:"";
	right:25px;
	top:6px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	z-index:1;
		-webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}
.megamenu>li.showhide span.icon2:after{
	position:absolute;
	content:"";
	right:25px;
	top:17px;
	height:3px;
	width:25px;
	font-size:50px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	z-index:1;
		-webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;
}

.megamenu{
	padding: 0;
	width: auto;
	list-style: none;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

@media all and (min-width: 1450px) {
.megamenu>li>a{
	font-size: 1em;
	padding-right: 10px;
	padding-left:10px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.header_nav .megamenu_nav>li>a{
	font-size: 1em;
	padding-right: 9px;
	padding-left:9px;
}
.megamenu .dropdown {
	top: 49px;
}
.megamenu_nav .dropdown{
	top: 48px;
}

}

@media all and (min-width: 1201px) and (max-width: 1449px) {
.megamenu>li>a{
	font-size: 1em;
	padding-right: 10px;
	padding-left:10px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.header_nav .megamenu_nav>li>a{
	font-size: 1em;
	padding-right: 9px;
	padding-left:9px;
}
.megamenu .dropdown {
	top: 49px;
}
.megamenu_nav .dropdown{
	top: 48px;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
.megamenu>li>a{
	font-size: .85em;
	padding-right: 10px;
	padding-left:10px;
	
}
.header_nav .megamenu_nav>li>a{
	font-size: .85em;
	padding-right: 10px;
	padding-left:10px;
	
}
}

@media all and (min-width: 600px) and (max-width: 1199px) {
.megamenu{
	text-align:center;
	position:absolute;
	top:0px;
	right:0;
	left:0;
	width:100%;
}
}
@media all  and (max-width: 599px) {
.megamenu{
	text-align:right;
	position:absolute;
	right:0%;
	width:100%;
}
}




@media(max-width:1199px){
.megamenu{
	width: 100%;
	z-index: 1100;
	background-color: #79ae1e;
	#margin-bottom: 40px;
	padding:0px;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:100;
	margin-top: 0px;
}
.megamenu_nav{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: 0px;
}
.megamenu>li{
	display:block;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.megamenu>li:hover,.megamenu>li.active{
	border-top:0
}
.megamenu>li>a{
	color:#fff!important;
	border-top:solid 1px #628b1c;
	border-bottom:solid 1px #628b1c;
}
.megamenu li:hover>a{
	color:#fff!important;
}
.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{
	color:#fff!important;
	background:#993333!important;
}
.megamenu .dropdown li{
	border-top:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
}

 }

 /* header_into */
 




