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

@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: '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: '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'); 
}


.megamenu{
padding: 0;
width: auto;
list-style: none;
display: inline-block;
position: relative;
max-width: 1200px;
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;
transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
font-family: 'RobotoSlab-Regular', sans-serif;
padding-top: 7px;
padding-bottom: 7px;
letter-spacing: 0.01em;
}
.megamenu>li:hover>a,.megamenu>li.active>a{
color: #000;
background-color: #ebebeb;
}
.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{
top: 30px;
background-color: #ebebeb;
z-index: 5100;
}
.megamenu .dropdown li .dropdown{
left:95%;
top:inherit;
}
.megamenu .dropdown li{
clear:both;
width:100%;
border-top:solid 1px #fff;
border-bottom:solid 1px #e1e1e1;
}
.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;
font-size: 0.9em;
color: #000;
background: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: color .4s ease-in-out;
-moz-transition: color .4s ease-in-out;
-webkit-transition: color .4s ease-in-out;
-o-transition: color .4s ease-in-out;
letter-spacing: 0.05em;
}

.megamenu .dropdown li:hover>a{
background:#000;
color:#fff;
}

.megamenu>li.showhide{
display:none;
width:100%;
height:30px;
cursor:pointer;

#border-bottom:solid 1px #ebebeb;
background-color: transparent;
}
.megamenu>li.showhide span.title{
display: none;
}
.megamenu>li.showhide span.icon1:after{
position:absolute;
content:"";
right:25px;
top:5px;
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:17px;
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: 600px) and (max-width: 1149px) {
.megamenu{
text-align:center;
}
}
@media all  and (max-width: 599px) {
.megamenu{
text-align:right;
}
}




@media(max-width:1149px){
.megamenu{
width: 100%;
z-index: 1100;
background-color: #000;
margin-top: -1px;
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;
}
.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:#000!important;
}
.megamenu .dropdown li:hover>a{
background:#000!important;
color:#fff!important;
}
.megamenu .dropdown li{
border-top:solid 1px #fff;
border-bottom:solid 1px #e1e1e1;

}

 }

 /* header_into */
 
.header_index .megamenu>li>a{
font-size: 1em;
padding-right: 15px;
padding-left:15px;
}
.header_into .megamenu>li>a{
font-size: 1em;
padding-right: 15px;
padding-left:15px;
}



