footer {
  border-top: medium solid #E5B53A;
}

footer,
.footer-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #232323;
}

footer .footer-section {
  overflow: auto;
  padding: 10px;
  border-bottom: thin solid #464646;
}

footer .footer-section>div {
  width: 49%;
  float: left;
  margin-top: 30px;
}

footer .footer-section>div.footer-wide-section--mobile {
  width: 100%;
  text-align: center;
}

footer .footer-section>div.footer-wide-section--mobile form button {
  float: left;
  margin: 5px 0 0 16px;
  border: 0;
  background: #E5B53A;
  padding: 8px 15px;
  margin-top: 5px;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

footer .footer-section>div.footer-wide-section--mobile form input[type="text"] {
  width: 82%;
}

footer .footer-section>div.footer-wide-section--mobile form input[type="text"],
footer .footer-section>div.footer-wide-section--mobile form textarea {
  margin: 10px 0 0 16px;
  border: 0;
  padding: 10px 10px;
  background: #393939;
  color: #999;
  -webkit-appearance: none;
  font-family: Arial;
  float: left;
}

footer .footer-section>div.footer-wide-section--mobile .footer-title.white {
  color: #FFF;
}

footer .footer-section>div.footer-wide-section--mobile a.btn {
  width: 90%;
}

footer .footer-section>div>a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-family: Arial;
  text-decoration: none;
}

footer .footer-section>div>a.footer-link-with-icon {
  margin: 20px 0;
}

footer .footer-section>div>a.btn {
  display: block;
  border: 0;
  background: #E5B53A;
  padding: 8px 15px;
  margin-top: 5px;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  width: 65px;
  border-radius: 5px;
}

footer .footer-section>div>a.footer-link-with-icon span.btn:hover {
  cursor: pointer;
}

footer .footer-section>div>p {
  color: #E5B53A;
  font-size: 17px;
  margin: 15px 0;
  font-weight: bold;
}

footer .footer-section>div>p.not-title {
  color: #FFF;
  font-size: 10px;
  float: right;
  margin-top: 3px;
}

footer .footer-section>div>p.not-title:last-child {
  margin: 0;
  float: left;
}

footer .footer-section>div>p.not-title span {
  display: block;
  clear: both;
}


footer .footer-section>div.social-media a {
  float: left;
  width: 29px;
}

footer .footer-section>div.play-store--section div {
  width: 130px;
}

footer .footer-section>div.play-store--section a {
  margin: 0;
  display: inline-block;
  width: 56px;
}

footer .footer-section>div.play-store--section img {
  transform: scale(0.5);
}

footer .footer-section .footer-terms-condition span {
  display: none;
}

footer .footer-section .footer-terms-condition a {
  color: #999;
}

footer .footer-section .footer-copyright p {
  color: #FFF;
  font-size: 12px;
}

