:root {
  --focus-outline-color: #4d90fe;
  --focus-highlight-color: rgba(77, 144, 254, 0.4); }

#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)*/ }

.screen-reader-only, .screen-reader-text {
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  z-index: -1;
  clip: rect(1px, 1px, 1px, 1px); }

body {
  /*accessKeybordNav*/ }
  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: none !important; }
  body.acc-mono {
    background-color: #DDDDDD !important;
    background-attachment: scroll !important; }
    body.acc-mono #pageWrap {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      overflow-x: hidden; }
  body.acc-zoom > *:not(#acc-toolbar-wrap) {
    transform: scale(1.5);
    transform-origin: 100% 0;
    width: 66.6%; }
    body.acc-zoom > *:not(#acc-toolbar-wrap).toggle-menu-overlay {
      width: 100%; }
    body.acc-zoom > *:not(#acc-toolbar-wrap)#toggle_user_nav, body.acc-zoom > *:not(#acc-toolbar-wrap)#minicart_user_nav {
      transform: scale(1.5) translateX(-110%) translateY(0px); }
      body.acc-zoom > *:not(#acc-toolbar-wrap)#toggle_user_nav.on, body.acc-zoom > *:not(#acc-toolbar-wrap)#minicart_user_nav.on {
        transform: scale(1.5) translateX(0) translateY(0px);
        width: 30%; }
  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; }
  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-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;
    width: 100%; }
    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 #accessKeybordNav .acc_keyboard_pages_wrap {
      display: inline-block; }
  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-wrap {
  position: fixed;
  bottom: 35px;
  right: 0;
  width: 35px;
  height: 35px;
  z-index: 100000; }
  @media (max-width: 768px) {
    #acc-toolbar-wrap #acc-toggle-toolbar-wrap {
      bottom: 65px; } }

#acc-toolbar-wrap #hide_acc_button {
  position: absolute;
  z-index: 5;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -5px;
  left: -5px;
  border-radius: 100%;
  text-align: center;
  font-size: 12px; }

#acc-toolbar-wrap #acc-toggle-toolbar {
  background-color: #384B59 !important;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  width: 35px;
  height: 35px;
  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: 50%;
    margin-top: 3px; }
  #acc-toolbar-wrap #acc-toggle-toolbar:focus, #acc-toolbar-wrap #acc-toggle-toolbar:hover {
    outline: 1px dashed red;
    -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;
    background-color: #347F7D !important; }
  #acc-toolbar-wrap #acc-toggle-toolbar:after {
    display: none; }

#acc-toolbar-wrap #acc-toolbar {
  direction: rtl;
  text-align: right;
  position: fixed;
  top: 35px;
  margin: 0;
  padding: 0;
  z-index: 999999;
  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;
  max-height: 90vh;
  overflow-y: auto; }
  #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: #fff;
    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: #fff;
    position: relative;
    z-index: 9;
    max-width: 900px;
    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: #fff; }
      .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: 100vh;
      padding: 20px; }

#acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner p {
  padding: 0 0 10px 0; }

#acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner h1, #acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner h2, #acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner h3, #acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner h4, #acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner h5 {
  font-weight: bold;
  font-size: 18px; }

#acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner ul {
  padding: 5px 20px; }

#acc-toolbar-wrap .acc_pop .acc_pop_content .acc_pop_inner a {
  text-decoration: underline; }

#acc-toolbar-wrap #acc-toggle-toolbar:focus #acc-toggle-toolbar-tooltip {
  display: block !important; }

#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; }

#acc-toggle-toolbar-tooltip {
  position: absolute;
  width: 200px;
  background: #000;
  padding: 10px;
  bottom: 38px;
  line-height: 1.2; }

@media (max-width: 768px) {
  #acc_row_keyboard {
    display: none; }
  #hide_acc_button_row {
    color: #fff;
    position: relative;
    z-index: 5;
    cursor: pointer; }
  #acc-toolbar {
    max-width: 100%; }
    #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; } }

