@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@font-face {
  font-family: 'GothamRounded-Book';
  src: url("../fonts/GothamRnd-Book.eot");
  src: local("☺"), url("../fonts/GothamRnd-Book.woff") format("woff"), url("../fonts/GothamRnd-Book.ttf") format("truetype"), url("../fonts/GothamRnd-Book.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Bold';
  src: url("../fonts/GothamRnd-Bold.eot");
  src: local("☺"), url("../fonts/GothamRnd-Bold.woff") format("woff"), url("../fonts/GothamRnd-Bold.ttf") format("truetype"), url("../fonts/GothamRnd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url("../fonts/GothamRnd-Medium.eot");
  src: local("☺"), url("../fonts/GothamRnd-Medium.woff") format("woff"), url("../fonts/GothamRnd-Medium.ttf") format("truetype"), url("../fonts/GothamRnd-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.mb-0 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
.mb-5 {
  margin-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
}
.mb-20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
}
.mb-30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
}
.mb-40 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
.mb-50 {
  margin-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
.mb-60 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
}
.mb-70 {
  margin-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
}
.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
}
.mb-90 {
  margin-bottom: 90px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
.mb-100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 767px) {
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}
.mt-5 {
  margin-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
}
.mt-10 {
  margin-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-10 {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-10 {
    margin-top: 10px !important;
  }
}
.mt-20 {
  margin-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-20 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-20 {
    margin-top: 20px !important;
  }
}
.mt-30 {
  margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-30 {
    margin-top: 30px !important;
  }
}
.mt-40 {
  margin-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-40 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-40 {
    margin-top: 40px !important;
  }
}
.mt-50 {
  margin-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-50 {
    margin-top: 50px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}
.mt-60 {
  margin-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-60 {
    margin-top: 60px !important;
  }
}
.mt-70 {
  margin-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-80 {
    margin-top: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-80 {
    margin-top: 80px !important;
  }
}
.mt-90 {
  margin-top: 90px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-90 {
    margin-top: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-90 {
    margin-top: 90px !important;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

@media only screen and (max-width: 767px) {
  .mt-xs-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mt-sm-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mt-md-100 {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-100 {
    margin-top: 100px !important;
  }
}
.pb-0 {
  padding-bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}
.pb-10 {
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}
.pb-20 {
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}
.pb-30 {
  padding-bottom: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}
.pb-40 {
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}
.pb-50 {
  padding-bottom: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}
.pb-60 {
  padding-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}
.pb-70 {
  padding-bottom: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}
.pb-80 {
  padding-bottom: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}
.pb-90 {
  padding-bottom: 90px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
.pb-100 {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 767px) {
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}
.pt-0 {
  padding-top: 0px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}
.pt-5 {
  padding-top: 5px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-5 {
    padding-top: 5px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-5 {
    padding-top: 5px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}
.pt-20 {
  padding-top: 20px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}
.pt-30 {
  padding-top: 30px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}
.pt-40 {
  padding-top: 40px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
.pt-50 {
  padding-top: 50px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}
.pt-60 {
  padding-top: 60px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}
.pt-70 {
  padding-top: 70px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}
.pt-80 {
  padding-top: 80px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}
.pt-90 {
  padding-top: 90px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-90 {
    padding-top: 90px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-90 {
    padding-top: 90px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}
.pt-100 {
  padding-top: 100px !important;
}

@media only screen and (max-width: 767px) {
  .pt-xs-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}
html {
  font-size: 14px;
}
@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  color: #000;
  font-family: 'GothamRounded-Medium', "Trebuchet MS", Helvetica, sans-serif;
  background-color: #ffffff;
  position: relative;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  body {
    padding-top: 78px;
  }
}
@media only screen and (min-width: 992px) {
  body {
    padding-top: 111px;
  }
}
body.header-affixed {
  padding-top: 78px;
}

.red-box {
  color: #fff;
  background: #DD0613 !important;
  border-radius: 0px !important;
}

a:hover, a :focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #DD0613;
  font-family: 'GothamRounded-Bold', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

strong {
  font-family: 'GothamRounded-Bold', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
}

.valign-wrap {
  display: table;
  text-align: center;
  height: 100%;
}

.valign-middle {
  display: table-cell;
  vertical-align: middle;
}

.scrollable {
  overflow: hidden;
  overflow-y: auto;
}

.img-fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

.black-color {
  color: #000000;
}

.white-color {
  color: #ffffff;
}

.red-color {
  color: #DD0613;
}

.grey-color {
  color: #aaaaaa;
}

.darkgrey-color {
  color: #666666;
}

.green-color {
  color: #007d00;
}

.orange-bgcolor {
  background-color: #edb72f;
}

.tealblue-bgcolor {
  background-color: #74c5bf;
}

.naviblue-bgcolor {
  background-color: #3076ab;
}

.deepblue-bgcolor {
  background-color: #173648;
}

.grey-bgcolor {
  background-color: #aaaaaa;
}

.lightgrey-bgcolor {
  background-color: #eeeeee;
}

.red-bgcolor {
  background-color: #DD0613;
}

.skyblue-bgcolor {
  background-color: #005cab;
}

.white-bg {
  background-color: #fff;
}

.pastelblue-bgcolor {
  background-color: #6cc2d9;
}

.deepyellow-bgcolor {
  background-color: #fdba12;
}

.grey-border {
  border: 1px solid #aaaaaa;
}

h1 {
  font-size: 2em;
  line-height: 1.3;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 2.4em;
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.9375em;
    line-height: 1.2;
  }
}

h2 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 13px;
  }
}

h6 {
  font-size: 14px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}

h7 {
  font-size: 12px;
}
@media (max-width: 767px) {
  h7 {
    font-size: 11px;
  }
}

p {
  line-height: 1.5;
}

.text-xxs {
  font-size: 9px;
}
@media (max-width: 767px) {
  .text-xxs {
    font-size: 8px;
  }
}

.text-xs {
  font-size: 11px;
}
@media (max-width: 767px) {
  .text-xs {
    font-size: 10px;
  }
}

.text-sm {
  font-size: 12px;
}
@media (max-width: 767px) {
  .text-sm {
    font-size: 11px;
  }
}

.text-md {
  font-size: 14px;
}
@media (max-width: 767px) {
  .text-md {
    font-size: 12px;
  }
}

.text-lg {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-lg {
    font-size: 14px;
  }
}

.text-xlg {
  font-size: 24px;
}
@media (max-width: 767px) {
  .text-xlg {
    font-size: 18px;
  }
}

.text-xxlg {
  font-size: 30px;
}
@media (max-width: 767px) {
  .text-xxlg {
    font-size: 20px;
  }
}

.text-underline {
  text-decoration: underline !important;
}

.text-italic {
  font-style: italic;
}

.form-label {
  min-height: 36px;
}

.form-control {
  background: #fff;
  border: 1px solid #000;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form-control.red-field {
  background-color: #DD0613;
  color: #ffffff;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form-control.red-field::-webkit-input-placeholder {
  color: #ffffff;
}
.form-control.red-field:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.form-control.red-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.form-control.red-field:-ms-input-placeholder {
  color: #ffffff;
}

.inline-block {
  display: inline-block;
}

.form-control.inline-block {
  width: auto;
}

.page-header {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 90;
}

.page-content-banner {
  background: center center no-repeat;
  background-size: cover;
  position: relative;
}
.page-content-banner:before {
  content: '';
  display: block;
  padding-top: 26.953125%;
}

.navbar-default {
  min-height: auto;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.navbar-top {
  font-size: 11px;
  background-color: #fff;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.navbar-top .navbar-header {
  float: left;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-header {
    float: none;
    position: absolute;
    left: 50px;
    top: 15px;
  }
}
.navbar-top .navbar-header .navbar-brand {
  display: block;
  height: auto;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 768px) {
  .navbar-top .navbar-header .navbar-brand {
    margin-left: 10px;
  }
}
.affix > .navbar-top .navbar-header .navbar-brand.brand-tunetalk > img {
  /*width: 76px;*/
}
@media only screen and (max-width: 992px) {
  .navbar-top .navbar-header .navbar-brand.brand-tunetalk > img {
    width: 76px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-top .navbar-header .navbar-brand.brand-tunetalk > img {
    width: auto !important;
    height: 50px;
    padding: 2px 5px;
  }
}
.navbar-top .navbar-toggle {
  float: right;
}
.navbar-top .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-top .navbar-nav > li > a {
  color: #000;
}
.navbar-top .navbar-quick {
  float: right;
}
.navbar-top .navbar-quick .notification-item-count {
  width: 14px;
  height: 14px;
  color: #DD0613;
  display: block;
  position: absolute;
  top: 8px;
  left: 19px;
  text-align: center;
  line-height: 1.5em;
  font-size: 10px;
}
.navbar-top .navbar-quick .cart-item-count {
  background-color: #DD0613;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 5px;
  left: 28px;
  text-align: center;
  line-height: 1.5em;
  font-size: 10px;
}
.navbar-top .navbar-quick .desktop-notification-toggle:hover > .dropdown-menu.dropdown-width {
  display: block;
}
.navbar-top .navbar-quick .desktop-cart-toggle:hover > .dropdown-menu.dropdown-width {
  display: block;
}
.navbar-top .navbar-quick .dropdown-menu {
  background-color: #eeeeee;
  font-size: 11px;
  max-width: 250px;
  padding: 0;
}
.navbar-top .navbar-quick .dropdown-menu .dropdown-content {
  padding: 12px 15px;
}
.navbar-top .navbar-quick .dropdown-menu a.dropdown-viewcart {
  /*float:right;*/
  right: 20px;
  position: absolute;
}
.navbar-top .navbar-quick .dropdown-menu.dropdown-width {
  min-width: 250px;
}
.navbar-top .navbar-quick .dropdown-menu.dropdown-lang {
  min-width: 65px;
}
.navbar-top .navbar-quick .dropdown-menu .bottom-divider {
  border-bottom: 1px solid #e0e0e0;
}
.navbar-top .navbar-quick .dropdown-menu a {
  white-space: normal;
  padding: 0;
}
.navbar-top .navbar-quick .dropdown-menu a.btn {
  padding: 15px;
}
.navbar-top .navbar-quick .dropdown-menu > .dropdown-header {
  color: #000000;
  padding: 0;
}
.navbar-top .navbar-quick .navbar-nav {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-quick {
    float: none;
  }
}
.navbar-top .navbar-quick .navbar-nav > li {
  float: right;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-quick .navbar-nav > li {
    float: left;
  }
}
.navbar-top .navbar-quick .navbar-nav > li > a {
  line-height: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.navbar-top .navbar-quick .navbar-nav > li > a img {
  vertical-align: top;
}
.navbar-top .navbar-quick .navbar-nav > li > a.nav-login {
  color: #fff;
  text-align: center;
  width: 150px;
  background-color: #DF200E;
}
.navbar-top .navbar-quick .navbar-nav > li.separator-right {
  position: relative;
}
.navbar-top .navbar-quick .navbar-nav > li.separator-right:after {
  content: '';
  display: none;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-quick .navbar-nav > li.separator-right:after {
    display: block;
  }
}
.navbar-top .navbar-main {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-main {
    margin-left: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-top .navbar-main .navbar-nav li > a {
  line-height: 28px;
  text-align: left;
  padding: 7px 10px;
}
.navbar-top .navbar-main .navbar-nav li > a.active, .navbar-top .navbar-main .navbar-nav li > a:hover {
  color: #DF200E;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-main .navbar-nav li > a {
    text-align: center;
  }
}
.navbar-top .navbar-main .navbar-nav li > a.nav-sttt {
  line-height: 14px;
  height: auto;
}
.navbar-top .navbar-main .navbar-nav li > a > img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.navbar-top .navbar-main .navbar-nav li > a > label {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .navbar-top .navbar-main .navbar-nav li > a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
  .affix > .navbar-top .navbar-main .navbar-nav li > a > img {
    /*margin-top: 0 !important;
    margin-bottom: 0;*/
  }
  .affix > .navbar-top .navbar-main .navbar-nav li > a > label {
    /*display: none;*/
  }
  .navbar-top .navbar-main .navbar-nav li > a > label {
    display: none;
  }
}
@media only screen and (max-width: 1080px) {
  .navbar-top .navbar-main .navbar-nav li > a > label {
    font-size: 9px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-top .navbar-main .navbar-nav li > a > img {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-top .navbar-main .navbar-nav li > a > label {
    display: block;
  }
}
.navbar-top .navbar-main .navbar-nav.navbar-nav-quick {
  text-align: center;
  background-color: #f1f1f1;
}
.navbar-top .navbar-main .navbar-nav.navbar-nav-quick > li {
  display: inline-block;
}
.navbar-top .navbar-main .navbar-nav.navbar-nav-quick > li a {
  text-align: center;
  min-width: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-top .navbar-main .navbar-nav.navbar-nav-quick > li label {
  display: block;
}
@media only screen and (min-width: 360px) {
  .navbar-top .navbar-main .navbar-nav.navbar-nav-quick > li label {
    display: inline-block;
  }
}
.navbar-top .navbar-main .navbar-nav.navbar-nav-quick.mobile-search {
  margin: -10px -15px 10px;
  padding: 10px 0 10px;
}
@media (min-width: 768px) {
  .navbar-top .navbar-main .navbar-nav.navbar-nav-quick.mobile-search {
    display: none !important;
  }
}
.navbar-top .navbar-nav-search li > a {
  width: 88px;
}
@media only screen and (max-width: 991px) {
  .navbar-top .navbar-nav-search li > a {
    width: 82px;
  }
}
.navbar-top .navbar-nav-search li > a.nav-topup {
  color: #fff;
  background: url("../imgs/nav-topup-bg.png") 0 0 repeat-x;
  background-size: auto 100%;
}
.navbar-top .navbar-nav-search li > a.nav-topup label {
  cursor: pointer;
}
.navbar-top .navbar-nav-search li > a.nav-topup:hover {
  color: #fff;
}

.navbar-dropdown {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .navbar-dropdown {
    display: none !important;
  }
}
.navbar-dropdown.in {
  top: 111px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.affix > .navbar-dropdown.in {
  /*top: 78px;*/
  top: 106px;
}
@media only screen and (max-width: 992px) {
  .navbar-dropdown.in {
    top: 78px;
  }
}
.navbar-dropdown > .container {
  margin-left: 0;
  padding-left: 160px;
}
.navbar-dropdown h4 {
  margin-bottom: 15px;
}
.navbar-dropdown ul {
  margin-bottom: 15px;
}
.navbar-dropdown ul > li {
  border-bottom: 0.5px solid #ccc;
}
.navbar-dropdown ul > li:first-child {
  border-top: 0.5px solid #ccc;
}
.navbar-dropdown ul > li > a {
  display: block;
  color: #333;
  font-size: 12px;
  padding: 7.5px 0;
}
.navbar-dropdown ul > li > a:hover {
  color: #dd0613;
}
.navbar-dropdown h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

#frm-search .form-search-group {
  margin: 0;
  padding-left: 10px;
  position: relative;
}
#frm-search .form-search-group:after {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  background: url("../imgs/ico-search.png") center center no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
}
#frm-search .form-control {
  border: 1px solid #CECECE;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 8px 20px;
}

.toolbar {
  background-color: #F0F0F0;
}
.toolbar > .container-fluid {
  margin-left: 0;
  padding-left: 160px;
}
@media only screen and (max-width: 992px) {
  .toolbar > .container-fluid {
    text-align: center;
    margin-left: auto;
    padding-left: 15px;
  }
}
.toolbar ul > li {
  display: block;
  float: left;
}
.toolbar ul > li > a {
  display: block;
  color: #333;
  font-size: 11px;
  padding: 15px 15px;
}
.toolbar ul > li > a:hover {
  color: #dd0613;
  background-color: #fff;
}
.toolbar ul > li.active > a, .toolbar ul > li > a:hover {
  color: #dd0613;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .toolbar ul > li {
    display: block;
    float: none;
  }
  .toolbar ul > li > a {
    padding-top: 20px;
    font-size: 10px;
  }
}

.page-footer {
  color: #fff;
  background-color: #000;
  padding: 30px 0;
}
.page-footer a {
  color: #fff;
}
.page-footer a:hover {
  text-decoration: underline;
}
.page-footer h5 {
  color: #fff;
}
.page-footer h3 > span {
  color: #fff;
  font-size: 16px;
}
.page-footer .sitemap p {
  font-family: 'GothamRounded-Book';
  font-size: 14px;
}
.page-footer .social-list > a {
  display: inline-block;
  margin-right: 10px;
}
.page-footer .social-list > a > img {
  display: block;
}
.page-footer .cfm p {
  font-size: 11px;
  line-height: 1.2;
  max-width: 190px;
  margin-top: 5px;
  margin: 0 auto 0;
}
@media (max-width: 767px) {
  .page-footer .cfm p {
    margin: 0;
  }
}
.page-footer .footer-certs {
  border-top: 1px solid #333333;
  margin-top: 20px;
  padding-top: 20px;
  color: #999999;
}
.page-footer .footer-certs img {
  margin: 0 5px 0;
}

.footer-3col .row > div {
  margin: 0 auto 0;
}
@media (min-width: 768px) {
  .footer-3col .row > div {
    max-width: 400px;
  }
}

.nav-tabs-center {
  font-size: 0;
  text-align: center;
}
.nav-tabs-center > li {
  display: inline-block;
  float: none;
}
.nav-tabs-center > li > a {
  color: #000 !important;
  font-size: 9px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 0;
  margin-right: 0;
  padding: 5px;
}
.nav-tabs-center > li > a img {
  display: block;
  max-width: 100%;
  margin-bottom: 7px;
}
@media only screen and (min-width: 40px) {
  .nav-tabs-center > li > a {
    width: auto;
    height: auto;
    overflow: auto;
    padding: 7px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-tabs-center > li > a img {
    max-width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .nav-tabs-center > li > a {
    font-size: 10px;
    padding: 7.5px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .nav-tabs-center > li > a {
    font-size: 12px;
    min-width: 150px;
    padding: 10px 15px;
  }
}
.nav-tabs-center > li.active > a, .nav-tabs-center > li > a:hover {
  color: #DD0613 !important;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.first {
  padding-bottom: 0;
}

.section-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.coolplan-cta-footer-box {
  padding: 15px;
}
.coolplan-cta-footer-box h6 {
  color: #fff;
}
.coolplan-cta-footer-box h7 {
  color: #fff;
}

.faq-toggle-btn {
  background-color: #00a396;
  cursor: pointer;
}
.faq-toggle-btn > div {
  text-align: center;
  margin: 25px auto 25px;
}
.faq-toggle-btn > div > i:after {
  content: "\f106";
  width: 15px;
  height: 15px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}
.faq-toggle-btn > div.collapsed > i:after {
  content: "\f107";
}

#coolplan-roamingdata-accordion .panel-fullwidth:last-child, #coolplan-roamingcall-accordion .panel-fullwidth:last-child, #coolplan-airtime-accordion .panel-fullwidth:last-child, #ttpa-accordion .panel-fullwidth:last-child {
  border-bottom: 2px solid #eeeeee;
}
#coolplan-roamingdata-accordion .panel-fullwidth, #coolplan-roamingcall-accordion .panel-fullwidth, #coolplan-airtime-accordion .panel-fullwidth, #ttpa-accordion .panel-fullwidth {
  margin-bottom: 0;
  color: #000000;
  border: 2px solid #eeeeee;
  border-radius: 0px;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn, #ttpa-accordion .panel-fullwidth > a.panel-btn {
  text-decoration: none;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn > .panel-heading, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn > .panel-heading, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn > .panel-heading, #ttpa-accordion .panel-fullwidth > a.panel-btn > .panel-heading {
  color: #DD0613;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 2px solid #eeeeee;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title, #ttpa-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title {
  font-size: 14px;
  position: relative;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span, #ttpa-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span {
  margin-left: 20px;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-title-withoutpadding, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-title-withoutpadding, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-title-withoutpadding, #ttpa-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-title-withoutpadding {
  margin-left: 0px;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-price, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-price, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-price, #ttpa-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title span.panel-price {
  margin-left: 0px;
  float: right;
  padding-right: 100px;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title:after, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title:after, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title:after, #ttpa-accordion .panel-fullwidth > a.panel-btn > .panel-heading .panel-title:after {
  content: "\f106";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading, #ttpa-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading {
  color: #000000;
  border-bottom: none;
}
#coolplan-roamingdata-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading .panel-title:after, #coolplan-roamingcall-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading .panel-title:after, #coolplan-airtime-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading .panel-title:after, #ttpa-accordion .panel-fullwidth > a.panel-btn.collapsed > .panel-heading .panel-title:after {
  content: "\f107";
  color: #000000;
}
#coolplan-roamingdata-accordion .panel-fullwidth .panel-content, #coolplan-roamingcall-accordion .panel-fullwidth .panel-content, #coolplan-airtime-accordion .panel-fullwidth .panel-content, #ttpa-accordion .panel-fullwidth .panel-content {
  padding: 0px 0px;
  font-size: 14px;
}
#coolplan-roamingdata-accordion .panel-fullwidth .panel-heading, #coolplan-roamingcall-accordion .panel-fullwidth .panel-heading, #coolplan-airtime-accordion .panel-fullwidth .panel-heading, #ttpa-accordion .panel-fullwidth .panel-heading {
  padding: 15px 20px;
}

.coolplan-faq-wrap {
  /*min-height:513px;*/
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.coolplan-faq-wrap > .container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.coolplan-faq-wrap .panel-faq:last-child {
  border-bottom: 2px solid #000;
}
.coolplan-faq-wrap .panel-faq {
  margin-bottom: 0;
  color: #000000;
  background-color: #c7c7c7;
  border: 2px solid #000000;
  border-radius: 0px;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.coolplan-faq-wrap .panel-faq > a.panel-btn {
  text-decoration: none;
}
.coolplan-faq-wrap .panel-faq > a.panel-btn > .panel-heading {
  color: #ffffff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 2px solid #000000;
  background-color: #DD0613;
}
.coolplan-faq-wrap .panel-faq > a.panel-btn > .panel-heading .panel-title {
  font-size: 14px;
  position: relative;
}
.coolplan-faq-wrap .panel-faq > a.panel-btn > .panel-heading .panel-title:after {
  content: "\f106";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.coolplan-faq-wrap .panel-faq > a.panel-btn.collapsed > .panel-heading {
  color: #000000;
  background-color: #ffffff;
  border-bottom: none;
}
.coolplan-faq-wrap .panel-faq > a.panel-btn.collapsed > .panel-heading .panel-title:after {
  content: "\f107";
  color: #000000;
}
.coolplan-faq-wrap .panel-faq .panel-content {
  padding: 15px 20px;
  font-size: 14px;
}
.coolplan-faq-wrap .panel-faq .panel-heading {
  padding: 15px 20px;
}

.coolplan-faq-icon {
  position: absolute;
  top: -87px;
  width: 100%;
}

.coolplan-addons > .title-addons {
  font-size: 30px;
  color: #333333;
  text-align: center;
  padding: 25px 0 25px;
}
.coolplan-addons .box-header {
  height: 125px;
  background-repeat: no-repeat;
  background-position: center left;
  color: #fff;
  font-size: 30px;
}
.coolplan-addons .box-content {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  height: 94px;
  background-color: #fff;
  padding: 20px 15px;
}
.coolplan-addons .box-cta-btn {
  text-align: center;
  padding-bottom: 30px;
  background-color: #fff;
}

.coolplan-3col-call .col3 {
  height: 430px;
  padding: 40px 30px 40px;
  background-size: cover;
  background-position: center center;
}
.coolplan-3col-call .box-header {
  height: 200px;
}
.coolplan-3col-call .box-content {
  height: 110px;
}
.coolplan-3col-call .box-cta-btn {
  height: 100px;
  text-align: center;
}

.coolplan-5box-countrycall .box-wraper {
  border-radius: 8px;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 10px 15px 10px;
  height: 220px;
}
.coolplan-5box-countrycall .box-content {
  height: 80px;
}
.coolplan-5box-countrycall .box-notes {
  height: 20px;
  text-align: center;
}

.coolplan-3box-dataroaming .box-wraper {
  border-radius: 8px;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 20px 25px 20px;
  height: 170px;
  background-color: #eeeeee;
}

.coolplan-2col-talk-buddy-box {
  height: 100%;
  position: relative;
  padding: 100px 10px 20px;
  margin-bottom: 20px;
}

.coolplan-3col-talk-overview > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coolplan-3col-talk-overview .box-header {
  height: 160px;
}
.coolplan-3col-talk-overview .box-content {
  height: 140px;
  padding-top: 40px;
}
.coolplan-3col-talk-overview .box-cta-btn {
  height: 100px;
  text-align: center;
}

.coolplan-4col-socialussd-overview > div {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.coolplan-4col-socialussd-overview .fullwidth-bg {
  background-size: cover;
}
.coolplan-4col-socialussd-overview .alignbottom-bg {
  background-position: center bottom;
}
.coolplan-4col-socialussd-overview .box-header {
  height: 120px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .coolplan-4col-socialussd-overview .box-header {
    height: auto;
  }
}
.coolplan-4col-socialussd-overview .box-content {
  height: 70px;
}
.coolplan-4col-socialussd-overview .box-cta-btn {
  height: 100px;
  text-align: center;
}

.coolplan-7item-8888-box > li {
  background-color: #eeeeee;
  max-width: 210px;
  padding: 15px;
  max-width: 210px;
  margin: 5px;
}

.coolplan-5item-youth-box li .img-responsive, .home-5item-hotdeal-box li .img-responsive, .rewards-5item-hotdeal-box li .img-responsive {
  margin: 0 auto 0;
  background-color: #fff;
}
.coolplan-5item-youth-box li .box-cta-btn, .home-5item-hotdeal-box li .box-cta-btn, .rewards-5item-hotdeal-box li .box-cta-btn {
  height: 10px;
  text-align: center;
  position: relative;
}
.coolplan-5item-youth-box li .box-cta-btn:after, .home-5item-hotdeal-box li .box-cta-btn:after, .rewards-5item-hotdeal-box li .box-cta-btn:after {
  content: "\f107";
  width: 15px;
  height: 15px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.coolplan-5item-youth-box li a, .home-5item-hotdeal-box li a, .rewards-5item-hotdeal-box li a {
  text-decoration: none;
}
.coolplan-5item-youth-box li a .box-wrapper, .home-5item-hotdeal-box li a .box-wrapper, .rewards-5item-hotdeal-box li a .box-wrapper {
  background-color: #eeeeee;
  padding: 15px;
  margin: 5px;
  color: #000000;
}
.coolplan-5item-youth-box li a .box-wrapper .box-content, .home-5item-hotdeal-box li a .box-wrapper .box-content, .rewards-5item-hotdeal-box li a .box-wrapper .box-content {
  height: 40px;
  margin-top: 15px;
}
.coolplan-5item-youth-box li a .box-wrapper .box-desc, .home-5item-hotdeal-box li a .box-wrapper .box-desc, .rewards-5item-hotdeal-box li a .box-wrapper .box-desc {
  height: 40px;
}
.coolplan-5item-youth-box li.active .box-cta-btn:after, .home-5item-hotdeal-box li.active .box-cta-btn:after, .rewards-5item-hotdeal-box li.active .box-cta-btn:after {
  content: "\f106";
  color: #ffffff;
}
.coolplan-5item-youth-box li.active .box-wrapper, .home-5item-hotdeal-box li.active .box-wrapper, .rewards-5item-hotdeal-box li.active .box-wrapper {
  background-color: #DD0613;
  padding: 15px;
  margin: 5px;
  color: #ffffff;
}

.rewards-5item-hotdeal-box ul.reward-outlet {
  list-style: initial;
  padding-left: 15px;
}
.rewards-5item-hotdeal-box ul.reward-outlet > li {
  padding-bottom: 8px;
}
.rewards-5item-hotdeal-box ul.reward-term {
  list-style: initial;
  padding-left: 15px;
}
.rewards-5item-hotdeal-box ul.reward-term > li {
  padding-bottom: 5px;
}

#cunplan-box-carousel .owl-prev, #cunplan-box-carousel .owl-next, #datatataplan-box-carousel .owl-prev, #datatataplan-box-carousel .owl-next {
  position: absolute;
  top: 40%;
  padding: 5px;
  margin: 0;
  z-index: 100;
  font-size: 3rem;
  cursor: pointer;
  color: #111;
  border: none;
  background-color: transparent;
}
#cunplan-box-carousel .owl-prev, #datatataplan-box-carousel .owl-prev {
  left: -50px;
}
#cunplan-box-carousel .owl-next, #datatataplan-box-carousel .owl-next {
  right: -50px;
}
#cunplan-box-carousel .owl-theme .owl-controls .owl-buttons div, #datatataplan-box-carousel .owl-theme .owl-controls .owl-buttons div {
  color: #555;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 3rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  margin-top: -32px;
}
#cunplan-box-carousel .owl-theme .owl-controls .owl-buttons div:hover, #datatataplan-box-carousel .owl-theme .owl-controls .owl-buttons div:hover {
  color: #2a6496;
}
#cunplan-box-carousel .owl-page span, #datatataplan-box-carousel .owl-page span {
  background-color: #000000;
}
#cunplan-box-carousel .owl-page.active span, #datatataplan-box-carousel .owl-page.active span {
  background-color: #DD0613;
}

.coolplan-dataplan-corousel-box {
  margin: 10px;
}
.coolplan-dataplan-corousel-box > div {
  background-color: #f0f1f1;
  padding: 15px;
  border-radius: 12px 12px 0px 0px;
  min-height: 160px;
}
.coolplan-dataplan-corousel-box > div:last-child {
  background-color: #DD0613;
  padding: 15px 10px 10px;
  border-radius: 0px 0px 12px 12px;
  color: #ffffff;
  min-height: 50px;
}
.coolplan-dataplan-corousel-box .coolplan-dataplan-corousel-redbox1, .coolplan-dataplan-corousel-box .coolplan-dataplan-corousel-redbox3 {
  float: left;
  width: 45%;
}
.coolplan-dataplan-corousel-box .coolplan-dataplan-corousel-redbox2 {
  float: left;
  width: 10%;
}

.coolplan-2box-databbmplan .box-wraper {
  border-radius: 8px;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 15px 15px 15px;
  height: 170px;
}
.coolplan-2box-databbmplan .box-content {
  height: 80px;
}
.coolplan-2box-databbmplan .box-notes {
  height: 20px;
  text-align: center;
}

.coolplan-redcircle {
  width: 176px !important;
  height: 176px !important;
  background-repeat: no-repeat;
  margin: 0 auto 0;
}

.coolplan-sticky-topupnow {
  position: fixed;
  top: 30%;
  right: 10px;
  z-index: 100;
}

.coolplan-tnc-box {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 0px;
  cursor: pointer;
}
.coolplan-tnc-box > div.container {
  position: relative;
}
.coolplan-tnc-box > div.container > div:after {
  content: "\f105";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.home-3col-signuplah .box-header {
  height: 50px;
  padding: 30px 30px 30px;
}
.home-3col-signuplah .box-content {
  padding: 30px 30px 30px;
}
.home-3col-signuplah .box-cta-btn {
  padding: 30px 30px 30px;
  text-align: center;
}

.home-bestmobiledeals-corousel-box .box-content {
  margin-bottom: 10px;
}
.home-bestmobiledeals-corousel-box .box-desc {
  line-height: 1.3em;
  margin-bottom: 15px;
}
.home-bestmobiledeals-corousel-box .box-cta-btn {
  text-align: center;
}

.traveller-3col-othercountry .box-header {
  height: 85px;
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: 1px solid #666666;
  color: #000000;
  font-size: 26px;
  margin-bottom: 10px;
}
.traveller-3col-othercountry .box-content {
  background-color: #fff;
  border: 1px solid #666666;
  font-size: 12px;
  padding: 25px 15px 25px;
  text-align: center;
  margin-bottom: 25px;
}
.traveller-3col-othercountry .box-content > div:first-child {
  min-height: 160px;
}
.traveller-3col-othercountry .box-content ul {
  list-style: initial;
  padding-left: 15px;
}
.traveller-3col-othercountry .box-content ul li {
  padding-bottom: 5px;
}
.traveller-3col-othercountry .box-cta-btn {
  text-align: center;
  background-color: #fff;
}

.traveller-footer-box {
  height: 100%;
}
.traveller-footer-box .box-header {
  height: 75px;
  background-size: 100% 100%;
  background-position: center center;
  color: #ffffff;
  padding: 25px;
  border-radius: 15px 15px 0px 0px;
  position: relative;
}
.traveller-footer-box .box-header > img {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.traveller-footer-box .box-content {
  height: 100%;
  background-color: #ddd;
  margin: 0;
  padding: 10px;
}
.traveller-footer-box .box-content > div {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}
.traveller-footer-box .box-content > div > div {
  margin-bottom: 20px;
}
.traveller-footer-box .box-content > div > div > span {
  color: #DD0613;
}
.traveller-footer-box .box-content > div > div > span:last-child {
  color: #aaaaaa;
  float: right;
}

.trending-lelongjay-tips-box {
  padding: 15px;
  min-height: 110px;
}
@media (max-width: 767px) {
  .trending-lelongjay-tips-box {
    min-height: auto;
  }
}

.trending-topupandwin-numbering {
  position: absolute;
  left: 0;
  top: 0;
}

.trending-topupandwind-stepimg {
  padding-left: 15px;
}

.trending-topupandwind-desc ul {
  list-style: disc;
  margin-left: 15px;
}
.trending-topupandwind-desc ul > li {
  line-height: 1.5em;
}

.trending-item-box {
  border: 1px solid #afafaf;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .trending-item-box .box-header {
    margin-top: 10px;
  }
}
.trending-item-box .box-content {
  height: 50px;
  padding: 20px 20px 10px;
}
.trending-item-box .box-desc {
  height: 60px;
  padding: 10px 20px 20px;
}
.trending-item-box .box-cta-btn {
  text-align: center;
  padding: 10px 25px 20px;
}

.switchtotunetalk-process > li {
  display: inline-block;
  padding: 0 30px 0;
}
.switchtotunetalk-process > li > .switchtotunetalk-redcircle {
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat;
  margin: 0 auto 0;
  line-height: 1.7em;
  background-image: url("../../assets/imgs/switchtotunetalk/step-bg2.png");
}
.switchtotunetalk-process > li > .switchtotunetalk-desc {
  padding-top: 5px;
  color: #aaaaaa;
}
.switchtotunetalk-process > li.active > .switchtotunetalk-redcircle {
  width: 22px !important;
  height: 22px !important;
  background-repeat: no-repeat;
  margin: 0 auto 0;
  background-image: url("../../assets/imgs/switchtotunetalk/step-bg.png");
}
.switchtotunetalk-process > li.active > .switchtotunetalk-desc {
  color: #DD0613;
}

.switchtotunetalk-form-wrap > div > div.row {
  margin-bottom: 10px;
}
.switchtotunetalk-form-wrap .btn-switchtotunetalk-refresh {
  cursor: pointer;
}

.forgetpassword-form-wrap > div.row {
  margin-bottom: 10px;
}

/* ==============================
   TUNE TALK APP
   ============================== */
#app-carousel1 .owl-wrapper-outer, #app-carousel2 .owl-wrapper-outer, #app-carousel3 .owl-wrapper-outer, #app-carousel4 .owl-wrapper-outer, #app-carousel5 .owl-wrapper-outer, #app-carousel6 .owl-wrapper-outer, #app-carousel7 .owl-wrapper-outer, #app-carousel8 .owl-wrapper-outer {
  min-height: 325px;
}
#app-carousel1 img, #app-carousel2 img, #app-carousel3 img, #app-carousel4 img, #app-carousel5 img, #app-carousel6 img, #app-carousel7 img, #app-carousel8 img {
  width: 100%;
  height: auto;
  padding: 0 15px 0;
  max-width: 213px;
}
#app-carousel1.owl-carousel .owl-prev, #app-carousel2.owl-carousel .owl-prev, #app-carousel3.owl-carousel .owl-prev, #app-carousel4.owl-carousel .owl-prev, #app-carousel5.owl-carousel .owl-prev, #app-carousel6.owl-carousel .owl-prev, #app-carousel7.owl-carousel .owl-prev, #app-carousel8.owl-carousel .owl-prev {
  left: -20px;
  top: 50%;
}
#app-carousel1.owl-carousel .owl-next, #app-carousel2.owl-carousel .owl-next, #app-carousel3.owl-carousel .owl-next, #app-carousel4.owl-carousel .owl-next, #app-carousel5.owl-carousel .owl-next, #app-carousel6.owl-carousel .owl-next, #app-carousel7.owl-carousel .owl-next, #app-carousel8.owl-carousel .owl-next {
  right: -20px;
  top: 50%;
}

/* ==============================
   STORE
   ============================== */
.store-shopping-wrap .store-shopping-box {
  border: 2px solid #eeeeee;
  text-align: left;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.store-shopping-wrap .store-shopping-box .box-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
  position: Relative;
  min-height: 40px;
}
.store-shopping-wrap .store-shopping-box .box-header > .box-header-title {
  z-index: 89;
  position: relative;
}
.store-shopping-wrap .store-shopping-box .box-header > .box-header-statushighlight {
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 9;
}
.store-shopping-wrap .store-shopping-box .box-content {
  padding: 20px;
}
.store-shopping-wrap .store-shopping-box .box-content .box-content-image {
  float: left;
  max-width: 90px;
}
.store-shopping-wrap .store-shopping-box .box-content .box-content-desc {
  float: left;
  padding-left: 20px;
}
.store-shopping-wrap .store-shopping-box .box-cta-btn {
  text-align: center;
  max-width: 200px;
  margin: 0 auto 0;
}

.calculator-result-image {
  border: 1px solid #aaaaaa;
  padding: 10px;
}

.calculator-slider {
  position: relative;
}
.calculator-slider .calculator-slider-text-left {
  position: absolute;
  left: 0;
}

.store-product-detail-image-gallery > div {
  width: 33%;
  float: left;
  border: 1px solid #666666;
  padding: 5px;
}

.product-detail-result-box {
  border: 1px solid #aaaaaa;
  padding: 20px;
  background-color: #eeeeee;
  min-height: 175px;
  position: relative;
}
.product-detail-result-box > div.row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-detail-result-box .product-detail-result-box-item {
  font-family: 'GothamRounded-Bold', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
}
.product-detail-result-box .product-detail-result-box-amount {
  font-family: 'GothamRounded-Book';
  font-size: 12px;
  text-align: right;
}

.pandai-calculator-slider-wraper > div {
  margin-bottom: 50px;
}
.pandai-calculator-slider-wraper > div:last-child {
  margin-bottom: 0px;
}
.pandai-calculator-slider-wraper .ml-small {
  margin-left: -4px;
}
.pandai-calculator-slider-wraper .ml-big {
  margin-left: -8px;
}
.pandai-calculator-slider-wraper .step1-5 {
  position: absolute;
  left: 0%;
}
.pandai-calculator-slider-wraper .step2-5 {
  position: absolute;
  left: 25%;
}
.pandai-calculator-slider-wraper .step3-5 {
  position: absolute;
  left: 50%;
}
.pandai-calculator-slider-wraper .step4-5 {
  position: absolute;
  left: 75%;
}
.pandai-calculator-slider-wraper .step5-5 {
  position: absolute;
  left: 100%;
}

.calculator-result-plan {
  padding: 5px;
  background-color: #aaaaaa;
  min-height: 300px;
  position: relative;
}
.calculator-result-plan > .calculator-plan-selection {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 5px;
}
.calculator-result-plan > .calculator-plan-selection:last-child {
  margin-bottom: 0px;
}

.calculator-plan-cta-btn {
  width: 100%;
  padding: 15px;
}

.store-cta-footer-box {
  padding: 20px 5px 20px;
  margin: 0 5px 0;
}

.store-checkout-box-wrapper .store-checkout-box-items-wrapper {
  width: 80%;
  float: left;
  height: 100px;
  background-color: #eeeeee;
  border: 1px solid #666666;
}
.store-checkout-box-wrapper .store-checkout-box-items-wrapper > div {
  float: left;
  width: 25%;
  border: 1px solid #666666;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
.store-checkout-box-wrapper .store-checkout-box-items-wrapper > div .store-checkout-box-items-image {
  width: 40%;
  float: left;
  height: 100%;
}
.store-checkout-box-wrapper .store-checkout-box-items-wrapper > div .store-checkout-box-items-desc {
  width: 60%;
  float: left;
}
.store-checkout-box-wrapper .store-checkout-box-items-wrapper > div > i {
  position: absolute;
  right: 7px;
  top: 2px;
}
.store-checkout-box-wrapper .store-checkout-box-btn {
  width: 20%;
  float: left;
  height: 100px;
  background-color: #DD0613;
  border-radius: 0px 50px 50px 0px;
  color: #ffffff;
  padding: 15px;
}

.page-store p {
  line-height: 1.2em;
  margin-bottom: 1em;
  font-family: 'GothamRounded-Book';
  font-size: 12px;
}
.page-store .store-product-desc-title {
  margin-bottom: 15px;
}
.page-store .store-product-detail-nav {
  border-top: 4px solid #DD0613;
}
.page-store .store-product-detail-nav li {
  display: inline-block;
  padding: 17px 10px 10px;
  margin: 0 15px 0;
}
.page-store .store-product-detail-nav li a {
  color: #000000;
  text-decoration: none !important;
}
.page-store .store-product-detail-nav li.active {
  border-bottom: 4px solid #DD0613;
}
.page-store .store-product-detail-nav li.active a {
  color: #DD0613;
}
.page-store .store-product-form-option {
  margin: 20px 0 20px;
  color: #666666;
}

.page-home .nav-tabs.nav-tabs-center.nav .nav-arrow-up {
  position: absolute;
  width: 100%;
  top: -14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: none;
}
.page-home .nav-tabs.nav-tabs-center.nav > li.active .nav-arrow-up {
  display: block;
}
.page-home .nav-tabs.nav-tabs-center.nav > li > a {
  padding: 15px 40px 15px;
}
.page-home h2 .hr-stripline {
  background-repeat: repeat-x;
  background-position: center center;
}
.page-home h2 .hr-stripline > span {
  background-color: #ffffff;
  padding: 0px 40px 0px;
}

.example-smscode {
  font-style: italic;
  font-size: 12px;
}

/* ==============================
   Templates
   ============================== */
#tncmodal.modal ol, .tnc_general ol {
  list-style-type: decimal;
}

.tncmodal_content p > strong {
  font-size: 14px;
}
.tncmodal_content a, .tncmodal_content a:hover, .tncmodal_content a:active, .tncmodal_content a:visited {
  /*color: #DD0613;*/
}
.tncmodal_content a:hover {
  text-decoration: underline;
}
.tncmodal_content .table-striped {
  margin-top: 10px;
  width: auto;
  max-width: 100%;
}
.tncmodal_content ul {
  list-style-type: disc;
}
.tncmodal_content ol {
  counter-reset: item;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  /*
  & li ol > li:before {
    content: counters(item, ".") " ";
  }*/
}
.tncmodal_content ol > li:before {
  content: counters(item,".") ". ";
  display: table-cell;
}
.tncmodal_content ol > li {
  display: table;
  counter-increment: item;
}
.tncmodal_content ol li {
  padding: 5px 0 5px;
  font-size: 12px;
  line-height: 1.2em;
}
.tncmodal_content ol li ol, .tncmodal_content ol li ul {
  margin-left: 1em;
}
.tncmodal_content ol li ol li, .tncmodal_content ol li ul li {
  /*padding:0;*/
}

.general-tnc-box div.container {
  position: relative;
}
.general-tnc-box div.container > div:after {
  content: "\f105";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.row-col4-with-icon .col4-with-icon {
  padding: 20px;
}
.row-col4-with-icon .box-header {
  margin-bottom: 20px;
}
.row-col4-with-icon .rewards-4col-img {
  max-width: 252px;
  width: 100%;
}
.row-col4-with-icon .box-content h4 {
  line-height: 22px;
  margin-bottom: 10px;
  min-height: 44px;
}
.row-col4-with-icon .box-content p {
  line-height: 16px;
  min-height: 48px;
}
.row-col4-with-icon .box-cta-btn {
  margin: 20px auto;
}

.row-col3-with-icon .box-content {
  padding-top: 20px;
}
.row-col3-with-icon .box-content p {
  margin: 0;
}
.row-col3-with-icon .box-cta-btn {
  padding: 35px;
}
.row-col3-with-icon .row-col3-img {
  max-width: 370px;
  width: 100%;
}

.white-accordian-arrow .panel-fullwidth {
  margin-bottom: 0;
  color: #000000;
  border: 2px solid #eeeeee;
  border-radius: 0px;
  padding: 0 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 0;
  line-height: 1.4;
}
.white-accordian-arrow .panel-fullwidth:last-child {
  border-bottom: 2px solid #eeeeee;
}
.white-accordian-arrow .panel-fullwidth .panel-heading {
  border: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.white-accordian-arrow .panel-btn.collapsed .panel-title:after {
  content: "\f107";
}
.white-accordian-arrow .panel-btn:focus {
  text-decoration: none;
}
.white-accordian-arrow .panel-title {
  position: relative;
  color: #000;
  text-align: left;
  text-transform: uppercase;
}
.white-accordian-arrow .panel-title:after {
  content: "\f106";
  color: #000000;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.white-accordian-arrow .panel-title img {
  margin-right: 15px;
}
.white-accordian-arrow .table-lines .table-row > [class*="col-"] {
  border-color: #cccccc;
}
.white-accordian-arrow.center-white-accordian > .panel > .panel-btn > .panel-heading > .panel-title {
  text-align: center;
}
.white-accordian-arrow.center-white-accordian > .panel > .panel-btn > .panel-heading > .panel-title:after {
  position: static;
  margin-left: 10px;
  vertical-align: top;
}

.grey-accordian-text {
  background-color: #ffffff;
  padding: 0 30px;
  margin-bottom: 60px;
}
.grey-accordian-text .panel {
  border: 0;
  margin-bottom: 15px;
}
.grey-accordian-text .panel-btn {
  color: #000000;
  text-decoration: none;
}
.grey-accordian-text .panel-btn.collapsed > .panel-heading {
  background-color: #eeeeee;
  color: #000000;
}
.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title:after {
  content: "+";
  color: #000000;
  font-weight: 600;
}
.grey-accordian-text .panel-heading {
  padding: 17px 35px;
  position: relative;
  background-color: #DD0613;
  color: #ffffff;
}
.grey-accordian-text .panel-title {
  padding-right: 23px;
}
.grey-accordian-text .panel-title:after {
  content: "-";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.grey-accordian-text .panel-collapse {
  background-color: #eeeeee;
}
.grey-accordian-text hr {
  border-top: 1px solid #AFAFAF;
}
.grey-accordian-text .box-cta-btn {
  margin: 20px auto;
  text-transform: uppercase;
}
.grey-accordian-text .tnc-link {
  text-decoration: underline;
  text-transform: uppercase;
}

.grey-box-with-thumb li {
  background-color: #eeeeee;
  padding: 15px;
  width: 24%;
  margin: 5px;
  min-height: 275px;
  vertical-align: top;
}
.grey-box-with-thumb h6 {
  min-height: 26px;
}
.grey-box-with-thumb img {
  margin: 15px 0 10px;
  max-width: 175px;
  width: 100%;
}
.grey-box-with-thumb .text-xs {
  line-height: 1.3;
}

.bullet-list {
  text-align: left;
  margin-bottom: 60px;
  margin-top: 60px;
  padding: 10px;
}
.bullet-list li {
  list-style-type: disc;
  text-align: left;
  line-height: 1.3;
}
.bullet-list a {
  color: #DD0613;
  text-decoration: underline;
}

.input-with-red-cta-btn {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.input-with-red-cta-btn input {
  padding: 10px;
  font-size: 14px;
  max-width: 280px;
  width: 100%;
}
.input-with-red-cta-btn .btn {
  text-transform: uppercase;
  background-color: #DD0613;
  color: #FFF;
  padding: 9px 20px;
  vertical-align: top;
  border-radius: 0;
}
.input-with-red-cta-btn .input-msg {
  padding-left: 4px;
  padding-top: 5px;
  font-size: 12px;
  text-align: left;
}

.tunetalk-form label {
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.tunetalk-form input {
  background-color: #F0F1F1;
  border: 0;
}
.tunetalk-form textarea {
  background-color: #F0F1F1;
  border: 0;
  min-height: 125px;
}
.tunetalk-form select {
  background-color: #F0F1F1;
  border: 0;
  padding: 7px;
  width: 100%;
  color: #000;
}
.tunetalk-form.white-input input, .tunetalk-form.white-input textarea, .tunetalk-form.white-input select {
  background-color: #fff;
  border: 1px solid #a3a3a3;
}
.tunetalk-form .label-inline {
  margin-right: 10px;
}
.tunetalk-form .selfcare-service-inline-input input {
  display: inline-block;
  width: 25%;
}

.red-select-dropdown {
  background-color: #DD0613;
  font-size: 14px;
  padding: 1px;
  width: 100%;
  color: #FFF;
}

.vertical-seperator {
  border-right: 1px solid #eeeeee;
  width: 2px;
  height: 50px;
  margin: 10px auto;
}

.red-thumb-box-with-desc {
  max-width: 235px;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.red-thumb-box-with-desc .thumb {
  background-color: #ededed;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
.red-thumb-box-with-desc .desc {
  padding: 20px;
  color: #ffffff;
  background-color: #DD0613;
  border-radius: 0 0 10px 10px;
  min-height: 120px;
}

.accounts-white-container {
  border: 1px solid #afafaf;
  text-align: left;
  padding: 30px 20px 40px;
  line-height: 1.5;
  background-color: #FFF;
  color: #000;
}
.accounts-white-container hr {
  border-color: #afafaf;
}

.info-list-row .row {
  margin-top: 14px;
  margin-bottom: 14px;
}
.info-list-row.profile .row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.preffered-mob-num-box {
  border: 1px solid #afafaf;
  border-radius: 2px;
  padding: 15px;
  color: #999;
  font-size: 11px;
  cursor: pointer;
  margin-bottom: 10px;
}
.preffered-mob-num-box.active, .preffered-mob-num-box:hover {
  background-color: #DD0613;
  color: #FFF;
}

.gst-label {
  background-color: #facbcc;
}

/* ==============================
   END Templates
   ============================== */
 /* ==============================
	Pages
	============================== */
.rewards-more-points-table {
  position: relative;
  margin-bottom: 50px;
}
.rewards-more-points-table th, .rewards-more-points-table td {
  text-align: center;
}
.rewards-more-points-table .container {
  padding: 0 30px;
}

.rewards-jomenjoy-sort {
  padding: 20px 15px;
  text-align: right;
}
.rewards-jomenjoy-sort select {
  border: 1px solid #FFF;
  background-color: #DD0613;
  color: #FFF;
  padding: 10px;
  text-transform: uppercase;
}

.reason-switch-steps-container {
  padding: 20px 50px 50px;
}
.reason-switch-steps-container .reason-switch-steps-wrapper {
  margin-top: 50px;
  text-align: left;
}
.reason-switch-steps-container .reason-switch-steps {
  display: inline-block;
  text-align: left;
  width: 10%;
}
.reason-switch-steps-container .reason-switch-steps-desc {
  display: inline-block;
  text-align: left;
  margin-left: 20px;
  vertical-align: middle;
  width: 87%;
}

.career-table .career-table-col-1 {
  width: 66%;
}
.career-table .career-table-col-2 {
  width: 17%;
  text-align: center;
}
.career-table .career-table-col-3 {
  width: 17%;
  text-align: center;
}
.career-table .career-table-col-3.btn {
  text-decoration: underline;
}

.ttpa-table th, .ttpa-table td {
  text-align: center;
}

.help-center-right-col {
  padding: 0 30px;
}

#help-center-faq-accordion.grey-accordian-text, #bisapak-cara-accordion.grey-accordian-text {
  padding: 0 15px;
  margin: 20px 0 60px;
}
#help-center-faq-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title, #bisapak-cara-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
#help-center-faq-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title:after, #bisapak-cara-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title:after {
  right: 0;
}
#help-center-faq-accordion.grey-accordian-text .panel-title, #bisapak-cara-accordion.grey-accordian-text .panel-title {
  text-transform: capitalize;
}
#help-center-faq-accordion.grey-accordian-text .panel-title:after, #bisapak-cara-accordion.grey-accordian-text .panel-title:after {
  right: 0;
}

.help-diy-setting-example {
  margin: 30px auto;
}
.help-diy-setting-example .col-md-2 {
  text-align: left;
  margin-bottom: 8px;
}

#help-diy-accordion.grey-accordian-text, #bisapak-cara-accordion.grey-accordian-text {
  padding: 0 15px;
  margin: 20px 0;
  background-color: transparent;
}
#help-diy-accordion.grey-accordian-text .panel-heading, #bisapak-cara-accordion.grey-accordian-text .panel-heading {
  text-align: left;
}
#help-diy-accordion.grey-accordian-text .panel-content, #bisapak-cara-accordion.grey-accordian-text .panel-content {
  padding: 20px;
}
#help-diy-accordion.grey-accordian-text#bisapak-cara-accordion .panel-content, #bisapak-cara-accordion.grey-accordian-text#bisapak-cara-accordion .panel-content {
  padding: 0px;
}
#help-diy-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading, #bisapak-cara-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading {
  background-color: #eeeeee;
}
#help-diy-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title, #bisapak-cara-accordion.grey-accordian-text .panel-btn.collapsed > .panel-heading .panel-title {
  color: #000;
}
#help-diy-accordion.grey-accordian-text .panel-title, #bisapak-cara-accordion.grey-accordian-text .panel-title {
  text-transform: capitalize;
  color: #000000;
  font-size: 14px;
}
#help-diy-accordion.grey-accordian-text .panel-title:after, #bisapak-cara-accordion.grey-accordian-text .panel-title:after {
  right: 15px;
}
#help-diy-accordion .table-lines .table-hr, #bisapak-cara-accordion .table-lines .table-hr {
  margin: 30px 0 30px;
}

.help-coverage-search {
  padding: 20px;
}
.help-coverage-search .glyphicon-search {
  position: absolute;
  right: 30px;
  top: 12px;
  cursor: pointer;
}
.help-coverage-search .glyphicon-search:hover {
  color: #797979;
}
.help-coverage-search input {
  border: 0;
  padding: 20px;
}

.owl-carousel .owl-stage-outer {
  overflow: inherit;
}

.help-coverage-map-container .help-coverage-map-legend {
  background-color: #6B7890;
  color: #FFF;
  padding: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  line-height: 1.7;
}
.help-coverage-map-container .color-indicator .color-box {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.tunetalk-pagination .pagination > li > a, .tunetalk-pagination .pagination > li > span {
  color: #6D6E71;
  border: 0;
}
.tunetalk-pagination .pagination > li.active > span {
  color: #DD0613;
  background-color: transparent;
}

.help-faq-search-wrapper {
  padding: 20px;
}
.help-faq-search-wrapper .help-faq-search-input-wrapper {
  position: relative;
}
.help-faq-search-wrapper .glyphicon-search {
  position: absolute;
  right: 15px;
  top: 14px;
  cursor: pointer;
}
.help-faq-search-wrapper .glyphicon-search:hover {
  color: #797979;
}
.help-faq-search-wrapper input {
  border: 0;
  padding: 20px;
  border: 1px solid #d5d7d8;
}

.autotopup-box {
  min-height: 300px;
  padding: 10px;
}

.topup-overview-carousel {
  padding: 0 30px;
}

.topup-dealer-e-topup-table th, .topup-dealer-e-topup-table td {
  text-align: center;
}

.topup-physical-steps {
  font-weight: 600;
}

.topup-where-to-bank-accordian img {
  width: 100%;
  max-width: 202px;
  height: auto;
  margin: 10px;
}

.topup-package-box, .tunetalktunes-box, .trending-tunetalk4g-box, .trending-topupandwin-box {
  border: 1px solid #afafaf;
  padding: 0;
  /*width: 23%;
  margin: 8px;*/
  margin-bottom: 30px;
}
.topup-package-box.trending-tunetalk4g-box h4, .tunetalktunes-box.trending-tunetalk4g-box h4, .trending-tunetalk4g-box.trending-tunetalk4g-box h4, .trending-topupandwin-box.trending-tunetalk4g-box h4 {
  font-size: 14px;
}
.topup-package-box.trending-tunetalk4g-box div:first-child, .tunetalktunes-box.trending-tunetalk4g-box div:first-child, .trending-tunetalk4g-box.trending-tunetalk4g-box div:first-child, .trending-topupandwin-box.trending-tunetalk4g-box div:first-child {
  height: 70px;
}
.topup-package-box.trending-tunetalk4g-box .paackage-box-tunetalk4g .text-md, .tunetalktunes-box.trending-tunetalk4g-box .paackage-box-tunetalk4g .text-md, .trending-tunetalk4g-box.trending-tunetalk4g-box .paackage-box-tunetalk4g .text-md, .trending-topupandwin-box.trending-tunetalk4g-box .paackage-box-tunetalk4g .text-md {
  font-size: 12px !important;
}
.topup-package-box.trending-tunetalk4g-box, .topup-package-box.trending-topupandwin-box, .tunetalktunes-box.trending-tunetalk4g-box, .tunetalktunes-box.trending-topupandwin-box, .trending-tunetalk4g-box.trending-tunetalk4g-box, .trending-tunetalk4g-box.trending-topupandwin-box, .trending-topupandwin-box.trending-tunetalk4g-box, .trending-topupandwin-box.trending-topupandwin-box {
  background-color: #DD0613;
}
.topup-package-box.trending-tunetalk4g-box h4, .topup-package-box.trending-topupandwin-box h4, .tunetalktunes-box.trending-tunetalk4g-box h4, .tunetalktunes-box.trending-topupandwin-box h4, .trending-tunetalk4g-box.trending-tunetalk4g-box h4, .trending-tunetalk4g-box.trending-topupandwin-box h4, .trending-topupandwin-box.trending-tunetalk4g-box h4, .trending-topupandwin-box.trending-topupandwin-box h4 {
  color: #ffffff;
}
.topup-package-box .topup-alignbottom-text, .tunetalktunes-box .topup-alignbottom-text, .trending-tunetalk4g-box .topup-alignbottom-text, .trending-topupandwin-box .topup-alignbottom-text {
  position: absolute;
  bottom: 5px;
  margin: 0 auto 0;
  width: 100%;
}
.topup-package-box .border-left-grey, .tunetalktunes-box .border-left-grey, .trending-tunetalk4g-box .border-left-grey, .trending-topupandwin-box .border-left-grey {
  border-left: 1px solid #afafaf;
}
.topup-package-box.tunetalktunes-box, .tunetalktunes-box.tunetalktunes-box, .trending-tunetalk4g-box.tunetalktunes-box, .trending-topupandwin-box.tunetalktunes-box {
  min-height: 170px;
  background-color: #eeeeee;
}
.topup-package-box.tunetalktunes-box > .artist-box, .tunetalktunes-box.tunetalktunes-box > .artist-box, .trending-tunetalk4g-box.tunetalktunes-box > .artist-box, .trending-topupandwin-box.tunetalktunes-box > .artist-box {
  background-color: #ffffff;
  padding: 20px 10px 20px;
}
.topup-package-box.tunetalktunes-box > .tunescode-box, .tunetalktunes-box.tunetalktunes-box > .tunescode-box, .trending-tunetalk4g-box.tunetalktunes-box > .tunescode-box, .trending-topupandwin-box.tunetalktunes-box > .tunescode-box {
  padding: 15px 0 0;
}
.topup-package-box .package-box, .tunetalktunes-box .package-box, .trending-tunetalk4g-box .package-box, .trending-topupandwin-box .package-box {
  background-color: #E4E4E4;
  padding: 15px 2px;
}
.topup-package-box .topupandwin, .tunetalktunes-box .topupandwin, .trending-tunetalk4g-box .topupandwin, .trending-topupandwin-box .topupandwin {
  background-color: #9b70a1;
}
.topup-package-box .package-box-col, .tunetalktunes-box .package-box-col, .trending-tunetalk4g-box .package-box-col, .trending-topupandwin-box .package-box-col {
  /*min-height: 56px;*/
}
.topup-package-box .package-box-col:nth-child(even), .tunetalktunes-box .package-box-col:nth-child(even), .trending-tunetalk4g-box .package-box-col:nth-child(even), .trending-topupandwin-box .package-box-col:nth-child(even) {
  border-left: 1px solid #afafaf;
}
.topup-package-box .package-box-col.last-3-col, .tunetalktunes-box .package-box-col.last-3-col, .trending-tunetalk4g-box .package-box-col.last-3-col, .trending-topupandwin-box .package-box-col.last-3-col {
  border-left: 1px solid #afafaf;
}
.topup-package-box .package-box-free, .tunetalktunes-box .package-box-free, .trending-tunetalk4g-box .package-box-free, .trending-topupandwin-box .package-box-free {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topup-package-box .package-box-free .ChangeToWin, .tunetalktunes-box .package-box-free .ChangeToWin, .trending-tunetalk4g-box .package-box-free .ChangeToWin, .trending-topupandwin-box .package-box-free .ChangeToWin {
  cursor: pointer;
}
.topup-package-box .package-box-bisapak, .tunetalktunes-box .package-box-bisapak, .trending-tunetalk4g-box .package-box-bisapak, .trending-topupandwin-box .package-box-bisapak {
  height: 160px;
}
.topup-package-box .package-box-bisapak > div.container-fluid, .tunetalktunes-box .package-box-bisapak > div.container-fluid, .trending-tunetalk4g-box .package-box-bisapak > div.container-fluid, .trending-topupandwin-box .package-box-bisapak > div.container-fluid {
  height: 100%;
}
.topup-package-box .package-box-bisapak > div.container-fluid > div.row, .tunetalktunes-box .package-box-bisapak > div.container-fluid > div.row, .trending-tunetalk4g-box .package-box-bisapak > div.container-fluid > div.row, .trending-topupandwin-box .package-box-bisapak > div.container-fluid > div.row {
  height: 100%;
}
.topup-package-box .package-box-bisapak > div.container-fluid > div.row > div.package-box-col, .tunetalktunes-box .package-box-bisapak > div.container-fluid > div.row > div.package-box-col, .trending-tunetalk4g-box .package-box-bisapak > div.container-fluid > div.row > div.package-box-col, .trending-topupandwin-box .package-box-bisapak > div.container-fluid > div.row > div.package-box-col {
  height: 100%;
}
.topup-package-box .package-box-bisapak-remark, .tunetalktunes-box .package-box-bisapak-remark, .trending-tunetalk4g-box .package-box-bisapak-remark, .trending-topupandwin-box .package-box-bisapak-remark {
  height: 70px;
}
.topup-package-box .package-box-bisapak-remark ul, .tunetalktunes-box .package-box-bisapak-remark ul, .trending-tunetalk4g-box .package-box-bisapak-remark ul, .trending-topupandwin-box .package-box-bisapak-remark ul {
  padding-left: 10px;
  line-height: 1.2em;
}
.topup-package-box .package-box-topupandwin, .tunetalktunes-box .package-box-topupandwin, .trending-tunetalk4g-box .package-box-topupandwin, .trending-topupandwin-box .package-box-topupandwin {
  height: 145px;
}
.topup-package-box .package-box-topupandwin > div.container-fluid, .tunetalktunes-box .package-box-topupandwin > div.container-fluid, .trending-tunetalk4g-box .package-box-topupandwin > div.container-fluid, .trending-topupandwin-box .package-box-topupandwin > div.container-fluid {
  height: 100%;
}
.topup-package-box .package-box-topupandwin > div.container-fluid > div, .tunetalktunes-box .package-box-topupandwin > div.container-fluid > div, .trending-tunetalk4g-box .package-box-topupandwin > div.container-fluid > div, .trending-topupandwin-box .package-box-topupandwin > div.container-fluid > div {
  padding: 5px 0 5px;
}
.topup-package-box .package-box-basic, .tunetalktunes-box .package-box-basic, .trending-tunetalk4g-box .package-box-basic, .trending-topupandwin-box .package-box-basic {
  height: 111px;
}
.topup-package-box .package-box-basic > div.container-fluid, .tunetalktunes-box .package-box-basic > div.container-fluid, .trending-tunetalk4g-box .package-box-basic > div.container-fluid, .trending-topupandwin-box .package-box-basic > div.container-fluid {
  height: 100%;
}
.topup-package-box .package-box-basic > div.container-fluid.paackage-box-talkbigandfly > div, .tunetalktunes-box .package-box-basic > div.container-fluid.paackage-box-talkbigandfly > div, .trending-tunetalk4g-box .package-box-basic > div.container-fluid.paackage-box-talkbigandfly > div, .trending-topupandwin-box .package-box-basic > div.container-fluid.paackage-box-talkbigandfly > div {
  padding: 5px 0 5px;
}
.topup-package-box .package-box-basic > div.container-fluid.paackage-box-tunetalk4g > div, .tunetalktunes-box .package-box-basic > div.container-fluid.paackage-box-tunetalk4g > div, .trending-tunetalk4g-box .package-box-basic > div.container-fluid.paackage-box-tunetalk4g > div, .trending-topupandwin-box .package-box-basic > div.container-fluid.paackage-box-tunetalk4g > div {
  padding: 15px 0 0px;
  line-height: 1.2em;
}
.topup-package-box .package-box-basic > div.container-fluid > div.row, .tunetalktunes-box .package-box-basic > div.container-fluid > div.row, .trending-tunetalk4g-box .package-box-basic > div.container-fluid > div.row, .trending-topupandwin-box .package-box-basic > div.container-fluid > div.row {
  height: 100%;
}
.topup-package-box .package-box-basic > div.container-fluid > div.row > div.package-box-col, .tunetalktunes-box .package-box-basic > div.container-fluid > div.row > div.package-box-col, .trending-tunetalk4g-box .package-box-basic > div.container-fluid > div.row > div.package-box-col, .trending-topupandwin-box .package-box-basic > div.container-fluid > div.row > div.package-box-col {
  height: 100%;
}
.topup-package-box .btn-mod, .tunetalktunes-box .btn-mod, .trending-tunetalk4g-box .btn-mod, .trending-topupandwin-box .btn-mod {
  width: 100%;
}

.topup-steps-container {
  text-align: center;
  margin-bottom: 60px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.topup-steps-container > div.disabled {
  cursor: default;
}
.topup-steps-container > div.disabled p {
  color: #d8d8d8;
}
.topup-steps-container > div.disabled .topup-step-number {
  background-color: #d8d8d8;
}

.topup-step-number {
  background-color: #DD0613;
  color: #FFF;
  border-radius: 50%;
  padding: 5px;
  width: 21px;
  height: 21px;
  font-size: 12px;
  margin: 0 auto;
}

.topup-form-details-box {
  background-color: #FFF;
  padding: 10px;
  border: 1px solid #a3a3a3;
}

.cart-item {
  position: relative;
}
.cart-item > .icon-x {
  position: absolute;
  right: 15px;
  top: -6px;
  font-size: 20px;
  z-index: 50;
}

.form-payment > .row {
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-payment > .row div.form-label {
  padding-top: 10px;
}
.form-payment > .row div.form-error-msg {
  color: #DD0613;
  padding-top: 10px;
}

.form-process > li {
  display: inline-block;
  padding: 0 5px 0;
}
.form-process > li > .form-redcircle {
  width: 15px !important;
  height: 15px !important;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 0;
  line-height: 1.5em;
  background-image: url("../../assets/imgs/switchtotunetalk/step-bg2.png");
}
.form-process > li.active > .form-redcircle {
  width: 15px !important;
  height: 15px !important;
  background-repeat: no-repeat;
  margin: 0 auto 0;
  line-height: 1.5em;
  background-image: url("../../assets/imgs/switchtotunetalk/step-bg.png");
}

.accounts-main-container {
  position: relative;
}

.accounts-wrapper.edit-profile, .accounts-wrapper.profile {
  padding: 0 20px;
}

.accounts-select {
  position: absolute;
  right: 15px;
  top: 0;
}
.accounts-select select {
  padding: 5px 8px;
  font-size: 12px;
  min-width: 200px;
}

.accounts-overview-bar {
  padding: 10px 0 0;
  text-align: left;
}
.accounts-overview-bar.profile {
  padding: 10px 15px 0;
}

.accounts-overview-bar-details {
  display: inline-block;
  color: #FFF;
  margin: 20px 10px 10px 0;
  line-height: 1.5;
  vertical-align: top;
}
.accounts-overview-bar-details h3 {
  color: #FFF;
}

.edit-profile-btn {
  vertical-align: top;
  margin-right: 10px;
}

.order-history-row {
  border-bottom: 1px solid #afafaf;
  padding: 20px 0;
}
.order-history-row h6 {
  color: #000;
}
.order-history-row:last-child {
  border-bottom: 0;
}

.selfcare-service-table tr th:last-child, .selfcare-service-table tr td:last-child {
  text-align: center;
}

.selfcare-usage-dropdown {
  margin-bottom: 15px;
}
.selfcare-usage-dropdown button {
  width: 100%;
  text-align: left;
}
.selfcare-usage-dropdown button .caret {
  position: absolute;
  right: 10px;
  top: 15px;
}
.selfcare-usage-dropdown .dropdown-menu {
  width: 100%;
}

.selfcare-usage-download-btn.btn-mod.btn-border-w-color {
  margin: 0 10px 0 0;
}
.selfcare-usage-download-btn img {
  margin-right: 3px;
  vertical-align: bottom;
  padding: 2px 5px;
}

.selfcare-usage-table > tbody > tr > th {
  border-top: 0;
  border-bottom: 1px solid #afafaf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.selfcare-usage-table > tbody > tr > td {
  border: none;
  text-transform: uppercase;
  color: #231F20;
  font-size: 12px;
  font-weight: 300;
}

.plan-usage-wrapper:nth-child(odd) {
  padding-right: 35px;
}

.plan-usage-indication-text {
  vertical-align: baseline;
}
.plan-usage-indication-text h3 {
  color: #000;
  float: left;
}
.plan-usage-indication-text p {
  float: right;
}

.plan-usage-progress {
  margin-bottom: 10px;
}

.theme-color.red-bgcolor {
  color: #FFF;
}
.theme-color.green-bgcolor {
  color: #FFF;
  background-color: #76BF3F;
}
.theme-color.blue-bgcolor {
  color: #FFF;
  background-color: #173648;
}
.theme-color.yellow-bgcolor {
  color: #000;
  background-color: #EDB72F;
}
.theme-color.pink-bgcolor {
  color: #000;
  background-color: #F9CFCA;
}

.edit-profile-theme-icon {
  max-width: 98px;
  width: 100%;
  height: auto;
  margin-right: 5px;
  cursor: pointer;
}
.edit-profile-theme-icon.active, .edit-profile-theme-icon:hover {
  border: 4px solid #999999;
}

.profile-buddylist .profile-buddylist-label {
  width: 17%;
}
.profile-buddylist input {
  margin-bottom: 15px;
}
.profile-buddylist a {
  text-align: right;
  color: #DD0613;
  display: block;
  text-decoration: underline;
}
.profile-buddylist a:hover {
  text-decoration: none;
}

.profile-overview-bar-row {
  border-bottom: 1px solid #FFF;
}

/* ==============================
   Cool plan BISA Pak
   ============================== */
.coolplan-bisapak-overview-bgcolor1 {
  background-color: #173648;
}

.coolplan-bisapak-overview-bgcolor2 {
  background-color: #6cc2d9;
}

.bisapek-dapat-box {
  min-height: 210px;
  padding: 10px;
}

/* ==============================
   Owl carousel
   ============================== */
.owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  background-color: transparent;
  font-size: 25px;
  color: #000000;
}
.owl-carousel .owl-prev {
  left: -40px;
  top: 50%;
}
.owl-carousel .owl-next {
  right: -40px;
  top: 50%;
}
.owl-carousel#store-product-detail-image-carousel .owl-wrapper {
  display: table;
}
.owl-carousel#store-product-detail-image-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-carousel#page-banner-carousel .owl-prev, .owl-carousel#store-product-detail-image-carousel .owl-prev, .owl-carousel#screenshot-carousel .owl-prev {
  left: 10px;
  top: 50%;
}
.owl-carousel#page-banner-carousel .owl-next, .owl-carousel#store-product-detail-image-carousel .owl-next, .owl-carousel#screenshot-carousel .owl-next {
  right: 10px;
  top: 50%;
}
.owl-carousel#page-banner-carousel .owl-pagination, .owl-carousel#store-product-detail-image-carousel .owl-pagination, .owl-carousel#screenshot-carousel .owl-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-carousel#page-banner-carousel#screenshot-carousel .owl-pagination, .owl-carousel#store-product-detail-image-carousel#screenshot-carousel .owl-pagination, .owl-carousel#screenshot-carousel#screenshot-carousel .owl-pagination {
  position: absolute;
  bottom: -50px;
  width: 100%;
}
.owl-carousel#page-banner-carousel .owl-page span, .owl-carousel#store-product-detail-image-carousel .owl-page span, .owl-carousel#screenshot-carousel .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 2px solid #DD0613;
}
.owl-carousel#page-banner-carousel .owl-page.active span, .owl-carousel#page-banner-carousel .owl-page:hover span, .owl-carousel#store-product-detail-image-carousel .owl-page.active span, .owl-carousel#store-product-detail-image-carousel .owl-page:hover span, .owl-carousel#screenshot-carousel .owl-page.active span, .owl-carousel#screenshot-carousel .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #DD0613;
}
.owl-carousel#page-banner-carousel .owl-item > div, .owl-carousel#store-product-detail-image-carousel .owl-item > div, .owl-carousel#screenshot-carousel .owl-item > div {
  background-size: cover;
}

