  /*  
  header
  */
  /*.header {
    margin-top: 40px;
    margin-bottom: 10px;
  position: relative;
  }*/

  .header {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
  }


  .header-menu {
    height: 30px;
  }
  .header-logo {
  /*position: absolute;
  top: 0;*/
  width: 375px;
  height: 215px;
  margin: -15px 0;
  }


  .header-social{
    display: none;
  }
  /*  
  quick menu
  */ 
  .header-qnav {
    /* margin-top: 10px; */ /* 10 */
  }
  #quick-menu {
  /* 
  position: absolute;
  top: 221px;*/
  line-height: 30px;
  font-size: 36px;
  }

  #quick-menu li {
    display: inline;
    padding-right: 10px;
  }

#quick-menu a {
    font-size: 14px;
}
#quick-menu  {
    width: 375px;
}
#quick-menu  ul {
    list-style-type: none;
    text-align: center;
    display: grid;
    width: 375px;
    justify-content: space-between;
    grid-auto-flow: column;
}
#quick-menu li{
    padding: 0px;
    width: 100%;
}
  li.has-sub ul{
    display: none;
  }
  nav.breadcrumb {
    line-height: 30px;
    display: none;
  }
  /*
  side menu
  */
  #side-menu {
    line-height: 17px;
    /*float: right;*/
    text-align: right;
    margin-top: 2px;
  }
  

  #side-menu > ul > li >a {
    /* background: #e1363f;  Inverted MENU Button */ 
    color: #e1363f;
    padding-top: 7px;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 6px;
    padding-left: 9px;
    /* padding-right: 9px; */
}

#side-menu > ul > li >a:hover {
    color: #777;
}


  #side-menu > ul {
    margin: -3px 0px 0px;
    line-height: 20px;
  }
  .sub-sub-menu {
    margin-right: 10px;
  }

  /* sub menu link color */
  .sub-sub-menu a , .sub-sub-menu a:visited, .sub-sub-menu a:active
  {
    color: #339933;
  }

  .sub-sub-menu a:hover{
    color:#777;
  }

  /*
  search
  */
  .header #msearch {
    margin: 0;
    display: inline-block;
    float: right;
    padding: 0;
    position: absolute;
    right: 68px;
    right: 170px;
    cursor: pointer;
    height: 25px;
    width: 24px;
    z-index: 0;
  }
  .header #msearch .ui-btn-corner-all span {
      display: none;
  }

  .header input[type="text"] {
    height: 24px;
    font-size: 24px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #777;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .3s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    background-color: white;
    z-index: 9;
  }

  .header input[type="text"]:focus:hover {
     border-bottom: none;/*border-bottom: 1px solid #777;*/
    font-family: dns_regular;
    font-size: 16px;
    text-transform: uppercase;
  }

  .header input[type="text"]:focus {
    width: 245px;
    z-index: 1;
    border-bottom: none;/*border-bottom: 1px solid #777;*/
    cursor: text;
    font-family: dns_regular;
    font-size: 16px;
    text-transform: uppercase;
  }
  .header input[type="submit"] {
    margin-right: -4px;
    height: 25px;
    width: 24px!important;
    display: inline-block;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 22px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
    z-index: 10;
    pointer-events: none;
  }

  .search-live-results a {
    font-size:14px;
    line-height: 16px;
    text-decoration: none;
  }

  .search-live-results .entry a span.title:hover {
    text-decoration: none!important;
  }

  span.plus {
    position: relative;
    bottom: 2px;
}

.search-live-results {
    width: 375px!important;
    margin-right: -68px!important;
    border:0!important; 
    display: none!important;
}

  .header input[type="submit"]:hover {
    opacity: 0.8;
  }

  .search-live.floating .search-live-results {
    position: absolute!important;
    top: 35px!important;
    right: 0px!important;
  }
  /* 2 column */
  @media screen and (max-width:1215px){

  }

  /* 1 column */
  @media screen and (max-width:805px){

    /* HEADER*/

    ul.sub-menu.menu-odd.menu-depth-1 {
      position: absolute;
      background-color: rgba(255,255,255,0.9);
      width: 375px;
      text-align: center;
  }
    .header {
      margin-top: 5px;
    }
    .header-menu {
      height: auto;
    }
    .header-social{
      display: block;
      position: absolute;
      padding-top: 2px;
    }
    /* HEADER */

    .header-logo {
      margin: 0;
    }
    #side-menu > ul > li> ul > li {
      display: inline;
      padding: 0 5px;
      line-height: 56px;
    }

    #side-menu > ul > li >a:hover {
    color:#777777;
    }


    nav.breadcrumb {
    top: 290px;
    }
    */
    .social-icons a {
      font-size: 24px!important;
    }


  }