#acc-toolbar-wrap button {
  overflow: visible;
  padding: 0;
  margin: 0;
  border: none; }

/* ==========================================================================
   fonts
   ========================================================================== */
@font-face {
  font-family: 'almoni-dl-iefix';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-400.eot");
  src: url("../fonts/almoni-dl-aaa-400.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-400.woff") format("woff"), url("../fonts/almoni-dl-aaa-400.ttf") format("truetype");
  /*(regular)*/ }

@font-face {
  font-family: 'almoni-dl';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-700.eot");
  src: url("../fonts/almoni-dl-aaa-700.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-700.woff") format("woff"), url("../fonts/almoni-dl-aaa-700.ttf") format("truetype");
  /*(bold)*/ }

@font-face {
  font-family: 'almoni-dl';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-900.eot");
  src: url("../fonts/almoni-dl-aaa-900.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-900.woff") format("woff"), url("../fonts/almoni-dl-aaa-900.ttf") format("truetype");
  /*(black)*/ }

@font-face {
  font-family: 'almoni-dl';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-300.eot");
  src: url("../fonts/almoni-dl-aaa-300.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-300.woff") format("woff"), url("../fonts/almoni-dl-aaa-300.ttf") format("truetype");
  /*(light)*/ }

@font-face {
  font-family: 'almoni-dl';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/almoni-dl-aaa-400.eot");
  src: url("../fonts/almoni-dl-aaa-400.eot#iefix") format("embedded-opentype"), url("../fonts/almoni-dl-aaa-400.woff") format("woff"), url("../fonts/almoni-dl-aaa-400.ttf") format("truetype");
  /*(regular)*/ }

