body {
  font-family: "Open Sans";
	word-wrap: break-word;
}

h1, h2, h3, h4 {
  margin-top: 0;
}

a, a:hover {
  text-decoration: none !important;
  color: #222;
}

img {
  width: 100%;
}

th {
  text-align: center !important;
	font-weight: normal !important;
}

tr {
  text-align: center !important;
}

/*-----------------------------------------
   global style
-----------------------------------------*/

.clearfix {
  *zoom: 1;
  &:before,
  &:after {
    display: table;
    content: "";
    // Fixes Opera/contenteditable bug:
    // http://nicolasgallagher.com/micro-clearfix-hack/#comment-36952
    line-height: 0;
  }
  &:after {
    clear: both;
  }
}

.holder {
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-green {
  padding: 10px 20px;
  font-family: "Roboto Slab";
  font-size: 14px;
  color: #fff;
  background-color: #fac41c;
	border: none;
  border-radius: 5px;
}

.btn-green:hover {
  color: #fff;
  background-color: #ffd246;
}

.section-title {
  display: inline-block !important;
	margin-top: 0;
  margin-bottom: 20px;
  padding-left: 32px;
  font-family: "Roboto Slab";
  font-size: 24px;
  background-image: url(../img/ico-siki.png);
	background-size: 20px;
  background-position: left;
  background-repeat: no-repeat;
}

.section-subtitle {
  font-family: "Roboto Slab";
  font-size: 24px;
}

.content-title {
	margin-top: 10px;
  font-family: "Roboto Slab";
  font-size: 18px;
  color: #20B2AA;
}

.content-title a {
  color: #20B2AA;
}

.banner-title {
  font-family: "Roboto Slab";
  font-size: 18px;
  margin-bottom: 0px;
}

.font-med {
  font-size: 18px;
  font-weight: 700;
}

.font-red {
  color: #ea0000;
}

.font-trqs,
.font-trqs:hover {
  color: #20b2aa;
}

.gray {
  background-color: #efefef;
}

/*-----------------------------------------
   navbar custom
-----------------------------------------*/

.logo {
  width: 135px;
}

.navbar-default {
  background-color: #fff;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

#navbar ul li a {
  width: 190px;
  font-family: "Roboto Slab";
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #20B2AA;
  border-left: solid 1px #03a99f;
}

#navbar ul li:nth-last-child(2) a {
  border-right: solid 1px #03a99f;
}

#navbar ul li a:hover,
.active > a {
  background-color: #03a99f !important;
}

.navbar-static-top {
	margin-bottom: 0;
  color: #fff;
}

.navbar-color {
  background-color: #20B2AA;
}

.navbar-right {
  padding-top: 30px;
  float: right;
}

.navbar-right p,
.navbar-right a {
  float: left;
}

.header-slogan {
  padding-top: 25px;
  padding-left: 20px;
	line-height: 1.42857143;
  font-family: "Roboto Slab";
  font-size: 18px;
  color: #20B2AA;
}

.header-call {
  margin-right: 20px;
  padding-right: 46px;
  text-align: right;
  color: #222;
	background-size: 40px;
  background-image: url(../img/ico-navbar-call.png);
  background-position: right;
  background-repeat: no-repeat;
}

/*-----------------------------------------
   home
-----------------------------------------*/

.award {
  position: absolute;
	left: 20px;
	bottom: 20px;
	width: 180px;
	z-index: 9999;
}

.award-xs {
  position: absolute;
	left: 10px;
	top: 10px;
	width: 160px;
	z-index: 9999;
}

#benefit,
#testimonial,
#program-list,
#about,
#teacher,
#map,
#contact,
#translation {
  padding-top: 40px;
  padding-bottom: 40px;
}

#program,
#information,
#visimisi {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
  background-image: url(../img/pattern-gray.jpg);
  background-repeat: repeat;
	background-position: center center;
}

#information {
  margin-bottom: 40px;
}

#visimisi {
  margin-top: 40px;
}