#acc-toolbar-wrap #acc-toggle-toolbar.only-tooltip {
  top: 0;
  bottom: auto;
  position: fixed;
  background: transparent !important;
  box-shadow: none;
  width: 10px;
  height: 10px;
  right: 0;
  border: none;
  border-radius: 0; }
  #acc-toolbar-wrap #acc-toggle-toolbar.only-tooltip #acc-toggle-toolbar-tooltip {
    width: 200px;
    height: 52px;
    top: 0; }

body.acc-dark {
  background: black !important;
  /*adds to foodbox...*/
  /*adds to burgerim...*/ }
  body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) {
    color: White;
    background-color: Black; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) a, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) *:not(img):not(video):not(.acf-map) {
      color: White;
      background-color: Black; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea {
      background: #FFFFFF;
      border: 1px solid White;
      color: #000000; }
      body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input[type='submit'], body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select[type='submit'], body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea[type='submit'] {
        background: #ECDB16 !important;
        color: #000000 !important;
        font-weight: 500 !important; }
      body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input ::-webkit-input-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select ::-webkit-input-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea ::-webkit-input-placeholder {
        color: #000000 !important; }
      body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input :-moz-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select :-moz-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea :-moz-placeholder {
        color: #000000 !important; }
      body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input ::-moz-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select ::-moz-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea ::-moz-placeholder {
        color: #000000 !important; }
      body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input :-ms-input-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select :-ms-input-placeholder, body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea :-ms-input-placeholder {
        color: #000000 !important; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) a {
      outline: 1px dashed #ECDB16; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) ::-webkit-input-placeholder {
      color: White !important; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) :-moz-placeholder {
      color: White !important; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) ::-moz-placeholder {
      color: White !important; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav) :-ms-input-placeholder {
      color: White !important; }
    body.acc-dark > :not(#acc-toolbar-wrap):not(#accessKeybordNav):placeholder-shown {
      background-color: Black !important; }
  body.acc-dark *:focus, body.acc-dark a:focus, body.acc-dark button:focus, body.acc-dark input:focus, body.acc-dark textarea: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-dark .branch_details_icons button {
    background-color: #fff !important;
    color: #000 !important; }
  body.acc-dark #siteHeader, body.acc-dark #siteHeader *:not(a), body.acc-dark article.branch_item, body.acc-dark #siteFooter, body.acc-dark #siteFooter *, body.acc-dark .main_cat_sidebar {
    background-color: #000000;
    color: #FFFFFF; }
  body.acc-dark #siteHeader a {
    color: #fff; }
  body.acc-dark #siteFooter {
    background-color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body.acc-dark #products-wrapper .products .product {
    background: #000000 !important;
    color: #FFFFFF; }
    body.acc-dark #products-wrapper .products .product h3, body.acc-dark #products-wrapper .products .product p {
      color: #FFFFFF !important; }
    body.acc-dark #products-wrapper .products .product .product-price {
      color: #ECDB16; }
  body.acc-dark .popup-builder .popup-container .popup-top h5.pop-title {
    color: #fff; }
  body.acc-dark .popup-builder .popup-container .popup-content {
    background-color: #000 !important;
    border: 1px solid #fff; }
  body.acc-dark .popup-builder .popup-container .components .component {
    background-color: #000 !important;
    border-color: #fff; }
  body.acc-dark .popup-builder .popup-container header.builder-header, body.acc-dark .popup-builder .popup-container .popup-builder .popup-container .popup-content .components, body.acc-dark .popup-builder .popup-container .builder-footer {
    background-color: #000000;
    color: #FFFFFF; }
  body.acc-dark .popup-builder .popup-container .component h3 {
    color: #FFFFFF !important; }
    body.acc-dark .popup-builder .popup-container .component h3 .limit_text {
      color: #ECDB16 !important; }
  body.acc-dark .popup-builder .popup-container .total-price strong, body.acc-dark .popup-builder .popup-container .group label .item-price {
    color: #ECDB16 !important; }
  body.acc-dark .popup-builder .popup-container label.showAsBox {
    background: #000000;
    color: #FFFFFF !important; }
  body.acc-dark .checkout-step, body.acc-dark .checkout-step > div {
    background-color: #000000;
    color: #FFFFFF; }
  body.acc-dark .checkout-step > div, body.acc-dark div#checkout-cart-wrapper {
    border: 1px solid; }
  body.acc-dark .split ul.cards li, body.acc-dark .split .button-set button .payment-label {
    color: #000; }
  body.acc-dark #checkout-wrapper #order_comments_field label, body.acc-dark .split .button-set.add-split-btns button .payment-label,
  body.acc-dark #checkout-cart-details .locator-details-row strong {
    color: #FFFFFF; }
  body.acc-dark .total-header strong.total-price,
  body.acc-dark .cart-total.bigger .cart-total-value *, body.acc-dark #checkoutProcess .cart-item .cp-total * {
    color: #ECDB16 !important; }
  body.acc-dark #checkout-cart-wrapper, body.acc-dark #checkout-cart-wrapper *, body.acc-dark #checkout-cart-finals,
  body.acc-dark #checkout-cart-details #checkout-details, body.acc-dark #checkout-cart-details #locator_details {
    background: #000 !important;
    color: #fff; }
  body.acc-dark #checkout-cart-details #locator_details {
    border-bottom: 1px solid; }
  body.acc-dark #branch_searh_bar, body.acc-dark #checkout-wrapper .club .club_intro {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid; }
  body.acc-dark #branch_searh_bar a.filter_btn {
    color: #FFFFFF; }
  body.acc-dark .checkbox-input span.cb, body.acc-dark #categories-wrapper, body.acc-dark #categories-wrapper ul li {
    border-color: #FFFFFF; }
  body.acc-dark #mini-cart .minicart_content * {
    background-color: #000000;
    color: #FFFFFF; }
  body.acc-dark #mini-cart .minicart_content #locator_details * {
    color: #FFFFFF !important; }
  body.acc-dark #mini-cart .minicart_content .item-price, body.acc-dark #mini-cart .minicart_content .cur, body.acc-dark #mini-cart .minicart_content .total-row > * {
    color: #ECDB16 !important; }
  body.acc-dark #mini-cart .minicart_content h3 {
    color: #FFFFFF;
    border-color: #FFFFFF; }
  body.acc-dark #page_grid .inner-box {
    background-color: #000000 !important;
    color: #FFFFFF !important; }
  body.acc-dark .branch_item.branch_item_list .branch_inner .branch_details_icons .tag {
    background: #FFFFFF; }
  body.acc-dark #siteNavwrap .siteNav .mainmenu li .item-hovericon img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
    background-color: #FFFFFF; }
  body.acc-dark #siteNavwrap .siteNav .mainmenu li a .item-hovericon {
    background-color: #000000; }
  body.acc-dark #products-wrapper .products .product .product-inner:hover button.addtocart {
    background: rgba(0, 0, 0, 0.78); }
  body.acc-dark #categories-wrapper ul li a .cat_img,
  body.acc-dark #siteFooter .shares a img, body.acc-dark .credits img {
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -ms-filter: invert(100%);
    -o-filter: invert(100%);
    filter: invert(100%);
    background-color: transparent !important; }
  body.acc-dark #categories-wrapper ul li.selected a .cat_img, body.acc-dark #categories-wrapper ul li a:hover .cat_img {
    -webkit-filter: invert(0);
    -moz-filter: invert(0);
    -ms-filter: invert(0);
    -o-filter: invert(0);
    filter: invert(0); }
  body.acc-dark article.branch_item.branch_item_list .branch_inner .branch_info p.branch_address {
    color: #fff; }

body.acc-bright {
  background: white !important;
  /*adds to foodbox...*/ }
  body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) {
    color: Black;
    background-color: white; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) *:not(img):not(video):not(.acf-map) {
      color: Black;
      background-color: white; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) a {
      outline: 1px dashed #112AFF; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) input, body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) select, body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) textarea {
      border: 1px solid Black; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) ::-webkit-input-placeholder {
      color: Black !important; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) :-moz-placeholder {
      color: Black !important; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) ::-moz-placeholder {
      color: Black !important; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav) :-ms-input-placeholder {
      color: Black !important; }
    body.acc-bright > :not(#acc-toolbar-wrap):not(#accessKeybordNav):placeholder-shown {
      background-color: white !important; }
  body.acc-bright *:focus, body.acc-bright a:focus, body.acc-bright button:focus, body.acc-bright input:focus, body.acc-bright textarea: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-bright .branch_details_icons button {
    background-color: #000 !important;
    color: #fff !important; }
