/**
   * Colorbox Core Style:
   * The following CSS is consistent between example themes and should not be altered.
   */
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /**
   * These elements are buttons, and may need to have additional
   * styles reset to avoid unwanted base styles.
   */
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
  }
  /**
   * Avoid outlines on :active (mouseclick),
   * but preserve outlines on :focus (tabbed navigating)
   */
  #cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
    outline: 0;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  /* Reset box sizing to content-box if theme is using border-box. */
  #colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /**
   * Colorbox module default style:
   * The styles are ordered & tabbed in a way that represents
   * the nesting of the generated HTML.
   */
  #cboxOverlay {
    background: #000;
  }
  #colorbox {
    outline: 0;
  }
    #cboxWrapper {
      background: #fff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }
      #cboxTopLeft {
        width: 15px;
        height: 15px;
      }
      #cboxTopCenter {
        height: 15px;
      }
      #cboxTopRight {
        width: 15px;
        height: 15px;
      }
      #cboxBottomLeft {
        width: 15px;
        height: 10px;
      }
      #cboxBottomCenter {
        height: 10px;
      }
      #cboxBottomRight {
        width: 15px;
        height: 10px;
      }
      #cboxMiddleLeft {
        width: 15px;
      }
      #cboxMiddleRight {
        width: 15px;
      }
      #cboxContent {
        background: #fff;
        overflow: hidden;
      }
        #cboxError {
          padding: 50px;
          border: 1px solid #ccc;
        }
        #cboxLoadedContent {
          margin-bottom: 28px;
        }
        #cboxTitle {
          position: absolute;
          background: rgba(255, 255, 255, 0.7);
          bottom: 28px;
          left: 0;
          color: #535353;
          width: 100%;
          padding: 4px 6px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
        }
        #cboxCurrent {
          position: absolute;
          bottom: 4px;
          left: 60px;
          color: #949494;
        }
        .cboxSlideshow_on #cboxSlideshow {
          position: absolute;
          bottom: 0px;
          right: 30px;
          background: url(https://all-international.it/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        .cboxSlideshow_on #cboxSlideshow:hover {
          background-position: -101px -50px;
        }
        .cboxSlideshow_off #cboxSlideshow {
          position: absolute;
          bottom: 0px;
          right: 30px;
          background: url(https://all-international.it/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        .cboxSlideshow_off #cboxSlideshow:hover {
          background-position: -49px -50px;
        }
        #cboxPrevious {
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(https://all-international.it/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxPrevious:hover {
          background-position: -75px -25px;
        }
        #cboxNext {
          position: absolute;
          bottom: 0;
          left: 27px;
          background: url(https://all-international.it/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxNext:hover {
          background-position: -50px -25px;
        }
        #cboxLoadingOverlay {
          background: #fff;
        }
        #cboxLoadingGraphic {
          background: url(https://all-international.it/sites/all/modules/contrib/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
        }
        #cboxClose {
          position: absolute;
          bottom: 0;
          right: 0;
          background: url(https://all-international.it/sites/all/modules/contrib/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxClose:hover {
          background-position: -25px -25px;
        }/**/
.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #ffffdd none repeat scroll 0 0;
    border: 1px solid #f0c020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(https://all-international.it/sites/all/modules/contrib/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(https://all-international.it/sites/all/modules/contrib/ctools/images/status-active.gif) center center no-repeat;
  }/**/
.invoice-items-table {
    margin: 0;  
  }
  .invoice-items-table th,
  .invoice-items-table td {
    text-align: right;
    padding-right: 0;
    padding-left: .2em;
  }
  .invoice-items-table th:first-child,
  .invoice-items-table td:first-child {
    text-align:left;
    padding-right: 1em;
    padding-left: .2em;  
  }
  .invoice-items-table th:first-child {
    width: 38%;
  }
  .invoice-items-table td.actions {
    width: 8%;
  }
  .mouse-pointer {
    cursor: pointer;
  }
  #invoice-node-form .fieldset-wrapper {
    margin-top: 25px;
  }
  
  /* Make sure the background of the autocomplete box is filled */ 
  #autocomplete {
    background: #fff;
  }/**/
