@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@font-face {
  font-family: 'cera_problack_italic';
  src: url('../fonts/cera_pro_black_italic.woff2') format('woff2'),
       url('../fonts/cera_pro_black_italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'cera_problack';
  src: url('../fonts/cera_pro_black.woff2') format('woff2'),
       url('../fonts/cera_pro_black.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'cera_probold';
  src: url('../fonts/cera_pro_bold.woff2') format('woff2'),
       url('../fonts/cera_pro_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'cera_prolight';
  src: url('../fonts/cera_pro_light.woff2') format('woff2'),
       url('../fonts/cera_pro_light.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'cera_promedium';
  src: url('../fonts/cera_pro_medium.woff2') format('woff2'),
       url('../fonts/cera_pro_medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'cera_proitalic';
  src: url('../fonts/cera_pro_regular_italic.woff2') format('woff2'),
       url('../fonts/cera_pro_regular_italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}



@font-face {
  font-family: 'lemonmilkregular';
  src: url('../fonts/lemonmilk.woff2') format('woff2'),
       url('../fonts/lemonmilk.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'lemonmilkbold';
  src: url('../fonts/lemonmilkbold.woff2') format('woff2'),
       url('../fonts/lemonmilkbold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'lemonmilk_lightregular';
  src: url('../fonts/lemonmilklight.woff2') format('woff2'),
       url('../fonts/lemonmilklight.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float:left;
  z-index:9999999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {margin-top:0px; float: right;}
#cssmenu.align-center > ul {font-size: 0; text-align: center;}
#cssmenu.align-center ul ul {text-align: left;}
#cssmenu.align-center > ul > li {display: inline-block; float:none;}
#cssmenu.align-right > ul > li {float: right;}
#cssmenu.align-right ul ul {text-align: right;}
#cssmenu > ul > li {float: left;}
#cssmenu > ul > li .btn{font-size: 16px;}
#cssmenu > ul > li .btnlogin{
  font-family: 'cera_probold','sans-serif'; color:#2A007C; border-radius: 27px; font-size: 19px;
}
#cssmenu > ul > li > a {font-weight:400; font-size:17px; line-height:22px; text-transform:none; color: #fe5900;  font-family: 'cera_probold','sans-serif'; text-transform: uppercase; padding:20px 12px 11px 12px; min-height: 55px;}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {background: none; color:#2a007c; }
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 10px;
  padding-top: 8px;
  border-radius: 0px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top:50px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 0px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 200px;
  font-family: 'Roboto', sans-serif; 
  padding: 12px 25px 12px 15px;
  font-size: 15px;
  font-weight:normal;
  text-align: left;
  color:#5f646c;
  text-decoration: none;
  background:#fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #fff;
  background:#FF7F00;
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 50px;
  background: #67C9E0;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 50px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}

.logindropdown .dropdown-menu.open{display: block;
  background: #2a007c!important;

}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 992px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width:992px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 992px), only screen and (min-device-pixel-ratio: 2) and (max-width: 992px), only screen and (min-resolution: 192dpi) and (max-width: 992px), only screen and (min-resolution: 2dppx) and (max-width: 992px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }

  #cssmenu > ul > li > a {font-weight:400; font-size:14px; line-height:14px; text-transform:uppercase; color: #ffffff!important; 
    font-family: 'Open Sans', sans-serif; padding:18px 0px 13px 0px; margin:0px 15px; float:left;}
  #cssmenu > ul > li.active > a {font-size:14px; line-height:14px; text-transform:uppercase; border-bottom:none; width: 100%; }
  #cssmenu ul ul li a {
  padding: 12px 25px 12px 15px;
  font-size: 13px;
  font-weight:normal;
  text-align: right;
  color:#5f646c;
  text-decoration: none;
  background:#fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
    box-shadow: none;
    background: none;
    float: left;
    text-align: left;
    color: #ffffff;
  }
  #cssmenu ul li a {
    padding-left: 3%;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 15px 40px 15px 20px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 46px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 25px;
    top: 21px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #ffffff;
  }

  #cssmenu #menu-button {
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float:right;
  z-index:9999999;
}
}

@media screen and (max-width:1400px){
  #cssmenu > ul > li > a{
    font-size: 14px; padding:20px 10px 11px 10px;
  }
  .logindropdown .dropdown-toggle{font-size: 13px!important;}
}
@media screen and (max-width:1100px){
  #cssmenu ul{ display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
  
  }
   
}

@media screen and (max-width:830px){
  #cssmenu ul{ display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
  }
  .logo{
    text-align:center;
  }
   
}