:root {
  --focus-outline-color: #000; }

body {
  /*accessKeybordNav*/ }
  body.acc-dark {
    background: black !important; }
    body.acc-dark > *:not(#acc-toolbar-wrap) * {
      background-color: black !important;
      color: white !important; }
    body.acc-dark > *:not(#acc-toolbar-wrap) a {
      outline: yellow dashed 1px !important; }
    body.acc-dark > *:not(#acc-toolbar-wrap) input {
      border: 1px solid white; }
      body.acc-dark > *:not(#acc-toolbar-wrap) input ::-webkit-input-placeholder {
        color: #EEEEEE; }
      body.acc-dark > *:not(#acc-toolbar-wrap) input :-moz-placeholder {
        color: #EEEEEE; }
      body.acc-dark > *:not(#acc-toolbar-wrap) input ::-moz-placeholder {
        color: #EEEEEE; }
      body.acc-dark > *:not(#acc-toolbar-wrap) input :-ms-input-placeholder {
        color: #EEEEEE; }
  body.acc-bright {
    background: white !important; }
    body.acc-bright > *:not(#acc-toolbar-wrap) * {
      background-color: white !important;
      color: black !important; }
    body.acc-bright > *:not(#acc-toolbar-wrap) a {
      outline: #000000 dashed 1px !important;
      color: blue !important; }
      body.acc-bright > *:not(#acc-toolbar-wrap) a > * {
        color: blue !important; }
    body.acc-bright > *:not(#acc-toolbar-wrap) img {
      -webkit-filter: contrast(1.5);
      -moz-filter: contrast(1.5);
      -ms-filter: contrast(1.5);
      -o-filter: contrast(1.5);
      filter: contrast(1.5); }
    body.acc-bright > *:not(#acc-toolbar-wrap) input {
      border: 1px solid black; }
      body.acc-bright > *:not(#acc-toolbar-wrap) input ::-webkit-input-placeholder {
        color: #333333; }
      body.acc-bright > *:not(#acc-toolbar-wrap) input :-moz-placeholder {
        color: #333333; }
      body.acc-bright > *:not(#acc-toolbar-wrap) input ::-moz-placeholder {
        color: #333333; }
      body.acc-bright > *:not(#acc-toolbar-wrap) input :-ms-input-placeholder {
        color: #333333; }
  body.acc-mono {
    background-color: #DDDDDD !important; }
    body.acc-mono > *:not(#acc-toolbar-wrap) * {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }
  body.acc-zoom > *:not(#acc-toolbar-wrap) {
    transform: scale(1.5);
    transform-origin: 100% 0; }
  body.acc-animation * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  body.acc-cursor-w {
    cursor: url("../icons/arrowW-s.png"), auto !important; }
    body.acc-cursor-w * {
      cursor: url("../icons/arrowW-s.png"), auto !important; }
  body.acc-cursor-b {
    cursor: url("../icons/arrowB-s.png"), auto !important; }
    body.acc-cursor-b * {
      cursor: url("../icons/arrowB-s.png"), auto !important; }
  body.acc-fixFonts *:not(i):not(.icon) {
    font-family: Arial, sans-serif !important; }
  body.acc-highlightTitles > *:not(#acc-toolbar-wrap) h1, body.acc-highlightTitles > *:not(#acc-toolbar-wrap) h2, body.acc-highlightTitles > *:not(#acc-toolbar-wrap) h3, body.acc-highlightTitles > *:not(#acc-toolbar-wrap) h4, body.acc-highlightTitles > *:not(#acc-toolbar-wrap) h5, body.acc-highlightTitles > *:not(#acc-toolbar-wrap) h6 {
    background-color: #26a91e  !important;
    color: white !important; }
  body.acc-highlightTitles.acc-bright > *:not(#acc-toolbar-wrap) h1, body.acc-highlightTitles.acc-bright > *:not(#acc-toolbar-wrap) h2, body.acc-highlightTitles.acc-bright > *:not(#acc-toolbar-wrap) h3, body.acc-highlightTitles.acc-bright > *:not(#acc-toolbar-wrap) h4, body.acc-highlightTitles.acc-bright > *:not(#acc-toolbar-wrap) h5, body.acc-highlightTitles.acc-bright > *:not(#acc-toolbar-wrap) h6 {
    background-color: #26a91e  !important;
    color: white !important; }
  body.acc-highlightTitles.acc-dark > *:not(#acc-toolbar-wrap) h1, body.acc-highlightTitles.acc-dark > *:not(#acc-toolbar-wrap) h2, body.acc-highlightTitles.acc-dark > *:not(#acc-toolbar-wrap) h3, body.acc-highlightTitles.acc-dark > *:not(#acc-toolbar-wrap) h4, body.acc-highlightTitles.acc-dark > *:not(#acc-toolbar-wrap) h5, body.acc-highlightTitles.acc-dark > *:not(#acc-toolbar-wrap) h6 {
    background-color: #ECDB16 !important;
    color: #000000 !important; }
  body.acc-highlightLinks > *:not(#acc-toolbar-wrap) a {
    outline: 2px solid #085aa1 !important; }
  body.acc-highlightLinks.acc-bright > *:not(#acc-toolbar-wrap) a {
    outline: 2px solid #085aa1 !important; }
  body.acc-highlightLinks.acc-dark > *:not(#acc-toolbar-wrap) a, body.acc-highlightLinks.acc-dark > *:not(#acc-toolbar-wrap) a > * {
    outline: 2px solid #ECDB16 !important; }
  body.acc-highlightLinks.acc-mono > *:not(#acc-toolbar-wrap) a, body.acc-highlightLinks.acc-mono > *:not(#acc-toolbar-wrap) a > * {
    background-color: #eee;
    color: #000000;
    outline: 2px solid #000 !important;
    filter: none; }
  body.acc-ImagesAlt span#popalt {
    position: fixed;
    z-index: 999;
    background-color: #000;
    padding: 5px;
    display: inline-block;
    color: #fff;
    font-size: 22px; }
  body.acc-ImagesAlt *:hover > .altpop:first-of-type {
    display: inline-block !important;
    padding: 2px 5px !important;
    background-color: #000000 !important;
    color: #FFFFFF !important;
    font-size: 16px;
    position: relative; }
    body.acc-ImagesAlt *:hover > .altpop:first-of-type:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #000000 transparent;
      position: absolute;
      top: -10px;
      right: 50%;
      margin-right: -10px; }
  body.acc-active:not(.using-mouse) a:focus, body.acc-active:not(.using-mouse) button:focus, body.acc-active:not(.using-mouse) input:focus, body.acc-active:not(.using-mouse) textarea:focus, body.acc-active:not(.using-mouse) select:focus, body.acc-active:not(.using-mouse) [tabindex="0"]:focus {
    outline: 2px solid var(--focus-outline-color);
    -webkit-box-shadow: 0 0 5px 1px var(--focus-highlight-color) !important;
    -moz-box-shadow: 0 0 5px 1px var(--focus-highlight-color) !important;
    box-shadow: 0 0 5px 1px var(--focus-highlight-color) !important; }
  body.acc-active:not(.using-mouse).acc-keyboard a:focus, body.acc-active:not(.using-mouse).acc-keyboard button:focus, body.acc-active:not(.using-mouse).acc-keyboard input:focus, body.acc-active:not(.using-mouse).acc-keyboard textarea:focus, body.acc-active:not(.using-mouse).acc-keyboard select:focus, body.acc-active:not(.using-mouse).acc-keyboard [tabindex="0"]:focus {
    -webkit-box-shadow: 0 0 6px 3px yellow !important;
    -moz-box-shadow: 0 0 6px 3px yellow !important;
    box-shadow: 0 0 6px 3px yellow !important;
    transition: color 0.2s ease-in, text-shadow 0.2s ease-in; }
  body.acc-active.using-mouse label:focus, body.acc-active.using-mouse a:focus, body.acc-active.using-mouse button:focus, body.acc-active.using-mouse input:focus, body.acc-active.using-mouse textarea:focus, body.acc-active.using-mouse .select2-selection[tabindex="0"]:focus {
    outline: 0 solid !important; }
  body.acc-keyboard *:focus {
    -webkit-box-shadow: 0 0 6px 3px yellow !important;
    -moz-box-shadow: 0 0 6px 3px yellow !important;
    box-shadow: 0 0 6px 3px yellow !important;
    transition: color 0.2s ease-in, text-shadow 0.2s ease-in; }
  body.acc-keyboard #accessKeybordNav {
    position: fixed;
    top: 0;
    z-index: 9999999;
    background-color: #fff;
    padding: 0px;
    right: 0;
    text-align: center;
    border: 2px solid #384b59;
    border-top: none;
    border-right: none;
    margin: 0;
    border-radius: 0; }
    body.acc-keyboard #accessKeybordNav li {
      display: inline-block; }
      body.acc-keyboard #accessKeybordNav li a:after {
        content: '|';
        margin-right: 10px; }
      body.acc-keyboard #accessKeybordNav li:last-child a:after {
        display: none; }
    body.acc-keyboard #accessKeybordNav a {
      display: inline-block;
      padding: 5px;
      margin: 0 5px 0 0; }
    body.acc-keyboard #accessKeybordNav .backhere {
      display: inline-block;
      padding: 5px 10px;
      margin: 0 5px 0 0;
      border-right: 1px solid #aaa;
      border-left: 1px solid #aaa; }
      body.acc-keyboard #accessKeybordNav .backhere .keyboard-style {
        padding: 3px 5px;
        border: 1px solid #aaa;
        border-radius: 2px;
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
        background-color: #f7f7f7;
        color: #384b59; }
    body.acc-keyboard #accessKeybordNav.on_side {
      width: auto;
      padding: 0 5px 5px; }
      body.acc-keyboard #accessKeybordNav.on_side a {
        display: block;
        text-align: right;
        border-bottom: 1px solid; }
      body.acc-keyboard #accessKeybordNav.on_side .backhere {
        border: none;
        text-align: right;
        width: 100%;
        margin: 0; }
  body.acc-keyboard.hasNav {
    margin-top: 25px; }
    body.acc-keyboard.hasNav header#site_header {
      top: 25px; }

#acc-toolbar-wrap button:focus {
  outline: none; }

#acc-toolbar-wrap #acc-toggle-toolbar {
  background-color: #000000 !important;
  color: #fff !important;
  cursor: pointer;
  position: fixed;
  z-index: 100000;
  bottom: 35px;
  right: 0;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-right: 0;
  -webkit-border-radius: 50% 0 0 50%;
  border-radius: 50% 0 0 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  -webkit-transition: top 600ms ease-out 300ms;
  -moz-transition: top 600ms ease-out 300ms;
  -ms-transition: top 600ms ease-out 300ms;
  -o-transition: top 600ms ease-out 300ms;
  transition: top 600ms ease-out 300ms; }
  #acc-toolbar-wrap #acc-toggle-toolbar img {
    max-width: 60%; }
  #acc-toolbar-wrap #acc-toggle-toolbar:focus, #acc-toolbar-wrap #acc-toggle-toolbar:hover {
    outline: none;
    background-color: #000000; }
  #acc-toolbar-wrap #acc-toggle-toolbar:after {
    display: none; }
  @media (max-width: 768px) {
    #acc-toolbar-wrap #acc-toggle-toolbar {
      background-color: #000000 !important;
      top: 70px;
      right: 0;
      width: 30px;
      height: 30px;
      border-radius: 25px 0 0 25px;
      border: none; }
      #acc-toolbar-wrap #acc-toggle-toolbar img {
        height: 18px;
        width: 18px; } }