.jGrowl{z-index:9999;color:#fff;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;position:fixed}.jGrowl.top-left{left:0;top:0}.jGrowl.top-right{right:0;top:0}.jGrowl.bottom-left{left:0;bottom:0}.jGrowl.bottom-right{right:0;bottom:0}.jGrowl.center{top:0;width:50%;left:25%}.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification{margin-left:auto;margin-right:auto}.jGrowl-notification{background-color:#000;opacity:.9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));zoom:1;width:250px;padding:10px;margin:10px;text-align:left;display:none;border-radius:5px;min-height:40px}.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}.jGrowl-notification .jGrowl-header{font-weight:700;font-size:.85em}.jGrowl-notification .jGrowl-close{background-color:transparent;color:inherit;border:none;z-index:99;float:right;font-weight:700;font-size:1em;cursor:pointer}.jGrowl-closer{background-color:#000;opacity:.9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));zoom:1;width:250px;padding:10px;margin:10px;display:none;border-radius:5px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center}.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}@media print {
 .jGrowl{display:none} 
}/**/
.jGrowl.top-left {
      top: 40px;
      left: 0;
  }
  .jGrowl.center {
      top: 40px;
      left: 50%;
      margin: 0 0 0 -140px;
  }
  .jGrowl.top-right {
      top: 40px;
      right: 0;
  }
  .jGrowl.bottom-left {
      bottom: 40px;
      left: 0;
  }
  .jGrowl.bottom-right {
      bottom: 40px;
      right: 0;
  }/**/
#jGrowl .jGrowl-notification {
      background-position: 4px center;
      background-repeat: no-repeat;
      padding-left: 34px;
      padding-right: 14px;
  }
  #jGrowl .jGrowl-notification.status { color: lightgreen; background-color: green; border: 1px solid darkgreen;}
  #jGrowl .jGrowl-notification.warning { color: lightyellow; background-color: orange; border: 1px solid darkorange;}
  #jGrowl .jGrowl-notification.error { color: #FFDBF4; background-color: red; border: 1px solid darkred;}
  #jGrowl .jGrowl-notification a { color: #fff; border-bottom: 1px dotted white; }
  #jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; padding-right: 34px; }
  #jGrowl .jGrowl-notification .jGrowl-close { font-size: 1.2em; }
  #jGrowl .jGrowl-closer { padding-right: 24px; padding-left: 24px; background-image: none; }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
      border: 0 none;
      background-image: none;
  }
  .jGrowl.center {
      top: 0;
      left: 50%;
      width: auto;
      margin: 0 0 0 -130px;
  }/**/
#jGrowl .jGrowl-notification{
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
  }/**/
div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
  }
  
  div.panel-pane div.admin-links li a {
    color: #ccc;
  }
  
  div.panel-pane div.admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
  }
  
  div.panel-pane div.admin-links:hover a,
  div.panel-pane div.admin-links-hover a {
    color: #000;
  }
  
  div.panel-pane div.admin-links a:before {
    content: "[";
  }
  
  div.panel-pane div.admin-links a:after {
    content: "]";
  }
  
  div.panel-pane div.panel-hide {
    display: none;
  }
  
  /** For IE we add the class via js; for other browsers we rely on :hover **/
  div.panel-pane div.panel-hide-hover,
  div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
  }
  
  div.panel-pane div.feed a {
    float: right;
  }/**/
