
.main-menu {
  display:block;
  position:relative;    position: fixed;
    width: 100%;
        z-index: 999;
        padding-top: 22px;
}

.fixed {
  position: fixed;
  top:0; left:0;

  width: 100%; }


.container-menu {
  width:1170px;
  margin:0 auto;
}
.main-menu:before,.main-menu:after{
  display: table;
  line-height: 0;
  content: "";
}
.core-menu {
    overflow: hidden;
    float: right;
}
.core-menu li {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    padding: 0px 16px;
}
.core-menu li a {
  display:inline-block;
  padding:1em;
    color: #000;
    display:  inline-block;
     padding: 1em 0;
    text-transform: uppercase;
      font-weight: bold; font-family: 'Source Sans Pro', sans-serif;
}
.menu-fix.sticky .core-menu li a {
    padding: 5px 5px 23px !important;
}
.core-menu li a:hover {
    border-bottom: 3px solid #ef6c97;
}
li span.toggle {
  padding-left:1em;
}
.toggle:before {
  content:"\f0d7";
  font:normal normal normal 16px/1 FontAwesome;
    color: #000;
}
.dropdown {
  position:absolute;
  width:200px;margin-left: -61px;
  background:#f9f9f9;      padding: 10px 15px;
  text-align:left;
        border-top: 3px solid #ef6c97;
   display:none;box-shadow: 0px 1px 5px #00000029;
    top: 50px;
}
ul.dropdown:before {
    content: "\f0de";
    font: normal normal normal 16px/1 FontAwesome;
    margin-top: 15px;
    color: #ef6c97;
    position: absolute;
    top: -28px;
    left: 48%;
    font-size: 24px;
}
.dropdown li {
        float: left;
    width: 100%;
       padding: 0px 0px;
  display:block;    border-bottom: 0px solid #00000029;
  }
.core-menu li a.hover-none:hover {
    border-bottom: 0px solid #ef6c97;
}

.dropdown li a {
     display: block;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    padding: 5px 5px;
    width: 100%;
    float: left;
}
.dropdown li a:hover{
    border: 0;
    color: #E6006C;
}
.dropdown2 {
  position:absolute;
  width:230px;
  background:#fce0dd;
  text-align:left;
  display:none;
  right:-100%;
  top:0;box-shadow: 0px 3px 6px #00000029;
}
.dropdown2 li {
  display:block;
  }
.dropdown2 li a {
  display:block;
}
li span.toggle2 {
  position:absolute;
  right:0;
  margin-right:20px;
}
.toggle2:before {
  content:"\f105";
  font:normal normal normal 16px/1 FontAwesome;
}
.hamburger-menu {
  padding:1em;
  display:none;
  font:normal normal normal 16px/1 Roboto;
  text-transform:uppercase;
}
 .menu-fix.sticky {
    box-shadow: 0 4px 6px -5px rgba(0, 0, 0, 0.1);
    height: auto;
    background:#f8f8f8;
 }
 .menu-fix.sticky .logo {
    width: 100px;
    float: left;
    margin-bottom: 6px;
}
 .menu-fix.sticky {
    padding-top: 8px;
}
 .menu-fix.sticky .toggle:before {
    content: "\f0d7";
    font: normal normal normal 16px/1 FontAwesome;
    color: #000;
}
.dropdown{top: 76px;}

.dropdown li a {
     padding: 5px 5px !important;
}.menu-fix.sticky .dropdown li a {
     padding: 5px 5px !important;
}

.menu-fix.sticky .dropdown{top: 56px;}
.two-menu-height{
    min-height:  80px;
}
.three-menu-height{
      min-height:   110px;
}

@media (max-width:980px) {
  .main-menu {
    height:50px;
  }
  .container-menu {
    width:100%;
  }
  .navigation {
    float:left;
    display:block;
    width:100%;
  }
.core-menu {
    float: right;
    width: 100%;
    background: #fff;
    margin: auto;
    display: none;
    height: 100vh;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: -1;    padding-top: 17%;
}
  
  .core-menu li {
    width:100%;
    display:block;
          float: left;
  }
  .core-menu li a{
    display:block;
      text-align: center;
    margin:auto;
  }
  .hamburger-menu {
    display:block;
    text-align:center;
    padding-right:60px;
    float:none;
    width:100%;
      padding: 0;
  }
  .burger-1, .burger-2, .burger-3 {
  display:block;
  position:absolute;
  width:20px;
  height:3px;
  border-radius:30px;
  right:0;
  margin-right:25px;
  background:#000;
    -webkit-transition:.2s ease;
    -ms-transition:.2s ease;
    -moz-transition:.2s ease;
    -o-transition:.2s ease;
  transition:.2s ease; 
  }
  .burger-1 {
  top:22px;
  }
  .burger-2 {
  top:29px;
  }
  .burger-3 {
  top:37px;
  }
  .burger-1.open, .burger-2.open, .burger-3.open {
  -webkit-transition:.2s ease;
  -ms-transition:.2s ease;
  -moz-transition:.2s ease;
  -o-transition:.2s ease;
    transition:.2s ease;
    transform-origin:50% 50%;
  }
  .burger-1.open {
    top:25px;
    width:23px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg); 
    -ms-transform:rotate(45deg); 
    -moz-transform:rotate(45deg); 
    -o-transform:rotate(45deg); 
  }
  .burger-2.open {
    opacity:0;
  }
  .burger-3.open {
    top:25px;
    width:23px;
    transform:rotate(-45deg);
  }
  .dropdown {
     width: 100%;
    background: #f9f9f9;
    text-align: center;
    position: relative;
    float: left;
    margin: 0;
    border-radius: 9px;
    margin-bottom: 9px;
  }
  .dropdown2 {
    right:0;
    top:0;
    width:100%;
    position:relative;
    padding:0 20px;
}
    .toggle:before {
    color: #070707;
}
.dropdown li a {
    font-size: 15px;
    color: #000;
}

.dropdown {
    top: 0;
}
    .two-menu-height{
    min-height:  auto;
}
.three-menu-height{
   min-height:  auto;
}
}