#acc-toolbar-wrap #acc-toolbar {
  direction: rtl;
  text-align: right;
  position: fixed;
  top: 35px;
  margin: 0;
  padding: 0;
  z-index: 99999;
  visibility: visible;
  background: #fff !important;
  border: none;
  -webkit-transition: right 400ms ease-in;
  -moz-transition: right 400ms ease-in;
  -ms-transition: right 400ms ease-in;
  -o-transition: right 400ms ease-in;
  transition: right 400ms ease-in;
  -webkit-transition: top 400ms ease-in;
  -moz-transition: top 400ms ease-in;
  -ms-transition: top 400ms ease-in;
  -o-transition: top 400ms ease-in;
  transition: top 400ms ease-in;
  width: 345px;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  display: none;
  left: auto;
  right: 0px; }
  #acc-toolbar-wrap #acc-toolbar button > img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle; }
  #acc-toolbar-wrap #acc-toolbar button > span {
    margin-right: 15px;
    font-size: 20px; }
  #acc-toolbar-wrap #acc-toolbar #acc_header {
    background: #384B59;
    color: #fff; }
  #acc-toolbar-wrap #acc-toolbar #acc_footer {
    background: #384B59;
    color: #fff;
    min-height: 50px; }
    #acc-toolbar-wrap #acc-toolbar #acc_footer .amap_row {
      margin: 0;
      padding-top: 13px; }
    #acc-toolbar-wrap #acc-toolbar #acc_footer button, #acc-toolbar-wrap #acc-toolbar #acc_footer a {
      color: #fff;
      background: none;
      font-size: 16px;
      line-height: 16px; }
    #acc-toolbar-wrap #acc-toolbar #acc_footer .amap_logo {
      text-align: center;
      padding: 10px 0; }
    #acc-toolbar-wrap #acc-toolbar #acc_footer img {
      width: 100px; }
  #acc-toolbar-wrap #acc-toolbar #acc_header h2 {
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-family: almoni-dl, arial, serif !important;
    font-weight: bold;
    font-size: 25px;
    line-height: inherit; }
  #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 {
    margin: 0 0 10px 0; }
    #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 > button, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 a, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 > button, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 a {
      margin: 0;
      width: 33%;
      float: right;
      text-align: center;
      border: none;
      font-family: almoni-dl, arial, serif !important;
      color: #384B59; }
      #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 > button:nth-child(even), #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 a:nth-child(even), #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 > button:nth-child(even), #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 a:nth-child(even) {
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD; }
      #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 > button img, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 a img, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 > button img, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 a img {
        max-height: 30px; }
    #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3 > button span, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 > button span {
      font-size: 16px;
      margin: 5px 0 0 0px;
      display: block; }
    #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row3:after, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2:after {
      content: '';
      display: table;
      clear: both; }
  #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 > button, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row2 a {
    width: 50%; }
  #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row1 > button, #acc-toolbar-wrap #acc-toolbar .amap_row.amap_row1 a {
    margin: 0;
    width: 100%;
    float: none;
    border: none;
    font-family: almoni-dl, arial, serif !important;
    color: #384B59; }
  #acc-toolbar-wrap #acc-toolbar #acc_mainBtns {
    padding: 10px; }
    #acc-toolbar-wrap #acc-toolbar #acc_mainBtns button {
      background: #fff;
      height: 70px; }
      #acc-toolbar-wrap #acc-toolbar #acc_mainBtns button:hover {
        background-color: #e5ebf1; }
      #acc-toolbar-wrap #acc-toolbar #acc_mainBtns button.active {
        color: #000000;
        background-color: #e5ebf1; }
  #acc-toolbar-wrap #acc-toolbar #acc_bodyTopBns {
    padding: 10px;
    position: relative; }
    #acc-toolbar-wrap #acc-toolbar #acc_bodyTopBns .flachbg {
      position: absolute;
      background: #384B59;
      height: 50px;
      top: 0;
      width: 100%;
      left: 0;
      z-index: 1; }
    #acc-toolbar-wrap #acc-toolbar #acc_bodyTopBns button {
      border: 1px solid #CCCCCC;
      margin-bottom: 6px;
      border-radius: 10px;
      position: relative;
      z-index: 5;
      background: #fff;
      height: 70px;
      line-height: 70px;
      width: 100%;
      text-align: right;
      padding: 0 15px;
      font-family: almoni-dl, arial, serif !important;
      color: #384B59; }
      #acc-toolbar-wrap #acc-toolbar #acc_bodyTopBns button:hover {
        background-color: #e5ebf1; }
      #acc-toolbar-wrap #acc-toolbar #acc_bodyTopBns button.active {
        color: #000000;
        background-color: #e5ebf1; }
  #acc-toolbar-wrap #acc-toolbar #acc-contactform {
    position: absolute;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
    right: 0;
    display: none; }
    #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-header {
      background: #384B59;
      color: #fff; }
      #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-header h4 {
        margin: 0;
        margin: 0;
        color: #fff;
        text-align: center;
        padding: 5px;
        font-family: almoni-dl, serif !important;
        font-size: 25px; }
    #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content {
      padding: 10px;
      position: relative;
      color: #384B59; }
      #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content .flachbg {
        position: absolute;
        background: #384B59;
        height: 50px;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 1; }
      #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form {
        background-color: #FFFFFF;
        position: relative;
        z-index: 5;
        padding: 20px;
        border: 1px solid #CCCCCC;
        margin-bottom: 6px;
        border-radius: 10px; }
        #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form p {
          font-size: 18px;
          line-height: 18px;
          margin: 0 0 20px 0;
          padding-bottom: 20px;
          text-align: center;
          border-bottom: 1px solid #DDDDDD; }
        #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form label {
          font-size: 20px;
          font-weight: normal;
          display: inline-block;
          width: 100%; }
        #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form input[type=text], #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form input[type=email] {
          height: 30px;
          width: 100%;
          padding: 2px;
          max-width: 100%;
          background: #fff;
          border: 1px solid #384B59; }
        #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form textarea {
          height: 150px;
          padding: 5px;
          line-height: 16px;
          font-size: 18px;
          background: #fff;
          border: 1px solid #384B59;
          width: 100%; }
        #acc-toolbar-wrap #acc-toolbar #acc-contactform #acc-contactform-content form input[type=submit] {
          border: none;
          font-size: 22px;
          background: #384B59;
          color: #fff;
          margin: 5px auto;
          display: block;
          padding: 0 20px; }
    #acc-toolbar-wrap #acc-toolbar #acc-contactform .antispam {
      display: none; }

