/* ========================================================================== */
/* GERAL                                                                      */
/* ========================================================================== */

html, body {
    height: 100%;
}  

.wrapper-page {
    padding-top: 0px;
}

/* ========================================================================== */
/* LARGER DESKTOP SCREEN'S                                                    */
/* ========================================================================== */

.show-desktop {
    display: inline;
}

.show-mobile {
    display: none;
}

.wrapper-page {
    padding-bottom: 0;
}

/* ================================= SLIDER ================================= */

#wrapper-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#wrapper-slider .slider-image {
    width: 100%;
}

#wrapper-slider .slider-text {
    position: absolute;
    top: 27px;
    left: 257px;
    text-align: left;
}

#wrapper-slider .slider-text h1,
#wrapper-slider .slider-text .slider-subtitle,
#wrapper-slider .slider-text p {
    color: #FFF;
}

#wrapper-slider .slider-text h1 {
    font-family: 'Metrocity-Black';
    margin-bottom: 0px;
    font-size: 60px;
}

#wrapper-slider .slider-text .slider-subtitle {
    font-family: 'Metrocity-Book';
    padding-bottom: 128px;
    font-size: 60px;
    font-weight: 100;
    text-transform: none;
    line-height: 60px;
}

#wrapper-slider .slider-text p {
    font-family: 'Metrocity-Book';
    font-size: 26px;
    line-height: 30px;
}

#wrapper-slider .slider-text p b {
    font-family: 'Metrocity-Bold';
}

#wrapper-slider .slider-button {
    font-family: 'Metrocity-Bold';
    border-radius: 30px 0;
    background: #DC0A63;
    color: #FFF !important;
    border: 0;
    padding: 15px 36px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 180px;
}


/* ============================== GAS BOTTLES =============================== */

#wrapper-gas-bottles {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#wrapper-gas-bottles:not(.no-slider) .gas-bottle-container,
#wrapper-gas-bottles:not(.no-slider) .gas-bottle-info-container {
    margin-top: -200px;
    overflow: hidden;
}

#wrapper-gas-bottles.no-slider .gas-bottle-container,
#wrapper-gas-bottles.no-slider .gas-bottle-info-container {
    margin-top: 50px;
    overflow: hidden;
}

