/* RESET */
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,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 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;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="password"] {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* >> The Magnificent CLEARFIX << */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
/* Hides from IE-mac \*/
.clearfix {
  display: block;
}
/* HAMBURGER BUTTON */
.mnav-toggle {
  position: fixed;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #ffdf00;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  z-index: 502;
}
.mnav-toggle .f-lb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 34px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.cd-nav-trigger {
  height: 50px;
  width: 50px;
  z-index: 107;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.cd-nav-trigger.close-nav {
  position: fixed;
}
.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #151515;
  z-index: 108;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  margin-top: -8px;
  margin-left: -15px;
}
.cd-nav-trigger .cd-icon::before,
.cd-nav-trigger .cd-icon:after {
  content: "";
  /* upper and lower lines of the menu icon */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #151515;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.cd-nav-trigger .cd-icon::before {
  -webkit-transform: translateY(-9px) rotate(0deg);
  -moz-transform: translateY(-9px) rotate(0deg);
  -ms-transform: translateY(-9px) rotate(0deg);
  -o-transform: translateY(-9px) rotate(0deg);
  transform: translateY(-9px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
  -webkit-transform: translateY(9px) rotate(0deg);
  -moz-transform: translateY(9px) rotate(0deg);
  -ms-transform: translateY(9px) rotate(0deg);
  -o-transform: translateY(9px) rotate(0deg);
  transform: translateY(9px) rotate(0deg);
}
.cd-nav-trigger::before,
.cd-nav-trigger::after {
  content: "";
  /* 2 rounded colored backgrounds for the menu icon */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.cd-nav-trigger::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
  background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/* NUKE WYSIWYG */
.nuke-wysiwyg {
  line-height: 1.75em;
  margin: 0 auto;
  margin-bottom: 15px;
}
.nuke-wysiwyg p,
.nuke-wysiwyg ol,
.nuke-wysiwyg ul,
.nuke-wysiwyg table {
  margin-bottom: 15px!important;
}
.nuke-wysiwyg ul {
  list-style: disc;
  padding-left: 15px;
}
.nuke-wysiwyg ol {
  list-style: decimal;
  padding-left: 22px;
}
.nuke-wysiwyg img {
  max-width: 100%;
  margin-bottom: 15px;
}
.nuke-wysiwyg a:hover {
  text-decoration: underline;
}
p {
  line-height: 1.75em;
  margin-bottom: 15px;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 0px 15px 10px 0px;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 0px 0px 10px 15px;
}
/* LAZYSIZE */
.lazyload {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.lazyloaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: all 700ms;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
}
/* */
.transition-all {
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
.transition-all350 {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.radius3px {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.radius5px {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.radius50p {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.standardEffect {
  opacity: 0;
  visibility: hidden;
}
.standardEffect_active {
  opacity: 1;
  visibility: visible;
}
::-moz-selection {
  background: #ffdf00;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ffdf00;
  color: #000;
  text-shadow: none;
}
/* TABLE */
th,
td {
  line-height: 1.3em;
}
th {
  font-weight: bold;
}
table.fw-table {
  width: 100%;
}
table thead th {
  background: #343434;
  color: #ffdf00;
  letter-spacing: 0.05em;
  font-size: 1.14em;
  padding: 10px;
  font-weight: normal;
}
table tbody td,
table tbody th,
table tfoot td {
  background: #fafafa;
  padding: 8px 10px;
  border-bottom: 1px solid #ebebeb;
  font-size: .85em;
}
table tfoot td {
  font-size: 10px;
}
.ptf-left,
.ptf-right {
  display: block;
}
/* FONTS */
.f-lr {
  font-family: 'LibertadBook', sans-serif;
}
.f-lb,
thead th,
thead td {
  font-family: 'LibertadBold', sans-serif;
}
.f-leb {
  font-family: 'LibertadExtraBold', sans-serif;
}
body,
label,
input,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
/* GENERAL */
body,
label,
input,
textarea,
select {
  font-size: 12px;
}
body,
input,
textarea,
select {
  color: #444444;
}
label,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 1.5em;
  margin: 30px 0;
}
h2 {
  font-size: 1.31em;
}
h3 {
  font-size: 1.14em;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  font-size: 1em;
}
a {
  color: #f11111;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.submit-btn {
  cursor: pointer;
}
.btn-ghost {
  border: 2px solid #151515;
  display: inline-block;
  padding: 10px 20px;
  color: #151515;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  font-size: 14px;
}
.btn-ghost:hover {
  background: #151515;
  color: #fff;
  text-decoration: none;
}
.btn-green {
  background: #52b78a !important;
}
.btn-green:hover {
  background: #151515 !important;
}
.btn-blue {
  background: #1a7cea !important;
}
.btn-blue:hover {
  background: #151515 !important;
}
.btn-red {
  background: #f11111 !important;
}
.btn-red:hover {
  background: #151515 !important;
}
.btn-gold {
  background: #ffdf00 !important;
}
.btn-gold:hover {
  background: #151515 !important;
}
.btn-gray {
  background: #636 !important;
}
.btn-gray:hover {
  background: #151515 !important;
}
.btn-orange {
  background: #ff9933 !important;
}
.btn-orange:hover {
  background: #151515 !important;
}
.mid-bordered {
  text-align: center;
  margin-bottom: 15px;
  background-image: url(../images/gray-dot.gif);
  background-repeat: repeat-x;
  background-position: center center;
}
h2.mid-bordered {
  font-size: 1.125em;
}
.mid-bordered span {
  display: inline-block;
}
.mid-bordered .block-yellow {
  background-color: #ffdf00;
  letter-spacing: 0.05em;
  padding: 12px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mid-bordered .block-arrow {
  height: 34px;
  width: 64px;
  background-image: url(../images/icon/arrow-down-separator.png);
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center bottom;
  background-color: #fff;
}
.intro-text {
  text-align: center;
  margin: 0 auto;
  max-width: 680px;
}
.intro-text h2 {
  margin-bottom: 15px;
  font-size: 1.5em;
}
/* STANDARD TABBING */
.stab-wrap {
  font-size: 0;
}
.stab-wrap a {
  display: inline-block;
  padding: 10px;
  background: #5b5b5b;
  color: #c9c9c9;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.stab-wrap a.active {
  background: #e7e7e7;
  color: #151515;
}
.stab-wrap a:hover {
  text-decoration: none;
  background: #151515;
  color: #fff;
}
.stab-container {
  background: #e7e7e7;
  padding: 10px;
}
.stab-container-content {
  display: none;
}
/* GRID SYSTEM */
.container {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.row {
  margin: 0 -15px;
}
.pad15 {
  padding: 0 15px;
}
/* HEADER */
header {
  height: 50px;
  background: #151515;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  z-index: 99;
}
#logo {
  position: absolute;
  left: 50px;
  top: 0;
  width: 150px;
  height: 50px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../images/indogold-logo-2017.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
}
#main-nav {
  float: right;
  line-height: 50px;
}
#main-nav a {
  display: block;
  height: 50px;
  float: left;
  color: #7d7d7d;
  border-left: 1px solid #2f2f2f;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#main-nav a:hover {
  color: #fff;
  text-decoration: none;
}
#main-nav a.nav-search.opened {
  background: #ffdf00;
  color: #151515;
}
#main-nav .fa {
  font-size: 18px;
  display: inline-block;
  width: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#main-nav .cart-number {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #ffdf00;
  color: #151515;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  line-height: 16px;
  min-width: 16px;
  padding: 0 3px;
  text-align: center;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.nav-text {
  display: none;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.search-form {
  position: absolute;
  top: 50%;
  right: 0;
  background: #ffdf00;
  width: 250px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.search-form.opened {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.search-form input.clearme {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 50px 0 15px;
  color: #151515;
  font-size: 12px;
  position: relative;
  z-index: 1;
  background: none;
}
.search-form .submit-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  z-index: 2;
  padding: 0;
  margin: 0;
  background: none;
  text-align: center;
}
/* INDEX */
#body-content {
  padding-top: 50px;
}
.it-left {
  margin-bottom: 30px;
}
.it-left h1 {
  text-transform: uppercase;
  padding-left: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(../images/icon/icon-grafik-harian.png);
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: left center;
}
#gold-price-wrap {
  margin-bottom: 20px;
}
.highchart-graph {
  padding: 15px 0;
}
.graph-setting {
  padding: 10px 15px 15px;
  background: #ffdf00;
  color: #151515;
}
.graph-form h2 {
  margin-bottom: 10px;
}
.graph-form .gf {
  margin-bottom: 20px;
}
.graph-form .submit-btn {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f11111;
  color: #fff;
  padding: 7px 20px;
  font-size: 1.14em;
}
.graph-form .submit-btn:hover {
  background: #151515;
}
.graph-form input.datepicker {
  max-width: 170px;
}
.interval-list {
  overflow: hidden;
}
.interval-list .il {
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.gf1 .select-style {
  border: none!important;
}
.gf1 .select-style select {
  font-size: 11px;
}
.gf3 input {
  border: none;
  width: 100%;
  height: 40px;
  padding-left: 35px;
  padding-right: 10px;
  background-color: #fff;
  background-image: url(../images/icon/icon-calendar.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.owl-banner {
  position: relative;
}
.owl-banner img {
  display: block;
  width: 100%;
}
.owl-banner .owl-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
}
.owl-banner.owl-theme .owl-controls {
  margin: 0;
}
.owl-banner.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  opacity: 1;
  text-indent: -9999em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center center;
  background-color: transparent;
}
.owl-banner.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 6px;
  background-image: url(../images/slider/owl-prev.png);
}
.owl-banner.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 6px;
  background-image: url(../images/slider/owl-next.png);
}
.owl-banner.owl-theme .owl-controls .owl-page span {
  background: #151515;
  width: 10px;
  height: 10px;
}
.section {
  margin: 20px 0;
}
.first-section {
  margin-top: 0!important;
}
.why-antam {
  text-align: center;
}
.wa-img {
  position: relative;
  border: 1px solid #ccc;
}
.wa-img:before {
  content: "";
  display: block;
  padding-top: 87.5%;
}
.wa-child {
  position: relative;
  margin: 30px auto;
  max-width: 300px;
}
.wa-child .img-wrap {
  position: relative;
  margin: 0 auto;
  border: 1px solid #b7b7b7;
  width: 65%;
  max-width: 170px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.wa-child .img-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wa-child:hover .img-wrap {
  border: 1px solid #151515;
}
.wa-child .img-wrap img {
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 65.7%;
  position: absolute;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.wa-child:hover .img-wrap img {
  width: 85%;
}
.owl-product {
  margin-bottom: 40px;
}
.owl-product .item {
  text-align: center;
  padding: 0 15px;
}
.owl-product .item .img-wrap {
  margin-bottom: 15px;
}
.owl-product .item .img-wrap img {
  display: block;
  width: 100%;
}
.owl-product .item h2 {
  font-size: 1.125em;
}
.owl-general .owl-controls {
  margin-top: 20px;
}
.owl-general.owl-theme .owl-controls .owl-page span {
  background: #151515;
  width: 10px;
  height: 10px;
}
.owl-news {
  margin-top: 20px;
}
.owl-news .item {
  padding: 0 15px;
}
.owl-news .item .img-wrap {
  margin-bottom: 10px;
}
.owl-news .item .img-wrap img {
  display: block;
  width: 100%;
}
.owl-news .item h3 {
  font-size: 1.28em;
  margin-bottom: 5px;
}
.owl-news .item h3 a {
  color: #151515;
}
.owl-news .item h3 a:hover {
  color: #f11111;
  text-decoration: none;
}
.news-date {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
  display: block;
}
.news-date i {
  font-size: 12px;
}
.on-content p a {
  font-weight: bold;
  color: #151515;
}
.owl-news.owl-theme .owl-controls {
  margin-top: 0;
}
.ba-child {
  margin: 15px auto;
  padding: 0 15px;
  max-width: 360px;
}
.ba-child img {
  display: block;
  width: 100%;
  border: 1px solid #c4c4c4;
}
#index-newsletter {
  background: #ffdf00;
  padding: 30px 0;
}
#index-newsletter h2 {
  text-align: center;
  line-height: 1.5em;
  padding-top: 50px;
  margin-bottom: 20px;
  background-image: url(../images/icon/icon-gold.png);
  background-size: 50px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
#index-newsletter small {
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 1.3em;
}
#index-newsletter small a {
  color: #151515;
  text-decoration: underline;
  font-weight: bold;
}
#index-newsletter small a:hover {
  color: #f11111;
  text-decoration: none;
}
.newsletter-form {
  background: #fff;
  position: relative;
  max-width: 300px;
  margin: 0 auto 10px;
}
.newsletter-form input.clearme {
  border: none;
  width: 100%;
  padding-left: 36px;
  height: 40px;
  color: #b7b7b7;
  background-image: url(../images/icon/mail-newsletter.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px auto;
}
.newsletter-form input.submit-btn {
  border: none;
  background: #52b78a;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 1.3em;
}
.newsletter-form input.submit-btn:hover {
  background: #f11111;
}
/* INDEX FOOTER */
#index-footer {
  margin-bottom: 50px;
}
.if-info {
  list-style: none;
  max-width: 975px;
  margin: 0 auto;
}
.if-info li {
  font-size: 1.125em;
  color: #151515;
  text-align: center;
  margin: 30px 0;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.if-info li a {
  color: #151515;
}
.if-info li a:hover {
  color: #f11111;
}
.if-info .fa {
  display: block;
  font-size: 3.125em;
  margin-bottom: 10px;
}
.if-social-wrap {
  text-align: center;
}
.if-social {
  text-align: center;
  font-size: 0;
  background: #fff;
  display: inline-block;
  padding: 0 15px;
}
.if-social li {
  display: inline-block;
  margin: 0 15px;
}
.if-social img {
  display: block;
  height: 40px;
}
/* FOOTER BADGE */
#footer-badge {
  background: #ebebeb;
  margin-bottom: 0;
  padding-bottom: 20px;
}
#footer-badge h2 {
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.store-badge {
  font-size: 0;
  max-width: 360px;
  margin: 0 auto;
}
.store-badge li {
  display: inline-block;
  width: 50%;
  padding: 10px;
}
.store-badge img {
  display: block;
  width: 100%;
}
/* FOOTER */
#footer-top {
  background: #151515;
  color: #fff;
  padding: 20px 0;
}
#footer-top a {
  color: #ccc;
}
#footer-top a:hover {
  color: #fff;
}
#footer-top .container {
  overflow: hidden;
}
.ft-child {
  float: left;
  width: 50%;
  margin-bottom: 15px;
}
.ft-child h3 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.125em;
}
.ft-list {
  list-style: none;
}
.ft-list li {
  font-size: 0.85em;
  margin: 10px 0;
}
#footer-payment {
  background: #ffffff;
}
.footer-payment {
  padding: 10px 0;
  font-size: 0;
  text-align: center;
}
.footer-payment li {
  display: inline-block;
  margin: 10px 20px;
}
.footer-payment li img {
  display: block;
  height: 20px;
}
.copyright {
  text-align: center;
  background: #151515;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: .625em;
  line-height: 30px;
}
/* SIDEMENU */
.sidemenu-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 501;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.sidemenu-wrap.opened {
  visibility: visible;
  opacity: 1;
}
.sidemenu {
  width: 260px;
  position: relative;
  height: 100%;
  background: #151515;
  overflow: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  transform: translateX(-260px);
}
.opened .sidemenu {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.sidemenu-scroll {
  width: 280px;
  padding: 20px 40px 20px 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.sidemenu-scroll .antam-logo {
  display: block;
  max-width: 150px;
  margin-bottom: 25px;
  float: right;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.side-nav {
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  list-style: none;
  margin-bottom: 40px;
  width: 220px;
  clear: both;
}
.side-nav li {
  border-bottom: 1px solid #444444;
}
.side-nav li.last {
  border: none;
}
.side-nav li a {
  display: block;
  color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background: #151515;
  line-height: 46px;
}
.side-nav li a.active {
  font-family: 'LibertadBold', sans-serif;
  color: #ffdf00;
}
.side-nav li a:hover {
  background: #ffdf00;
  color: #151515;
  text-decoration: none;
  padding: 0 15px;
}
.side-soc {
  list-style: none;
}
.side-soc li {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.side-soc li img {
  display: block;
  height: 30px;
}
/* STATIC BANNER */
.static-banner {
  overflow: hidden;
  position: relative;
}
.static-banner img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.banner-text {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
}
.banner-text p {
  margin: 0;
}
.banner-title {
  display: block;
  font-style: italic;
  font-size: 21px;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #151515;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* BREADCRUMBS */
.breadcrumbs {
  background: #efefef;
  display: none;
}
.bc {
  list-style: none;
}
.bc li {
  float: left;
  line-height: 30px;
}
.bc li a {
  display: block;
  color: #151515;
  padding-right: 25px;
  margin-right: 20px;
  background-image: url(../images/icon/icon-bc.png);
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-position: right center;
}
/* FORM */
.general-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.general-form .form-group label {
  display: block;
  font-size: 15px;
  padding-bottom: 8px;
}
.general-form .form-group .input-wrap {
  position: relative;
}
.general-form .form-group input {
  padding: 0 10px;
  height: 36px;
  border: 1px solid #b7b7b7;
  font-size: 13px;
  width: 100%;
  background-color: #fff;
}
.general-form .form-group input.hasicon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 13px auto;
}
.general-form .form-group input.i-mail {
  background-image: url(../images/icon/i-mail.png);
}
.general-form .form-group input.i-pass {
  background-image: url(../images/icon/i-pass.png);
}
.general-form .form-group input.captcha-input {
  padding-left: 32px;
  max-width: 220px;
  background-image: url(../images/icon/icon-lock.png);
  background-size: 12px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.general-form .form-group textarea {
  padding: 5px 10px;
  height: 100px;
  border: 1px solid #b7b7b7;
  font-size: 13px;
  width: 100%;
  resize: none;
}
.general-form .form-button input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #e20808;
  color: #fff;
  font-size: 18px;
  height: 40px;
  padding: 0 25px;
  border: none;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.general-form .form-button input:hover {
  background: #151515;
}
.red-star {
  color: #f00;
}
.captcha-wrap {
  padding-top: 10px;
}
.fg-2cols {
  margin-bottom: 20px;
}
.fg2c-2 {
  margin-bottom: 0;
}
/* CONTACT */
.contact-right {
  margin-bottom: 20px;
}
.contact-left {
  background: #fafafa;
}
.contact-form {
  padding: 15px;
  background: #fafafa;
}
.cl-top,
.cl-bottom {
  padding: 15px;
}
.cl-top {
  border-bottom: 1px solid #e1e1e1;
}
.cl-top h2 {
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-bottom: 10px;
}
.clt-list {
  list-style: none;
  line-height: 1.4em;
}
.clt-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: left 2px;
}
.clt-list li.clt-address {
  background-image: url(../images/icon/icon-location.png);
}
.clt-list li.clt-phone {
  background-image: url(../images/icon/icon-phone.png);
}
.clt-list li.clt-fax {
  background-image: url(../images/icon/icon-fax.png);
}
.clt-list li.clt-mail {
  background-image: url(../images/icon/icon-mail.png);
}
.clt-list li.clt-bbm {
  background-image: url(../images/icon/bbm-icon.png);
}
.clt-list li.clt-line {
  background-image: url(../images/icon/line-chat.png);
}
.clt-list li.clt-whatsapp {
  background-image: url(../images/icon/whatsapp-icon.png);
}
.clt-list li a {
  color: #444444;
}
.clt-list li a:hover {
  color: #f11111;
}
.clb-social {
  list-style: none;
}
.clb-social li {
  margin: 10px 0;
}
.clb-social li a {
  display: block;
  padding-left: 43px;
  line-height: 30px;
  color: #151515;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.clb-social li a:hover {
  text-decoration: none;
}
.clb-social li.clb-fb a {
  background-image: url(../images/icon/soc-fb.png);
}
.clb-social li.clb-fb a:hover {
  color: #4460ae;
}
.clb-social li.clb-twitter a {
  background-image: url(../images/icon/soc-twitter.png);
}
.clb-social li.clb-twitter a:hover {
  color: #058cb9;
}
.clb-social li.clb-gplus a {
  background-image: url(../images/icon/soc-gplus.png);
}
.clb-social li.clb-gplus a:hover {
  color: #f11111;
}
.clb-social li.clb-youtube a {
  background-image: url(../images/icon/soc-youtube.png);
}
.clb-social li.clb-youtube a:hover {
  color: #d22222;
}
.clb-social li.clb-instagram a {
  background-image: url(../images/icon/soc-ig.png);
}
.clb-social li.clb-instagram a:hover {
  color: #84634a;
}
.flexible-map {
  position: relative;
  padding-bottom: 250px;
  height: 0;
  overflow: hidden;
}
.flexible-map iframe,
.flexible-map object,
.flexible-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
}
.rekanan-list {
  list-style: none;
  padding-bottom: 20px;
}
.rekanan-list li {
  margin-bottom: 20px;
}
.rekanan-icon {
  float: left;
  border: 1px solid #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background: #fff;
}
.rekanan-icon img {
  display: block;
  width: 100%;
}
.rekanan-data {
  margin-left: 50px;
}
.rekanan-data h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
/* NEWS */
#news-list .container {
  padding-bottom: 30px;
}
.news-list {
  overflow: hidden;
}
.news-child {
  padding: 10px;
  background: #fafafa;
  margin: 10px 0;
  overflow: hidden;
}
.news-img {
  overflow: hidden;
  width: 50px;
  height: 50px;
  float: left;
}
.news-img img {
  display: block;
  height: 100%;
}
.news-content {
  margin-left: 60px;
}
.news-content a {
  color: #151515;
}
.news-content h2 {
  line-height: 1.2em;
  margin-bottom: 5px;
}
.news-content .news-date i {
  margin-right: 3px;
}
.news-content p {
  margin-bottom: 0;
}
.news-loadmore {
  display: block;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #52b78a;
  padding: 0 20px;
  line-height: 34px;
  color: #fff;
  font-size: 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.news-loadmore:hover {
  text-decoration: none;
  background: #e20808;
}
.news-button {
  text-align: center;
  padding-top: 10px;
  clear: both;
}
.news-button .news-loadmore {
  display: inline-block;
  float: none;
}
#news-detail .container {
  padding-bottom: 30px;
}
.nd-main {
  padding: 10px;
  background: #fafafa;
  margin-bottom: 20px;
}
.nd-main h2 {
  margin-bottom: 5px;
}
.nd-main .news-date i {
  margin-right: 3px;
}
.news-main-img {
  display: block;
  max-width: 100%;
  margin-bottom: 15px;
}
.nd-side {
  max-width: 360px;
}
.nd-side h2 {
  text-transform: uppercase;
  background: #ffdf00;
  padding: 10px;
  color: #151515;
}
.nds-child {
  padding: 10px;
  background: #fafafa;
  border-bottom: 1px solid #ebebeb;
}
.nds-child .img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.nds-child .img-wrap:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.nds-child .img-wrap img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.nds-child h3 {
  margin-bottom: 5px;
}
.nds-child h3 a {
  color: #151515;
}
.nds-child .news-date i {
  margin-right: 3px;
}
.meta-share {
  padding: 10px 0 20px;
}
.ms-share {
  display: block;
  list-style: none;
}
.ms-share li {
  display: inline-block;
  margin-right: 8px;
}
/* SERVICE */
.desktop-service {
  display: none;
}
.msc {
  margin: 25px auto 30px;
  max-width: 360px;
  text-align: center;
}
.msc-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  position: relative;
}
.msc-image img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
}
.msc-content h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
}
.gsc {
  margin: 15px 0;
}
.gsc-image {
  float: left;
  width: 50px;
  height: 50px;
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.gsc-image img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  max-width: 40px;
}
.gsc-content {
  margin-left: 65px;
}
.gsc-content h3 {
  padding: 10px 0 0;
  text-transform: uppercase;
}
/* TESTIMONIAL */
.testi-child {
  text-align: center;
  margin-bottom: 20px;
}
.testi-child.first-testi {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.testi-child h3 {
  margin-bottom: 5px;
  font-size: 1.28em;
}
.testi-child p {
  font-style: italic;
}
.quote-icon {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #b8b8b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  background-image: url(../images/icon/icon-quote.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px auto;
}
#add-testimonial {
  padding-bottom: 30px;
}
.add-testi-wrap {
  margin: 0 auto;
  max-width: 750px;
  background: #fafafa;
  padding: 15px;
}
/* PRODUCT */
.select-style {
  padding-right: 40px;
  border: 1px solid #b7b7b7;
  width: 100%;
  overflow: hidden;
  background: url(../images/icon/cselect.png) no-repeat right center #ffffff;
  background-size: auto 10px;
}
.select-style select {
  height: 34px;
  padding: 0 10px;
  width: calc(130% + 40px);
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-style select:focus {
  outline: none;
}
.select-style option {
  background: #fff;
  color: #555;
}
.price-update {
  padding-left: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  background-image: url(../images/icon/icon-refresh.png);
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.sort-form {
  padding: 10px 0;
}
.sort-form .form-group {
  margin: 10px 0;
}
.sort-form .form-button input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f11111;
  color: #fff;
  height: 30px;
  padding: 0 15px;
  border: none;
  font-size: 15px;
}
.sort-form .form-button input:hover {
  background: #151515;
  color: #fff;
}
/* ABOUT */
.al-child {
  text-align: center;
  margin-bottom: 30px;
}
.al-child .img-wrap {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}
.al-child .img-wrap img {
  display: block;
  width: 100%;
}
.al-child h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.al-pos {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 11px;
}
.disclaimer {
  font-size: 10px;
  font-style: italic;
  text-align: center;
  padding-bottom: 30px;
}
.disclaimer p {
  line-height: 2em;
}
/* LOGIN */
#login-popup {
  width: 260px;
  background: #fff;
}

