/* Vodyrizam - Front End Developer
for ------ 24/06/2017 ============== */
/* ============================= */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1000px) {
  html {
    overflow-x: hidden !important;
  }
}
html {
  font-size: 100%;
}
body {
  background: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; 
  font-size: 15px;
  overflow-x: hidden !important;
  line-height: 1.7;
  color: #404041;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}
input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="text"]:disabled {
    background: none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
p {
  line-height: 1.5;
}
a {
  color: #24253d;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  font-weight: 500;
}
a:hover,
a:focus {
  color: #025bc5;
  text-decoration: none;
}
a:focus, .btn.focus, .btn:focus, .btn:hover,
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  /*outline: thin dotted;
  outline-offset: -4px;*/
  outline: none;
}

a[aria-expanded="true"]{
  color: #4fb848;
}

a[href="true"]{
  color: #4fb848;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  /*outline: thin dotted;
  outline-offset: -4px;*/
  outline: none;

}

b, strong {
  font-weight: 500;
}


/* Mulai nangkene
=====================----------------------*/

#wrapper {
  overflow:hidden;
}

.content-box {
  padding: 30px 10px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
}

.container {
  padding: 0 15px;
}
.container-fluid {
  padding: 0;
}
.container-fluid.fluid-wrapper {
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.container-fluid.fluid-wrapper > .container {
  padding: 0;
}

.cRow {
  justify-content: center;
  display: flex;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
    padding: 0;
  }
  .container-fluid.fluid-wrapper > .container {
    padding: 0 15px;
  }
}

/*Distance
-----------------------------------------*/
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

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

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

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

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

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

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

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mbz {
  margin-bottom: 0 !important;
}

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

.mz {
  margin: 0 !important;
}

.pz {
  padding: 0 !important;
}

.plz {
  padding-left: 0 !important;
}

.pbz {
  padding-bottom: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.prz {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.bz {
  border: none !important;
}

.mtz {
  margin-top: 0 !important;
}

.pos-rel {
  position: relative;
}

.w60 {
  width: 60% !important;
}

/* Navbar
-----------------------------------------*/

.navbar {
	background: #333;
	border-radius: 0;
	padding: 0 15px;
	height: auto;
	border: none;
}

.navbar-nav.nav-menu {
	margin-right: -30px;
}

.nav-menu li.activation {
	background: #ccc;
}

.nav-menu li >a {
	color: #fff;
	padding: 25px 20px;
}

.navbar-brand {
	height: auto;
	padding: 10px 15px;
}

/* Terms
-----------------------------------------*/

.terms-wrapper {
  padding: 20px 25px 30px;
  /* text-align: center; */
  margin: 0 auto;
  max-width: 640px;
}

.btn-back {
  position: sticky;
  top: 65px;
  margin-left: -45px;
  color: #025BC5 !important;
}

.btn-back i {
  font-weight: 900;
}

.terms-wrapper h3 {
  margin-bottom: 50px;
  color: #24253d;
}

.terms-wrapper span {
  display: block;
}

.terms-wrapper h4 {
  margin: 30px 0 15px;
  font-weight: 700;
  color: #666;
  font-size: 1rem;
  overflow: hidden;
}

.terms-wrapper h5 {
  text-align: center;
  margin: 50px 0 20px;
  font-weight: 700;
}

.terms-wrapper p {
  color: #939396;
}

.terms-wrapper h6 {
  font-weight: 700;
  color: #24253d;
  font-size: 1.067rem;
  overflow: hidden;
}

.terms-wrapper ol {
  margin: 10px 50px;
  font-size: .8667rem;
}

.terms-wrapper li {
  margin-bottom: 15px;
}

.terms-wrapper .panel-body {
  padding-left: 32px;
  font-size: .9333rem;
  font-weight: 700;
  padding-top: 25px;
}

.panel-default p {
  font-size: .9333rem;
  padding: 0 10px;
  color: #404041;
}

.terms-body {
  padding: 20px;
}

.terms-list {
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #EEE;
}

.terms-list:last-child {
  border-bottom: none;
}

.terms-list h5 {
  display: block;
  font-size: .8667rem;
  margin: 5px 0;
}

.terms-list h5 span {
  display: block;
  font-weight: 700;
  padding: 8px 0;
  font-size: 1rem;
  color: #009688 !important;
}

.icon-terms {
  /* border: 1px solid #DDD; */
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 10px;
}

.panel-heading {
  padding: 10px 10px 15px;
}

.panel-default {
  border: none;
  border-bottom: 1px solid #e0e0e1;
}

.panel {
  border-radius: 0;
  box-shadow: none;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-default>.panel-heading {
  background: none;
  border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: transparent;
}

.panel-group .panel+.panel {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Footer
-----------------------------------------*/