/**
   * @file
   *   CSS & media queries for responsive_menus_simple style.
   */
  
  /* Responsive mode, engage! */
  .responsive-menus.responsified {
    clear: both;
    width: 100%;
  }
  
  .responsive-menus.responsified span.toggler {
    padding: 1px;
    display: block;
    background: #333;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #000;
    font-size: 1.35em;
    text-align: center;
    cursor: pointer;
    outline: none;
  }
  
  .responsive-menus.responsified.responsive-toggled span.toggler {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #bbb;
  }
  
  .responsive-menus.responsified .responsive-menus-simple {
    display: none;
    width: 100%;
    background: #333;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 2px 2px 2px #000;
  }
  
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple,
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  
  .responsive-menus.responsified.responsive-toggled.absolute {
    position: relative;
    z-index: 999;
  }
  
  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
    position: absolute;
    z-index: 999;
    top: auto;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    clear: both;
    list-style: none;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li a {
    color: #fff;
    display: block;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #bbb;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .responsive-menus.responsified .responsive-menus-simple>li.last a {
    border-bottom: none;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li ul li a {
    padding: 1em 0 1em 10%;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li ul li ul li a {
    padding: 1em 0 1em 15%;
  }
  
  .responsive-menus.responsified .responsive-menus-simple li ul {
    display: block !important;
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  /* Inactive rule */
  .responsive-menus span.toggler {
    display: none;
  }/**/
#sliding-popup {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    text-align: center;
  }
  
  .sliding-popup-bottom,
  .sliding-popup-top {
    background: url(https://all-international.it/sites/all/modules/contrib/eu_cookie_compliance/images/gradient.png) center center scroll repeat-y transparent;
  }
  
  .sliding-popup-bottom {
    position: fixed;
  }
  
  .sliding-popup-top {
    position: relative;
  }
  
  #sliding-popup .popup-content {
    margin: 0 auto;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  
  #sliding-popup .popup-content #popup-buttons {
    float: right;
    margin: 0 0 1em 0;
    max-width: 40%;
  }
  
  #sliding-popup .eu-cookie-compliance-more-button {
    cursor: pointer;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: underline;
    background: none;
  }
  
  #sliding-popup .eu-cookie-compliance-secondary-button {
    cursor: pointer;
    border: none;
    background: none;
    margin-top: 1em;
    padding: 0 8px;
    vertical-align: middle;
  }
  
  #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .eu-cookie-compliance-hide-button,
  #sliding-popup .eu-cookie-compliance-more-button-thank-you,
  #sliding-popup .eu-cookie-withdraw-button {
    cursor: pointer;
    margin-right: 5px;
    margin-top: 1em;
    vertical-align: middle;
    overflow: visible;
    width: auto;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf));
    background-image: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
    background-image: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    color: #000;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
  }
  
  #sliding-popup .eu-cookie-compliance-default-button:hover,
  #sliding-popup .eu-cookie-compliance-hide-button:hover,
  #sliding-popup .eu-cookie-compliance-more-button-thank-you:hover,
  #sliding-popup .eu-cookie-withdraw-button:hover {
    background-color: #dfdfdf;
    background-image: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
  }
  
  #sliding-popup .eu-cookie-compliance-default-button:active,
  #sliding-popup .eu-cookie-compliance-hide-button:active,
  #sliding-popup .eu-cookie-compliance-more-button-thank-you:active,
  #sliding-popup .eu-cookie-withdraw-button:active {
    position: relative;
    top: 1px;
  }
  
  #sliding-popup .popup-content #popup-text {
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 5px 0 0;
    max-width: 60%;
  }
  
  #sliding-popup .popup-content #popup-text h1,
  #sliding-popup .popup-content #popup-text h2,
  #sliding-popup .popup-content #popup-text h3,
  #sliding-popup .popup-content #popup-text p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px 0;
  }
  
  #sliding-popup .popup-content #popup-text h1 {
    font-size: 24px;
  }
  
  #sliding-popup .popup-content #popup-text h3 {
    font-size: 12px;
  }
  
  #sliding-popup .popup-content #popup-text p {
    font-size: 12px;
    display: inline;
  }
  
  .eu-cookie-withdraw-tab {
    padding: 4px 7px;
    cursor: pointer;
  }
  
  .sliding-popup-bottom .eu-cookie-withdraw-tab {
    border-width: 2px 2px 0;
    border-radius: 5px 5px 0 0;
  }
  
  .sliding-popup-top .eu-cookie-withdraw-tab {
    border-width: 0 2px 2px;
    border-radius: 0 0 5px 5px;
  }
  
  .eu-cookie-withdraw-wrapper.sliding-popup-top,
  .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
    transform: scaleY(-1);
  }
  
  
  .eu-cookie-withdraw-tab {
    position: absolute;
    top: 0;
    transform: translate(-50%, -100%);
    left: 50%;
  }
  
  .eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
    transform: translate(-50%, -100%) scaleY(-1);
  }@media screen and (max-width: 600px) {
 #sliding-popup .popup-content {
      max-width: 95%;
    }
  
    #sliding-popup .popup-content #popup-text {
      max-width: 100%;
    }
  
    #sliding-popup .popup-content #popup-buttons {
      clear: both;
      float: none;
      margin: 5px 0 1em;
      max-width: 100%;
    } 
}/**/
/**
   * @file
   * Front-end styling for the display of webforms.
   */
  input.webform-calendar {
    display: none;
    padding: 3px;
    vertical-align: top;
  }
  html.js input.webform-calendar {
    display: inline;
  }
  .webform-container-inline label {
    display: inline;
    margin-right: 1em;
  }
  .webform-container-inline div,
  .webform-container-inline div.form-item {
    display: inline;
  }
  .webform-container-inline div.description {
    display: block;
  }
  .webform-container-inline div.messages {
    display: block;
    float: left;
  }
  .webform-container-inline div.ajax-progress-bar div {
    display: inherit;
  }
  .webform-container-inline.webform-component-textarea label {
    vertical-align: top;
  }
  .webform-container-inline.webform-component-textarea .form-textarea-wrapper {
    display: inline-block;
  }
  
  /* Reset so that these appear the same as the label elements they replace. */
  fieldset.fieldset-invisible,
  fieldset.fieldset-invisible > legend {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: inherit;
    position: static;
    color: inherit;
    height: auto;
    width: auto;
    font-family: inherit;
    text-indent: 0;
    line-height: inherit;
    text-shadow: unset;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  fieldset.fieldset-invisible > legend {
    font-weight: bold;
    font-size: 0.929em;
  }
  /* This margin causes the fieldset to be too big. */
  fieldset.fieldset-invisible > div > div.form-item:last-child,
  fieldset.fieldset-invisible > table {
    margin-bottom: 0;
  }
  
  .webform-component-textarea .grippie {
    display: block;
  }
  .webform-progressbar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .webform-progressbar-inner {
    height: 1em;
    background-color: #74c421;
    height: 3px;
  }
  .webform-progressbar-outer {
    position: relative;
    border: 1px solid #356900;
    width: 100%;
    height: 3px;
    margin: 0.35em -1px 2em;
    background-color: white;
  }
  .webform-progressbar-page {
    position: absolute;
    width: 7px;
    height: 7px;
    margin: -6px -4px;
    border: 1px solid #356900;
    background-color: white;
    border-radius: 5px;
  }
  .webform-progressbar-page.completed {
    background-color: #74c421;
  }
  .webform-progressbar-page.current {
    background-color: #74c421;
  }
  .webform-progressbar-page .webform-progressbar-page-number {
    display: none;
  }
  .webform-progressbar-page .webform-progressbar-page-label {
    position: relative;
    top: 10px;
    margin: 0 -10em;
  }/**/
/**
  * Menu toggle base styling
  */
  .menu-toggle{
    display: block;
    cursor: pointer;
    height:36px;
  }
  .menu-toggle .lines {
    display: block;
    float: left;
    margin: 0;
    padding: 4px 3px;
    width: 36px;
    border-radius: 3px;
  }
  .menu-toggle .toggle-help {
    float: left;
    height:36px;
    line-height: 36px;
  }
  .menu-toggle .line {
    display: block;
    height: 2px;
    width: 26px;
    margin: 5px auto 5px auto;
    background-color: #AAA;
    border-bottom: 1px solid #CCC;
  }
  /**
   * Ensures in mobile our menus stack
   */
  .responsive-menu {
    clear: both;
  }
  .responsive-menu,
  .responsive-menu.links.inline {
    max-height: 0;
    overflow:hidden;
    }
    .responsive-menu.menu-toggled,
    .responsive-menu.links.inline.menu-toggled {
      max-height: none;
    }
  .responsive-menu li,
  .responsive-menu.inline li {
    position: relative;
    display: block;
  }
  
  /**
   * Default media query for Omega and narrow
   */@media all and (min-width: 740px) and (min-device-width: 740px), (max-device-width: 800px) and (min-width: 740px) and (orientation:landscape) {
 .menu-toggle {
      display: none;
    }
    .responsive-menu,
    .responsive-menu.links.inline {
      max-height: none;
      overflow: visible;
    }
    .responsive-menu li {
      display: inherit;
    }
    .responsive-menu.inline li {
      display: inline-block;
    }
    .responsive-menu .sub-menu {
      position: absolute;
      z-index: 100;
      max-height: 0;
      overflow: hidden;
    }
    /* Display does not animate, max-height does. Max-weight will not animate from 0 - none, so default 900px added.
        if your sub menu goes past 900px, well..uhh.. */
    .responsive-menu .sub-menu.active {
      max-height: none;
      overflow: visible;
    }
    /* Chances are your submenu should stack...if not override this. */
    .responsive-menu .sub-menu li {
      display: block;
    } 
}/**/
.addtoany {
  	display: inline;
  }
  .addtoany_list {
  	display: inline;
  	line-height: 16px;
  }
  .addtoany_list > a,
  .addtoany_list a img,
  .addtoany_list a > span {
  	vertical-align: middle;
  }
  .addtoany_list > a {
  	display: inline-block;
  	font-size: 16px;
  	padding: 0 4px;
  }
  .addtoany_list.a2a_kit_size_32 > a {
  	font-size: 32px;
  }
  .addtoany_list .a2a_counter img {
    float: left;
  }
  .addtoany_list a span.a2a_img {
  	display: inline-block;
  	height: 16px;
  	opacity: 1;
  	overflow: hidden;
  	width: 16px;
  }
  .addtoany_list a span {
  	display: inline-block;
  	float: none;
  }
  .addtoany_list.a2a_kit_size_32 a > span {
  	border-radius: 4px;
  	height: 32px;
  	line-height: 32px;
  	opacity: 1;
  	width: 32px;
  }
  .addtoany_list a:hover:hover img,
  .addtoany_list a:hover span {
  	opacity: .7;
  }
  .addtoany_list a.addtoany_share_save img {
  	border: 0;
  	width: auto;
  	height: auto;
  }
  .addtoany_list.a2a_kit_size_32 a .a2a_count {
  	position: relative;
  }/**/