#fancied-sertifikat {
  width: 200px;
}

.login-header {
  background: #ffdf00;
  text-align: center;
  padding: 15px;
  color: #151515;
}
.login-header h1 {
  font-size: 2em;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.login-header p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.login-form {
  padding: 15px;
}
.login-form .form-button input {
  margin-bottom: 10px;
}
.login-form .form-button a {
  color: #151515;
}
.login-form .form-button a:hover {
  color: #f11111;
}
.link-forgot {
  color: #343434;
  display: block;
  padding-top: 7px;
  font-size: .875em;
}
.fancybox-close {
  width: 40px!important;
  height: 40px!important;
  right: -20px !important;
  top: -20px !important;
  background-image: url(../images/icon/btn-close.png) !important;
  background-size: 100% 100%!important;
}
/* REGISTER */
.register-child {
  padding: 15px;
  background: #fafafa;
  margin-bottom: 20px;
}
.register-child h2 {
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.register-captcha {
  padding: 15px;
}
/* FAQ */
.faq-cols {
  padding-bottom: 30px;
}
.fc-sidebar {
  padding: 10px 15px;
  background: #ebebeb;
  margin-bottom: 30px;
}
.general_accor {
  text-align: left;
  margin-bottom: 15px;
}
.general_accor h3 {
  font-size: 1.28em;
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 10px;
  padding-right: 20px;
  cursor: pointer;
  line-height: 1.3em;
  background-image: url(../images/icon/icon-faq-plus.png);
  background-size: 10px auto;
  background-position: right 5px;
  background-repeat: no-repeat;
}
.general_accor h3:hover,
.general_accor h3.opened {
  color: #f11111;
}
.general_accor h3.opened {
  background-image: url(../images/icon/icon-faq-minus.png);
}
.ga_content {
  padding-top: 10px;
  display: none;
}
.fc-menu {
  list-style: none;
  font-size: 1.25em;
}
.fc-menu li {
  border-bottom: 1px solid #fff;
}
.fc-menu li.last {
  border-bottom: none;
}
.fc-menu a {
  color: #151515;
  line-height: 1.5em;
  padding: 5px 0;
  display: block;
}
.fc-menu a.active {
  color: #f11111;
}
.fc-menu a:hover {
  color: #f11111;
  text-decoration: none;
}
/* CLIENT AREA */
#client-page {
  padding-top: 30px;
}
.client-right {
  margin-bottom: 30px;
}
.client-right h1 {
  margin-top: 0;
}
.client-full {
  margin-bottom: 30px;
}
.client-full h1 {
  margin-top: 0;
}
.client-right h1,
.client-full h1,
.client-left h2 span,
.client-left h2 a {
  background-color: #ffdf00;
  color: #151515;
  padding: 10px 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.client-left h2 a {
  background-image: url(../images/icon/side-arrowdown.png);
  background-position: right center;
  background-size: auto 10px;
  background-repeat: no-repeat;
}
.client-left h2 a.opened {
  background-image: url(../images/icon/side-arrowflat.png);
}
.client-left {
  max-width: 360px;
}
.client-right-content,
.client-full-content,
.client-membership-child {
  background: #fafafa;
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}
.client-membership-child h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.client-membership-child h4 {
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.antam-idmember span {
  font-size: 1.125em;
}
.antam-idmember div {
  margin-bottom: 20px;
}
.antam-referral input {
  background: #fff;
  border: none;
  padding: 5px 10px;
  width: 100%;
}
.antam-membership-btn {
  padding: 20px 0 10px;
}
.antam-membership-btn a,
.asd a {
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}
.antam-membership-btn a:hover,
.asd a:hover {
  text-decoration: none;
}
.asd {
  padding-top: 8px;
}
.asd span {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5em;
}
.saldoemas-table {
  width: 100%;
}
.saldoemas-table td {
  font-size: 1.125em;
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
}
.saldoemas-table td.td2 {
  text-align: right;
}
.cl-child {
  margin-bottom: 20px;
}
.clc-content {
  background: #fafafa;
  display: block;
}
.clc-content.closed {
  display: none;
}
.client-sidemenu {
  list-style: none;
  font-size: 1.3em;
}
.client-sidemenu li {
  border-bottom: 1px solid #ebebeb;
}
.client-sidemenu li a {
  display: block;
  padding: 12px 12px 12px 50px;
  color: #444444;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px auto;
}
.client-sidemenu li:hover {
  background: #ebebeb;
}
.client-sidemenu li a:hover {
  color: #151515;
  text-decoration: none;
}
.client-right-bottom {
  padding-top: 30px;
}
.client-full-bottom {
  padding-top: 30px;
}
.clb-child {
  margin-bottom: 20px;
  background: #fafafa;
}
.clb1 img {
  display: block;
  width: 100%;
}
.clb-list {
  list-style: none;
  padding: 15px;
  line-height: 1.5em;
}
.clb-list li {
  padding: 5px 0;
  padding-left: 25px;
  background-position: left 7px;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.clb-list a {
  color: #444444;
}
.clb2 h3 {
  font-size: 1.3em;
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}
.pool-beli-form {
  position: relative;
}
.pool-beli-form .img-wrap {
  background: #fff;
  position: relative;
  width: 30%;
  max-width: 230px;
  margin-bottom: 30px;
}
.pool-beli-form .img-wrap:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.pool-beli-form .img-wrap img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 87.5%;
}
.deposit-table {
  width: 100%;
}
.deposit-table td {
  padding-left: 0;
  vertical-align: middle;
}
.tr-footer td {
  font-weight: bold;
  font-size: 1em;
}
.table-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.table-wrap input[disabled] {
  background: #efefef;
}
.penarikan-table {
  min-width: 500px;
}
.lokasi-toko {
  list-style: none;
}
.lokasi-toko label {
  padding: 3px 0 3px 25px!important;
}
.biaya-transfer {
  margin-bottom: 30px;
}
.biaya-transfer h2 {
  margin-bottom: 10px;
}
.black-table {
  min-width: 500px;
  width: 100%;
}
.black-table td {
  background: #fff;
  font-size: 0.9em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.date-range {
  background-image: url(../images/icon/strip-date.gif);
  background-size: auto 1px;
  background-position: center center;
  background-repeat: no-repeat;
}
.date-range .input-wrap {
  width: 45%;
}
.date-range .input-wrap input {
  padding-left: 32px;
  background-image: url(../images/icon/icon-calendar.png);
  background-size: 12px auto;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.iw1 {
  float: left;
}
.iw2 {
  float: right;
}
.td-top {
  padding: 10px 15px;
}
.td-bottom {
  padding: 0 15px 10px;
}
.td-child {
  padding: 5px 0;
  line-height: 1.3em;
}
.tdc1 {
  float: left;
  width: 80px;
}
.tdc2 {
  margin-left: 100px;
}
.filter-history {
  margin: 3px 0;
  float: left;
  width: 50%;
}
.filter-history label {
  padding-bottom: 0!important;
  font-size: 11px!important;
  line-height: 2em!important;
}
.send-to-email {
  display: inline-block;
  color: #151515;
  line-height: 2em;
  background-image: url(../images/icon/icon-mail.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px auto;
  padding-left: 30px;
  margin-left: 20px;
}
/* FORUM */
.forum-header {
  background: #151515;
  color: #ffdf00;
}
.forum-header .fh {
  float: left;
  line-height: 40px;
  padding: 0 10px;
  font-size: 1.14em;
  letter-spacing: 0.05em;
}
.fb-child .fb span {
  font-size: 1.14em;
}
.fb-child {
  background: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}
.fb-child .fb {
  float: left;
  line-height: 1.3em;
  padding: 8px 10px;
  font-size: 1em;
}
.fb-child .fb a {
  font-size: 1.14em;
  color: #444444;
  margin-bottom: 5px;
  display: block;
}
.fb-child .fb a:hover {
  color: #151515;
  text-decoration: none;
}
.fb-child .fb p {
  line-height: 1.3em;
  margin: 0;
}
.fb-child .fa {
  font-size: 1em!important;
}
.forum-index .fh2,
.forum-index .fh3,
.forum-index .fb2,
.forum-index .fb3 {
  display: none;
}
.forum-index .fh1,
.fb-child .fb1 {
  width: 80%;
}
.forum-index .fh4,
.fb-child .fb4 {
  width: 20%;
}
.forum-meta {
  padding: 15px 0;
}
.forum-meta .btn-green {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.14em;
}
.forum-meta .btn-green:hover {
  text-decoration: none;
}
.forum-navigation {
  padding-top: 15px;
}
.forum-navigation .cd-pagination {
  margin: 0;
}
.forum-navigation nav[role="navigation"] {
  text-align: left;
}
.topic-nav {
  padding-top: 5px;
}
.topic-nav a {
  display: block;
  float: left;
  padding: 3px 5px;
  font-size: 11px!important;
  background: #eee;
  margin-right: 5px;
}
.topic-nav a:hover {
  background: #ccc;
}
.forum-post {
  padding: 8px 10px;
}
.fp-left,
.fp-right {
  background: #fff;
}
.fp-left .img-wrap {
  overflow: hidden;
  width: 30px;
  height: 30px;
}
.fp-left .img-wrap img {
  display: block;
  width: 100%;
}
.fp-left {
  float: left;
  padding: 5px;
}
.fp-right {
  margin-left: 50px;
}
.fpl {
  display: none;
}
.fpr-top {
  padding: 8px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.fprt-right {
  font-size: 11px;
  line-height: 1.5em;
}
.fprt-left {
  margin-bottom: 5px;
}
.fpr-bottom {
  padding: 8px 10px;
}
.fpr-bottom .nuke-wysiwyg p,
.fpr-bottom .nuke-wysiwyg ul,
.fpr-bottom .nuke-wysiwyg ol {
  line-height: 1.5em!important;
}
.fpr-bottom-meta {
  text-align: right;
}
.reply-form {
  margin: 0;
  padding: 0;
}
@media (min-width: 360px) {
  .mnav-toggle.opened {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  .sidemenu-scroll .antam-logo {
    float: none;
    max-width: 170px;
  }
  /* LOGIN */
  #login-popup {
    width: 300px;
  }

  #fancied-sertifikat {
    width: 230px;
  }

}
@media (min-width: 540px) {
  /* CONTACT */
  .rekanan-list {
    overflow: hidden;
  }
  .rekanan-list li {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  /* PRODUCT */
  .sort-form .form-group.fg1 {
    width: 60%;
    float: left;
  }
  .sort-form .form-group.fg2 {
    width: 37%;
    float: right;
  }
  .select-style select {
    height: 40px;
  }
  .sort-form .form-button input {
    height: 42px;
    padding: 0 25px;
    font-size: 16px;
  }
  /* LOGIN */
  #login-popup {
    width: 450px;
  }

  #fancied-sertifikat {
    width: 260px;
  }

  .link-forgot {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 2px;
  }
  .login-form .form-button {
    text-align: center;
  }
  .login-form .form-button .submit-btn {
    display: inline-block;
  }
  /* GENERAL FORM */
  .general-form .form-group input {
    height: 42px;
  }
  /* CLIENT AREA */
  .clb-child {
    width: 48%;
  }
  .clb1 {
    float: left;
  }
  .clb2 {
    float: right;
  }
  .lokasi-toko li {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .td-top .transfer-detail {
    float: left;
    width: 50%;
  }
  .tdt2 {
    padding-left: 15px;
    border-left: 1px solid #e0e0e0;
  }
  /* FORUM */
  .forum-meta .btn-green {
    float: left;
  }
  .forum-navigation {
    float: right;
    padding-top: 0;
  }
  .fp-left .img-wrap {
    width: 50px;
    height: 50px;
  }
  .fp-right {
    margin-left: 70px;
  }
}
@media (min-width: 640px) {
  .pt-foot {
    overflow: hidden;
  }
  .ptf-left {
    float: left;
  }
  .ptf-right {
    float: right;
  }
  /* INDEX FOOTER */
  .if-info {
    overflow: hidden;
  }
  .if-info li {
    float: left;
    width: 33%;
  }
  .if-info .fa {
    margin-bottom: 20px;
  }
  /* TESTIMONIAL */
  .testi-list .testi-child {
    float: left;
    width: 50%;
    padding: 0 15px;
  }
  /* GENERAL FORM */
  .form-2cols .form-group {
    width: 48%;
  }
  .fg1 {
    float: left;
  }
  .fg2 {
    float: right;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    margin: 40px 0;
  }
  .section {
    margin: 40px 0;
  }
  .mid-bordered {
    margin-bottom: 30px;
  }
  .mid-bordered .block-yellow {
    padding: 15px 30px;
  }
  /* STANDARD TABBING */
  .stab-wrap a {
    padding: 12px 20px;
    font-size: 16px;
  }
  .stab-container {
    padding: 15px;
  }
  /* TABLE */
  table thead th {
    padding: 12px 20px;
    font-size: 1em;
  }
  table tbody td,
  table tbody th,
  table tfoot td {
    padding: 10px 20px;
  }
  table tbody td,
  table tbody th {
    font-size: 12px;
  }
  .wysiwyg-2col {
    overflow: hidden;
  }
  .wysiwyg-col {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  #body-content {
    padding-top: 70px;
  }
  .mnav-toggle {
    width: 70px;
    height: 70px;
  }
  .cd-nav-trigger {
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
  }
  .cd-nav-trigger .cd-icon {
    width: 36px;
    margin-left: -18px;
    margin-top: -10px;
  }
  .mnav-toggle .f-lb {
    font-size: 12px;
    top: 44px;
  }
  /* HEADER */
  header {
    height: 70px;
  }
  #logo {
    height: 70px;
    width: 210px;
    left: 70px;
  }
  #logo a {
    background-image: url(../images/antamgold-logo-2016.png);
  }
  #main-nav a {
    height: 70px;
  }
  #main-nav .fa {
    font-size: 24px;
    line-height: 70px;
    width: 70px;
  }
  #main-nav .cart-number {
    top: 12px;
    right: 12px;
    font-size: 13px;
    line-height: 20px;
    min-width: 20px;
  }
  .nav-text {
    display: inline-block;
    line-height: 70px;
    padding-left: 20px;
  }
  .search-form {
    right: 0;
    width: 500px;
    height: 70px;
  }
  .search-form.opened {
    top: 70px;
  }
  .search-form input.clearme {
    height: 70px;
    font-size: 16px;
    padding: 0 70px 0 25px;
  }
  .search-form .submit-btn {
    width: 70px;
    height: 70px;
  }
  /* INDEX */
  .why-antam {
    overflow: hidden;
  }
  .wa-child {
    float: left;
    width: 50%;
    max-width: 100%;
    padding: 0 15px;
  }
  .gf1,
  .gf2 {
    float: left;
    width: 50%;
  }
  .gf1 {
    padding-right: 20px;
  }
  .gf3 {
    clear: both;
  }
  #index-newsletter small {
    font-size: 12px;
  }
  .newsletter-form {
    max-width: 626px;
  }
  .newsletter-form input.clearme {
    width: 400px;
    padding-left: 52px;
    padding-right: 180px;
    height: 48px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    background-position: 20px center;
    background-size: 20px auto;
  }
  .newsletter-form input.submit-btn {
    height: 48px;
    width: 160px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  /* INDEX FOOTER */
  #index-footer {
    margin-bottom: 70px;
  }
  .if-social-wrap {
    margin-top: 20px;
  }
  .if-social {
    padding: 0 25px;
  }
  .if-social li {
    margin: 0 20px;
  }
  .if-social img {
    height: 45px;
  }
  /* FOOTER BADGE */
  .store-badge {
    max-width: 780px;
  }
  .store-badge li {
    width: 25%;
  }
  /* FOOTER */
  #footer-top {
    padding-top: 40px;
  }
  .ft-child {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .footer-payment {
    padding: 15px 0;
  }
  /* SIDEMENU */
  .mnav-toggle.opened {
    -webkit-transform: translateX(340px);
    -moz-transform: translateX(340px);
    transform: translateX(340px);
  }
  .sidemenu {
    width: 340px;
    -webkit-transform: translateX(-340px);
    -moz-transform: translateX(-340px);
    transform: translateX(-340px);
  }
  .sidemenu-scroll {
    width: 360px;
    padding: 20px 70px 20px 50px;
  }
  .side-nav {
    font-size: 16px;
    width: 240px;
  }
  .side-nav li a {
    line-height: 56px;
  }
  .side-nav li a:hover {
    padding: 0 20px;
  }
  /* STATIC BANNER */
  .static-banner img {
    margin: 0;
  }
  .banner-text {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #151515;
    padding-right: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .dark-banner .banner-text {
    color: #fff;
  }
  .dark-banner .banner-title {
    border-bottom: 1px solid #fff;
  }
  .banner-text p {
    font-size: 11px;
    line-height: 1.5em;
  }
  /* BREADCRUMBS */
  .breadcrumbs {
    display: block;
  }
  /* CONTACT */
  .flexible-map {
    padding-bottom: 300px;
  }
  .flexible-map iframe,
  .flexible-map object,
  .flexible-map embed {
    height: 300px;
  }
  .contact-left {
    float: left;
    width: 40%;
  }
  .contact-right {
    float: right;
    width: 57%;
  }
  .clt-list li {
    padding-left: 25px;
  }
  /* NEWS */
  .news-child,
  .nd-main,
  .nds-child {
    padding: 15px;
  }
  .news-img {
    width: 100px;
    height: 100px;
  }
  .news-content {
    margin-left: 115px;
  }
  .news-loadmore {
    font-size: 18px;
    padding: 0 30px;
    line-height: 40px;
  }
  .nd-side h2 {
    padding: 10px 15px;
  }
  /* SERVICE */
  .mobile-service {
    display: none;
  }
  .desktop-service {
    display: block;
  }
  .general-service {
    overflow: hidden;
  }
  .gsc {
    float: left;
    width: 50%;
  }
  .gsc-content {
    padding-right: 20px;
  }
  .gsc-content h3 {
    font-size: 16px;
  }
  .gsc-content p {
    font-size: 12px;
  }
  .ds-tab {
    font-size: 0;
    padding: 20px 0;
    max-width: 960px;
    margin: 0 auto;
    background-image: url(../images/dgray-dot.gif);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: center center;
  }
  .ds-tab a {
    display: inline-block;
    width: 18.25%;
    margin: 0 4.5%;
    padding: 0;
    position: relative;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
  }
  .ds-tab a:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .ds-tab a.first {
    margin-left: 0;
  }
  .ds-tab a.last {
    margin-right: 0;
  }
  .ds-tab a:hover {
    border: 1px solid #151515;
    background: #fff;
  }
  .ds-tab a.active {
    background: #ffdf00;
    border: 3px solid #151515;
    transform: scale(1.1, 1.1);
  }
  .ds-tab-icon {
    position: absolute;
    width: 80%;
    height: 80%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 10px;
    color: #151515;
  }
  .ds-tab-icon img {
    display: block;
    width: 80%;
    margin: 0 auto 3px;
  }
  .ds-tab-name {
    font-size: 11px;
  }
  .dst-content-container {
    background: none;
  }
  .dst-content {
    text-align: center;
    padding: 30px 20px;
    max-width: 760px;
    margin: 0 auto;
  }
  .dst-content h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* TESTIMONIAL */
  .add-testi-wrap {
    padding: 15px 20px;
  }
  /* PRODUCT */
  .sort-form {
    overflow: hidden;
  }
  .sort-form .form-group.fg1 {
    width: 30%;
    max-width: 360px;
    float: left;
    margin-right: 20px;
  }
  .sort-form .form-group.fg2 {
    width: 25%;
    max-width: 260px;
    float: left;
    margin-right: 20px;
  }
  .sort-form .form-button {
    float: left;
    margin: 10px 0;
  }
  /* ABOUT */
  .al-child {
    float: left;
    width: 50%;
    padding: 0 25px;
  }
  .al-child .img-wrap {
    width: 150px;
    height: 150px;
  }
  .al-child p {
    font-size: 13px;
  }
  /* LOGIN */
  .fancybox-close {
    width: 54px!important;
    height: 54px!important;
    right: -27px !important;
    top: -27px !important;
  }
  #login-popup {
    width: 600px;
  }

  #fancied-sertifikat {
    width: 310px;
  }

  .login-header {
    padding: 30px 0;
  }
  .login-header p {
    width: 74%;
    max-width: 556px;
    margin: 0 auto;
  }
  .login-form {
    width: 74%;
    max-width: 556px;
    margin: 0 auto;
    padding: 30px 0;
  }
  /* GENERAL FORM */
  .fg-2cols {
    width: 48%;
    margin-bottom: 0;
  }
  .fg2c-1 {
    float: left;
  }
  .fg2c-2 {
    float: right;
  }
  /* REGISTER */
  .register-child {
    padding: 15px 20px 0 15px;
    margin-bottom: 40px;
  }
  .register-captcha {
    padding: 15px 20px;
  }
  /* FAQ */
  .faq-cols {
    overflow: hidden;
  }
  .fc-sidebar {
    float: left;
    width: 200px;
  }
  .fc-menu {
    font-size: 1.14em;
  }
  .fc-menu a {
    padding: 10px 0;
  }
  .fc-main {
    margin-left: 10px;
  }
  .general_accor h3 {
    font-size: 1.14em;
  }
  /* POOL BUY */
  .pool-beli-form .img-wrap {
    position: absolute;
    right: 0;
    top: 0;
  }
  .table-wrap {
    overflow: visible;
  }
  .tdc1 {
    width: 100px;
  }
  .tdc2 {
    margin-left: 120px;
  }
  .btn-onside .form-group,
  .btn-onside .form-button {
    float: left;
  }
  .btn-onside .form-group {
    margin-right: 15px;
  }
  .btn-onside .form-button {
    padding-top: 23px;
  }
  .filter-history {
    width: 33.33%;
  }
  /* FORUM */
  .forum-header .fh {
    line-height: 50px;
  }
  .forum-index .fh,
  .fb-child .fb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .forum-index .fh2,
  .fb-child .fb2 {
    display: block;
  }
  .forum-index .fh1,
  .forum-index .fh2,
  .fb-child .fb1,
  .fb-child .fb2 {
    width: 45%;
  }
  .forum-index .fh4,
  .fb-child .fb4 {
    width: 10%;
  }
  .fb-child {
    font-size: 12px;
  }
  .forum-post {
    padding: 15px;
  }
  .fp-left {
    padding: 10px;
  }
  .fp-left .img-wrap {
    width: 100px;
    height: 100px;
  }
  .fp-right {
    margin-left: 135px;
  }
  .fpr-top,
  .fpr-bottom {
    padding: 10px 15px;
  }
  .fpr-top {
    overflow: hidden;
  }
  .fprt-left {
    float: left;
    font-size: 14px;
  }
  .fprt-right {
    float: right;
    text-align: right;
  }
  .fpl {
    display: block;
    padding-top: 10px;
    line-height: 1.3em;
  }
  .fpl span {
    display: block;
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  h1 {
    margin: 50px 0;
  }
  .btn-ghost {
    font-size: 16px;
  }
  /* INDEX */
  .it-right-wrap {
    float: right;
    width: 40%;
  }
  .it-left-wrap {
    float: left;
    width: 60%;
  }
  .price-tab a {
    width: 50%;
  }
  .owl-product {
    margin-bottom: 60px;
  }
  .owl-news .item .img-wrap {
    float: left;
    width: 220px;
  }
  .on-content {
    margin-left: 240px;
  }
  .on-content h3 {
    font-size: 18px;
  }
  .on-content p {
    font-size: 14px;
  }
  .owl-news.owl-theme .owl-controls {
    margin-top: 20px;
  }
  .bottom-ads {
    overflow: hidden;
  }
  .ba-child {
    float: left;
    width: 33.33%;
    max-width: 33.33%;
  }
  #index-newsletter {
    padding: 50px 0;
  }
  .newsletter-form input.clearme {
    height: 56px;
  }
  .newsletter-form input.submit-btn {
    height: 56px;
  }
  /* SINGLE PAGE */
  .single-page h1 {
    font-size: 1.75em;
    margin: 40px 0;
  }
  .single-page .mid-bordered .block-yellow {
    min-width: 400px;
    text-align: center;
  }
  /* FOOTER */
  .ft-child {
    width: 16.66%;
  }
  .ft-child li {
    margin: 15px 0;
  }
  /* BREADCRUMBS */
  .bc li {
    line-height: 40px;
    font-size: 14px;
  }
  /* STATIC BANNER */
  .banner-title {
    font-size: 30px;
  }
  .banner-text p {
    font-size: 13px;
  }
  /* CONTACT */
  .rekanan-list li {
    width: 33.33%;
  }
  .contact-form,
  .cl-top,
  .cl-bottom {
    padding: 20px;
  }
  .rekanan-icon {
    width: 50px;
    height: 50px;
  }
  .rekanan-data {
    margin-left: 60px;
  }
  .cl-top h2 {
    font-size: 18px;
  }
  .clt-list li {
    margin-bottom: 20px;
  }
  /* GENERAL FORM */
  .general-form .form-group label {
    font-size: 18px;
  }
  .general-form .form-group input {
    height: 45px;
    padding: 0 15px;
    font-size: 1em;
  }
  .general-form .form-group textarea {
    padding: 10px 15px;
    font-size: 1em;
    height: 120px;
  }
  .general-form .form-button input {
    font-size: 21px;
    height: 48px;
    padding: 0 35px;
  }
  /* NEWS */
  .news-child {
    padding: 20px;
    margin: 20px 0;
  }
  .news1,
  .news2 {
    width: 48.6%;
  }
  .news1 {
    float: left;
  }
  .news2 {
    float: right;
  }
  .news-loadmore {
    font-size: 21px;
    line-height: 50px;
    padding: 0 40px;
  }
  .category-news .news-child {
    float: left;
    width: 48.6%;
    margin: 0 0 20px;
    margin-right: 2.8%;
  }
  .category-news .news-child:nth-child(odd) {
    margin-right: 0;
  }
  .news-button {
    padding-top: 20px;
  }
  .nd-side {
    float: left;
    width: 31.6%;
  }
  .nd-main {
    float: right;
    width: 65.8%;
  }
  /* SERVICE */
  .gsc-image {
    width: 68px;
    height: 68px;
  }
  .gsc-content {
    margin-left: 85px;
    padding-right: 30px;
  }
  .ds-tab-icon {
    padding-top: 20px;
  }
  .ds-tab-name {
    font-size: 12px;
  }
  /* TESTIMONIAL */
  .testi-child {
    margin-bottom: 30px;
  }
  .testi-child h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .testi-child p {
    line-height: 1.5em;
  }
  .testi-list .testi-child {
    width: 33.33%;
  }
  .quote-icon {
    margin-bottom: 30px;
  }
  .add-testi-wrap {
    padding: 30px;
  }
  /* PRODUCT */
  .price-update {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .select-style select {
    font-size: 14px;
  }
  /* ABOUT */
  .al-child {
    padding: 0 35px;
  }
  .al-child .img-wrap {
    width: 160px;
    height: 160px;
    margin-bottom: 15px;
  }
  .al-child h3 {
    font-size: 18px;
  }
  .al-child p {
    font-size: 14px;
  }
  .al-pos {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .disclaimer {
    font-size: 11px;
  }
  /* LOGIN */
  #login-popup {
    width: 750px;
  }

  #fancied-sertifikat {
    width: 350px;
  }

  .login-header {
    padding: 35px 0;
  }
  .login-form .form-button {
    padding-top: 20px;
  }
  /* FAQ */
  .general_accor h3 {
    font-size: 1.28em;
  }
  /* CLIENT AREA */
  .client-left {
    float: left;
    width: 31.57%;
  }
  .client-right {
    float: right;
    width: 65.78%;
  }
  .client-right h1 {
    margin: 0;
  }
  .client-full {
    float: none;
    width: 100%;
  }
  .client-full h1 {
    margin: 0;
  }
  .client-sidemenu {
    font-size: 1.14em;
  }
  .client-right h1,
  .client-full h1.
  .client-left h2 span,
  .client-left h2 a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    font-size: 18px;
  }
  .pool-beli-form .form-group {
    width: 66%;
  }
  .lokasi-toko li {
    width: 33.33%;
    margin: 5px 0;
  }
  .date-range .input-wrap input {
    padding-left: 32px;
  }
  .td-top {
    padding: 15px 20px;
  }
  .td-bottom {
    padding: 0 20px 15px;
  }
  .btn-onside .form-button {
    padding-top: 25px;
  }
  .btn-onside .form-button input {
    font-size: 18px;
  }
  .filter-history {
    width: 25%;
  }
  /* FORUM */
  .forum-index .fh {
    line-height: 40px;
  }
  .forum-index .fh,
  .fb-child .fb {
    padding: 15px 20px;
  }
  .forum-index .fh3,
  .fb-child .fb3 {
    display: block;
  }
  .forum-index .fh1,
  .forum-index .fh2,
  .fb-child .fb1,
  .fb-child .fb2 {
    width: 40%;
  }
  .forum-index .fh4,
  .forum-index .fh3,
  .fb-child .fb4,
  .fb-child .fb3 {
    width: 10%;
  }
  .fb-child {
    font-size: 12px;
  }
  .forum-post {
    padding: 20px;
  }
  .fp-left {
    padding: 15px;
  }
  .fp-left .img-wrap {
    width: 120px;
    height: 120px;
  }
  .fp-right {
    margin-left: 170px;
  }
  .fpr-top,
  .fpr-bottom {
    padding: 15px 20px;
  }
  .fpl {
    padding-top: 15px;
  }
  .fpl span {
    font-size: 12px;
  }
  .fprt-left {
    font-size: 16px;
  }
  .fprt-right {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  h1 {
    margin: 60px 0;
  }
  .mid-bordered .block-yellow {
    padding: 18px 40px;
  }
  .btn-ghost {
    padding: 13px 33px;
  }
  .nuke-wysiwyg.smaller {
    font-size: 14px;
  }
  /* STANDARD TABBING */
  .stab-container {
    padding: 15px 20px;
  }
  /* INDEX */
  .wa-child {
    width: 25%;
  }
  .owl-product .item h2 {
    font-size: 1em;
  }
  .owl-product .item .img-wrap {
    margin-bottom: 20px;
  }
  .graph-setting {
    padding: 15px 20px 20px;
  }
  .gf {
    float: left;
    width: 33.33%;
    clear: none;
  }
  #index-newsletter {
    padding: 60px 0;
  }
  #index-newsletter small {
    font-size: 14px;
  }
  /* INDEX FOOTER */
  .if-info .fa {
    margin-bottom: 30px;
  }
  .if-social-wrap {
    margin-top: 30px;
  }
  /* FOOTER */
  .ft-child li {
    margin: 20px 0;
    font-size: .75em;
  }
  /* CONTACT */
  .flexible-map {
    padding-bottom: 330px;
  }
  .flexible-map iframe,
  .flexible-map object,
  .flexible-map embed {
    height: 330px;
  }
  .contact-form,
  .cl-top,
  .cl-bottom {
    padding: 20px 30px;
  }
  .cl-top h2 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .clt-list li {
    margin-bottom: 30px;
    padding-left: 40px;
    background-size: 20px auto;
  }
  .clb-social li {
    margin: 20px 0;
  }
  .rekanan-icon {
    width: 65px;
    height: 65px;
  }
  .rekanan-data {
    margin-left: 95px;
  }
  .rekanan-data h3 {
    margin-bottom: 10px;
  }
  .rekanan-data p {
    font-size: 14px;
  }
  /* STATIC BANNER */
  .banner-text {
    max-width: 510px;
  }
  .banner-title {
    font-size: 40px;
  }
  .banner-text p {
    font-size: 14px;
  }
  /* GENERAL FORM */
  .general-form .form-group input {
    height: 50px;
    padding: 0 20px;
  }
  .general-form .form-group textarea {
    padding: 15px 20px;
    height: 150px;
  }
  .general-form .form-group input.captcha-input {
    padding-left: 40px;
    background-position: 20px center;
  }
  .general-form .form-button {
    padding-bottom: 10px;
  }
  .general-form .form-button input {
    font-size: 24px;
    height: 54px;
    padding: 0 55px;
  }
  /* NEWS */
  #news-list .container {
    padding-bottom: 50px;
  }
  .news-img {
    width: 170px;
    height: 170px;
  }
  .news-content {
    margin-left: 190px;
  }
  .news-content h2 {
    font-size: 18px;
  }
  .news-content p {
    font-size: 14px;
  }
  .news-content .news-date {
    font-size: 12px;
  }
  .news-loadmore {
    font-size: 24px;
  }
  .nd-main {
    padding: 20px 30px;
  }
  .nds-child {
    padding: 20px;
  }
  .nd-side h2 {
    padding: 15px 20px;
  }
  .nd-main h2 {
    font-size: 24px;
  }
  .nd-main .nuke-wysiwyg {
    font-size: 14px;
  }
  /* SERVICE */
  .gsc-content {
    margin-left: 95px;
  }
  .gsc-content h3 {
    font-size: 18px;
  }
  .gsc-content p {
    font-size: 14px;
  }
  .dst-content h2 {
    font-size: 24px;
  }
  .ds-tab-icon {
    padding-top: 25px;
  }
  .ds-tab-icon img {
    width: 60%;
  }
  .ds-tab-name {
    font-size: 14px;
  }
  /* HOW TO BUY */
  #howtobuy-page .wa-child p {
    font-size: 14px;
  }
  /* PRODUCT */
  .select-style select {
    height: 50px;
    font-size: 16px;
  }
  .sort-form .form-button input {
    height: 50px;
    font-size: 21px;
    padding: 0 30px;
  }
  /* FAQ */
  .fc-sidebar {
    width: 240px;
  }
  .fc-main {
    margin-left: 10px;
  }
  /* CLIENT AREA */
  .antam-idmember {
    overflow: hidden;
  }
  .antam-id,
  .antam-membership {
    float: left;
    width: 50%;
  }
  .antam-id {
    border-right: 1px solid #dbdbdb;
  }
  .antam-membership {
    padding-left: 28px;
  }
  .client-right-content,
  .client-full-content,
  .client-membership-child {
    padding: 20px 30px;
  }
  .client-right h1,
  .client-full h1,
  .client-left h2 span,
  .client-left h2 a {
    line-height: 60px;
    font-size: 21px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .client-membership-child h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .antam-referral input {
    padding: 0 20px;
    height: 36px;
  }
  .antam-idmember div {
    margin-bottom: 30px;
  }
  .antam-membership-btn a,
  .asd a {
    font-size: 14px;
    padding: 12px 25px;
    margin-right: 10px;
  }
  .client-sidemenu li a {
    padding-left: 90px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-position: 30px center;
    background-size: 30px auto;
  }
  .date-range .input-wrap input {
    padding-left: 40px;
    background-size: 16px auto;
    background-position: 15px center;
  }
  .td-top {
    padding: 20px 30px;
  }
  .td-bottom {
    padding: 0 30px 20px;
  }
  .tdt2 {
    padding-left: 30px;
  }
  .btn-onside .form-group {
    margin-right: 20px;
  }
  .btn-onside .form-button input {
    font-size: 21px;
    height: 52px;
    padding: 0 40px;
  }
  /* FORUM */
  .forum-header .fh,
  .fb-child .fb {
    padding-left: 30px;
    padding-right: 30px;
  }
  .forum-header .fh {
    font-size: 21px;
  }
  .fb-child .fb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fb-child {
    font-size: 14px;
  }
  .forum-meta {
    padding: 25px 0;
  }
  .forum-meta .btn-green {
    padding: 15px 30px;
  }
  .topic-nav {
    padding-top: 10px;
  }
  .forum-post {
    padding: 20px 30px;
  }
  .fp-left {
    padding: 20px;
  }
  .fp-left .img-wrap {
    width: 150px;
    height: 150px;
  }
  .fp-right {
    margin-left: 210px;
  }
  .fpr-top,
  .fpr-bottom {
    padding: 20px 25px;
  }
  .fpl {
    padding-top: 15px;
  }
  .fpl span {
    font-size: 12px;
  }
  .fprt-left {
    font-size: 18px;
  }
  .fprt-right {
    font-size: 14px;
  }

}