#call {
  padding-bottom: 40px;
}

.program-item {
	position: relative;
  min-height: 405px;
  padding: 15px;
  background-color: #fff;
  border-right: solid 1px #efefef;
}

.program-item:first-child,
.program-item:last-child {
  border-right: none;
}

.program-item:last-child {
  border-top: solid 1px #efefef;
}

.program-item img {
  width: 100%;
  margin-bottom: 15px;
}

.program-item ul,
.table-content ul {
  padding-left: 0px;
}

.program-item ul li,
.table-content ul li {
  padding-left: 20px;
	background-size: 14px;
  background-image: url(../img/ico-checklist.png);
  background-position: 0px 2px;
  background-repeat: no-repeat;
  list-style: none;
}

.program-item > .btn-green {
	position: absolute;
	bottom: 15px;
	display: block;
	width: 90%;
	text-align: center;
	vertical-align: bottom;
}

.program-item a img:hover {
  opacity: 0.8;
}

.main-item {
  padding-top: 15px;
  background-color: #20B2AA;
  color: #fff;
}

.testi-item {
  position: relative;
	
  margin-bottom: 30px;
}

.testi-item img {
  position: absolute;
  top: 20px;
	width: 100px;
  border: none;
  border-radius: 100%;
}

.testi-text {
	min-height: 160px;
  margin-left: 50px;
  padding: 20px 20px 20px 60px;
  border: solid 1px #efefef;
  border-radius: 5px;
}

.testi-title > .content-title {
	margin-top: 0;
	margin-bottom: 5px;
}

.modal-header {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.modal-body img {
	width: 100px;
  border-radius: 100%;
}

.modal-body p {
  width: 80%;
}

.vertical-alignment-helper {
	display:table;
	height: 100%;
	width: 100%;
	pointer-events:none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}

.modal-content {
	width:inherit;
	height:inherit;
	margin: 0 auto;
	pointer-events:all;
}

body.modal-open {
	overflow: hidden;
}

.information {
  padding: 20px 20px 10px 20px;
  background-color: #fff;
  border: solid 1px #efefef;
  border-radius: 5px;
}

.information-date {
  padding-left: 28px;
  background-image: url(../img/ico-calendar.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.banner-info {
  overflow: hidden;
  min-height: 100px;
	margin: 0;
	padding: 0;
  background-color: #20B2AA;
  border: none;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #fff;
}

.banner-info div {
  padding-left: 10px;
  padding-right: 10px;
}

.banner-info img:hover {
  opacity: 0.8
}

.information-item {
  padding-top: 10px;
  border-top: solid 1px #efefef;
}

.program-item h3,
.information h2 {
  margin-top: 0;
}

.call {
  padding: 30px 30px;
  background-color: #20B2AA;
  border: none;
  border-radius: 5px;
	font-family: "Roboto Slab";
  font-size: 20px;
  color: #fff;
}

.center {
	padding-left: 100px;
}

.call div:first-child,
.call div:last-child {
  padding-top: 5px;
}

.call-number {
  font-family: "Roboto Slab";
  font-size: 28px;
  color: #fff;
	margin-left: 10px;
  padding-left: 36px;
  background-image: url(../img/ico-call-bottom.png);
	background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
}

.call-number:hover {
  color: #fff;
}

/*-----------------------------------------
   about page
-----------------------------------------*/

#about img {
	padding-left: 0;
}

#visimisi ul {
  padding-left: 20px;
}

#visimisi ul li {
	margin-bottom: 10px;
  list-style-type: decimal;
	list-style-position: outside;
}

/*-----------------------------------------
   program detail page
-----------------------------------------*/

.detail-item {
	position: relative;
	min-height: 370px;
	margin-bottom: 20px;
	padding: 10px 10px;
  border: solid 1px #dadada;
	border-radius: 5px;
}

.detail-item > .btn-green {
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	padding: 10px 0px;
	margin: 0 auto;
}

.detail-item a img:hover,
.teacher-sidebar a img:hover {
  opacity: 0.8;
}