#wrapper-gas-bottles .gas-bottle-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    max-width: 666px;
    width: 100%;
    height: 482px;
    box-shadow: 0px 0px 10px #00000014;
    padding: 40px;
    border-radius: 110px 0px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-image {
    float: left;
    width: 50%;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text {
    float: right;
    width: 50%;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-header {
    padding-bottom: 15px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-header h3 {
    color: #1B3149;
    font-size: 32px;
    font-family: 'Metrocity-Bold';
    padding-bottom: 15px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-header small {
    font-family: 'Metrocity-Book';
    color: #1B3149;
    font-size: 16px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body  .gas-bottle-body-list {
    padding-bottom: 28px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body  .gas-bottle-body-list h4 {
    text-transform: uppercase;
    color: #263B52;
    font-family: 'Metrocity-Bold';
    font-size: 16px;
    padding-bottom: 10px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body  .gas-bottle-body-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body  .gas-bottle-body-list ul li::before {
    background-image: url('/sysimages/icon-plus-purple.png');
    background-size: 11px;
    display: inline-block;
    width: 11px;
    height: 11px;
    content:"";
    margin-right: 5px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body  .gas-bottle-body-list ul li {
    font-family: "Metrocity-Bold";
    color: #DC0A63;
    text-transform: uppercase;
    font-size: 22px;
    padding-bottom: 7px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity {
    position: relative;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav {
    font-family: 'Metrocity-Bold';
    font-size: 30px;
    border-radius: 60px;
    padding: 0;
    margin: 0px;
    width: 54px;
    height: 54px;
    background: #EDF1F2 0% 0% no-repeat padding-box;
    border: 2px solid #EDF1F2;
    color: #0299B4 !important;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    cursor: pointer;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav:not([disabled]):hover {
    background: #293441;
    color: #FFF !important;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav[val="+"] {
    left: 174px;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav[disabled] {
    cursor: default !important;
    color: #BFBFBF !important;
}

#wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity input {
    font-family: 'Metrocity-Book';
    border-radius: 60px;
    border: 2px solid #EDF1F2;
    text-align: center;
    width: 100px;
    font-size: 28px;
    color: #939393;
    margin: 0 64px;
}

#wrapper-gas-bottles .gas-bottle-info-container {
    background: #1B3149 0% 0% no-repeat padding-box;
    max-width: 172px;
    width: 100%;
    height: 160px;
    text-align: center;
    padding: 22px 20px;
    z-index: 1;
    border-radius: 60px 0px;
    box-shadow: 3px 3px 6px #00000029;
    margin-left: -45px;
    margin-right: -45px;
}

#wrapper-gas-bottles .gas-bottle-info-container h3 {
    color: #13B4D1;
    font-weight: bold;
    font-family: 'Metrocity-Black';
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 7px;
}

#wrapper-gas-bottles .gas-bottle-info-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#wrapper-gas-bottles .gas-bottle-info-container ul li {
    color: #FFF;
    font-family: 'Metrocity-Bold';
    font-size: 14px;
    text-transform: uppercase;
}

/* =============================== SELECTION ================================ */

#wrapper-delivery-selection {
    width: 100%;
    margin: 0 auto;
}

#wrapper-delivery-selection .delivery-selection-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #00000014;
    border-radius: 50px 0;
    padding: 25px;
    margin-bottom: 30px;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-title {
    line-height: 35px;
    padding-right: 24px;
    color: #1B3149 !important;
    font-size: 23px;
    font-weight: bold;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-title-icon {
    padding-right: 10px;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-title-icon img{
    width: 26px;
    vertical-align: sub;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input {
    position: relative;
    width: 305px;
    height: 58px;
    border-radius: 50px;
    border: 2px solid #CDD6D8;
    margin-right: 15px;
    overflow-x: hidden;
    padding: 0 29px;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input.select-disabled {
    border: 2px solid #E6EAEB;
    color: #C9C9C9;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 22px;
    width: 16px;
    height: 16px;
    background: url(/sysimages/icon-arrow-down-new.png) left top/16px no-repeat;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input.select-disabled::after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 22px;
    width: 16px;
    height: 16px;
    background: url(/sysimages/icon-arrow-down-white.png) left top/16px no-repeat;
}

#wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input select {
    position: relative;
    font-family: 'Metrocity-Book';
    padding: 5px 0;
    border: 0px;
    color: #939393;
    font-size: 18px;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
}


/* ============================ DELIVERIES INFO ============================= */

#wrapper-deliveries-info {
    text-align: center;
    padding-bottom: 121px;
}

#wrapper-deliveries-info .deliveries-info-button {
    padding-bottom: 33px;
}

#wrapper-deliveries-info .deliveries-info-button button {
    font-family: 'Metrocity-Bold';
    border-radius: 45px 0px;
    background: #DC0A63;
    color: #FFF !important;
    border: 0;
    padding: 24px 59px;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: 3px 3px 6px #00000029;
}

#wrapper-deliveries-info .deliveries-info-button .form-message,
#wrapper-deliveries-info .deliveries-info-button .form-message,
#wrapper-deliveries-info .deliveries-info-button .form-message {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

#wrapper-deliveries-info .deliveries-info-text {
    font-family: 'Metrocity-Book';
    font-size: 13px;
    color: #1B3149;
}

#wrapper-deliveries-info .deliveries-info-text a {
    color: #0299B4;
    text-decoration: underline;
    font-weight: bold;
}

/* ================================ BENEFITS ================================ */

#wrapper-benefits {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 61px;
}

#wrapper-benefits .benefits-title {
    text-align: center;
    font-size: 46px;
    color: #0299B4;
    font-family: 'Metrocity-Bold';
    padding-bottom: 116px;
}

#wrapper-benefits .benefit-wrapper {
    box-sizing: border-box;
}

#wrapper-benefits .benefit-wrapper .benefit-container {
    padding: 0 ;
    text-align: center;
    margin-bottom: 99px;
    height: 324px;
}

