/*
 | -------------------------------------------------
 | GLOBAL REPLACEMENT
 | -------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif !important;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    font-size:17.5px;
    font-weight:300;
    color:#555555;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0px;
}
a {
  color:#47b8a1;
}
a:hover {
    color:#308c79;
    text-decoration:none;
}
.btn {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  border:2px solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.btn:hover,
.btn:focus {
  text-decoration:none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-primary {
    background:#47b8a1;
    border-color:#3a9c88;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background:#308c79;
  border-color:#3a9c88;
}
.btn-link {
  border-color:#47b8a1;
  color:#3a9c88;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  border-color:#308c79;
  color:#3a9c88;
}
blockquote {
    border-left: 5px solid #47b8a1;
}
.form-control {
  border-radius: 0px;
  background: #f1f1f1;
  min-height: 45px;
}
.well {
  border-radius: 0px;
  box-shadow: none;
}
.alert {
  border:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
}
/*
 | -------------------------------------------------
 | HELPERS
 | -------------------------------------------------
*/
.btn-lgx {
  padding: 15px 30px;
  font-size: 22px;
}
.zx-tooltip {
  color:#333333;
}
.zx-tooltip:hover,
.zx-tooltip:focus {
  color:#000000;
}
.tooltip.in {
  background:#000000;
  opacity: 1 !important;
}
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  *padding-bottom: 67.5%;
  padding-bottom:42.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom:53.75%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.flex-audio {
  position: relative;}
  .flex-audio audio {
    width: 100%;
}
.no-radius {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.btn-toggle-period {
    background:#dddddd;
    border-color:#cccccc;
}
.btn-toggle-period:hover,
.btn-toggle-period:focus,
.btn-toggle-period:active,
.btn-toggle-period.active {
  color:#ffffff;
  background:#308c79;
  border-color:#3a9c88;
}
.audio-home {
  display: none;
}
.slider-track {
  background: #ffffff;
  border:1px solid #dddddd;
}
.slider-handle {
  background:#47b8a1;
  border-color:#3a9c88;
}
.slider-bar-y {
  display: none;
}
.slider-tick {
  display: none;
}
.slider-handle {
  cursor: move;
  cursor: -webkit-grab;
}
.well.beats .slider.slider-horizontal {
  width: 100% !important;
}
.radio-payment {
  margin-bottom:20px;
}
.radio-payment img {
  max-width:300px;
}
.payment-box-offlinepay {
  display:none;
  margin-top:20px;
}
.display-none {
  display:none;
}
/*
 | -------------------------------------------------
 | CUSTOM
 | -------------------------------------------------
*/
.zx-header {
  border-bottom:1px solid #dddddd;
  padding:10px 0 2px 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
  box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
}
.zx-header.fixed {
  background: #ffffff;
  position: fixed;
  width: 100%;
  top:0px;
  left:0;
  right:0;
  z-index: 10;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.zx-header .logo {
  max-width: 80px;
  margin: 0px;
}
.zx-header .navbar {
  margin: 0px;
  position: relative;
  top:10px;
}
.zx-header ul li {
  float: left;
  padding: 0 0 0 40px;
  font-weight: 400;
  font-size:15px;
}
.zx-header ul li a {
  padding:0;
}
.zx-header ul li a:hover {
  background: none;
}
.zx-header ul li.active a {
  color:#333;
}
.zx-header .navbar-toggle .icon-bar {
  background-color:#47b8a1 !important;
}
.zx-intro {
  padding: 20px 10px;
}
.zx-intro.fixed {
  margin-top: 68px;
}
.zx-intro .main-icon img {
  margin: auto;
}
.zx-intro h1 {
  padding: 30px 0 40px 0;
  font-size: 50px;
  font-weight: 600;
}
.zx-intro h3 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
}
.zx-intro .form-group {
  margin-bottom: 50px;
}
.zx-intro.beats {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
}
.zx-intro.beats .play-button {
  margin: 20px auto 40px auto;
}
.zx-intro.beats .play-button img {
  margin: auto;
  text-align: center;
}
.zx-content {
  background: #f9f9f9;
  padding: 40px 1px 40px 1px;
}
.zx-content.about {
  background:#ffffff;
}
.zx-content .panel-title a,
.zx-content .panel-title a:hover,
.zx-content .panel-title a:focus {
  text-decoration: none;
  font-size: 14px;
}
.zx-content .disc {
  padding-left: 20px;
}
.zx-content .disc li {
  margin-bottom: 10px;
}
.zx-content h1,
.zx-content h2,
.zx-content h3,
.zx-content h4,
.zx-content h5,
.zx-content h6 {
  margin-bottom: 10px;
}
.zx-content .well .subtitle {
  font-size: 20px;
}
.zx-content h3 {
  color:#47b8a1;
}
.zx-content.top {
  background: #47b8a1;
  color: #ffffff;
  font-size: 20px;
}
.zx-content .headline {
    font-size: 30px;
    font-weight: 300;
}
.zx-feature {
  padding: 60px 10px;
  box-shadow: inset 0px 14px 65px -11px rgba(232, 235, 239, 1),inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
}
.zx-feature .headline {
  font-size: 30px;
  font-weight: 600;
}
.zx-feature .item {
  text-align: center;

}
.zx-feature .item h5 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}
.zx-feature .item h5 span {
  font-weight: bold;
}
.zx-feature .item img {
  margin: auto;
}
.zx-feature.beats-two,
.zx-feature.beats-nine {
  background: #f1f1f1;
}
.zx-feature.beats-seven {
  background: #47b8a1;
  color:#ffffff;
}
.zx-feature.beats-five {
  background: #4db0b6;
  color:#ffffff;
}
.zx-testimonial {
  padding: 60px 10px;
}
.zx-testimonial .headline {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
}
.zx-testimonial .image {
  margin: 0 auto 10px auto;
  max-width: 100px;
}
.zx-testimonial .title {
    text-align: center;
    font-size: 16px;
}
.zx-testimonial .head {
  text-align: center;
  line-height: 1.5em;
  margin: 5px 0;
}
.zx-testimonial .item .btn-link {
  border: 0px;
  color:#47b8a1;
  display: block;
  max-width: 100px;
  margin: 15px auto;
  text-align: center;
}
.zx-testimonial .item {
  margin-bottom: 20px;
}
.zx-testimonial .head u {
  font-weight: bold;
  text-decoration: none;
}
.zx-testimonial .more {
  margin:30px 0;
  font-size: 22px;
  font-style: italic;
}
.zx-feature {
  box-shadow: none;
  padding: 40px 10px;
  border-top: 1px solid #dddddd;
}
.zx-feature-sub {
  padding: 60px 0px;
}
.zx-feature-sub h5 {
  font-size: 32px;
  margin-bottom: 20px;
}
.zx-feature-sub p {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 300;
}
.zx-feature-sub.one {
  background: #f1f1f1;
}
.zx-feature-sub.two {
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
  box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
}
.zx-feature-sub.three {
  -webkit-box-shadow: inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
-moz-box-shadow: inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
box-shadow: inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
}
.zx-feature .title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}
.zx-feature .content {
  font-size: 22px;
  line-height: 1.5em;
}
.zx-feature .content ul {
  padding-left: 0px;
  list-style: none;
}
.zx-feature .content ul li {
  padding-left: 35px;
  background: url('../img/check.png') no-repeat left 10px;
  line-height: 2em;
}
.zx-feature .media {
  margin-bottom: 30px;
}
.zx-feature .media .media-left {
  margin-right: 10px;
}
.zx-feature.one {
}
.zx-feature.two {
  background-position: 180% 100%;
  box-shadow: inset 0px 14px 65px -11px rgba(232, 235, 239, 1),inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
  border-bottom:2px solid #cccccc;
}
.zx-feature.four  {
}
.zx-feature.four img {
  margin: auto;
}
.zx-feature.seven h5 {
  font-weight: bold;
}
.zx-feature.seven img {
  margin: auto;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}