.table-title {
	padding: 10px 20px;
	color: #fff;
	background-color: #20B2AA;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.table-title h2 {
  margin: 0px 0px;
}

.table-content {
	margin-bottom: 20px;
	padding: 10px 0;
  border: solid 1px #dadada;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.detail-img img {
  width: 255px;
}

.pricing-price {
	font-size: 18px;
  font-weight: 700;
  color: #ea0000;
}

/*-----------------------------------------
   teacher page
-----------------------------------------*/

.teacher-sidebar {
	padding: 10px;
  border: solid 1px #dadada;
	border-radius: 5px;
}

.teacher-sidebar div {
  margin-bottom: 20px;
}

.teacher-name {
  font-family: "Roboto Slab";
	font-size: 18px;
	color: #20B2AA;
	margin-top: 0;
	padding-left: 32px;
	line-height: 1.5;
	background-image: url(../img/ico-siki.png);
	background-size: 20px;
	background-position: left 5px;
	background-repeat: no-repeat;
}

.teacher-item {
  margin-bottom: 20px;
	padding: 10px 0;
  border: solid 1px #dadada;
	border-radius: 5px;
}

/*-----------------------------------------
   testimonial page
-----------------------------------------*/

.pagination {
  margin-bottom: 0;
}

.pagination .active a,
.pagination .active a:hover {
  border-color: #20B2AA;
}

/*-----------------------------------------
   map page
-----------------------------------------*/

.map-item {
  float: left;
}

.map-title {
	font-family: "Roboto Slab";
	font-size: 18px;
	line-height: 1.5;
	padding-left: 32px;
	background-size: 18px 18px;
	background-position: left 5px;
	background-repeat: no-repeat;
}

.address {
  background-image: url(../img/ico-map-address.png);
}

.workinghours {
  background-image: url(../img/ico-map-workinghour.png);
}

.contact {
  background-image: url(../img/ico-map-contact.png);
}

#map-canvas {
  width: 100%;
  min-height: 400px;
  margin: 30px 0px;
  background-color: #dadada;
}

/*-----------------------------------------
   contact page
-----------------------------------------*/

.form-group label {
  vertical-align: center;
}

.form-text {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	border: solid 1px #dadada;
	border-radius: 5px;
	outline: none;
}

#contact > .btn-green {
	float: right;
  border: none;
}

.contact-info ul {
	padding-left: 0;
}

.contact-info li {
	list-style: none;
	margin-bottom: 20px;
	padding-left: 24px;
	background-size: 16px 16px;
	background-position: left 2px;
	background-repeat: no-repeat;
}

.contact-info .address {
  background-image: url(../img/ico-map-address.png);
}

.contact-info .phone {
	background-image: url(../img/ico-map-contact.png);
}

.contact-info .email {
	background-image: url(../img/ico-mail.png);
}

/*-----------------------------------------
   translation page
-----------------------------------------*/

.translate-img,
.translate-text {
  float: left;
}

/*-----------------------------------------
   404
-----------------------------------------*/

.error {
  width: 404px;
}

/*-----------------------------------------
   footer
-----------------------------------------*/

#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
  background-image: url(../img/line-pattern.jpg);
  background-position: top left;
  background-repeat: repeat-x;
}

#footer ul {
  padding-left: 0;
}

#footer ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 10px;
  border-right: solid 1px #999;
}

#footer ul li:last-child {
  border-right: none;
}

#footer ul li a {
  font-size: 13px;
  color: #222;
}

#footer ul li a:hover {
  color: #20B2AA;
}

#footer p {
  font-size: 13px;
  padding: 0;
  margin: 0;
}

/*-----------------------------------------
   back to top
-----------------------------------------*/

#top-link-block.affix-top {
	position: absolute;
	bottom: -82px;
	right: 10px;
}

#top-link-block.affix {
	position: fixed;
	bottom: 18px;
	right: 10px;
}

.g-recaptcha>div {
	margin-left: auto;
}