#wrapper-benefits .benefit-wrapper .benefit-container .benefit-image {
    text-align: center;
    padding-bottom: 44px;
}

#wrapper-benefits .benefit-wrapper .benefit-container .benefit-image img {
    max-width: 148px;
    width: 100%;
}

#wrapper-benefits .benefit-wrapper .benefit-container .benefit-title {
    font-family: 'Metrocity-Book';
    color: #1B3149;
    text-transform: uppercase;
    font-size: 28px;
    padding-bottom: 22px;
    line-height: 30px;
}

#wrapper-benefits .benefit-wrapper .benefit-container .benefit-description {
    font-family: 'Metrocity-Bold';
    color: #1B3149;
    font-size: 28px;
    line-height: 30px;
    padding: 0 90px;
}

/* ================================= POSTS ================================== */

#wrapper-posts-info {
    width: 100%;
    padding: 110px 257px;
    color: #FFF;
    background-color: #1B3149;
}

#wrapper-posts-info .posts-container {
    max-width: 1440px;
    margin: 0 auto;
}

#wrapper-posts-info .posts-container .posts-info-text {
    float: left;
    width: 50%;
    padding: 122px 20px;
}

#wrapper-posts-info .posts-container .posts-info-text .posts-info-title {
    font-size: 46px;
    line-height: 60px;
    padding-bottom: 40px;
    font-family: 'Metrocity-Bold';
}

#wrapper-posts-info .posts-container .posts-info-text .posts-info-description {
    font-family: 'Metrocity-Book';
    font-size: 30px;
    padding-bottom: 70px;
    line-height: 40px;
}

#wrapper-posts-info .posts-container .posts-info-text .posts-info-button button {
    border-radius: 45px 0px;
    background: #DC0A63 0% 0% no-repeat padding-box;
    color: #FFF !important;
    border: 0;
    padding: 24px 56px;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: 3px 3px 6px #00000029;
}

#wrapper-posts-info .posts-container .posts-info-image {
    float: right;
    width: 50%;
    text-align: right;
}

#wrapper-posts-info .posts-container .posts-info-image img {
    max-width: 330px;
    width: 100%;
}

/* =============================== GAS INFO ================================= */

#wrapper-gas-info {
    width: 100%;
    background-color: #029AB2;
    padding: 129px 104px;
}

#wrapper-gas-info .gas-info-container {
    max-width: 1440px;
    margin: 0 auto;
}

#wrapper-gas-info .gas-info-container .gas-info-image {
    float: left;
    width: 50%;
}

#wrapper-gas-info .gas-info-container .gas-info-image img {

}

#wrapper-gas-info .gas-info-container .gas-info-text {
    float: right;
    width: 50%;
    color: #FFF;
    padding-top: 8px;
}

#wrapper-gas-info .gas-info-container .gas-info-text .gas-info-title {
    font-size: 46px;
    padding-bottom: 40px;
    font-family: 'Metrocity-Bold';
}

#wrapper-gas-info .gas-info-container .gas-info-text .gas-info-description {
    font-family: 'Metrocity-Light';
    font-size: 22px;
    padding-bottom: 40px;
    line-height: 30px;
    font-weight: 100;
}

#wrapper-gas-info .gas-info-container .gas-info-text .gas-info-description b {
    font-family: 'Metrocity-Bold';
}

#wrapper-gas-info .gas-info-container .gas-info-text .gas-info-button button {
    border-radius: 45px 0px;
    background: #DC0A63 0% 0% no-repeat padding-box;
    color: #FFF !important;
    border: 0;
    padding: 24px 56px;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: 3px 3px 6px #00000029;
}

/* ========================================================================== */
/* SHORTER DESKTOP SCREEN'S                                                   */
/* ========================================================================== */