.small-note-area {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.table-lines .table-fullrow {
  margin: 10px 0 10px;
}
.table-lines .description-text {
  line-height: 1.3em;
}
.table-lines .table-hr {
  border-bottom: solid 2px #aaaaaa;
  margin: 10px 0 10px;
}
@media (max-width: 767px) {
  .table-lines .table-hr {
    margin: 10px -15px 10px;
  }
}
.table-lines .table-hr-mini {
  border-bottom: solid 2px #aaaaaa;
  margin: 20px 0 20px;
}
.table-lines .table-height-80 {
  height: 80px;
}
.table-lines .table-header {
  background-color: #DD0613;
  color: #ffffff;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.table-lines .table-header > [class*="col-"] {
  border-right: solid 2px #ffffff;
}
.table-lines .table-header > [class*="col-"]:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .table-lines .table-header > [class*="col-"] {
    border-right: none;
    border-bottom: solid 2px #ffffff;
  }
  .table-lines .table-header > [class*="col-"]:last-child {
    border-bottom: none;
  }
}
.table-lines .table-row > [class*="col-"] {
  border-right: solid 2px #aaaaaa;
  padding: 20px 20px 20px;
  padding-right: 20px;
}
.table-lines .table-row > [class*="col-"]:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .table-lines .table-row > [class*="col-"] {
    border-right: none;
    border-bottom: solid 2px #aaaaaa;
    padding: 15px 0 15px;
    margin-bottom: 0px;
  }
  .table-lines .table-row > [class*="col-"]:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