.zx-feature.seven ul {
  padding-left: 0px;
}
.zx-feature.seven p {
  font-weight: 600;
}
.zx-feature.seven ul li {
  padding-left: 35px;
  background: url('../img/check.png') no-repeat left 4px;
  line-height: 2em;
  list-style: none;
}
.zx-headline.fixed {
  margin-top: 68px;
}
.zx-headline h1 {
  padding: 30px 0 40px 0;
  font-size: 50px;
  font-weight: 600;
}
.zx-headline h3 {
  margin-bottom: 20px;
}
.zx-reviews {
  box-shadow: inset 0px 14px 65px -11px rgba(232, 235, 239, 1),inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
}
.zx-reviews .review-box {
  padding: 40px 0px;
  border-bottom: 1px solid #dddddd;
}
.zx-reviews a.thumbnail,
.zx-reviews img {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
.zx-reviews .container {
  max-width: 980px;
}
.zx-reviews .subtitle {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
}
.zx-reviews .well {
  background: none;
  border:0px;
  padding: 0px;
  box-shadow: none;
}
.zx-reviews .review-box ul {
  padding-left: 0px;
}
.zx-reviews .review-box ul li {
  padding-left: 35px;
  background: url('../img/check.png') no-repeat left 4px;
  line-height: 2em;
  list-style: none;
}
.zx-button-10 {
  padding: 30px 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
  -moz-box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
  box-shadow: 0px 1px 4px 0px rgba(214, 220, 227, 1);
}
.zx-profits {
  padding: 40px 0px;
}
.zx-profits ul {
  padding-left: 0px;
}
.zx-profits ul li {
  padding-left: 35px;
  background: url('../img/check.png') no-repeat left 4px;
  line-height: 2em;
  list-style: none;
}
.zx-profits-form,
.zx-profits-form-two {
  background: #f1f1f1;
  padding: 20px 10px;
}
.zx-profits-form .form-control,
.zx-profits-form-two .form-control  {
  background: #ffffff;
  min-height: 35.5px;
}
.zx-bottom {
  padding: 60px 10px;
  background: #f9f9f9;
}
.zx-button-period {
  padding: 40px 0px;
}
.zx-pricing-list .container {
  max-width: 980px;
}
.zx-pricing-list .well {
  border-radius: 0px;
  box-shadow:none;
  min-height: 200px;
}
.zx-pricing-list .title {
  font-size: 18px;
}
.zx-pricing-list .price {
  font-size: 26px;
  font-weight: 300;
  padding-bottom: 20px;
}
.zx-pricing-list .well.two {
  background-color: #555555;
  color:#ffffff;
}
.zx-pricing-list .price.item {
  font-size: 26px;
  font-weight: 300;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.zx-pricing-list .content {
  padding: 10px 0;
}
.zx-maximization {
  border-top:1px solid #dddddd;
  padding:20px 0;
}
.zx-maximization .well {
  border-radius: 0px;
}
.zx-maximization .title {
  margin-bottom: 20px;
}
.zx-maximization ul {
  padding-left: 0px;
  list-style: none;
}
.zx-maximization ul li {
  padding-left: 35px;
  background: url('../img/check-color.png') no-repeat left 4px;
  color:#47b8a1;
  line-height: 2em;
}
.zx-maximization ul li.disabled {
  background: none;
  color:#555555;
  opacity: 0.6;
  text-decoration: line-through;
}
.zx-criteria {
  padding: 40px 1px;
      font-size: 17.5px;
      line-height: 1.5em;
}
.zx-criteria h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}
.zx-criteria.one,
.zx-criteria.three,
.zx-criteria.nine {
  background: #f1f1f1;
}
.zx-criteria.seven {
  background: #47b8a1;
  color:#ffffff;
}
.zx-faq {
  padding: 60px 10px;
  box-shadow: inset 0px 14px 65px -11px rgba(232, 235, 239, 1),inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
}
.zx-faq .panel {
  border-radius: 0px;
}
.zx-faq .panel-title a,
.zx-faq .panel-title a:hover,
.zx-faq .panel-title a:focus {
  text-decoration: none;
    font-size: 14px;
}
.zx-faq .panel-title {
  position: relative;
}
.zx-faq .panel-title .caret {
  position: absolute;
  top:5px;
  right:0px;
  opacity: 0.3;
}
.zx-faq .headline {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
.zx-faq .well {
  border-radius: 0px;
  background: #ffffff;
  box-shadow:none;
}
.zx-faq .subtitle {
  margin-bottom: 10px;
  font-size: 26px;
}
.zx-form {
  box-shadow: inset 0px 14px 65px -11px rgba(232, 235, 239, 1),inset 0px -14px 65px -11px rgba(232, 235, 239, 1);
  padding: 60px 10px;
}
.zx-signup {
  padding:40px 1px;
}
.zx-signup .price-usd {
  font-size:25px;
  font-weight:bold;
}
.zx-signup .price-idr {
  font-size:20px;
}
.zx-signup .form-title {
  margin-bottom:20px;
}
.zx-signup .checklist {
  padding-left:0px;
}
.zx-signup .checklist li {
  list-style:none;
  background:url('../img/check-color.png') no-repeat left top;
  padding-left:35px;
  margin-bottom:20px;
}
.coupon-form .form-control {
  background: #ffffff;
  min-height: 35.5px;
}
.zx-footer {
  background:#f1f1f1;
  font-size: 14px;
}
.zx-footer .item {
    padding: 0 60px;
}
.zx-footer .top {
  padding:20px 0px;
}
.zx-footer .headline {
  margin-bottom: 20px;
  font-size: 18px;
}
.zx-footer ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.zx-footer ul li {
  line-height: 2em;
}
.zx-footer .bottom {
  padding: 20px;
  background:#ffffff;
}
/*
 | -------------------------------------------------
 | MEDIA QUERIES
 | -------------------------------------------------
*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .btn {
    font-size: 16px;
    word-break: break-word;
    white-space: normal;
  }
  .zx-header .navbar-toggle {
    padding: 0px;
    margin: 0px 10px 0px 0px;
  }
  .zx-header .nav {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .zx-header .nav li {
    float: none;
    padding:0;
    margin-bottom: 10px;
  }
  .zx-reviews .review-box .thumbnail {
    max-width:100px;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
  }
  .row {
    margin:0px;
    padding: 0px;
  }
}
/* ----------- Global Landscape mobile ----------- */
@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 640px) 
                   and (orientation: landscape) {
  .zx-header .navbar-toggle {
    margin-top: -8px !important;
  }
  .zx-header .navbar-collapse.in {
    min-height:40px;
  }
  .row {
    margin:0px;
    padding: 0px;
  }
  .zx-reviews .review-box .thumbnail {
    max-width:100px;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
  }

}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .zx-header .navbar-toggle {
    margin-top: -8px !important;
  }
  .zx-header .navbar-collapse.in {
    min-height:40px;
  }
  .zx-reviews .review-box .thumbnail {
    max-width:100px;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
  }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
  .zx-header .navbar-toggle {
    margin-top: -8px !important;
  }
  .zx-header .navbar-collapse.in {
    min-height:40px;
  }
  .zx-reviews .review-box .thumbnail {
    max-width:100px;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
  }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  .zx-header .navbar-toggle {
    margin-top: -8px !important;
  }
  .zx-header .navbar-collapse.in {
    min-height:40px;
  }
  .zx-reviews .review-box .thumbnail {
    max-width:100px;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
  }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
  .zx-header .navbar-toggle {
    margin-top: -8px !important;
  }
  .zx-header .navbar-collapse.in {
    min-height:40px;
  }
  .zx-reviews .review-box .thumbnail {
    max-width:100px;
    margin:0 auto 20px auto;
    text-align:center;
    display:block;
  }
}

/* ----------- iPad ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) { 

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: portrait) { 
    .zx-header ul li {
      padding: 0 0 0 20px;
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) { 

}