/* untuk box author info , by rian 2014-04-04 */
.authorsure-author-link {float:left; padding-right: 10px;}

.authorsure-author-box {background-color:#f5f5f5;overflow:hidden;margin:10px 0px 10px 0px;padding:10px;border:1px solid #DDD}
.authorsure-author-box h4{font-weight:bold;padding:0;margin:0;clear:none}
.authorsure-author-box h4 a{text-decoration:none;padding:0;margin:0}
.authorsure-author-box p{margin:0;padding-bottom:10px; margin-top:10px;text-align:justify;font-size:12px;}

.authorsure-author-box ul.single-line {display:inline;margin:0 0 10px 0}
.authorsure-author-box ul.single-line li{display:inline;margin:0;padding:3px}

.quote{border: 1px solid #5D5C5A; background-color: #EEE; padding: 5px;}
.quoteinfo{font-weight: bold;}
.lastedited{float: left;}
.errmsg{font-size:12px;color:#f00;}

/* untuk tanggal pada form pendaftaran redesing by rian 2016-01-18 */
.select-style-2 {
  padding-right: 40px;
  margin-bottom: 20px;
  float: left;
  margin-right: 3px;
  border: 1px solid #b7b7b7;
  width: 32%;
  overflow: hidden;
  background: url(../images/icon/cselect.png) no-repeat right center #ffffff;
  background-size: auto 10px;
}
.select-style-2 select {
  height: 40px;
  padding: 0 10px;
  width: calc(130% + 40px);
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-style-2 select:focus {
  outline: none;
}
.select-style-2 option {
  background: #fff;
  color: #555;
}

.registration-terms {
  text-align: left;
  width: auto;
  height: 250px;
  border: 1px solid #000;
  padding: 10px;
  font-family: 'times new roman';
  font-size: 12px;
  line-height: 16px;
  line-height: 25px;
  overflow: scroll;
}

/* rrcp */
.kliktable {width: 100%;}
.kliktable thead tr th{border: 1px solid #ccc; padding: 5px;}
.kliktable tbody tr td{border: 1px solid #ccc; padding: 5px;}
.kliktable td{background: #fff;}
.noborder{border: 0 none; width: 100%; background-color: #000;}
.noborder tr th{border: 0 none; padding: 5px;}
.noborder tr td{border: 0 none; padding: 5px; background: #fff;}
.noline{border: 0 none; width: 100%;}
.noline tr th{border: 0 none; padding: 5px;}
.noline tr td{border: 0 none; padding: 5px;}
.transferfeetable {width: 100%;}
.transferfeetable thead tr td{border: 0 none; padding: 5px; background-color: #fafafa;}
.transferfeetable tr th{border: 0 none; color: #FD0; background-color: #000; font-size: 0.9em; padding-top: 15px; padding-bottom: 15px;}
.transferfeetable tr td{background: #fff; font-size: 0.9em; padding-top: 15px; padding-bottom: 15px;}
.transferfeetable td{background: #fff;}
.thumb_jual_beli{border: 2px solid #E7B60B;float: right;max-height: 120px;max-width: 170px;padding: 2px;}
.bbcode-btn {text-align:left;}
.bbcode-btn input[type="button"]{width: auto; background-color: rgb(238, 238, 238); cursor: pointer;}

.tblprice {
  min-width: 250px;
  width: 100%;
}
.tblprice td {
  background: #fff;
  font-size: 0.9em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tblprice .odd td{
	background: #F6F3EA;
}
.tblprice .gold td{
	background: #ffdf00;
}
.nuke-wysiwyg ol, .nuke-wysiwyg ul {line-height:18px; font-size:12px; margin-bottom:10px; padding-left:30px;}
