/* =Footer
****************************************************************************************/
.footer {
  min-height: 90px;
}
.foot-subscribe {
  background: #e20000;
  padding: 63px 0;
  text-align: center;
}
.foot-subscribe .subscriptionbox {
  margin-bottom: 41px;
}
.foot-subscribe .title {
  font-size: 30px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
.foot-subscribe form {
  position: relative;
}
.foot-subscribe form input[type=text],
.foot-subscribe form input[type=mail] {
  border-right: none;
  width: calc(100% - 213px);
  display: block;
  height: 58px;
  line-height: 56px;
}
.foot-subscribe form input[type=submit],
.foot-subscribe form .submit {
  position: absolute;
  height: 58px;
  top: 0;
  right: 0;
  width: 213px;
}
.foot-subscribe form input.mail {
  font-size: 16px;
}
.foot-subscribe form input.mail::-webkit-input-placeholder {
  color: #ffffff;
}
.foot-subscribe form input.mail::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.foot-subscribe form input.mail:-ms-input-placeholder {
  color: #ffffff;
}
.foot-subscribe form input.mail:focus {
  box-shadow: inset 0 3px 3px 0px rgba(0, 0, 0, 0.4);
}
.foot-subscribe form .submit {
  font-size: 20px;
  background-color: #fff;
  color: #e20000;
}
.foot-subscribe form .submit:hover {
  background-color: #e20000;
  color: #fff;
}
.foot-subscribe .social .button {
  background: #fff;
  box-shadow: 0 2px 0 -1px #ee6666;
}
.foot-subscribe .social .button.social-visit {
  background-color: #e20000;
  border: 2px solid #ffffff;
  color: #ffffff;
  font: 16px/49px 'Arial', sans-serif;
  padding: 0 24px;
  height: 49px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  width: 183px;
  padding: 0 16px 0 52px;
  font-size: 16px;
  margin-left: 20px;
}
@media only screen and (max-width: 959px) {
  .foot-subscribe .social .button.social-visit {
    padding: 0 17px;
  }
}
.foot-subscribe .social .button.social-visit:hover {
  background-color: #ffffff;
  color: #e20000;
}
@media only screen and (max-width: 959px) {
  .foot-subscribe .social .button.social-visit {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .foot-subscribe .social .button.social-visit {
    font-size: 13px;
  }
}
.foot-subscribe .errorMessage {
  background-color: #00bfa5;
  padding: 20px;
  margin: 20px 0;
  font-size: 20px;
}
@media only screen and (max-width: 959px) {
  .foot-subscribe {
    padding: 41px 0px 53px;
  }
  .foot-subscribe .frame {
    padding: 0 10px;
  }
  .foot-subscribe .title {
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .foot-subscribe form input.mail {
    width: calc(100% - 57px) !important;
  }
  .foot-subscribe form .submit {
    width: 57px;
  }
  .foot-subscribe form .submit:before {
    content: '';
    background: url(../png/sprites.png) no-repeat;
    background-position: -310px -110px;
    width: 18px;
    height: 29px;
    display: inline-block;
    margin: 10px auto 0;
  }
  .foot-subscribe form .submit:hover:before {
    background-position: -290px -110px;
  }
  .foot-subscribe .social .button.social-visit {
    display: block;
    clear: both;
    width: 202px;
    left: 50%;
    margin: 0 0 2px -102px;
    width: 100%;
    margin: 0 0 2px;
    left: 0;
  }
}
.foot-mid {
  position: relative;
  background: #f3f2f2;
  overflow: hidden;
}
.foot-mid:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  background: #00bfa5;
  top: 0;
  left: 50%;
  width: 50%;
  margin-left: 277px;
  height: 100%;
}
.foot-mid .frame {
  position: relative;
  z-index: 2;
}
.foot-mid .foot-left,
.foot-mid .foot-right {
  float: left;
}
.foot-mid .foot-left {
  width: 752px;
  padding-top: 57px;
}
.foot-mid .foot-right {
  width: 198px;
  background: #00bfa5;
  color: #fff;
  padding: 58px 0 33px 37px;
}
.foot-mid .foot-right .logo {
  background: url(../png/sprites.png) no-repeat;
  background-position: -190px -50px;
  width: 158px;
  height: 39px;
  display: inline-block;
  margin-bottom: 17px;
  margin-left: 1px;
}
.foot-mid .foot-right .telephone {
  font-size: 16px;
  margin-bottom: 18px;
  color: #fff !important;
  /* iPhone make this a link and it turn red */
}
.foot-mid .foot-right .telephone:before {
  content: '';
  background: url(../png/sprites.png) no-repeat;
  background-position: -200px 0;
  width: 17px;
  height: 29px;
  display: inline-block;
  margin: -3px 11px 0 6px;
  float: left;
  display: none;
}
.foot-mid .foot-right .telephone a {
  color: #fff !important;
  /* iPhone make this a link and it turn red */
}
.foot-mid .foot-right .simplemenu li {
  margin-bottom: 7px;
}
.foot-mid .foot-right .simplemenu li a {
  display: block;
  background-color: #00bfa5;
  border: 2px solid #ffffff;
  color: #ffffff;
  font: 16px/44px 'Arial', sans-serif;
  padding: 0 24px;
  height: 44px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  width: 161px;
}
@media only screen and (max-width: 959px) {
  .foot-mid .foot-right .simplemenu li a {
    padding: 0 17px;
  }
}
.foot-mid .foot-right .simplemenu li a:hover {
  background-color: #ffffff;
  color: #00bfa5;
}
@media only screen and (max-width: 959px) {
  .foot-mid .foot-right .simplemenu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .foot-mid .foot-right .simplemenu li a {
    font-size: 13px;
  }
}
.foot-mid .foot-right .simplemenu li.active a {
  color: #00bfa5;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  .foot-mid {
    background: #eee;
  }
  .foot-mid:before {
    margin-left: 186px;
  }
  .foot-mid .frame {
    width: 768px;
    padding: 0;
  }
  .foot-mid .foot-left {
    width: 570px;
    padding-top: 0;
  }
  .foot-mid .foot-left .foot-nav-ul {
    float: none;
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
  }
  .foot-mid .foot-left .foot-nav-ul > li {
    border-bottom: 1px solid #d7d7d7;
    padding-left: 18px;
  }
  .foot-mid .foot-left .foot-nav-ul .foot-nav-title {
    position: relative;
    line-height: 51px;
    margin-bottom: 0;
    cursor: pointer;
  }
  .foot-mid .foot-left .foot-nav-ul .foot-nav-title:after {
    content: '';
    background: url(../png/sprites.png) no-repeat;
    background-position: -340px -110px;
    width: 18px;
    height: 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  .foot-mid .foot-left .foot-nav-ul .foot-subnav {
    display: none;
  }
  .foot-mid .foot-left .foot-nav-ul .foot-subnav .foot-subnav-item a {
    font-size: 16px;
  }
  .foot-mid .foot-left .foot-nav-ul.active .foot-nav-title:after {
    background-position: -340px -130px;
  }
  .foot-mid .foot-left .foot-nav-ul.active .foot-subnav {
    display: block;
  }
  .foot-mid .foot-right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .foot-mid {
    background: #00bfa5;
  }
  .foot-mid:before {
    display: none;
  }
  .foot-mid .frame {
    width: auto;
  }
  .foot-mid .foot-left {
    width: 100%;
    float: none;
    background: #eee;
  }
  .foot-mid .foot-right {
    margin: 0 auto;
    float: none;
  }
}
.foot-nav .foot-nav-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.foot-nav .foot-nav-ul {
  float: left;
  margin-right: 10px;
}
.foot-nav .foot-nav-ul.shop {
  width: 158px;
}
.foot-nav .foot-nav-ul.support {
  width: 167px;
}
.foot-nav .foot-nav-ul.topup {
  width: 225px;
}
.foot-nav .foot-nav-ul.btl {
  width: 162px;
}
.foot-nav .foot-nav-ul.sim {
  position: relative;
  left: 0;
  margin-top: 30px;
}
.foot-nav .foot-subnav .foot-subnav-item {
  margin-bottom: 9px;
}
.foot-nav .foot-subnav .foot-subnav-item a {
  font-size: 14px;
  color: #424242;
}
.foot-nav .foot-subnav .foot-subnav-item a:hover {
  color: #e20001;
}
.foot-bot {
  clear: both;
  min-height: 54px;
  background: #DDDCDE;
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 70px;
  color: #424242;
}
.foot-bot .copyright {
  float: left;
}
.foot-bot .simplemenu {
  float: right;
}
.foot-bot .simplemenu li {
  float: left;
}
.foot-bot .simplemenu li:after {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}
.foot-bot .simplemenu li:last-child::after {
  display: none;
}
.foot-bot a {
  color: #424242;
}
.foot-bot .active a {
  color: #e20000;
}
@media only screen and (max-width: 959px) {
  .foot-bot .frame {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .foot-bot {
    padding-bottom: 100px;
    text-align: center;
    height: auto;
  }
  .foot-bot .copyright {
    float: none;
  }
  .foot-bot .simplemenu {
    float: none;
  }
  .foot-bot .simplemenu li {
    float: none;
    display: inline-block;
  }
}