table.table-bordered {
  border-collapse: collapse;
  width: 100%;
}
table.table-bordered th, table.table-bordered td {
  padding: 25px 15px 25px;
}
table.table-bordered .table-top-cover {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 33%;
}
table.table-bordered .table-bottom-cover {
  padding-top: 0px;
}

table.table-striped {
  border-collapse: collapse;
  width: 100%;
}
table.table-striped .grey-border-bottom {
  border-bottom: solid 2px #aaaaaa;
}
table.table-striped th, table.table-striped td {
  padding: 15px;
  border-right: solid 2px #aaaaaa;
}
table.table-striped th:last-child, table.table-striped th:last-child, table.table-striped td:last-child, table.table-striped td:last-child {
  border-right: 0px;
}
table.table-striped.table-striped-minimal th, table.table-striped td {
  padding: 5px;
}
table.table-striped.table-colhead td:first-child {
  padding: 15px;
  background-color: #DD0613;
  color: white;
  border-bottom: solid 2px #aaaaaa;
}
table.table-striped.table-colhead td:first-child:last-child, table.table-striped.table-colhead td:first-child:last-child {
  border-bottom: 0px;
}
table.table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table-striped th {
  background-color: #DD0613;
  color: white;
}
table.table-striped.minitable {
  width: 50%;
  min-width: 200px;
}
table.table-striped.minitable th, table.table-striped.minitable td {
  padding: 5px;
  border-right: solid 2px #aaaaaa;
}
table.table-striped.minitable th:last-child, table.table-striped.minitable th:last-child, table.table-striped.minitable td:last-child, table.table-striped.minitable td:last-child {
  border-right: 0px;
}