#acc-toolbar-wrap .h1, #acc-toolbar-wrap .h2, #acc-toolbar-wrap .h3, #acc-toolbar-wrap .h4, #acc-toolbar-wrap .h5, #acc-toolbar-wrap .h6, #acc-toolbar-wrap h1, #acc-toolbar-wrap h2, #acc-toolbar-wrap h3, #acc-toolbar-wrap h4, #acc-toolbar-wrap h5, #acc-toolbar-wrap h6 {
  font-weight: normal; }

.admin-bar #acc-toolbar-wrap #acc-toolbar {
  top: 35px; }

.acc-close-btn, #acc-toolbar-close, #acc-toolbar-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  background-color: transparent !important;
  padding: 0; }
  .acc-close-btn:after, .acc-close-btn:before, #acc-toolbar-close:after, #acc-toolbar-close:before, #acc-toolbar-close:after, #acc-toolbar-close:before {
    background: #FFFFFF;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .acc-close-btn:after, #acc-toolbar-close:after, #acc-toolbar-close:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.acc_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center; }
  .acc_pop .acc_pop_content {
    box-sizing: border-box;
    width: 95%;
    background: #FFFFFF;
    position: relative;
    z-index: 9;
    max-width: 600px;
    margin: auto;
    max-height: 80%;
    border: 10px solid #384B59;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4); }
    .acc_pop .acc_pop_content > header {
      background: #384B59;
      color: #FFFFFF; }
      .acc_pop .acc_pop_content > header .acc-close-btn {
        top: 0; }
      .acc_pop .acc_pop_content > header h2 {
        margin: 0;
        line-height: 1;
        font-size: 22px;
        padding: 5px; }
    .acc_pop .acc_pop_content .acc_pop_inner {
      box-sizing: border-box;
      overflow: auto;
      max-height: 80%;
      padding: 20px; }

#acc_feedback_output {
  text-align: center;
  font-size: 22px; }

.acc_pop_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0; }