.sprite-footer {
  background-image: url("/images/footer/footer_sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transform: scale(0.8);
}

.sprite-shopping-cart {
  width: 33px;
  height: 33px;
  background-position: -5px -89px;
}

.sprite-envelope-light {
  width: 35px;
  height: 27px;
  background-position: -50px -5px;
}

.sprite-speech-bubble {
  width: 26px;
  height: 26px;
  background-position: -137px -5px;
  margin-right: 0;
}

.sprite-smartphone-dark {
  width: 22px;
  height: 22px;
  background-position: -90px -89px;
}

.sprite-smartphone {
  width: 32px;
  height: 32px;
  background-position: -48px -89px;
  margin: 0;
  float: left;
}

.sprite-facebook {
  width: 32px;
  height: 32px;
  background-position: -95px -5px;
}

.sprite-twitter {
  width: 32px;
  height: 32px;
  background-position: -134px -47px;
}

.sprite-linkedin {
  width: 32px;
  height: 32px;
  background-position: -92px -47px;
}

.sprite-youtube {
  width: 32px;
  height: 32px;
  background-position: -122px -89px;
}

.sprite-instagram {
  width: 32px;
  height: 32px;
  background-position: -50px -47px;
}

.sprite-envelope {
  width: 35px;
  height: 35px;
  background-position: -5px -5px;
  float: left;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  /*footer,
  .footer-wrapper {
    background: green;
  }*/

  footer .footer-section>div.play-store--section img {
    transform: scale(0.7);
  }

  footer .footer-section>div.play-store--section div {
    width: 166px;
    margin-left: -17px;
  }

  footer .footer-section>div.play-store--section a {
    width: 77px;
  }

  footer .footer-section>div.footer-wide-section--mobile form button {
    clear: both;
  }

  footer .footer-section>div.footer-wide-section--mobile {
    width: 50%;
  }

  .footer-wide-section--mobile img {
    margin-top: 25px;
  }

  footer .footer-section>div.footer-wide-section--mobile a.btn {
    margin-top: 37px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /*footer,
  .footer-wrapper {
    background: yellow;
  }*/

  footer .footer-section>div.footer-wide-section--mobile.footer-copyright {
    width: 100%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /*footer,
  .footer-wrapper {
    background: orange;
  }*/

  footer .footer-section {
    overflow: hidden;
  }

  footer .footer-section>div {
    width: 25%;
  }

  footer .footer-section>div.footer-wide-section--mobile {
    width: 25%;
  }

  footer .footer-section>div.footer-wide-section--mobile form input[type="text"],
  footer .footer-section>div.footer-wide-section--mobile form textarea {
    width: 77%;
  }

  footer .footer-section>div.footer-wide-section--mobile.footer-copyright {
    width: 25%;
  }

  .footer-wide-section--mobile img {
    transform: scale(0.8);
  }

  footer .footer-section>div.footer-wide-section--mobile .footer-title.white {
    font-size: 14px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /*footer,
  .footer-wrapper {
    background: purple;
  }*/

  .footer-wrapper .footer-section {
    width: 1280px;
    margin: 0 auto;
  }

  .email-us {
    font-weight: bold;
  }

  footer .footer-section:last-child {
    border: 0;
  }

  footer .footer-section:nth-child(1) {
    width: 100%;
    padding: 0 180px 40px 180px;
    box-sizing: border-box;
  }

  footer .footer-section:nth-child(2) {
    width: 100%;
    height: 90px;
    padding: 0 180px 40px 180px;
    box-sizing: border-box;
  }

  footer .footer-section>div>a:hover {
    text-decoration: underline;
  }

  .footer-wide-section--mobile img {
    transform: scale(1);
  }

  footer .footer-section>div.footer-wide-section--mobile a.btn {
    width: 66%;
    margin: 5px auto;
  }

  footer .footer-section>div.footer-wide-section--mobile .footer-title.white {
    font-size: 17px;
    float: left;
    margin-left: 20px;
  }

  footer .footer-section>div>a.btn {
    width: 61px;
  }

  footer div.footer-wrapper div:nth-child(2) a:nth-child(10) i {
    display: block;
    float: left;
  }

  footer div.footer-wrapper div:nth-child(2) a:nth-child(10) {
    width: 285px;
  }

  footer div.footer-wrapper div:nth-child(2) a:nth-child(10):hover {
    text-decoration: none;
    cursor: text;
  }

  footer .footer-section>div>p.not-title:last-child {
    font-size: 14px;
  }

  .sprite-smartphone {
    margin-right: 10px;
  }

  footer .footer-section>div.play-store--section img {
    transform: scale(1);
  }

  footer .footer-section>div.play-store--section img:last-child {
    margin-left: 100px;
  }

  footer .footer-section>div.play-store--section a {
    width: 115px;
  }

  footer .footer-section>div.play-store--section div {
    width: auto;
    margin-left: -40px;
  }

  footer .footer-section>div.social-media a {
    width: auto;
  }

  footer .footer-section>div.footer-wide-section--mobile.footer-copyright {
    width: 50%;
  }

  footer .footer-section>div.footer-terms-condition a:first-child {
    display: inline-block;
    float: left;
  }

  footer .footer-section>div.footer-terms-condition a:first-child::after {
    content: '|';
    margin-right: 5px;
  }

  footer .footer-section .footer-copyright p {
    float: right;
    margin-right: 10px;
  }

  footer .footer-section>div.footer-wide-section--mobile form textarea {
    height: 60px;
  }

  footer .footer-section>div>a {
    line-height: 16px;
  }

  .sprite-footer {
    transform: scale(1);
  }
}