/* ==============================
   Links
   ============================== */
a.red-color {
  color: #DD0613;
  text-decoration: none;
}
a.red-color:link, a.red-color:visited {
  color: #DD0613;
}
a.red-color:hover, a.red-color:active {
  text-decoration: underline;
}

a.black-color {
  color: #000000;
  text-decoration: none;
}
a.black-color:link, a.black-color:visited {
  color: #000000;
}

/* ==============================
   Buttons
   ============================== */
.btn-mod,
a.btn-mod {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34, 34, 34, 0.9);
  border: 2px solid transparent;
  font-size: 12px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-fullwidth {
  width: 100%;
}

.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-mod:active {
  cursor: pointer !important;
  outline: none !important;
}

.btn-mod.btn-small {
  height: auto;
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}

.btn-mod.btn-medium {
  height: auto;
  padding: 8px 30px;
  font-size: 12px;
}

.btn-mod.btn-large {
  height: auto;
  padding: 12px 55px;
  font-size: 13px;
}

.btn-mod.btn-xlarge {
  height: auto;
  padding: 12px 15px;
  font-size: 13px;
}

.btn-mod.btn-glass {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.4);
}

.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus {
  color: white;
  background: black;
}

.btn-mod.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}

.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #000;
}

.btn-mod.btn-border-c {
  color: #e41919;
  border: 2px solid #e41919;
  background: transparent;
}