@media (max-width: 768px) {
  #acc-toolbar {
    max-width: 80%; }
    #acc-toolbar div#acc-toolbar-ui, #acc-toolbar #acc-keyboard {
      display: none; }
    #acc-toolbar #acc_mainBtns {
      padding: 10px 5px; }
    #acc-toolbar #acc_bodyTopBns {
      padding: 10px 5px; }
      #acc-toolbar #acc_bodyTopBns button {
        height: 50px;
        line-height: 50px; }
    #acc-toolbar button > img {
      max-width: 40px;
      max-height: 30px; }
    #acc-toolbar button > span {
      margin-right: 15px;
      font-size: 17px; }
    #acc-toolbar .amap_row.amap_row3 > button {
      padding: 0 2px; }
      #acc-toolbar .amap_row.amap_row3 > button span {
        font-size: 14px; }
    #acc-toolbar .amap_row.amap_row1 {
      text-align: center;
      padding-top: 13px; }
      #acc-toolbar .amap_row.amap_row1 > button {
        border: none;
        padding: 0; }
  #acc-contactform {
    background-color: #FFFFFF; }
    #acc-contactform form label {
      font-size: 16px; }
    #acc-contactform form input[type=text] {
      height: 25px;
      line-height: 25px; }
    #acc-contactform form textarea {
      height: 100px; }
    #acc-contactform form p {
      font-size: 16px;
      line-height: 16px;
      margin: 0 0 10px 0;
      padding-bottom: 10px; }
  #acc-toggle-toolbar {
    width: 30px;
    height: 30px; } }
