.c-stickbar1 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: transform .3s ease-in-out; }
  .c-stickbar1:not([class*="--open"]) {
    transform: translateY(55px); }
    .c-stickbar1:not([class*="--open"]) .c-stickbar1__toggler > span svg {
      transform: translate(-50%, -50%) rotateZ(90deg) scaleY(1.2); }
  .c-stickbar1__item-desktop-inline, .c-stickbar1__item-mobile-inline {
    display: none; }
  @media (min-width: 768px) {
    .c-stickbar1__item-desktop-inline {
      display: inline; } }
  @media (max-width: 767px) {
    .c-stickbar1__item-mobile-inline {
      display: inline; } }
  .c-stickbar1__wrapper {
    position: relative;
    height: 58px;
    max-width: 1028px;
    margin: auto;
    padding-right: 11px;
    padding-left: 100px; }
    @media (min-width: 768px) {
      .c-stickbar1__wrapper {
        padding-right: 20px;
        padding-left: 110px; } }
  .c-stickbar1__text1 {
    padding-top: 15px; }
    @media (max-width: 767px) {
      .c-stickbar1__text1 {
        padding-top: 10px;
        max-width: 148px; } }
    .c-stickbar1__text1 p {
      font-family: "Work Sans", sans-serif;
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 19px;
      line-height: 18px; }
      @media (max-width: 410px) {
        .c-stickbar1__text1 p {
          font-size: 14px;
          line-height: 15px; } }
      @media (min-width: 768px) {
        .c-stickbar1__text1 p {
          font-size: 24px;
          line-height: 28px; } }
  .c-stickbar1__img1 {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    width: 70px;
    height: 64px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    position: absolute;
    left: 17px;
    bottom: 0; }
    .c-stickbar1__img1 > span {
      display: inline-block; }
    @media (min-width: 768px) {
      .c-stickbar1__img1 {
        left: 20px; } }
  .c-stickbar1__toggler {
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    right: 9px;
    top: -22px;
    z-index: 1;
    width: 32px;
    height: 22px;
    background-color: #333333;
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .c-stickbar1__toggler {
        right: 20px; } }
    .c-stickbar1__toggler > span svg {
      position: absolute;
      top: 63%;
      left: 50%;
      transform: translate(-50%, -50%) rotateZ(-90deg) scaleY(1.2);
      width: 20px;
      height: 14px; }
  .c-stickbar1__btn1 {
    text-align: center;
    min-height: 40px;
    overflow: hidden;
    border-radius: 8px;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 16px;
    float: right;
    margin-top: 9px;
    padding: 12px 10px 0 10px; }
    .c-stickbar1__btn1, .c-stickbar1__btn1:visited, .c-stickbar1__btn1:focus, .c-stickbar1__btn1:hover {
      background-color: #FFFFFF !important;
      color: #333333 !important; }
    .c-stickbar1__btn1:focus, .c-stickbar1__btn1:hover {
      text-decoration: underline !important; }
    @media (max-width: 410px) {
      .c-stickbar1__btn1 {
        font-size: 14px;
        line-height: 15px; } }
    @media (min-width: 768px) {
      .c-stickbar1__btn1 {
        width: 320px; } }
  .c-stickbar1--theme-black1 .c-stickbar1__wrapper, .c-stickbar1--theme-black1 .c-stickbar1__toggler {
    color: #FFFFFF;
    background-color: #333333; }
  .c-stickbar1--theme-orange1 .c-stickbar1__wrapper, .c-stickbar1--theme-orange1 .c-stickbar1__toggler {
    color: #FFFFFF;
    background-color: #FF5D27; }

/* codeland fixes */
.c-stickbar1 .c-stickbar1__item-desktop-inline,
.c-stickbar1 .c-stickbar1__item-mobile-inline{
	font-weight: 800;
}
.c-stickbar1 .c-stickbar1__item-mobile-inline{
	font-size: 13px;
}
.c-stickbar1 .c-stickbar1__text1 .mobile{
	font-weight: 800;
    line-height: 16px;
    margin-top: 4px;
}