.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: #e41919;
}

.btn-mod.btn-border-r {
  color: #DD0613;
  border: 2px solid #DD0613;
  background: transparent;
}

.btn-mod.btn-border-r:hover,
.btn-mod.btn-border-r:focus {
  color: #ffffff;
  background: #DD0613;
}

.btn-mod.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.75);
  background: transparent;
}
.btn-mod.btn-border-w.thin-border {
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}

.btn-mod.btn-w {
  color: #DD0613;
  background: white;
}

.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus {
  color: #000000;
  background: #fff;
}

.btn-mod.btn-orange {
  color: #fff;
  background: #ed3024;
}

.btn-mod.btn-orange:hover,
.btn-mod.btn-orange:focus {
  color: #ed3024;
  background: #fff;
}

.btn-mod.btn-w-color {
  color: #e41919;
  background: #fff;
}

.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus {
  color: #151515;
  background: #fff;
}

.btn-mod.btn-border-r-color {
  color: #DD0613;
  background: #fff;
  border: 1px solid #DD0613;
  margin: 0 10px;
}

.btn-mod.btn-border-r-color:hover,
.btn-mod.btn-border-r-color:focus {
  color: #fff;
  background: #DD0613;
}

.btn-mod.btn-border-w-color {
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 10px;
}

.btn-mod.btn-border-w-color:hover,
.btn-mod.btn-border-w-color:focus {
  border: 1px solid #DD0613;
}