@media screen and (max-width: 1680px) and (min-width: 1440px) {

  /* ================================ SLIDER ================================ */

  #wrapper-slider .slider-text {
      top: 130px;
  }

  #wrapper-slider .slider-text h1 {
      font-size: 50px;
  }

  #wrapper-slider .slider-text .slider-subtitle {
      font-size: 50px;
      line-height: 50px;
  }

  /* ============================= GAS BOTTLES ============================== */

  #wrapper-gas-bottles:not(.no-slider) .gas-bottle-container, #wrapper-gas-bottles .gas-bottle-info-container {
      margin-top: -120px;
  }

  #wrapper-gas-bottles.no-slider .gas-bottle-container, #wrapper-gas-bottles .gas-bottle-info-container {
      margin-top: 50px;
  }

  /* ================================ POSTS ================================= */

  #wrapper-posts-info {
      padding: 110px 120px;
  }

  /* ============================== GAS INFO ================================ */

  #wrapper-gas-info {
      padding: 129px 100px;
  }

}


/* ========================================================================== */
/* LAPTOP                                                                     */
/* ========================================================================== */

@media screen and (max-width: 1440px) {

  /* ================================ SLIDER ================================ */

  #wrapper-slider .slider-text {
      top: 100px;
  }

  #wrapper-slider .slider-text h1 {
      font-size: 50px;
  }

  #wrapper-slider .slider-text .slider-subtitle {
      font-size: 50px;
      line-height: 50px;
  }

  /* ============================= GAS BOTTLES ============================== */

  #wrapper-gas-bottles:not(.no-slider) .gas-bottle-container, #wrapper-gas-bottles .gas-bottle-info-container {
      margin-top: -120px;
  }

  #wrapper-gas-bottles.no-slider .gas-bottle-container, #wrapper-gas-bottles .gas-bottle-info-container {
      margin-top: 50px;
  }

  /* ================================ POSTS ================================= */

  #wrapper-posts-info {
      padding: 110px 120px;
  }

  /* ============================== GAS INFO ================================ */

  #wrapper-gas-info {
      padding: 129px 100px;
  }

}


/* ========================================================================== */
/* TABLET DEVICES                                                             */
/* ========================================================================== */

/* ================================ SLIDER ================================ */

body.tablet #wrapper-slider .slider-text {
    top: 27px;
    left: 175px;
}

/* ============================= GAS BOTTLES ============================== */

body.tablet #wrapper-gas-bottles .gas-bottle-container,
body.tablet #wrapper-gas-bottles .gas-bottle-info-container {
    margin-top: -191px;
}

body.tablet #wrapper-gas-bottles:not(.no-slider) .gas-bottle-container,
body.tablet #wrapper-gas-bottles:not(.no-slider) .gas-bottle-info-container {
    margin-top: -191px;
}

body.tablet #wrapper-gas-bottles.no-slider .gas-bottle-container,
body.tablet #wrapper-gas-bottles.no-slider .gas-bottle-info-container {
    margin-top: 50px;
}


/* ========================================================================== */
/* MOBILE DEVICES                                                             */
/* ========================================================================== */

@media screen and (max-width: 768px){

  .show-desktop {
      display: none;
  }

  .show-mobile {
      display: inline;
  }

  /* ================================ SLIDER ================================ */

  #wrapper-slider .slider-text {
      top: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      left: 0;
      padding-top: 30px;
  }

  #wrapper-slider .slider-text h1 {
      font-size: 34px;
  }

  #wrapper-slider .slider-text .slider-subtitle {
      margin-bottom: 0;
      font-size: 34px;
      text-transform: none;
      padding-bottom: 30px;
      line-height: 30px;
  }

