/*============================================================================
   #Webcms
==============================================================================*/
li.lmh-has-dropdown:hover>.lmh-nav-dropdown-full {
    max-width: 1300px!important;
}
li.lmh-current-dropdown>.lmh-nav-dropdown-full, li.lmh-has-dropdown:hover>.lmh-nav-dropdown-full {
    position: fixed;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 50% !important;
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    width: 100%;
    max-width: 1150px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lmh-nav-dropdown>li.lmh-nav-dropdown-col, .lmh-nav-dropdown>li.lmh-image-column {
    text-align: left;
    display: table-cell;
    white-space: nowrap;
    width: 160px;
    min-width: 160px;
}
.lmh-nav-dropdown>li.lmh-anav-dropdown-col:not(:last-child), .lmh-nav-dropdown>li.lmh-image-column:not(:last-child) {
    border-right: 1px solid transparent;
}
.lmh-fix-column{
  max-width: 260px;
  width: 182px;
  text-align: left;
  display: table-cell;
  white-space: nowrap;
  width: 160px;
  min-width: 160px;
}
.lmh-fix-column a{
  color:#FFF;
   padding: 10px;
}
.lmh-fixhedernamea{
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bolder;
}
.lmh-nav-top-li:hover .lmh-nav-dropdown-simpleshow{
  position: fixed;
    right: 5%;
    transform: translateX(0%);
    width: 90%;
}
.lmh-mfp-wrap a:hover{
  color: #d02c8b;
}