.btn-mod.btn-gray {
  color: #777;
  background: #e5e5e5;
}

.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}

.btn-mod.btn-white {
  color: #DD0613;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0);
}

.btn-mod.btn-white:hover,
.btn-mod.btn-white.active,
.btn-mod.btn-white:focus {
  color: #ffffff;
  background: #DD0613;
  border: 2px solid #DD0613;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-mod.btn-red {
  color: #fff;
  background: #DD0613;
  border: 2px solid rgba(255, 255, 255, 0);
}

.btn-mod.btn-red:hover,
.btn-mod.btn-red.active,
.btn-mod.btn-red:focus {
  color: #DD0613;
  background: #ffffff;
  border: 2px solid #DD0613;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-mod.btn-circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn-mod.btn-round {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}

.btn-icon.btn-small {
  overflow: hidden;
}

.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: .2;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.btn-icon:hover > span {
  opacity: 0;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -o-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.btn-icon > span.white {
  color: #fff;
}

.btn-icon > span.black {
  color: #000;
}

.btn-full {
  width: 100%;
}

.btn-disable {
  background-color: #666666 !important;
  color: #000000 !important;
}

/* ==============================
   MISC ITEMS
   ============================== */
p > sup {
  font-size: 0.6em;
}

.clear {
  clear: both;
}

.list-numbered {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 15px;
}
.list-numbered > li {
  margin-bottom: 5px;
  line-height: 1.3em;
}
.list-numbered > li > span {
  position: relative;
  left: 10px;
}

.list-plus li {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3em;
}
.list-plus li:before {
  content: "+";
  /* Insert content that looks like bullets */
  padding-right: 5px;
}

.valign-container {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.valign-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.valign-content-bottom {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.row-no-margin {
  margin-right: 0;
  margin-left: 0;
}

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.row-eq-height-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .row-eq-height-sm {
    display: block;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.middle-block {
  vertical-align: middle;
}

/* ==============================
   FORM
   ============================== */
select.red-border {
  border: 2px solid #DD0613;
}

/* ==============================
   RESPONSIVE
   ============================== */
@media (max-width: 991px) {
  .row-col4-with-icon .box-content h4 {
    margin-bottom: 15px;
    min-height: auto;
  }
  .row-col4-with-icon .box-content p {
    min-height: auto;
  }
  .row-col4-with-icon .box-cta-btn {
    margin: 20px auto;
  }

  .row-col3-with-icon .box-content {
    height: auto;
  }

  .reason-switch-steps-container .reason-switch-steps {
    width: 100%;
  }
  .reason-switch-steps-container .reason-switch-steps-desc {
    width: 100%;
    margin-left: 0;
  }

  .help-diy-setting-example .col-md-2 {
    text-align: center;
  }

  .topup-package-box, .tunetalktunes-box {
    /*width: 45%;
    display: inline-block;*/
  }
}
@media (min-width: 768px) {
  .tunetalk-form.form-horizontal .control-label {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }

  .xs-text-left {
    text-align: left !important;
  }

  .xs-mt-0 {
    margin-top: 0 !important;
  }

  .grey-box-with-thumb li {
    width: 100%;
  }

  .topup-package-box, .tunetalktunes-box {
    width: auto;
    display: block;
    margin: 20px;
  }

  .rewards-jomenjoy-sort {
    text-align: center;
  }

  .accounts-main-container h2 {
    text-align: center;
  }

  .accounts-select {
    position: static;
  }

  .accounts-overview-bar-details {
    text-align: center;
    margin: 20px auto 0;
    display: block;
  }

  .order-history-row h6 {
    text-align: center;
  }

  .tunetalk-form .selfcare-service-inline-input input {
    width: 100%;
  }

  .profile-buddylist .profile-buddylist-label {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .career-table {
    font-size: 13px;
  }

  .input-with-red-cta-btn .btn {
    max-width: 280px;
    width: 100%;
  }
  .input-with-red-cta-btn .input-msg {
    text-align: center;
  }

  table.table-striped th, table.table-striped td {
    font-size: 12px;
    padding: 8px;
  }

  .rewards-jomenjoy-table table.table-bordered th, .rewards-jomenjoy-table table.table-bordered td {
    padding: 25px 5px;
  }
}
.simple-table-top {
  border-top: 1px solid black;
  padding-top: 15px;
}

.simple-table-right {
  border-right: 1px solid black;
}

/*# sourceMappingURL=screen.css.map */