/*  #wrapper-slider .slider-text p {
      font-size: 14px;
      line-height: 20px;
      position: absolute; custom
      bottom: 90px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding: 0px 10px;
  }*/

  #wrapper-slider .desc-slider{
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px 10px;
  }
  #wrapper-slider .desc-slider p, #wrapper-slider .desc-slider span{
    font-size: 14px;
    line-height: 20px;
  }

  /* ============================= GAS BOTTLES ============================== */

  #wrapper-gas-bottles {
      flex-direction: column;
  }

  #wrapper-gas-bottles .gas-bottle-container {
      width: 100%;
      height: auto;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0;
      padding: 15px 36px 46px;
      background-position: top center !important;
      border-radius: 65px 0px;
      box-shadow: 0px 0px 8px #0000001A;
  }

  #wrapper-gas-bottles:not(.no-slider) .gas-bottle-container#bottle_9_container {
      margin-top: -60px;
  }

  #wrapper-gas-bottles.no-slider .gas-bottle-container#bottle_9_container {
      margin-top: 30px;
  }

  #wrapper-gas-bottles .gas-bottle-container#bottle_45_container {
      margin-top: 0 !important;
      padding-top: 45px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-image {
      float: none;
      width: 100%;
      text-align: center;
      padding-bottom: 23px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text {
      float: none;
      width: 100%;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-header,
  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body,
  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom {
      width: 100%;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-header h3 {
      padding-bottom: 7px;
      font-size: 22px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-header small {
      font-size: 13px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body {
      padding-bottom: 34px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body .gas-bottle-body-list {
      display: inline-block;
      padding-top: 7px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body .gas-bottle-body-list:last-child {
      padding-bottom: 0;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body .gas-bottle-body-list:not(:last-child) {
      margin-right: 7px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body .gas-bottle-body-list h4 {
      font-size: 15px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body .gas-bottle-body-list ul li {
      font-size: 16px;
      padding-bottom: 2px;
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav {
      width: 41px;
      height: 41px;
      line-height: 37px;
      font-size: 25px;
  }
  
  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav[val="-"] {
      left: calc((100% - 179px) / 2);
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity .input_nav[val="+"] {
      left: calc(((100% - 179px) / 2) + 138px);
  }

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-bottom .gas-bottle-quantity input {
      max-width: 77px;
      font-size: 20px;
      margin: 0 calc(((100% - 179px) / 2) + 51px);
  }

  #wrapper-gas-bottles .gas-bottle-info-container {
      height: 133px;
      border-radius: 60px 0px;
      margin-top: -20px !important;
      margin-bottom: -20px !important;
  }

  #wrapper-gas-bottles .gas-bottle-info-container h3 {
      font-size: 20px;
  }

  #wrapper-gas-bottles .gas-bottle-info-container ul li {
      font-size: 11px;
  }

  /* ============================== SELECTION =============================== */

  #wrapper-delivery-selection {
      width: 100%;
  }

  #wrapper-delivery-selection .delivery-selection-form {
      flex-direction: column;
      padding: 27px 33px;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-title {
      font-size: 22px;
      padding-bottom: 10px;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input {
      width: 100%;
      margin-bottom: 10px;
      border: 2px solid #CDD6D8;
      border-radius: 67px;
      height: 46px;
      margin-right: 0;
      padding: 0 25px;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input::after {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      right: 15px;
      width: 16px;
      height: 16px;
      background: url(/sysimages/icon-arrow-down-new.png) left top/16px no-repeat;
  }
  
  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input.select-disabled::after {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      right: 15px;
      width: 16px;
      height: 16px;
      background: url(/sysimages/icon-arrow-down-white.png) left top/16px no-repeat;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input:not(:last-child) {
      margin-bottom: 8px;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input select {
      width: 100%;
      height: 100%;
      font-size: 16px;
      padding: 0;
      background: transparent;
      -webkit-appearance: none;
  }

  /* =========================== DELIVERIES INFO ============================ */

  #wrapper-deliveries-info {
      padding-bottom: 72px;
  }

  #wrapper-deliveries-info .deliveries-info-button button {
      padding: 15px 43px;
      font-size: 16px;
      border-radius: 25px 0px;
      box-shadow: 3px 3px 6px #00000029;
  }
  
  #wrapper-deliveries-info .deliveries-info-button .form-message,
  #wrapper-deliveries-info .deliveries-info-button .form-message,
  #wrapper-deliveries-info .deliveries-info-button .form-message {
      max-width: 100%;
  }

  #wrapper-deliveries-info .deliveries-info-text {
      font-size: 13px;
  }

  /* =============================== BENEFITS =============================== */

  #wrapper-benefits {
      margin-bottom: 14px;
  }

  #wrapper-benefits .benefits-title {
      line-height: 38px;
      padding-bottom: 54px;
      font-size: 28px;
  }

  #wrapper-benefits .benefit-wrapper .benefit-container {
      padding: 0;
      margin-bottom: 60px;
  }

  #wrapper-benefits .benefit-wrapper .benefit-container .benefit-image {
      padding-bottom: 34px;
  }

  #wrapper-benefits .benefit-wrapper .benefit-container .benefit-title {
      font-size: 24px;
  }

  #wrapper-benefits .benefit-wrapper .benefit-container .benefit-description {
      padding: 0 60px;
      line-height: 30px;
      font-size: 22px;
  }

  /* ================================ POSTS ================================= */

  #wrapper-posts-info {
      padding: 0;
  }

  #wrapper-posts-info .posts-container .posts-info-text {
      float: none;
      width: 100%;
      text-align: center;
      padding: 57px 60px;
  }

  #wrapper-posts-info .posts-container .posts-info-text .posts-info-title {
      width: 100%;
      font-size: 28px;
      line-height: 35px;
      padding-bottom: 23px;
  }

  #wrapper-posts-info .posts-container .posts-info-text .posts-info-description {
      font-size: 20px;
      padding-bottom: 46px;
  }

  #wrapper-posts-info .posts-container .posts-info-text .posts-info-button {
      padding-top: 45px;
  }

  #wrapper-posts-info .posts-container .posts-info-text .posts-info-button button {
      font-size: 16px;
      border-radius: 25px 0px;
      box-shadow: 3px 3px 6px #00000029;
      padding: 15px 30px;
  }

  #wrapper-posts-info .posts-container .posts-info-image {
      float: none;
      width: 100%;
  }

  /* ============================== GAS INFO ================================ */

  #wrapper-gas-info {
      padding: 56px 26px;
  }

  #wrapper-gas-info .gas-info-container .gas-info-image {
      float: none;
      width: 100%;
  }

  #wrapper-gas-info .gas-info-container .gas-info-text {
      float: none;
      width: 100%;
      text-align: center;
  }

  #wrapper-gas-info .gas-info-container .gas-info-text .gas-info-title {
      font-size: 28px;
      padding-bottom: 40px;
  }

  #wrapper-gas-info .gas-info-container .gas-info-text .gas-info-description {
      font-size: 18px;
  }

  #wrapper-gas-info .gas-info-container .gas-info-text .gas-info-button {
      padding-top: 40px;
  }

  #wrapper-gas-info .gas-info-container .gas-info-text .gas-info-button button {
      font-size: 16px;
      box-shadow: 3px 3px 6px #00000029;
      border-radius: 25px 0px;
      padding: 15px 36px;
  }

}


/* ========================================================================== */
/* SMALL MOBILE DEVICES LIKE IPHONE 5                                         */
/* ========================================================================== */

@media screen and (max-width: 320px) {

  /* ============================= GAS BOTTLES ============================== */

  #wrapper-gas-bottles .gas-bottle-container .gas-bottle-text .gas-bottle-body .gas-bottle-body-list ul li {
      font-size: 13px;
  }

  /* ============================== SELECTION =============================== */

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-title {
      font-size: 18px;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input select {
      font-size: 13px;
  }

  #wrapper-delivery-selection .delivery-selection-form .delivery-selection-form-input::after {
      top: calc(50% - 9px);
  }

}

@media screen and (max-width: 1700px) and (min-width: 1401px){
    /* responsive */
    body #wrapper-slider .slider-text{top: 70px;}
    body #wrapper-slider .slider-text .slider-subtitle {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 768px){
    /* responsive */
    body #wrapper-slider .slider-text{top: 40px;}
    body #wrapper-slider .slider-text .slider-subtitle {
        padding-bottom: 20px;
    }

}

#wrapper-slider .slider-image img,
.gas-info-image img{
  height: auto!important;
}