.asmh-header
{
  min-height: 70px;
  margin: 0 auto;
  max-width: 100%;;
  overflow: visible;
}

.asmh-header > div
{
  width: 100%;
  margin: 0 auto;
}

.asmh-header.sticky > div.stick
{
  position: fixed;
  max-width: 100%;
  top: 0;
  z-index: 99;
/*  left: 0; */
}

.asmh-header .brand img
{
  max-width: 250px;
}

.asmh-header .stick .middle .brand
{
  font-size: 0;
}

.asmh-header.sticky > div.stick .top
{
  display: none;
}


.asmh-header a
{
  text-decoration: none;
}

.asmh-header ul > li > a,
.asmh-header ul > li > a > span
{
  display: inline-block;
}

.asmh-header .container:after
{
  clear: both;
}

.asmh-header .primary:after,
.asmh-header .primary:after ul
{
  clear: both;
}

.asmh-header .primary li
{
  position: relative;
}

.asmh-header, .asmh-header .container
{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.asmh-header ul:before, .asmh-header ul:after,
.asmh-header nav:before, .asmh-header nav:after,
.asmh-header div:before, .asmh-header div:after
{
  content: " ";
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.asmh-header .container
{
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.asmh-header .stick .container
{
  max-width: 100%;
}



/***************************        *****************************/
/*************************** MIDDLE *****************************/
/***************************        *****************************/



.asmh-header .middle
{
  font-size: 18px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.asmh-header .middle
{
  background-color: #FFFFFF;
  display: block;
    background-repeat: repeat-x;
}

.asmh-header .stick .middle
{
  background-color: rgba(255,255,255,1);
}

.asmh-header .nav-wrap
{
  overflow: hidden;
  float: left;
  padding: 12px 0;
}

.asmh-header .stick .nav-wrap
{
  padding: 5px 0;
}

.asmh-header .brand
{
  display: block;
  font-size: 18px;
  line-height: 1;
}


.asmh-header .description
{
  font-size: 14px;
  margin: 0;
  line-height: 1;
}

@media (max-width: 830px)
{
  .asmh-header .description
  {
    line-height: 2;
  }
}

.asmh-header .brand img
{
  height: auto;
}


.asmh-header .stick .brand img
{
  width: 80%;
  padding: 5px 0;
}

.asmh-header .primary
{
  overflow: visible;
}

.asmh-header .primary > ul
{
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.asmh-header .primary > ul > li
{
  float: left;
  display: block;
  text-align: left;
  position: relative;
  padding: 42px 0;
}



.asmh-header .primary > ul > li.search:hover,
.asmh-header .primary > ul > li.secondary:hover
{
  background-color: transparent !important;
}

.asmh-header .primary > ul > li:last-child
{
  padding-right: 0 !important;
}


@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.secondary.dropdown
  {
    padding: 0;
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}

.asmh-header .primary > ul > li.search
{
  line-height: 1;
}

@media (max-width: 830px) {
  .asmh-header .primary > ul > li.search
  {
    line-height: normal;
  }
}

.asmh-header .primary > ul > li.search > a
{
  display: inline-block;
  padding-bottom: 0;
  vertical-align: top;
}

.asmh-header .primary > ul > li.search
{
  background-color: transparent;
}

.asmh-header .primary > ul > li.search > a:before
{
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

.asmh-header .primary > ul > li.search form
{
  width: 0;
  visibility: hidden;
  display: inline-block;
  overflow: visible !important;
  bottom: 0px;
  position: relative;
  padding: 0;
  border-bottom: 1px solid #2e435b;
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.asmh-header .stick .primary > ul > li.search form
{
  bottom: 2px;
}

@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.search.a form
  {
    margin: 6px 0;
  }
}

.asmh-header .primary > ul > li.search:hover form,
.asmh-header .primary > ul > li.search.a form,
.asmh-header .primary > ul > li.search.plain form
{
  width: 180px;
  visibility: visible;
}

@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.search:hover form,
  .asmh-header .primary > ul > li.search.a form,
  .asmh-header .primary > ul > li.search.plain form
  {
    width: 80%;
  }
}

.asmh-header .primary > ul > li.search.plain form
{
  border-bottom: 0 none;
  bottom: 4px;
  margin-left: 10px;
}

.asmh-header .stick .primary > ul > li.search.plain form
{
  bottom: 5px;
}

.asmh-header .primary > ul > li.search.plain form input
{
  border: 1px solid;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 25px;
  padding-left: 5px;
}

.asmh-header .primary > ul > li.search.plain a.icon-search
{
  position: absolute;
  bottom: 9px;
  right: 4px;
  opacity: 0.5;
}

@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.search.plain a.icon-search
  {
    position: relative;
    bottom: auto;
    right: auto;
    opacity: 1.0;
  }

  .asmh-header .primary > ul > li.search.plain form
  {
    margin-left: 0;
    bottom: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .asmh-header .primary > ul > li.search.plain form input
  {
    padding-right: 5px;
    margin: 0 0 0;
  }
}

.asmh-header .stick .primary > ul > li.search.plain a.icon-search
{
  bottom: 11px;
}

.asmh-header .primary > ul > li.search.below form
{
  position: absolute;
  border-bottom: 0 none;
  bottom: -20px;
}

.asmh-header .primary > ul > li.search.below a
{
  cursor: pointer;
}

.asmh-header .search-wrap
{
  position: absolute;
  z-index: 1;
  right: 15px;
  border: 1px solid #000000;
  display: none;
  padding: 20px;
  background-color: #FFFFFF;
}

.asmh-header .primary > ul > li.search.click a
{
  cursor: pointer;
}

.asmh-header .primary > ul > li.search:hover > .icon-search,
.asmh-header .primary > ul > li.search.a > .icon-search
{
  position: relative;
}

@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.search:hover > .icon-search,
  .asmh-header .primary > ul > li.search.a > .icon-search
  {
    margin-left: 0;
    left: 0;
  }
}

.asmh-header .primary > ul > li.search.a form input
{
  visibility: visible;
}

.asmh-header .primary > ul > li.search > div:before,
.asmh-header .primary > ul > li.search > div:after
{
  content: "";
  display: none;
}

.asmh-header .primary > ul > li.search > div
{
  position: relative;
  width: 1px;
  height: 5px;
  bottom: -9px;
  display: none;
  border-right: 1px solid #2e435b;
}

.asmh-header .primary > ul > li.search:hover > div,
.asmh-header .primary > ul > li.search.a > div
{
  display: inline-block;
}

.asmh-header .primary > ul > li.search form input
{
  width: 100%;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 7px;
  margin: 0 0 2px;
  font-size: 16px;
}

.asmh-header .primary > ul > li.search.underline form input
{
  padding-left: 5px;
  padding-right: 5px;
}

.asmh-header .stick .primary > ul > li.search form input
{
  font-size: 14px;
}

@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.search form input
  {
    padding: 0 7px;
  }
}


@media (max-width: 830px)
{
  .asmh-header .primary > ul > li
  {
    padding: 0;
  }
}

.asmh-header .primary > ul > li.search
{
  padding: 42px 0 0;
}

@media (max-width: 830px)
{
  .asmh-header .primary > ul > li.search > a
  {
    padding: 10px 15px !important;
  }

  .asmh-header .primary > ul > li.search
  {
    padding: 0;
  }
}

.asmh-header .primary > ul > li > a
{
  color: #2e435b;
  font-size: 18px;
  padding: 0 9px;
  line-height: 1;
  display: block;
}

.asmh-header .stick .primary > ul > li > a
{
  padding: 0 5px;
}

.asmh-header .stick .primary > ul > li > a
{
  font-size: 14px;
}

.asmh-header .primary > ul > li.search > a
{
  padding: 0 0 0 9px;
}

.asmh-header .primary .sub-menu li > a
{
  color: #2e435b;
  font-size: 16px;
  padding: 10px;
  line-height: 1;
  display: block;
}

.asmh-header .primary li .desc
{
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

.asmh-header .primary div.sub-menu
{
  padding: 10px;
}

.asmh-header .primary div.sub-menu ul
{
  padding: 0;
  margin: 0;
}

.asmh-header .primary div.sub-menu li > a
{
  padding: 10px 0;
  line-height: 1;
}

.asmh-header .stick .middle .brand,
.asmh-header .stick .middle .brand img
{
  vertical-align: middle;
  display: inline-block;
}

.asmh-header .stick .primary > ul > li
{
  padding: 18px 0;
}

.asmh-header .stick .primary > ul > li.search
{
  padding: 18px 0 0 0;
}

.asmh-header .primary .sub-menu li
{
}

.asmh-header .primary .sub-menu li > a:hover
{
  background: transparent;
}


.asmh-header .primary .dropdown .sub-menu > li .sub-menu
{
  display: none;
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.asmh-header .primary .secondary.dropdown
{
  position: relative;
  width: 35px;
  padding: 42px 0 0;
}

.asmh-header .stick .primary .secondary.dropdown
{
  width: 25px;
  padding: 18px 0 0;
}

.asmh-header .primary .secondary.dropdown > a.icon-ellipsis-vert:before
{
  padding: 0;
}

.asmh-header .primary .secondary.dropdown > a.icon-ellipsis-vert
{
  position: absolute;
  right: 0;
  top: 30px;
  margin: 0;
  padding: 12px;
}

.asmh-header .stick .primary .secondary.dropdown > a.icon-ellipsis-vert
{
  top: 13px;
  padding: 5px 8px;
}

@media (max-width: 830px)
{
  .asmh-header .primary .secondary.dropdown > a.icon-ellipsis-vert
  {
    display: none;
  }
}

.asmh-header .primary .secondary.dropdown:hover > a.icon-ellipsis-vert
{
  padding-top: 11px;
  background-color: #FFFFFF;
  border: 1px solid rgb(0,0,0);
  border: 1px solid rgba(0,0,0, 0.3);
  border-bottom: none;
  right: -1px;
  z-index: 6;
}

.asmh-header .stick .primary .secondary.dropdown:hover > a.icon-ellipsis-vert
{
  padding-top: 4px;
}

.asmh-header .middle .primary .secondary.dropdown .sub-menu
{
  left: auto;
  right: -1px;
  background-color: #FFFFFF;
}

.asmh-header .middle .primary .secondary.dropdown .sub-menu a
{
  color: #2e435b;
}

.asmh-header .middle .primary .secondary.dropdown .sub-menu a:hover
{
  color: #2e435b;
}

.asmh-header .primary .secondary.dropdown:hover .sub-menu
{
  z-index: 5;
  border: 1px solid rgb(0,0,0);
  border: 1px solid rgba(0,0,0, 0.3);
}

@media (max-width: 830px)
{
  .asmh-header .primary .secondary.dropdown:hover .sub-menu
  {
    border: 0 none;
    margin-top: 0;
  }
}

.asmh-header .primary .sub-menu li:hover .sub-menu
{
  display: block;
}

.asmh-header .primary .dropdown .sub-menu > li .sub-menu .sub-menu
{
  display: none;
}

.asmh-header .primary .dropdown .sub-menu > li .sub-menu li:hover .sub-menu
{
  display: block;
}



.asmh-header .middle .brand:hover,
.asmh-header .primary ul > li > a:hover
{
  color: #2e435b;
}

.asmh-header .primary .current-menu-item > a,
.asmh-header .primary .current-menu-parent > a,
.asmh-header .primary .current-menu-ancestor > a
{
  color: #2e435b !important;
}

.asmh-header .middle .sub-menu
{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 180px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border: 1px solid rgba(0,0,0, 0.3);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.175);
  box-shadow: 0 3px 6px rgba(0,0,0,0.175);
  background-clip: padding-box;
}

.asmh-header .stick .middle .secondary .sub-menu
{
  min-width: 140px;
  padding: 5px;
}

.asmh-header .stick .middle .sub-menu
{
  background-color: rgba(255,255,255,1);
}

.asmh-header .middle .dropdown:hover .sub-menu
{
  display: block;
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: #000000;
}

/***************************     *****************************/
/*************************** TOP *****************************/
/***************************     *****************************/


.asmh-header .top
{
  background-color: ;
  display: block;
    background-repeat: repeat-x;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.asmh-header .stick .top
{
  background-color: rgba(<br />
<b>Warning</b>:  Uninitialized string offset 0 in <b>/www/meltingreality.art/meltingreality.art/wp-content/plugins/awesome-header/lib/customizer.php</b> on line <b>73</b><br />
);
}

.asmh-header .top ul li
{
  display: block;
  float: left;
}

.asmh-header .top ul > li > a
{
  font-size: 13px;
  color: #2e435b;
  padding: 0 7px;
}

.asmh-header .stick .top ul > li > a
{
  font-size: 10px;
}

.asmh-header li > a
{
  box-sizing: content-box;
}

.asmh-header .top a:hover
{
  color: #2e435b;
}


/***************************        *****************************/
/*************************** BOTTOM *****************************/
/***************************        *****************************/


.asmh-header .bottom
{
  background-color: #FFFFFF;
  display: none;
    background-repeat: repeat-x;
  font-size: 12px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #000000;
  border-bottom-color: #000000;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.asmh-header .stick .bottom
{
  background-color: rgba(255,255,255,1);
}

.asmh-header .bottom a
{
  color: #2e435b;
}

.asmh-header .bottom
{
  font-size: 12px;
}

.asmh-header .stick .bottom
{
  font-size: 12px;
}

.asmh-header .bottom a:hover
{
  color: #2e435b;
}

.asmh-header .bottom a,
.asmh-header .bottom span
{
  line-height: 1;
  padding: 0 7px;
}

.asmh-header .breadcrumbs
{
  line-height: 40px;
}

.asmh-header .bottom .breadcrumbs a,
.asmh-header .bottom .breadcrumbs span
{
  padding: 0;
}

.asmh-header .bottom .breadcrumbs > span
{
  padding: 0 7px;
}

.asmh-header .bottom .breadcrumbs > span:first-child
{
  padding: 0 7px 0 0;
}

@media (max-width: 830px)
{
  .asmh-header .bottom .breadcrumbs > span:first-child
  {
    padding: 0;
  }
}

.asmh-header .bottom .breadcrumbs span span,
.asmh-header .bottom .breadcrumbs span:first-child span,
.asmh-header .bottom .breadcrumbs span:last-child span
{
  padding: 0;
}

.asmh-header .left
{
  float: left;
}

.asmh-header .right
{
  float: right;
}

.asmh-header .right ul,
.asmh-header .left ul
{
  padding: 0;
  margin: 0;
}

.asmh-header .bottom .header-title
{
  line-height: 40px;
}

/*************************** CENTERING *****************************/
.asmh-header .bottom .left
{
  float: left;
}

.asmh-header .bottom .right
{
  float: right;
}

.asmh-header .bottom li
{
  line-height: 40px;
  height: 40px;
  margin-bottom: 0;
}

.asmh-header .bottom li
{
  display: block;
  float: left;
}

.asmh-header .top .left
{
  float: left;
}

.asmh-header .top .right
{
  float: right;
}

.asmh-header .top .right ul li,
.asmh-header .top .left ul li
{
  display: block;
  float: left;
}

.asmh-header .top ul li:first-child > a
{
  padding-left: 0 !important;
}

.asmh-header .top ul li:last-child > a
{
  padding-right: 0 !important;
}

.asmh-header .bottom ul li:first-child > a
{
  padding-left: 0 !important;
}

.asmh-header .bottom ul li:last-child > a
{
  padding-right: 0 !important;
}
/*************************** /CENTERING ****************************/

.asmh-caret
{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.asmh-header .top li
{
  padding: 5px 0;
}
/*
.asmh-header li a[href*="twitter.com"],
.asmh-header li a[href*="facebook.com"],
.asmh-header li a[href*="google.com"],
.asmh-header li a[href*="linkedin.com"],
.asmh-header li a[href*="pinterest.com"],
.asmh-header li a[href*="wordpress.org"],
.asmh-header li a[href*="wordpress.com"],
.asmh-header li a[href*="vimeo.com"],
.asmh-header li a[href*="youtube.com"],
.asmh-header li a[href*="tumblr.com"],
.asmh-header li a[href*="instagram.com"],
.asmh-header li a[href*="path.com"],
.asmh-header li a[href*="reddit.com"],
.asmh-header li a[href*="stumbleupon.com"],
.asmh-header li a[href*="dribbble.com"],
.asmh-header li a[href*="github.com"]{
  width: 15px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  padding: 0 5px !important;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Genericons';
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  position: relative;
  margin-bottom: 2px;
  speak: none;
}

.asmh-header li a[href*="twitter.com"]:before,
.asmh-header li a[href*="facebook.com"]:before,
.asmh-header li a[href*="plus.google.com"]:before,
.asmh-header li a[href*="linkedin.com"]:before,
.asmh-header li a[href*="pinterest.com"]:before,
.asmh-header li a[href*="wordpress.org"]:before,
.asmh-header li a[href*="wordpress.com"]:before,
.asmh-header li a[href*="vimeo.com"]:before,
.asmh-header li a[href*="youtube.com"]:before,
.asmh-header li a[href*="tumblr.com"]:before,
.asmh-header li a[href*="instagram.com"]:before,
.asmh-header li a[href*="path.com"]:before,
.asmh-header li a[href*="reddit.com"]:before,
.asmh-header li a[href*="stumbleupon.com"]:before,
.asmh-header li a[href*="dribbble.com"]:before,
.asmh-header li a[href*="github.com"]:before{
  margin-right: 8px;
}
*/
.asmh-header li a[href*="twitter.com"]:before {
  content: '\f202';
}
.asmh-header li a[href*="plus.google.com"]:before {
  content: '\f206';
}
.asmh-header li a[href*="linkedin.com"]:before {
  content: '\f208';
}
.asmh-header li a[href*="pinterest.com"]:before {
  content: '\f210';
}
.asmh-header li a[href*="wordpress.com"]:before,
.asmh-header li a[href*="wordpress.org"]:before {
  content: '\f205';
}
.asmh-header li a[href*="vimeo.com"]:before {
  content: '\f212';
}
.asmh-header li a[href*="youtube.com"]:before {
  content: '\f213';
}
.asmh-header li a[href*="tumblr.com"]:before {
  content: '\f214';
} /*
.asmh-header li a[href*="instagram.com"]:before {
  content: '\f215';
} */
.asmh-header li a[href*="path.com"]:before {
  content: '\f219';
}
.asmh-header li a[href*="reddit.com"]:before {
  content: '\f222';
}
.asmh-header li a[href*="stumbleupon.com"]:before {
  content: '\f223';
}
.asmh-header li a[href*="dribbble.com"]:before {
  content: '\f201';
}
.asmh-header li a[href*="github.com"]:before {
  content: '\f200';
}


/***************************            *****************************/
/*************************** RESPONSIVE *****************************/
/***************************            *****************************/

@media (min-width: 830px)
{
  .asmh-header .primary
  {
    display: block;
  }
}

@media (max-width: 830px) {
  .asmh-header .primary
  {
    display: none;
    clear: both;
    margin: 0 -15px;
    float: none;
  }

  .asmh-header .primary.expand
  {
    display: block;
    background-color: #FFFFFF;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  }

  .asmh-header div.nav-wrap
  {
    width: 100%;
    padding: 15px 0;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .asmh-header div.brand-wrap
  {
    float: left;
  }

  .asmh-header div.toggle-wrap
  {
    text-align: center;
    display: block;
    margin-top: 10px;
  }

  .asmh-header div.brand-wrap
  {
    float: none;
  }

  .asmh-header div.toggle-wrap
  {
    float: none;
  }

  .asmh-header .primary > ul
  {
    float: none;
    margin: 0;
  }

  .asmh-header .primary > ul > li
  {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  .asmh-header .primary ul > li > a
  {
    line-height: 1;
    padding: 15px 15px;
  }

  .asmh-header nav.primary > ul > li:first-child > a
  {
    padding-left: 15px;
  }

  .asmh-header .primary ul .sub-menu
  {
    position: static;
    top: 0;
    width: auto;
    float: none;
    display: block !important;
  }

  .asmh-header .primary .dropdown .sub-menu > li .sub-menu
  {
    display: block;
    left: auto;
  }

  .asmh-header .middle .primary > ul,
  .asmh-header .middle li
  {
    border-top: 1px solid rgba(0,0,0, 0.2);
  }

  .asmh-header .middle .menu > li:first-child
  {
    border-top: none;
  }

  .asmh-header .middle .dropdown .sub-menu
  {
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .asmh-header .middle .dropdown:hover > ul.sub-menu
  {
    margin: 0 !important;
    padding: 0 !important;
  }

  .asmh-header .middle .sub-menu
  {
    padding: 0 0;
    margin: 0 0 0;
  }

  .asmh-header .middle .dropdown > .sub-menu > li > a
  {
    padding-left: 30px;
  }

  .asmh-header .middle .dropdown > .sub-menu > li > .sub-menu > li > a
  {
    padding-left: 45px;
  }

  .asmh-header .middle .dropdown > .sub-menu > li > .sub-menu > li > .sub-menu > li > a
  {
    padding-left: 60px;
  }

  .asmh-header .primary .dropdown .sub-menu > li .sub-menu
  {
    margin-top: 0;
  }

  .asmh-header .primary > ul > li.search form
  {
    margin-top: 2px;
  }

  .asmh-header .top,
  .asmh-header .bottom {
    height: auto;
    text-align: center;
  }

  .asmh-header .top .left ul li,
  .asmh-header .top .right ul li,
  .asmh-header .bottom .left ul li,
  .asmh-header .bottom .right ul li,
  .asmh-header .top .left,
  .asmh-header .top .right,
  .asmh-header .bottom .left,
  .asmh-header .bottom .right {
    float: none;
  }

  .asmh-header .top .left,
  .asmh-header .top .right,
  .asmh-header .bottom .left,
  .asmh-header .bottom .right {
    overflow: hidden;
    text-align: center;
  }

  .asmh-header .top .left ul li,
  .asmh-header .top .right ul li,
  .asmh-header .bottom .left ul li,
  .asmh-header .bottom .right ul li
  {
    display: inline-block;
  }

  .asmh-header .top .left ul li:first-child,
  .asmh-header .top .right ul li:last-child
  {
    padding: 0 4px;
  }
}



/*************************** TOGGLE *****************************/

.asmh-header .toggle-wrap
{
  float: right;
  display: none;
  padding: 0;
}

.asmh-header .toggle
{
  background-color: transparent;
  background: transparent;
  padding: 0;
  border: none;
  height: 18px;
  width: 18px;
  margin: auto;
  cursor: pointer;
  position: relative;
}

.asmh-header .toggle .icon-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2e435b;
  border-radius: 9px;
  opacity: 1;
  left: 0px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
}

.asmh-header .toggle .icon-bar:nth-child(1) {
  top: 0px;
}

.asmh-header .toggle .icon-bar:nth-child(2),
.asmh-header .toggle .icon-bar:nth-child(3) {
  top: 5px;
}

.asmh-header .toggle .icon-bar:nth-child(4) {
  top: 10px;
}

.asmh-header .toggle.open .icon-bar:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
}

.asmh-header .toggle.open .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.asmh-header .toggle.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.asmh-header .toggle.open .icon-bar:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
}

/*************************** END TOGGLE *****************************/


#menu-primarni, #menu-primarni_cs {letter-spacing: 0.17em;margin-right: 1.5%;image-rendering: auto;}
#menu-primarni li, #menu-primarni_cs li {text-shadow: 0px 0px 1px #DADADA}
.stick .middle .container .nav-wrap .brand-wrap {width:150px}
.nav-wrap {margin-left:3%}
.toggle-wrap {
    width: 30px;
    position: absolute;
    right: 5%;
    top: 15px;
}

.stick nav.primary > ul > li:first-child > a {padding-left:5px !important}

.asmh-header .primary.expand {
  -webkit-transition: top .5s ease-in-out;
  -moz-transition: top .5s ease-in-out;
  -o-transition: top .5s ease-in-out;
  transition: top .5s ease-in-out;
}

.asmh-header a.brand {max-width:250px}

.stick .menustin {display:block;width:9999px;position:absolute;margin:0 auto;left:-150%;box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);height:60px;z-index:-99}

@media (max-width: 829.9px)
{
.asmh-header a.brand {max-width:150px}
.asmh-header .brand img {max-width:150px}
div.asmh-header.sticky > div > div.middle > div.container > div.nav-wrap > div.toggle-wrap {margin-top: 13px;}
div.asmh-header.sticky > div.stick > div.middle > div.container > div.nav-wrap > div.toggle-wrap {margin-top: 5px;}
.sub-menu {display:none !important}
.menustin {display:none}
.stick .menustin {display:block;height:50px}
}

.expand > ul#menu-primarni > li, .expand > ul#menu-primarni_cs > li {text-align:center}

.expand .sub-menu li {text-align:left}

.asmh-header.sticky > div.stick {
    position: fixed;
    z-index: 99;
    max-width: 1500px;
}

.asmh-header.sticky {
    max-width: 1500px;
}

.asmh-header .top {
    position: absolute;
    width: 100%;
max-width:1500px
}
.asmh-header .top .right
{position:relative;z-index:9999; padding-right:1.5%;font-size: 62.5%;text-shadow: 0px 0px 1px #DADADA;}

.asmh-header .top .right a {opacity: 0.45;}
.asmh-header .top .right a:hover {opacity: 1;}

#menu-item-16428 {margin: 0.5rem 0 0 1rem;padding-right: 8px;}

@media (max-width: 829.9px) {
.asmh-header .top {display:none}
.asmh-header .top.langshow {
    display:block;
    position: absolute;
    width:35%;
/*    z-index: 9999;*/
    padding-right: 1.5%;
    font-size: 62.5%;
    text-shadow: 0px 0px 1px #DADADA;
height:35px;
    top:17px;
    left:0;
    bottom:0;
    right:-45%;
    margin:0px auto;}
.asmh-header .nav-wrap {padding:10px 0 8px 0 !important}
.asmh-header .stick .nav-wrap {padding:0 !important}
.asmh-caret {display:none}
}

@media (min-width: 830px) {
.asmh-header .middle .dropdown:hover .sub-menu {border:none}
.asmh-header .middle .sub-menu {border:none;box-shadow: 0 2px 4px rgba(46,67,91,0.1);margin-top:-2em !important;margin-left:-5px !important;min-width:170px}
.asmh-header .stick .middle .sub-menu {margin-top:-.75em !important;min-width:150px}
.asmh-header .primary .sub-menu li {margin-left:0;}
.asmh-header .primary .sub-menu li > a {padding-left:12px}
.asmh-header .stick .primary .sub-menu li > a {font-size: 13px !important;padding: 10px;}
.asmh-header .stick .primary > ul > li > a {padding-top:0px !important;padding-bottom:0px !important}
}

@media (min-width: 830px) and (max-width: 1025px) {
.asmh-header .primary > ul > li {margin: 0px 0px 0px 0.4em; padding:32px 0}
.asmh-header .stick .primary > ul > li {margin: 0.5rem 0 0 2rem;padding:18px 0}
.asmh-header .primary > ul > li > a {font-size: 16px !important}
.asmh-header .stick .primary > ul > li > a {font-size: 14px !important}
.asmh-header .brand img {width:170px;margin-top:9px}
.asmh-header .stick .brand img {width:120px;margin-top:0px}
.asmh-header .stick .primary > ul > li {padding: 18px 0;}
.asmh-header .nav-wrap {padding:5px 0}
.asmh-header .stick .nav-wrap {padding:5px 0}
ul#menu-language-switch li {padding-top:0}
.sub-menu > li > a {padding-left:0 !important;margin-left:0 !important}
.sub-menu li {padding-left:0 !important;margin-left:0 !important}
}

.asmh-header.sticky {
    min-height: 0 !important;
}

ul#menu-language-switch li {margin-top:0.5em}

.sub-menu li {padding-left:0 !important;margin-left:0 !important}

.asmh-caret {opacity: 0.45;}