/* 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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-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;
}
p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
.no-style {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  margin-bottom: 10px;
}
h1 {
  font-size: 1.875em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.28em;
}
h4 {
  font-size: 1.14em;
}
h5,
h6 {
  font-size: 1em;
}
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;
}
/* NUKE WYSIWYG */
.nuke-wysiwyg {
  line-height: 1.5em;
  margin: 0 auto;
  margin-bottom: 15px;
}
.nuke-wysiwyg p,
.nuke-wysiwyg ol,
.nuke-wysiwyg ul {
  margin-bottom: 15px!important;
}
.nuke-wysiwyg ul {
  list-style: disc;
  padding-left: 15px;
}
.nuke-wysiwyg ol {
  list-style: decimal;
  padding-left: 22px;
}
.nuke-wysiwyg ul,
.nuke-wysiwyg ol {
  line-height: 1.5em;
}
.nuke-wysiwyg li {
  margin-bottom: 5px;
}
.nuke-wysiwyg img {
  max-width: 100%;
  margin-bottom: 15px;
}
.nuke-wysiwyg a:hover {
  text-decoration: underline;
}
.nuke-wysiwyg h3 {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  /* NUKE WYSIWYG */
  .nuke-wysiwyg p,
  .nuke-wysiwyg ol,
  .nuke-wysiwyg ul,
  .nuke-wysiwyg img,
  img[align="left"],
  img[style*="float: left"],
  img[style*="float:left"],
  img[align="right"],
  img[style*="float: right"],
  img[style*="float:right"] {
    margin-bottom: 20px!important;
  }
  p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  /* NUKE WYSIWYG */
  .nuke-wysiwyg p,
  .nuke-wysiwyg ol,
  .nuke-wysiwyg ul,
  .nuke-wysiwyg img,
  img[align="left"],
  img[style*="float: left"],
  img[style*="float:left"],
  img[align="right"],
  img[style*="float: right"],
  img[style*="float:right"] {
    margin-bottom: 30px!important;
  }
  h1,
  h2 {
    margin-bottom: 20px;
  }
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
  }
  p {
    margin-bottom: 30px;
  }
}
/* 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;
}
.noradius {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.radius3px {
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
}
.radius5px {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.radius50 {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
.standardEffect {
  opacity: 0;
  visibility: hidden;
}
.standardEffect_active {
  opacity: 1;
  visibility: visible;
}
.verticalCenter {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horisontalCenter {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.totalCenter {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.resetAlign {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.zoom110 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zoom120 {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/* >> 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;
}
/* OTHERS */
.submit-btn {
  cursor: pointer;
}
.hideme {
  display: none;
}
small {
  font-size: 11px;
}
/* BUTTONS */
.btn {
  display: inline-block;
  padding: 0 10px;
  border: none;
  height: 40px;
  line-height: 40px;
}
.btn-full {
  width: 100%;
}
.btn-small {
  min-width: 160px;
  text-align: center;
}
.btn-30 {
  height: auto!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  line-height: 1em!important;
}
/* FORMS */
.general-form label {
  display: block;
  padding-bottom: 5px;
}
.general-form .input-wrap input[type="text"],
.general-form .input-wrap input[type="password"],
.general-form .input-wrap input[type="number"],
.general-form .input-wrap textarea {
  border: none;
  padding: 0 10px;
  height: 30px;
  background: #fff;
  width: 100%;
}
.general-form .input-wrap textarea {
  height: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  resize: none;
  line-height: 1.3em;
}
.general-form select {
  width: 100%;
}
/* SHOW & HIDE */
.f-320-hide {
  display: none!important;
}
.f-320-show {
  display: block!important;
}
.f-320-showtable {
  display: table-cell !important;
}
@media (min-width: 768px) {
  small {
    font-size: 12px;
  }
  /* BUTTONS */
  .btn {
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
  }
  /* FORMS */
  .general-form .input-wrap input[type="text"],
  .general-form .input-wrap input[type="password"],
  .general-form .input-wrap input[type="number"],
  .general-form .input-wrap textarea {
    height: 36px;
  }
  .general-form .input-wrap textarea {
    height: 120px;
  }
  /* SHOW & HIDE */
  .f-768-hide {
    display: none!important;
  }
  .f-768-show {
    display: block!important;
  }
  .f-768-showtable {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  /* BUTTONS */
  .btn {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
  /* SHOW & HIDE */
  .f-992-hide {
    display: none!important;
  }
  .f-992-show {
    display: block!important;
  }
  .f-992-showtable {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* BUTTONS */
  .btn {
    padding: 0 25px;
  }
  /* FORMS */
  .general-form .input-wrap input[type="text"],
  .general-form .input-wrap input[type="password"],
  .general-form .input-wrap input[type="number"],
  .general-form .input-wrap textarea {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* GRID SYSTEM */
.main-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 100%;
}
.row {
  margin: 0 -10px;
  overflow: hidden;
  padding: 10px 0;
}
.no-padding {
  padding: 0!important;
}
.grid-child {
  padding: 0 10px;
  float: left;
  margin: 10px 0;
  position: relative;
}
.no-margin {
  margin: 0!important;
}
.f-320-1 {
  width: 100%;
}
.f-320-2 {
  width: 50%;
}
.f-320-3 {
  width: 33.33%;
}
.f-320-4 {
  width: 25%;
}
.f-320-5 {
  width: 20%;
}
.f-320-6 {
  width: 16.66%;
}
.f-320-12 {
  width: 8.33%;
}
.f-320-2per3 {
  width: 66.67%;
}
.f-320-3per4 {
  width: 75%;
}
.f-320-2per5 {
  width: 40%;
}
.f-320-3per5 {
  width: 60%;
}
.f-320-4per5 {
  width: 80%;
}
.f-320-5per6 {
  width: 83.34%;
}
.f-320-5per12 {
  width: 41.65%;
}
.f-320-7per12 {
  width: 58.31%;
}
.f-320-11per12 {
  width: 91.63%;
}
.f-320-push-2 {
  left: 50%!important;
}
.f-320-push-3 {
  left: 33.33%!important;
}
.f-320-push-4 {
  left: 25%!important;
}
.f-320-push-5 {
  left: 20%!important;
}
.f-320-push-6 {
  left: 16.66%!important;
}
.f-320-push-12 {
  left: 8.33%!important;
}
.f-320-push-2per3 {
  left: 66.67%!important;
}
.f-320-push-3per4 {
  left: 75%!important;
}
.f-320-push-2per5 {
  left: 40%!important;
}
.f-320-push-3per5 {
  left: 60%!important;
}
.f-320-push-4per5 {
  left: 80%!important;
}
.f-320-push-5per6 {
  left: 83.34%!important;
}
.f-320-push-5per12 {
  left: 41.65%!important;
}
.f-320-push-7per12 {
  left: 58.31%!important;
}
.f-320-push-11per12 {
  left: 91.63%!important;
}
.f-320-pull-2 {
  right: 50%!important;
}
.f-320-pull-3 {
  right: 33.33%!important;
}
.f-320-pull-4 {
  right: 25%!important;
}
.f-320-pull-5 {
  right: 20%!important;
}
.f-320-pull-6 {
  right: 16.66%!important;
}
.f-320-pull-12 {
  right: 8.33%!important;
}
.f-320-pull-2per3 {
  right: 66.67%!important;
}
.f-320-pull-3per4 {
  right: 75%!important;
}
.f-320-pull-2per5 {
  right: 40%!important;
}
.f-320-pull-3per5 {
  right: 60%!important;
}
.f-320-pull-4per5 {
  right: 80%!important;
}
.f-320-pull-5per6 {
  right: 83.34%!important;
}
.f-320-no-push {
  left: 0!important;
}
.f-320-no-pull {
  right: 0!important;
}
@media (min-width: 540px) {
  /* GRID SYSTEM */
  .f-540-1 {
    width: 100%;
  }
  .f-540-2 {
    width: 50%;
  }
  .f-540-3 {
    width: 33.33%;
  }
  .f-540-4 {
    width: 25%;
  }
  .f-540-5 {
    width: 20%;
  }
  .f-540-6 {
    width: 16.66%;
  }
  .f-540-12 {
    width: 8.33%;
  }
  .f-540-2per3 {
    width: 66.67%;
  }
  .f-540-3per4 {
    width: 75%;
  }
  .f-540-2per5 {
    width: 40%;
  }
  .f-540-3per5 {
    width: 60%;
  }
  .f-540-4per5 {
    width: 80%;
  }
  .f-540-5per6 {
    width: 83.34%;
  }
  .f-540-5per12 {
    width: 41.65%;
  }
  .f-540-7per12 {
    width: 58.31%;
  }
  .f-540-11per12 {
    width: 91.63%;
  }
  .f-540-push-2 {
    left: 50%!important;
  }
  .f-540-push-3 {
    left: 33.33%!important;
  }
  .f-540-push-4 {
    left: 25%!important;
  }
  .f-540-push-5 {
    left: 20%!important;
  }
  .f-540-push-6 {
    left: 16.66%!important;
  }
  .f-540-push-2per3 {
    left: 66.67%!important;
  }
  .f-540-push-3per4 {
    left: 75%!important;
  }
  .f-540-push-2per5 {
    left: 40%!important;
  }
  .f-540-push-3per5 {
    left: 60%!important;
  }
  .f-540-push-4per5 {
    left: 80%!important;
  }
  .f-540-push-5per6 {
    left: 83.34%!important;
  }
  .f-540-push-5per12 {
    left: 41.65%!important;
  }
  .f-540-push-7per12 {
    left: 58.31%!important;
  }
  .f-540-push-11per12 {
    left: 91.63%!important;
  }
  .f-540-pull-2 {
    right: 50%!important;
  }
  .f-540-pull-3 {
    right: 33.33%!important;
  }
  .f-540-pull-4 {
    right: 25%!important;
  }
  .f-540-pull-5 {
    right: 20%!important;
  }
  .f-540-pull-6 {
    right: 16.66%!important;
  }
  .f-540-pull-2per3 {
    right: 66.67%!important;
  }
  .f-540-pull-3per4 {
    right: 75%!important;
  }
  .f-540-pull-2per5 {
    right: 40%!important;
  }
  .f-540-pull-3per5 {
    right: 60%!important;
  }
  .f-540-pull-4per5 {
    right: 80%!important;
  }
  .f-540-pull-5per6 {
    right: 83.34%!important;
  }
  .f-540-pull-3per5 {
    right: 60%!important;
  }
  .f-540-pull-4per5 {
    right: 80%!important;
  }
  .f-540-pull-5per6 {
    right: 83.34%!important;
  }
  .f-540-no-push {
    left: 0!important;
  }
  .f-540-no-pull {
    right: 0!important;
  }
  .clear-540 {
    clear: both;
  }
  .noclear-540 {
    clear: none;
  }
  .no-padding-540 {
    padding: 0!important;
  }
  .no-margin-540 {
    margin: 0!important;
  }
}
@media (min-width: 768px) {
  /* GRID SYSTEM */
  .f-768-1 {
    width: 100%;
  }
  .f-768-2 {
    width: 50%;
  }
  .f-768-3 {
    width: 33.33%;
  }
  .f-768-4 {
    width: 25%;
  }
  .f-768-5 {
    width: 20%;
  }
  .f-768-6 {
    width: 16.66%;
  }
  .f-768-12 {
    width: 8.33%;
  }
  .f-768-2per3 {
    width: 66.67%;
  }
  .f-768-3per4 {
    width: 75%;
  }
  .f-768-2per5 {
    width: 40%;
  }
  .f-768-3per5 {
    width: 60%;
  }
  .f-768-4per5 {
    width: 80%;
  }
  .f-768-5per6 {
    width: 83.34%;
  }
  .f-768-5per12 {
    width: 41.65%;
  }
  .f-768-7per12 {
    width: 58.31%;
  }
  .f-768-11per12 {
    width: 91.63%;
  }
  .f-768-push-2 {
    left: 50%!important;
  }
  .f-768-push-3 {
    left: 33.33%!important;
  }
  .f-768-push-4 {
    left: 25%!important;
  }
  .f-768-push-5 {
    left: 20%!important;
  }
  .f-768-push-6 {
    left: 16.66%!important;
  }
  .f-768-push-2per3 {
    left: 66.67%!important;
  }
  .f-768-push-3per4 {
    left: 75%!important;
  }
  .f-768-push-2per5 {
    left: 40%!important;
  }
  .f-768-push-3per5 {
    left: 60%!important;
  }
  .f-768-push-4per5 {
    left: 80%!important;
  }
  .f-768-push-5per6 {
    left: 83.34%!important;
  }
  .f-768-push-5per12 {
    left: 41.65%!important;
  }
  .f-768-push-7per12 {
    left: 58.31%!important;
  }
  .f-768-push-11per12 {
    left: 91.63%!important;
  }
  .f-768-pull-2 {
    right: 50%!important;
  }
  .f-768-pull-3 {
    right: 33.33%!important;
  }
  .f-768-pull-4 {
    right: 25%!important;
  }
  .f-768-pull-5 {
    right: 20%!important;
  }
  .f-768-pull-6 {
    right: 16.66%!important;
  }
  .f-768-pull-2per3 {
    right: 66.67%!important;
  }
  .f-768-pull-3per4 {
    right: 75%!important;
  }
  .f-768-pull-2per5 {
    right: 40%!important;
  }
  .f-768-pull-3per5 {
    right: 60%!important;
  }
  .f-768-pull-4per5 {
    right: 80%!important;
  }
  .f-768-pull-5per6 {
    right: 83.34%!important;
  }
  .f-768-pull-3per5 {
    right: 60%!important;
  }
  .f-768-pull-4per5 {
    right: 80%!important;
  }
  .f-768-pull-5per6 {
    right: 83.34%!important;
  }
  .f-768-no-push {
    left: 0!important;
  }
  .f-768-no-pull {
    right: 0!important;
  }
  .clear-768 {
    clear: both;
  }
  .noclear-768 {
    clear: none;
  }
  .no-padding-768 {
    padding: 0!important;
  }
  .no-margin-768 {
    margin: 0!important;
  }
}
@media (min-width: 992px) {
  /* GRID SYSTEM */
  .f-992-1 {
    width: 100%;
  }
  .f-992-2 {
    width: 50%;
  }
  .f-992-3 {
    width: 33.33%;
  }
  .f-992-4 {
    width: 25%;
  }
  .f-992-5 {
    width: 20%;
  }
  .f-992-6 {
    width: 16.66%;
  }
  .f-992-12 {
    width: 8.33%;
  }
  .f-992-2per3 {
    width: 66.67%;
  }
  .f-992-3per4 {
    width: 75%;
  }
  .f-992-2per5 {
    width: 40%;
  }
  .f-992-3per5 {
    width: 60%;
  }
  .f-992-4per5 {
    width: 80%;
  }
  .f-992-5per6 {
    width: 83.34%;
  }
  .f-992-5per12 {
    width: 41.65%;
  }
  .f-992-7per12 {
    width: 58.31%;
  }
  .f-992-11per12 {
    width: 91.63%;
  }
  .f-992-push-2 {
    left: 50%!important;
  }
  .f-992-push-3 {
    left: 33.33%!important;
  }
  .f-992-push-4 {
    left: 25%!important;
  }
  .f-992-push-5 {
    left: 20%!important;
  }
  .f-992-push-6 {
    left: 16.66%!important;
  }
  .f-992-push-2per3 {
    left: 66.67%!important;
  }
  .f-992-push-3per4 {
    left: 75%!important;
  }
  .f-992-push-2per5 {
    left: 40%!important;
  }
  .f-992-push-3per5 {
    left: 60%!important;
  }
  .f-992-push-4per5 {
    left: 80%!important;
  }
  .f-992-push-5per6 {
    left: 83.34%!important;
  }
  .f-992-push-5per12 {
    left: 41.65%!important;
  }
  .f-992-push-7per12 {
    left: 58.31%!important;
  }
  .f-992-push-11per12 {
    left: 91.63%!important;
  }
  .f-992-pull-2 {
    right: 50%!important;
  }
  .f-992-pull-3 {
    right: 33.33%!important;
  }
  .f-992-pull-4 {
    right: 25%!important;
  }
  .f-992-pull-5 {
    right: 20%!important;
  }
  .f-992-pull-6 {
    right: 16.66%!important;
  }
  .f-992-pull-2per3 {
    right: 66.67%!important;
  }
  .f-992-pull-3per4 {
    right: 75%!important;
  }
  .f-992-pull-2per5 {
    right: 40%!important;
  }
  .f-992-pull-3per5 {
    right: 60%!important;
  }
  .f-992-pull-4per5 {
    right: 80%!important;
  }
  .f-992-pull-5per6 {
    right: 83.34%!important;
  }
  .f-992-pull-3per5 {
    right: 60%!important;
  }
  .f-992-pull-4per5 {
    right: 80%!important;
  }
  .f-992-pull-5per6 {
    right: 83.34%!important;
  }
  .f-992-no-push {
    left: 0!important;
  }
  .f-992-no-pull {
    right: 0!important;
  }
  .clear-992 {
    clear: both;
  }
  .noclear-992 {
    clear: none;
  }
  .no-padding-992 {
    padding: 0!important;
  }
  .no-margin-992 {
    margin: 0!important;
  }
}
@media (min-width: 1200px) {
  /* GRID SYSTEM */
  .row {
    margin: 0 -15px;
    padding: 15px 0;
  }
  .grid-child {
    padding: 0 15px;
    margin: 15px 0;
  }
  .f-1200-1 {
    width: 100%;
  }
  .f-1200-2 {
    width: 50%;
  }
  .f-1200-3 {
    width: 33.33%;
  }
  .f-1200-4 {
    width: 25%;
  }
  .f-1200-5 {
    width: 20%;
  }
  .f-1200-6 {
    width: 16.66%;
  }
  .f-1200-12 {
    width: 8.33%;
  }
  .f-1200-2per3 {
    width: 66.67%;
  }
  .f-1200-3per4 {
    width: 75%;
  }
  .f-1200-2per5 {
    width: 40%;
  }
  .f-1200-3per5 {
    width: 60%;
  }
  .f-1200-4per5 {
    width: 80%;
  }
  .f-1200-5per6 {
    width: 83.34%;
  }
  .f-1200-5per12 {
    width: 41.65%;
  }
  .f-1200-7per12 {
    width: 58.31%;
  }
  .f-1200-11per12 {
    width: 91.63%;
  }
  .f-1200-push-2 {
    left: 50%!important;
  }
  .f-1200-push-3 {
    left: 33.33%!important;
  }
  .f-1200-push-4 {
    left: 25%!important;
  }
  .f-1200-push-5 {
    left: 20%!important;
  }
  .f-1200-push-6 {
    left: 16.66%!important;
  }
  .f-1200-push-2per3 {
    left: 66.67%!important;
  }
  .f-1200-push-3per4 {
    left: 75%!important;
  }
  .f-1200-push-2per5 {
    left: 40%!important;
  }
  .f-1200-push-3per5 {
    left: 60%!important;
  }
  .f-1200-push-4per5 {
    left: 80%!important;
  }
  .f-1200-push-5per6 {
    left: 83.34%!important;
  }
  .f-1200-push-5per12 {
    left: 41.65%!important;
  }
  .f-1200-push-7per12 {
    left: 58.31%!important;
  }
  .f-1200-push-11per12 {
    left: 91.63%!important;
  }
  .f-1200-pull-2 {
    right: 50%!important;
  }
  .f-1200-pull-3 {
    right: 33.33%!important;
  }
  .f-1200-pull-4 {
    right: 25%!important;
  }
  .f-1200-pull-5 {
    right: 20%!important;
  }
  .f-1200-pull-6 {
    right: 16.66%!important;
  }
  .f-1200-pull-2per3 {
    right: 66.67%!important;
  }
  .f-1200-pull-3per4 {
    right: 75%!important;
  }
  .f-1200-pull-2per5 {
    right: 40%!important;
  }
  .f-1200-pull-3per5 {
    right: 60%!important;
  }
  .f-1200-pull-4per5 {
    right: 80%!important;
  }
  .f-1200-pull-5per6 {
    right: 83.34%!important;
  }
  .f-1200-pull-3per5 {
    right: 60%!important;
  }
  .f-1200-pull-4per5 {
    right: 80%!important;
  }
  .f-1200-pull-5per6 {
    right: 83.34%!important;
  }
  .f-1200-no-push {
    left: 0!important;
  }
  .f-1200-no-pull {
    right: 0!important;
  }
  .clear-1200 {
    clear: both;
  }
  .noclear-1200 {
    clear: none;
  }
  .no-padding-1200 {
    padding: 0!important;
  }
  .no-margin-1200 {
    margin: 0!important;
  }
}
/* -------------------------------- 

Basic style

-------------------------------- */
nav[role="navigation"] {
  text-align: center;
}
.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 2em auto 4em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a,
.cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .6em .8em;
  font-size: .8rem;
  color: #555;
}
.cd-pagination a {
  border: 1px solid #c4c4c4;
  border-radius: 0.25em;
  background-color: #fff;
}
.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .current {
  /* selected number */
  background-color: #000099;
  border-color: #000099;
  color: #ffffff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 2em auto 4em;
  }
}
/* -------------------------------- 

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a,
.cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  padding: .8em 1em;
  border: none;
}
.cd-pagination.no-space span {
  background-color: #fff;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}
/* -------------------------------- 

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
  float: right;
}
.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a,
.cd-pagination.no-space.move-buttons span {
  float: none;
}
/* -------------------------------- 

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button a {
  position: relative;
}
.cd-pagination.custom-icons .button:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button:first-of-type a::before,
.cd-pagination.custom-icons .button:last-of-type a::after {
  content: '';
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("../img/cd-icon-arrow-1.svg") no-repeat center center;
}
.cd-pagination.custom-icons .button:first-of-type a::before {
  left: .8em;
}
.cd-pagination.custom-icons .button:last-of-type a::after {
  right: .8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* -------------------------------- 

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a,
.cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background-image: url("../img/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}
.cd-pagination.no-space.custom-buttons .button:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
/* -------------------------------- 

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a,
.cd-pagination.animated-buttons span {
  padding: 0 1.4em;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.cd-pagination.animated-buttons .button a {
  position: relative;
  padding: 0 2em;
}
.cd-pagination.animated-buttons .button:first-of-type a::before,
.cd-pagination.animated-buttons .button:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.no-touch .cd-pagination.animated-buttons .button a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-touch .cd-pagination.animated-buttons .button:first-of-type a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}
.no-touch .cd-pagination.animated-buttons .button:last-of-type a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px);
}
::-moz-selection {
  background: #f39c12;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f39c12;
  color: #fff;
  text-shadow: none;
}
html,
body {
  height: 100%;
}
body {
  font-size: 12px;
}
input,
textarea,
select {
  font-size: 1em;
}
body,
input,
textarea,
select {
  color: #4d4d4d;
}
body {
  padding-top: 60px;
  line-height: 1.3em;
}
a {
  color: #f39c12;
  text-decoration: none;
}
a:hover {
  color: #da1205;
}
/* FONT */
body,
input,
textarea,
select,
.f-gbk {
  font-family: 'Gotham-Book', sans-serif;
}
strong,
.f-gm {
  font-family: 'Gotham-Medium', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.f-gb {
  font-family: 'Gotham-Bold', sans-serif;
  color: #172d55;
  font-weight: normal;
}
.f-yellow {
  color: #f39c12 !important;
}
.f-blue {
  color: #172d55 !important;
}
.f-red {
  color: #da1205 !important;
}
.f-green {
  color: #398e3b !important;
}
.f-gray {
  color: #7f7f7f !important;
}
.f-light {
  color: #939393 !important;
}
.border-bg {
  background-image: url(../images/heading-dot.gif);
  background-repeat: repeat-x;
  background-position: center center;
  background-size: 1px 1px;
}
.border-bg span {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
}
.f-320-11px {
  font-size: 11px!important;
}
.centered {
  text-align: center!important;
}
.aright {
  text-align: right!important;
}
.aleft {
  text-align: left!important;
}
.main750 {
  max-width: 750px;
}
/* WYSIWYG */
.nuke-wysiwyg h3 {
  color: #4d4d4d;
  font-family: 'Gotham-Medium', sans-serif;
}
/* TABLE */
.table-wrap {
  overflow-x: auto;
  overflow-y: hidden;
}
.package-table {
  width: 100%;
}
.package-table thead th {
  border: 1px solid #fff;
  padding: 7px 10px;
  text-align: center;
  font-size: 1.125em;
  background: #8c8c8c;
  color: #fff;
  vertical-align: middle;
  border-bottom: none;
}
.package-table thead th:nth-child(even) {
  background: #494949;
}
.package-table thead td {
  border: 1px solid #fff;
  padding: 12px;
  text-align: center;
  font-size: 1.3em;
  background: #a5a5a5;
  vertical-align: middle;
  color: #fff;
  border-top: none;
}
.package-table thead td:nth-child(even) {
  background: #6f6f6f;
}
.package-table tbody td {
  border: 1px solid #fff;
  padding: 7px 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 11px;
}
.package-table tbody tr:nth-child(even) td {
  background: #f5f5f5;
}
.package-table .register-link {
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1.125em;
  background: #172d55;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.package-table .register-link:hover {
  background: #f39c12;
}
.package-table small {
  display: block;
}
/* PAGINATION */
.cd-pagination a,
.cd-pagination span {
  color: #4d4d4d;
}
.cd-pagination .current {
  background-color: #f39c12;
}
.cd-pagination a:hover {
  color: #172d55;
  background-color: #f5f5f5;
}
/* BTN */
.btn {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.btn-yellow {
  background-color: #f39c12;
  color: #fff;
}
.btn-yellow:hover {
  background-color: #da1205;
  color: #fff;
}
.btn-blue {
  background-color: #172d55;
  color: #fff;
}
.btn-blue:hover {
  background-color: #f39c12;
  color: #fff;
}
.btn-red {
  background-color: #da1205;
  color: #fff;
}
.btn-red:hover {
  background-color: #172d55;
  color: #fff;
}
/* FORMS */
.general-form .input-wrap input[type="text"],
.general-form .input-wrap input[type="password"],
.general-form .input-wrap input[type="number"],
.general-form .input-wrap textarea {
  border: 1px solid #e5e5e5;
}
input:disabled,
textarea:disabled {
  background-color: #e5e5e5 !important;
  color: #7f7f7f;
}
.select2-container--open {
  z-index: 8100;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.select2-container .select2-selection--single {
  height: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px;
}
.select2-dropdown {
  border-color: #e5e5e5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 28px;
  background-image: url(../images/icon/cselect-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  background-color: #e5e5e5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px 10px;
}
.horisontal-radio {
  display: inline-block;
  margin: 0 20px 10px 0;
}
input.custom-cr {
  display: none;
}
input.custom-cr + label {
  display: block;
  padding-left: 25px;
  padding-bottom: 0;
  padding-top: 3px;
  cursor: pointer;
  background-image: url(../images/ecommerce/custom-centang1.png);
  background-size: auto 16px;
  background-position: left center;
  background-repeat: no-repeat;
}
input.custom-cr:checked + label {
  background-image: url(../images/ecommerce/custom-centang2.png);
}
/* POPUP WRAP */
.lg-outer {
  z-index: 8050;
}
.lg-outer .lg {
  background: rgba(0, 0, 0, 0.8);
}
.popup-wrap {
  background: #f5f5f5;
}
.popup-white-bg {
  background: #fff;
}
.fancybox-close {
  right: 0!important;
  top: 0!important;
  width: 30px!important;
  height: 30px!important;
  background-image: url(../images/icon/x-close.png) !important;
  background-size: 20px auto !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.popup-header {
  padding: 30px 15px 10px 15px;
  text-align: center;
}
.popup-header h2 {
  margin: 0;
}
.popup-small {
  max-width: 500px;
}
.popup-medium {
  max-width: 750px;
}
.popup-large {
  max-width: 940px;
}
.popup-content {
  padding: 10px 15px 25px 15px;
}
.popup-content p {
  margin-bottom: 10px!important;
}
.login-register {
  overflow: hidden;
}
.login-register a {
  display: block;
  float: left;
  text-align: center;
  width: 50%;
  padding: 15px 10px;
  color: #fff;
  background-color: #7f7f7f;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.login-register a.active {
  background-color: #f39c12;
}
.login-register a:hover {
  background-color: #172d55;
}
.login-register a i {
  font-size: 1.25em;
}
.login-fb {
  display: block;
  background: #3b5998;
  color: #fff;
  padding: 15px;
  text-align: center;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  margin-top: 10px;
}
.login-fb i {
  font-size: 1.5em;
  vertical-align: middle;
}
.login-fb span {
  vertical-align: middle;
}
.login-fb:hover {
  background: #2d4373;
  color: #fff;
}
.atau-separator {
  text-align: center;
  line-height: 60px;
  display: block;
  background-image: url(../images/border-bg.gif);
  background-size: 1px 1px;
  background-position: center center;
  background-repeat: repeat-x;
}
.atau-separator span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}
.popup-wrap .atau-separator span {
  background: #f5f5f5;
}
.popup-login .form-button {
  text-align: center;
}
.popup-login .reset-link {
  display: block;
  padding-top: 10px;
  text-decoration: underline;
}
/* HEADER */
header {
  position: fixed;
  left: 0;
  top: -30px;
  width: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  z-index: 100;
  height: 60px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header {
  padding-top: 30px;
  position: relative;
}
.header-top {
  width: 100%;
  height: 30px;
  background: #172d55;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  color: #fff;
  line-height: 30px;
}
.header-top a {
  color: #fff;
}
.ht-left {
  float: left;
  display: none;
}
.ht-call {
  display: block;
  padding-left: 22px;
  background-image: url(../images/icon/icon-phone.png);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.ht-right {
  float: right;
  position: relative;
  display: none;
}
.ht-right a {
  float: left;
  display: block;
  padding: 0 12px;
  border-left: 1px solid #455777;
  height: 30px;
  min-width: 40px;
  text-align: center;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.ht-right a.bg-yellow {
  background-color: #f39c12;
}
.ht-right a.bg-yellow:hover {
  background-color: #da1205;
}
.ht-right a.soc-fb:hover {
  background-color: #3b5998;
}
.ht-right a.soc-twitter:hover {
  background-color: #00aced;
}
.ht-right a.soc-gplus:hover {
  background-color: #dd4b39;
}
.ht-right a .has-sub {
  padding-right: 20px;
  display: inline-block;
  background-image: url(../images/icon/arrow-down-white.png);
  background-size: auto 7px;
  background-position: right center;
  background-repeat: no-repeat;
}
.header-bottom {
  background: #fff;
  height: 60px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  border-bottom: 4px solid #f39c12;
}
.header-bottom.opened {
  border-color: #172d55;
}
.header-bottom .main-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.category-section {
  height: 40px;
  background: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.account-nav {
  position: absolute;
  right: 0;
  top: 70%;
  background: #fff;
  padding: 10px 15px;
  z-index: 30;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.account-nav.opened {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.stuck .account-nav.opened {
  opacity: 0;
  visibility: hidden;
}
.account-nav a {
  color: #172d55;
  border-left: none;
}
.account-nav a:hover {
  color: #f39c12;
  top: 70%;
}
.logo {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 70px;
  z-index: 2;
}
.logo img {
  display: block;
  height: 40px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.btn-calculator {
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.btn-calculator span {
  display: block;
  line-height: 30px;
  height: 30px;
  position: relative;
  text-indent: -9999em;
  z-index: 2;
  background-image: url(../images/icon/icon-calculator-big.png);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.btn-calculator:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background-color: #f39c12;
}
.btn-calculator:hover:before {
  background-color: #172d55;
}
/* MAIN NAVIGATION */
#main-nav {
  font-size: 0;
}
#main-nav a {
  display: inline-block;
  line-height: 40px;
  color: #4d4d4d;
  padding: 0 10px;
  margin-right: 20px;
  font-size: 12px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#main-nav a:hover {
  color: #f39c12;
}
#main-nav a.active {
  color: #172d55;
  background-image: url(../images/orange-dot.gif);
  background-repeat: repeat-x;
  background-size: 100% 3px;
  background-position: center top;
}
/* MOBILE MENU */
.mobile-menu-toggle {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 56px;
  background: #000;
  z-index: 100;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 15px;
  right: 15px;
  height: 4px;
  background: #172d55;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #172d55;
  content: "";
}
.c-hamburger span::before {
  top: -9px;
}
.c-hamburger span::after {
  bottom: -9px;
}
/* STYLE X */
.c-hamburger--htx {
  background-color: #fff;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #172d55;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
/* MOBILE NAV */
.mobile-nav-wrap {
  background: #172d55;
  color: #fff;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: -30px;
  padding-top: 60px;
  z-index: 90;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.mobile-nav-wrap.opened {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.mobile-nav {
  list-style: none;
}
.mobile-nav li {
  border-bottom: 1px solid #455777;
}
.mobile-nav li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  background: #172d55;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.mobile-nav li a:hover,
.mobile-nav li a.opened {
  background: #f39c12;
  color: #fff;
}
.mobile-nav li a.has-sub span {
  display: block;
  padding-right: 20px;
  background-image: url(../images/icon/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
}
.mobile-nav li.mobile-social {
  font-size: 0;
  text-align: center;
}
.mobile-nav li.mobile-social a {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  font-size: 18px;
}
.mobile-nav .sub-menu {
  background: #f5f5f5;
  display: none;
}
.mobile-nav .sub-menu li {
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
}
.mobile-nav .sub-menu li a {
  color: #4d4d4d;
  background-color: #f5f5f5;
  padding-left: 25px;
}
.mobile-nav .sub-menu li a:hover,
.mobile-nav .sub-menu li a.opened {
  background-color: #e5e5e5;
}
.mobile-nav .sub-menu li a.has-sub span {
  background-image: url(../images/icon/arrow-down-dark.png);
}
.mobile-nav .sub-menu .sub-menu {
  background: #FFF;
}
.mobile-nav .sub-menu .sub-menu li a {
  background-color: #FFF;
  padding-left: 35px;
}
.mobile-nav .sub-menu .sub-menu li a:hover,
.mobile-nav .sub-menu .sub-menu li a.opened {
  background-color: #f5f5f5;
}
/* FOOTER */
footer {
  background: #172d55;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-top h3 {
  font-size: 1.125em;
}
.footer-bottom {
  border-top: 1px solid #455777;
}
.fb-left,
.fb-right {
  text-align: center;
}
.footer-info li {
  margin: 8px 0;
  padding-left: 25px;
  line-height: 1.5em;
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.footer-info li.footer-address {
  background-image: url(../images/icon/footer-address.png);
}
.footer-info li.footer-phone {
  background-image: url(../images/icon/footer-phone.png);
}
.footer-info li.footer-fax {
  background-image: url(../images/icon/footer-fax.png);
}
.footer-info li.footer-mail {
  background-image: url(../images/icon/footer-email.png);
}
.footer-nav li {
  padding-left: 13px;
  margin: 5px 0;
  background-image: url(../images/icon/arrow-right-white.png);
  background-size: 4px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.newsletter-form input[type="text"] {
  border: none;
  width: 100%;
  background: #fff;
  padding: 0 10px;
  height: 30px;
  margin-bottom: 10px;
}
/* SECTION */
.section {
  padding: 20px 0 30px;
}
.section-top-large {
  padding-top: 30px;
}
.no-margin-top {
  margin-top: 0!important;
}
/* INDEX */
.ty50 {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.ty0 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.index-why img {
  display: block;
  margin: 0 auto 20px;
  width: 80%;
  max-width: 110px;
}
.index-why-child {
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.index-why-child.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
#desktop-flex,
#desktop-flex .flex-viewport,
#desktop-flex .slides {
  width: 100%;
}
#desktop-flex .slides li {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#desktop-flex {
  position: relative;
}
#desktop-flex .slides {
  background: #f7f7f7;
}
#desktop-flex .slides img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#desktop-flex .slide-text {
  color: #fff;
  padding: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#desktop-flex .slide-text .main-container {
  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;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}
#desktop-flex .slide-text h1 {
  color: #fff;
  font-size: 1.5em;
}
#desktop-flex .slide-text p {
  margin-bottom: 0;
  font-size: 11px;
}
#desktop-flex .slide-text.opened .main-container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  z-index: 60;
}
.flex-direction-nav a {
  display: block;
  width: 32px;
  height: 48px;
  z-index: 3;
  position: absolute;
  top: -23px;
  text-indent: -9999px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px auto;
}
.flex-direction-nav a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.flex-direction-nav a.flex-next {
  background-image: url(../images/slider/slide-next.png);
  right: 0;
}
.flex-direction-nav a.flex-prev {
  background-image: url(../images/slider/slide-prev.png);
  left: 0;
}
#search-property {
  padding: 20px 0;
}
#search-property h2 {
  font-size: 12px;
  color: #fff;
  background-color: #7f7f7f;
  position: relative;
  line-height: 40px;
  display: inline-block;
  margin: 0;
}
#search-property h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f39c12;
  z-index: 1;
}
#search-property h2 span {
  display: block;
  padding-left: 55px;
  position: relative;
  z-index: 2;
  padding-right: 15px;
  background-image: url(../images/icon/icon-search-big.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px auto;
}
#search-property .main-container {
  max-width: 1040px;
}
.search-form {
  padding: 0 20px;
  background: #f5f5f5;
}
.select2,
#search-property .select2,
.select2-results__option {
  font-size: 12px!important;
}
.select2-results__option {
  padding-left: 10px;
  padding-right: 10px;
}
#search-property .heading-area {
  position: relative;
}
.nearby-link {
  display: none;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  background: #f39c12;
  color: #fff;
  padding: 10px 15px;
  font-size: 12px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.nearby-link i {
  font-size: 14px;
}
.nearby-link:hover {
  background: #172d55;
  color: #fff;
}
.mobile-nearby-link {
  display: block;
  position: relative;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}
/* STATIC BANNER */
.static-banner {
  position: relative;
}
.static-banner img {
  display: block;
  width: 100%;
}
.breadcrumb {
  background: #172d55;
  color: #fff;
  padding: 10px 0;
  font-size: 11px;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.bc-title {
  display: none;
}
/* CONTACT */
.contact-form {
  background: #f5f5f5;
  padding: 15px 10px;
}
.contact-form .border-bg span {
  background: #f5f5f5;
}
.side-menu a {
  display: block;
  padding: 0 15px;
  color: #fff;
  background: #7f7f7f;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  margin-bottom: 1px;
}
.side-menu a:hover,
.side-menu a.active {
  background: #f39c12;
}
.side-menu a span {
  display: block;
  padding: 10px 0;
  background-image: url(../images/icon/arrow-down-white2.png);
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: right center;
}
/* ABOUT */
.reputasi-child {
  position: relative;
}
.reputasi-child:before {
  content: "";
  padding-top: 66.8%;
  display: block;
}
.reputasi-child img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 80%;
  max-width: 80%;
}
/* NEWS */
.news-page .not-first {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  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;
  opacity: 0;
  visibility: hidden;
}
.news-page .not-first.visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.news-child {
  border: 1px solid #e5e5e5;
}
.news-child h2 a,
.news-child h3 a {
  color: #172d55;
}
.news-child h2 a:hover,
.news-child h3 a:hover {
  color: #f39c12;
}
.news-child .img-wrap {
  background-color: #172d55;
  position: relative;
  overflow: hidden;
}
.news-child .img-wrap img {
  display: block;
  width: 100%;
  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;
}
.news-child .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
.news-child .news-content {
  padding: 10px;
}
.news-meta {
  display: block;
  color: #f39c12;
  margin-bottom: 10px;
}
.news-detail .news-child {
  border: none;
}
.news-detail .news-content {
  padding-left: 0!important;
  padding-right: 0!important;
}
/* PROPERTY LIST */
.overlay-all {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.overlay-all.opened {
  opacity: 1;
  visibility: visible;
}
.property-sidebar .sidebar-content {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 1000;
  width: 280px;
  height: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background: #f5f5f5;
}
.property-sidebar .sidebar-content.opened {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.pl-top {
  position: relative;
  padding: 10px;
  background: #f5f5f5;
}
.pl-top .form-group {
  display: inline-block;
  margin: 5px 10px 5px 0;
}
.pl-top .form-group:last-child {
  margin-right: 0;
}
.plt-view {
  right: 15px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  display: none;
}
.plt-view a {
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  text-indent: -9999em;
  margin-left: 10px;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.plt-view a.pltv-list {
  background-image: url(../images/icon/icon-list-1.gif);
  width: 23px;
}
.plt-view a.pltv-grid {
  background-image: url(../images/icon/icon-grid-1.gif);
}
.plt-view a.pltv-list.active {
  background-image: url(../images/icon/icon-list-2.gif);
}
.plt-view a.pltv-grid.active {
  background-image: url(../images/icon/icon-grid-2.gif);
}
.plc-image {
  position: relative;
}
.plc-image .img-wrap {
  position: relative;
  z-index: 1;
  background: #172d55;
  overflow: hidden;
}
.plc-image .img-wrap:before {
  content: "";
  display: block;
  padding-top: 65.85%;
}
.plc-image .img-wrap img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  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;
}
.plc-image .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
.plc-action {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.plc-action > div {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  position: relative;
  margin-bottom: 10px;
}
.plc-action > div > a {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  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: 1;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  display: block;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  padding-left: 40px;
  width: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 11px center;
  background-size: 18px auto;
}
.plc-action > div > a:hover,
.plc-action > div > a.opened {
  background-color: #f39c12;
  width: auto;
  overflow: visible;
  padding-right: 15px;
  z-index: 10;
}
.plc-action > div.plca-share > a {
  background-image: url(../images/icon/icon-share.png);
}
.plc-action > div.plca-bookmark > a {
  background-image: url(../images/icon/icon-bookmark.png);
}
.plc-action > div.plca-report > a {
  background-image: url(../images/icon/icon-report.png);
}
.share-social {
  position: absolute;
  left: 0;
  top: 40px;
  background: #f39c12;
  color: #fff;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  font-size: 0;
  text-align: center;
  padding: 5px 10px;
  white-space: nowrap;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.share-social.opened {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.share-social:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: -10px;
  width: 15px;
  height: 10px;
  background-image: url(../images/icon/icon-triangle-top-orange.png);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.share-social a {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  width: 40px;
  height: 36px;
  line-height: 36px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.share-social a i {
  display: block;
  width: 100%;
  line-height: 36px;
}
.share-social a.ss-fb:hover {
  background-color: #3b5998;
}
.share-social a.ss-twitter:hover {
  background-color: #00aced;
}
.share-social a.ss-gplus:hover {
  background-color: #dd4b39;
}
.plc-content {
  background: #fff;
}
.plcc-top {
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  padding: 10px;
}
.plcc-top h2 {
  font-size: 1.125em;
  margin: 0;
}
.plcc-top h2 a {
  color: #4d4d4d;
}
.plcc-top h2 a:hover {
  color: #f39c12;
}
.prod-badge {
  display: inline-block;
  padding: 7px 15px;
  color: #fff;
}
.plcc-top .prod-badge {
  margin-bottom: 10px;
}
.badge-new {
  background: #1665c1;
}
.badge-premium {
  background: #398e3b;
}
.badge-hot {
  background: #ff3d00;
}
.badge-sold {
  background: #ff3d00;
}

.plc-meta {
  margin-bottom: 10px;
}
.plc-meta span {
  display: block;
  margin: 8px 0;
}
.plc-meta span i {
  display: inline-block;
  text-align: center;
  width: 15px;
}
.plcc-top p {
  margin-bottom: 0;
}
.plc-detail-table {
  width: 100%;
}
.plc-detail-table td {
  border: 2px solid #e5e5e5;
  padding: 10px;
}
.plc-price {
  padding: 10px;
  text-align: center;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}
.plc-price span {
  display: block;
}
.plc-price .harga {
  font-size: 1.125em;
  color: #f39c12;
  margin: 8px 0;
}
.plc-price .rata-rata {
  color: #939393;
}
.plc-link a {
  display: block;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.plc-link a:hover {
  background: #da1205;
}
.link-kontak {
  background: #f39c12;
}
.link-lihat {
  background: #172d55;
}
.plc-developer {
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  text-align: center;
  padding: 10px;
}
.plc-developer img {
  display: inline-block;
  max-width: 180px;
  max-height: 45px;
  margin-top: 8px;
}
.plc-developer p {
  margin-bottom: 0;
}
/* FILTER SIDEBAR */
.overlay-all {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.overlay-all.opened {
  opacity: 1;
  visibility: visible;
}
.filter-form {
  padding: 15px;
}
.filter-form .form-group {
  margin-bottom: 15px;
}
.more-filter-toggle {
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}
.more-filter {
  display: none;
}
.pl-filter-active {
  margin-top: 15px;
}
.pl-filter-active h3 {
  display: inline-block;
  margin-right: 15px;
}
.clear-filter {
  text-decoration: underline;
  display: inline-block;
}
.filter-active {
  font-size: 0;
}
.filter-active a {
  display: inline-block;
  padding: 5px 8px 5px 20px;
  border: 1px solid #e5e5e5;
  color: #4d4d4d;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 11px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  background-image: url(../images/icon/x.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 8px auto;
  background-color: #f5f5f5;
}
.filter-active a:hover {
  background-color: #e5e5e5;
}
/* POPUP AGENT */
.popup-agent {
  position: relative;
}
.popup-agent .img-wrap {
  overflow: hidden;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 130px;
  height: 130px;
  margin: 0 auto 10px auto;
  background-image: url(../images/agent/agent-template.jpg);
  background-color: #f5f5f5;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.popup-agent .img-wrap img {
  display: block;
  width: 100%;
}
.popup-agent.popup-developer .img-wrap {
  background: #fff;
  position: relative;
}
.popup-agent.popup-developer img {
  display: block;
  width: 100%;
  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;
}
.popup-agent.popup-developer .img-wrap img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-agent h3 {
  text-align: center;
}
.popup-agent-data {
  list-style: none;
  margin-bottom: 15px;
}
.popup-agent-data li {
  border: 1px solid #cbcbcb;
  margin-bottom: -1px;
  padding: 10px;
}
.popup-agent-data li span {
  display: inline-block;
  padding-left: 27px;
  line-height: 20px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.popup-agent-data li span.agent-phone {
  background-image: url(../images/icon/black-phone.png);
}
.popup-agent-data li span.agent-line {
  background-image: url(../images/icon/black-line.png);
}
.popup-agent-data li span.agent-telegram {
  background-image: url(../images/icon/black-telegram.png);
}
.popup-agent-data li span.agent-wa {
  background-image: url(../images/icon/black-whatsapp.png);
}
.popup-agent-data li span.agent-email {
  background-image: url(../images/icon/black-email.png);
}
/* PRODUCT DETAIL */
.pd-images {
  margin-bottom: 20px;
}
.pd-main-content {
  position: relative;
}
#imageGallery .lslide {
  position: relative;
  background: #172d55;
}
#imageGallery .lslide:before {
  content: "";
  display: block;
  padding-top: 62.64%;
}
#imageGallery .lslide img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#imageGallery .lslide .pdslide-text {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
.lSSlideOuter .lSPager.lSGallery li {
  background: #172d55;
  position: relative;
}
.lSSlideOuter .lSPager.lSGallery li:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.lSSlideOuter .lSPager.lSGallery li img {
  opacity: .3;
  position: absolute;
  left: 0;
  top: 0;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
}
.lSSlideOuter .lSPager.lSGallery li.active img {
  opacity: 1;
}
.pd-price span {
  display: block;
  color: #939393;
  margin-bottom: 15px;
}
.pd-price .f-gm {
  font-size: 1.125em;
  color: #f39c12;
  margin-bottom: 10px;
}
.property-detail .prod-raty-wrap {
  margin-bottom: 20px;
}
.property-detail .prod-raty-wrap .prod-raty {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.property-detail .prod-raty img {
  height: 20px;
}
.property-detail .raty-text {
  color: #939393;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.detil-properti {
  margin: 30px 0;
}
.detil-list {
  list-style: none;
}
.detil-list li {
  line-height: 1.5em;
  margin: 3px 0;
}
.detil-list.dl-arrow li {
  padding-left: 10px;
  background-image: url(../images/icon/arrow-right-dark.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.detil-list.dl-centang li {
  padding-left: 22px;
  background-image: url(../images/icon/icon-check-dark.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.flexible-map {
  position: relative;
  height: 0;
  overflow: hidden;
}
.flexible-map iframe,
.flexible-map object,
.flexible-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.property-map .flexible-map {
  padding-bottom: 150px;
}
.property-map .flexible-map iframe,
.property-map .flexible-map object,
.property-map .flexible-map embed {
  height: 150px;
}
.pd-images .plc-action {
  left: 20px;
}
.side-heading-icon {
  font-size: 12px;
  color: #fff;
  background-color: #7f7f7f;
  position: relative;
  line-height: 40px;
  display: inline-block;
  margin: 0;
}
.side-heading-icon:before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f39c12;
  z-index: 1;
}
.side-heading-icon span {
  display: block;
  padding-left: 55px;
  position: relative;
  z-index: 2;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px auto;
}
.side-heading-icon.icon-phone span {
  background-image: url(../images/icon/icon-phone-big.png);
}
.side-heading-icon.icon-search span {
  background-image: url(../images/icon/icon-search-big.png);
}
.side-heading-icon.icon-calculator {
  font-size: 1em;
}
.side-heading-icon.icon-calculator span {
  background-image: url(../images/icon/icon-calculator-big.png);
}
.pd-agent-content {
  background: #f5f5f5;
  text-align: center;
  padding: 25px 15px;
}
.pd-agent-content .img-wrap {
  overflow: hidden;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 130px;
  height: 130px;
  margin: 0 auto 10px auto;
  position: relative;
  background-image: url(../images/agent/agent-template.jpg);
  background-color: #f5f5f5;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.pd-agent-content.pd-developer-content .img-wrap {
  background: #fff;
}
.pd-agent-content .img-wrap img {
  display: block;
  width: 100%;
  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;
}
.pd-agent-content.pd-developer-content .img-wrap img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pd-agent-content .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pd-agent-content h3 {
  margin-bottom: 0;
}
.pd-agent-content .btn {
  margin-top: 15px;
}
.pd-agent-content .btn span {
  padding-left: 25px;
  line-height: 18px;
  display: inline-block;
  background-image: url(../images/icon/icon-phone.png);
  background-position: left center;
  background-size: auto 14px;
  background-repeat: no-repeat;
}
.side-ads img {
  display: block;
  width: 100%;
}
.owl-other-property .img-wrap {
  position: relative;
  overflow: hidden;
  background: #172d55;
}
.owl-other-property .img-wrap:before {
  content: "";
  display: block;
  padding-top: 65.5%;
}
.owl-other-property .img-wrap img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  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;
}
.owl-other-property .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
.pd-table {
  width: 100%;
}
.pd-table td {
  font-size: 12px;
  padding: 10px;
  border: 2px solid #e5e5e5;
  text-align: center;
}
.pd-table td a {
  color: #4d4d4d;
}
.pd-table td a:hover {
  color: #f39c12;
}
.pd-table td .btn {
  width: 100%;
  background: #172d55;
  color: #fff;
}
.pd-table td .btn:hover {
  background: #f39c12;
  color: #fff;
}
.review-overview .overall-score,
.review-overview .overall-review {
  border: 1px solid #e5e5e5;
}
.review-overview .overall-score {
  text-align: center;
  padding: 10px;
}
.review-overview .overall-score h4 {
  font-size: 3.75em;
  margin-bottom: 0;
  color: #4d4d4d;
}
.review-overview .overall-score .prod-raty {
  margin-bottom: 10px;
}
.overall-review {
  padding: 10px;
}
.or-child {
  margin: 5px 0;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding-right: 30px;
}
.or-child img {
  display: block;
  float: left;
  height: 15px;
}
.star-name {
  display: block;
  float: left;
  padding-left: 10px;
  width: 70px;
}
.review-bar {
  margin-left: 80px;
  display: block;
  font-size: 11px;
  position: relative;
}
.review-bar .the-bar {
  height: 20px;
  display: block;
  position: relative;
  z-index: 1;
  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;
  width: 0;
}
.review-bar .the-number {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 10px;
  line-height: 20px;
  white-space: nowrap;
}
.review-bar .the-number span {
  display: none;
}
.add-ulasan {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 10px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.add-ulasan h3 {
  font-size: 1.125em;
}
.add-ulasan .raty-rating {
  display: block;
  margin: 10px 0;
}
.add-ulasan .raty-rating img {
  height: 20px;
}
.add-ulasan .form-group {
  margin-bottom: 15px;
}
.ulasan-list {
  margin-top: 20px;
}
.ulc {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: -1px;
}
.ulc h3 {
  color: #172d55;
  font-size: 1.125em;
  line-height: 1.3em;
  margin-bottom: 1px;
}
.ulc .prod-raty-wrap {
  margin-bottom: 10px;
}
.ulc .prod-raty-wrap img {
  height: 15px!important;
}
.ulc p {
  margin: 10px 0;
}
/* NEW PROPERTY */
.owl-other-property .img-wrap .lSSlideOuter {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.owl-other-property .img-wrap .lSSlideWrapper,
.owl-other-property .img-wrap .lSSlideWrapper ul,
.owl-other-property .img-wrap .lSSlideWrapper li {
  width: 100%;
  height: 100%;
  position: relative;
}
.owl-other-property .img-wrap .lSSlideWrapper li {
  overflow: hidden;
}
/* SERVICE LIST */
.service-mason .plc-image {
  border: 2px solid #e5e5e5;
  border-bottom: none;
}
.service-mason .plc-image .img-wrap {
  background: #fff;
}
.service-mason .plc-image .img-wrap.no-image {
  background: #cacaca;
}
.service-mason .plc-image .img-wrap img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
#service-portfolio .grid-child .img-wrap {
  position: relative;
  overflow: hidden;
}
#service-portfolio .grid-child .img-wrap:before {
  content: "";
  display: block;
  padding-top: 60%;
}
#service-portfolio .grid-child img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
}
#service-portfolio .grid-child .img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
/* NEARBY PROPERTIES */
.nearby-top .nt-content {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.nt1 .nt-content {
  padding-top: 70px;
  background-image: url(../images/icon/icon-current-location.png);
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center 10px;
}
.nt1 span {
  font-size: 1.5em;
  display: block;
  line-height: 1.3em;
  color: #4d4d4d;
  margin-top: 5px;
}
.nt2 span {
  display: block;
  font-size: 2em;
  margin: 5px 0;
  line-height: 1.3em;
}
#nearby-map-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
}
#nearby-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.current-loc-tooltips {
  display: inline-block;
  position: relative;
}
.current-loc-tooltips span {
  display: block;
  padding: 3px 10px;
  background: #da1205;
  color: #fff;
  position: absolute;
  top: -100px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.current-loc-tooltips span:before {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -4px;
  background-image: url(../images/icon/icon-triangle-bottom-red.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/* KPR CALCULATOR */
.bank-logo {
  background: #fff;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}
.bank-logo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.bank-logo img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 80%;
  max-height: 80%;
  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;
}
.bank-logo:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}
.bank-logo a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.calc-pad-30 {
  padding: 15px;
  background-color: #f5f5f5;
}
.calc-pad-30 .detil-list li {
  width: 100%!important;
}
.calc-form .form-group {
  margin-bottom: 15px;
}
.angsuran-bulanan {
  margin-bottom: 15px;
  text-align: center;
}
.angsuran-bulanan .f-gm {
  display: block;
  font-size: 1.75em;
  margin: 7px 0;
}
.calc-canvas-wrap {
  margin: 15px auto;
  max-width: 270px;
  position: relative;
}
.calc-canvas-wrap canvas {
  position: relative;
  z-index: 1;
}
.calc-canvas-total {
  text-align: center;
  width: 100%;
  z-index: 2;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.calc-canvas-total .f-gb {
  font-size: 1.875em;
  display: block;
  margin-bottom: 5px;
  color: #4d4d4d;
  line-height: 1em;
}
.calc-canvas-total .f-gm {
  font-size: 1.125em;
}
.kbi-banner img {
  display: block;
  width: 100%;
}
.kbi-content-wrap {
  padding: 20px 15px;
  background: #f5f5f5;
}
.kbi-content-wrap p {
  margin-bottom: 0;
  margin-top: 15px;
}
/* DASHBOARD */
.overview-child {
  position: relative;
  background: #172d55;
  color: #fff;
  height: 130px;
}
.overview-child img {
  display: block;
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.overview-child .big-number {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 5em;
  color: #fff;
}
.overview-child .oc-note {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f39c12;
  width: 100%;
  height: 40px;
}
.overview-child .oc-note span {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 10px;
  line-height: 1.3em;
}
.calc-pad-30 .heading-area {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.calc-pad-30 .heading-area h2 {
  color: #4d4d4d;
  margin-bottom: 0;
}
.calc-pad-30 .heading-area p {
  margin: 0;
}
.filter-dash-form {
  padding: 10px 0;
}
.filter-dash-form .form-group {
  margin-bottom: 5px;
}
.filter-dash-form label {
  display: inline-block;
  padding-bottom: 0;
  padding-right: 10px;
}
.filter-dash-form .input-wrap {
  display: inline-block;
}
.top-5-phrase {
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-5-phrase li {
  margin-bottom: 10px;
}
.phrase-bar-wrap {
  padding-top: 5px;
}
.phrase-bar {
  height: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #d9d9d9;
  margin-bottom: 3px;
}
.phrase-bar span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  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;
  background-color: #f39c12;
}
/* MY PROPERTY */
.account-table {
  width: 100%;
}
.account-table thead th {
  background: #7f7f7f;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #fff;
  text-align: left;
  font-family: 'Gotham-Medium', sans-serif;
}
.account-table thead th.last {
  border-right: none;
}
.account-table .prod-raty {
  white-space: nowrap;
}
.account-table .prod-raty img {
  height: 14px;
}
.cell-number {
  width: 50px;
}
.cell-action {
  width: 90px;
}
.account-table tbody td {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  vertical-align: top;
  font-size: 11px;
}
.account-table tbody .msg-read td {
  background: #f5f5f5;
}
.btn-edit,
.btn-delete,
.btn-read {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  margin-right: 5px;
  margin-bottom: 5px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-edit {
  background-image: url(../images/icon/btn-edit.png);
  background-color: #398e3b;
}
.btn-edit:hover {
  background-color: #f39c12;
}
.btn-delete {
  background-image: url(../images/icon/btn-delete.png);
  background-color: #da1205;
  margin-right: 0;
}
.btn-delete:hover {
  background-color: #f39c12;
}
.btn-read {
  background-image: url(../images/icon/btn-mail.png);
  background-color: #398e3b;
}
.btn-read:hover {
  background-color: #f39c12;
}
.acc-prop-preview {
  overflow: hidden;
}
.acc-prop-preview .img-wrap {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #e5e5e5;
}
.acc-prop-preview .img-wrap img {
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.acc-prop-preview .app-content span {
  display: block;
}
.acc-prop-preview .app-content span.app-title {
  font-size: 12px;
}
.app-mobile-view {
  display: block;
  overflow: hidden;
}
.app-mobile-view a {
  float: left;
  display: block;
  line-height: 20px;
  margin-right: 15px;
  white-space: nowrap;
}
.app-mobile-view i {
  display: inline-block;
  width: 24px;
  text-align: center;
}
.app-mobile-view span {
  display: inline-block !important;
  color: #4d4d4d;
  text-decoration: underline;
}
.app-mobile-view a:hover span {
  color: #da1205;
}
.dark-toggle {
  display: block;
  padding: 10px;
  background-color: #7f7f7f;
  color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.dark-toggle:hover {
  background-color: #172d55;
  color: #fff;
}
.dark-toggle span {
  display: block;
  background-image: url(../images/icon/arrow-down-white.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px auto;
}
.dark-toggle.opened span {
  background-image: url(../images/icon/minus-white.png);
}
.dark-toggle-content {
  border: 1px solid #e5e5e5;
  border-top: none;
  padding: 10px;
  display: none;
}
.add-facility-content > label {
  padding-top: 10px;
}
.added-facility {
  position: relative;
}
.added-facility .red-remove {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
  background-image: url(../images/icon/x-red.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
}
.remove-facility {
  position: absolute;
  left: 100%;
  top: 0;
}
.add-facility-content input[type="file"] {
  border: 1px solid #e5e5e5;
  width: 100%;
  padding: 5px 10px;
}
.table-bottom-navigation .tbn-1 .cd-pagination {
  margin-bottom: 20px!important;
}
.table-bottom-navigation .tbn-2 {
  text-align: center;
}
.popup-review .prod-raty img {
  height: 24px;
}
.popup-review small {
  margin: 10px 0;
}
/* MESSAGE */
.message-detail {
  padding: 15px;
  border: 1px solid #e5e5e5;
}
.message-detail .heading-area {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* PAKET */
.tabbing-menu {
  font-size: 0;
  margin-bottom: 10px;
}
.tabbing-menu a {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 10px;
  color: #fff;
  background: #7f7f7f;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  font-size: 12px;
  margin-bottom: 5px;
}
.tabbing-menu a:hover {
  background: #f39c12;
}
.tabbing-menu a.active {
  background: #172d55;
}
.border-box {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 10px;
}
.border-box small {
  display: block;
}
.border-box h2 {
  font-size: 1.8em;
}
.legend-table {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.legend-table td {
  padding: 5px;
  padding-left: 0;
  font-size: 12px;
  vertical-align: middle;
}
.legend-table td.last {
  padding-right: 0;
  text-align: right;
  font-size: 16px;
}
.legend-table td span {
  display: block;
  position: relative;
}
.legend-text {
  padding-left: 20px;
}
.legend-text i {
  display: block;
  width: 10px;
  height: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
.canvas-wrap {
  position: relative;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.canvas-wrap canvas {
  position: relative;
  z-index: 1;
}
.canvas-text {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.canvas-text .f-gb {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.canvas-text .f-gm {
  font-size: 12px;
  display: block;
}
.plain-gray-table {
  width: 100%;
}
.plain-gray-table thead th {
  background: #7f7f7f;
  color: #fff;
  padding: 10px;
  border: none;
  font-size: 1.3em;
}
.plain-gray-table tbody td {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 7px 10px;
  text-align: center;
}
.notify-box {
  padding: 10px;
  color: #fff;
  margin-bottom: 15px;
}
.notify-warn {
  background-color: #f39c12;
}
.notify-error {
  background-color: #da1205;
}
.notify-box span {
  display: block;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px auto;
}
.notify-warn span,
.notify-error span {
  background-image: url(../images/icon/icon-exclamation.png);
}
@media (min-width: 360px) {
  /* PROPERTY LIST */
  .plc-link {
    font-size: 0;
  }
  .plc-link a {
    display: inline-block;
    width: 50%;
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  /* POPUP */
  .popup-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup-content {
    padding-left: 50px;
    padding-right: 50px;
  }
  .popup-login .form-button {
    text-align: right;
    overflow: hidden;
  }
  .popup-login .form-button input {
    float: right;
  }
  .popup-login .form-button .reset-link {
    float: left;
    padding: 0;
    line-height: 40px;
  }
  /* MY PROPERTY */
  .acc-prop-preview .img-wrap {
    float: left;
    margin-bottom: 0;
  }
  .acc-prop-preview .app-content {
    margin-left: 50px;
  }
}
@media (min-width: 540px) {
  /* FLEXSLIDER */
  #desktop-flex .slide-text h1 {
    font-size: 1.875em;
  }
  #desktop-flex .slide-text p {
    font-size: 12px;
  }
  /* NEWS */
  .news-child .news-content {
    padding: 15px;
  }
  .news-detail .news-child .img-wrap {
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    width: 50%;
    max-width: 460px;
  }
  /* POPUP AGENT */
  .popup-agent-data {
    overflow: hidden;
    border: 1px solid #cbcbcb;
  }
  .popup-agent-data li {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .popup-agent-data li.last {
    width: 100%;
    text-align: center;
  }
  /* PROPERTY DETAIL */
  .detil-list {
    overflow: hidden;
  }
  .detil-list li {
    float: left;
    width: 50%;
    padding-right: 15px;
  }
  .detil-list.dl-arrow li span {
    width: 48%;
    display: inline-block;
  }
  .detil-list.dl-arrow li span:first-child {
    width: 43%;
  }
  .property-map .flexible-map {
    padding-bottom: 200px;
  }
  .property-map .flexible-map iframe,
  .property-map .flexible-map object,
  .property-map .flexible-map embed {
    height: 200px;
  }
  /* NEARBY PROPERTIES */
  #nearby-map-wrap {
    height: 500px;
  }
  /* NEARBY PROPERTIES */
  #nearby-map-wrap {
    height: 300px;
  }
  /* DASHBOARD */
  .overview-child {
    height: 150px;
  }
  .overview-child img {
    width: 30px;
    right: 15px;
    top: 15px;
  }
  .overview-child .big-number {
    left: 15px;
    bottom: 80px;
  }
  .overview-child .oc-note span {
    padding: 0 15px;
  }
  .filter-dash-form label {
    font-size: 12px;
  }
  .filter-dash-form .form-group {
    display: inline-block;
    margin-right: 10px;
  }
  .filter-dash-form .form-group input {
    font-size: 12px;
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
@media (min-width: 640px) {
  /* PROPERTY LIST */
  .plc {
    position: relative;
  }
  .plc-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
  }
  .plc-content {
    margin-left: 250px;
  }
  .plcc-top {
    position: relative;
  }
  .plcc-top .prod-badge {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .plcc-top h2,
  .plc-meta {
    padding-right: 90px;
  }
  .plc-image .img-wrap {
    height: 100%;
  }
  .plc-image .img-wrap::before {
    display: none;
    padding: 0;
  }
  .plc-image .img-wrap img {
    height: 100%;
    width: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .plc-image .img-wrap:hover img {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
  .plc-detail-table td {
    width: 50%;
  }
  .plc-price {
    overflow: hidden;
    padding: 0;
    background-image: url(../images/border-bg.gif);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: 2px 1px;
  }
  .plc-price span {
    float: left;
    width: 50%;
    padding: 10px;
    line-height: 30px;
  }
  .plc-price .harga {
    margin: 0;
  }
  /* SERVICE LIST */
  .service-mason .plc-image {
    height: auto;
    position: relative;
    width: 100%;
  }
  .service-mason .plc-image .img-wrap:before {
    display: block;
    padding-top: 65.85%;
  }
  .service-mason .plc-image .img-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .service-mason .plc-image .img-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .service-mason .plc-content {
    margin-left: 0;
  }
  .service-mason .plcc-top {
    padding: 15px;
  }
  .service-mason .plc-detail-table td {
    padding: 10px 15px;
    font-size: 12px;
  }
  .service-mason .plcc-top .prod-badge {
    position: relative;
    right: 0;
    top: 0;
  }
  .service-mason .plcc-top h2,
  .service-mason .plc-meta {
    padding-right: 0;
  }
  .service-mason .plc-price {
    padding: 10px;
    background: none;
  }
  .service-mason .plc-price span {
    float: none;
    width: auto;
    padding: 0px;
    line-height: 1.2em;
  }
  .service-mason .plc-price .harga {
    margin: 8px 0;
  }
  /* NEARBY PROPERTIES */
  #nearby-map-wrap {
    height: 350px;
  }
  /* DASHBOARD */
  .phrase-bar-wrap {
    overflow: hidden;
  }
  .phrase-bar {
    width: 80%;
    height: 20px;
    float: left;
  }
  .phrase-bar-wrap small {
    display: block;
    float: left;
    line-height: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    padding-top: 120px;
  }
  input,
  textarea,
  select {
    font-size: 12px;
  }
  .f-768-12px {
    font-size: 12px!important;
  }
  /* FONT */
  .border-bg span {
    padding-right: 25px;
  }
  /* POPUP */
  .fancybox-close {
    width: 50px!important;
    height: 50px!important;
    background-size: 30px auto !important;
  }
  .popup-header {
    padding-top: 60px;
  }
  .login-register a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .login-fb {
    margin-top: 30px;
  }
  .popup-login .form-button .reset-link {
    line-height: 46px;
  }
  /* TABLE */
  .package-table thead th {
    padding: 15px;
    font-size: 1.3em;
  }
  .package-table thead td {
    padding: 30px 15px;
    font-size: 1.5em;
  }
  .package-table tbody td {
    padding: 10px 15px;
    font-size: 12px;
  }
  .package-table .register-link {
    padding: 15px;
  }
  /* BUTTON */
  .btn {
    font-size: 14px;
  }
  /* FORMS */
  .select2-container .select2-selection--single {
    height: 36px;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
  }
  .select2-dropdown {
    border-color: #e5e5e5;
  }
  /* HEADER */
  header {
    top: 0;
    height: 120px;
  }
  header.stuck {
    top: -30px;
    height: 90px;
  }
  .header-bottom {
    height: 90px;
  }
  .stuck .header-bottom {
    height: 60px;
  }
  .logo img {
    height: 60px;
  }
  .stuck .logo img {
    height: 40px;
  }
  .btn-calculator {
    height: 40px;
    width: auto;
    background: #172d55;
    color: #fff;
  }
  .btn-calculator:hover {
    color: #fff;
    background: #f39c12;
  }
  .btn-calculator:before {
    width: 40px;
    height: 40px;
  }
  .btn-calculator span {
    line-height: 40px;
    height: 40px;
    text-indent: 0;
    padding-left: 55px;
    padding-right: 15px;
  }
  .ht-left,
  .ht-right {
    display: block;
  }
  .account-nav li {
    height: 30px;
  }
  .account-nav a {
    line-height: 30px;
    height: 30px;
  }
  /* MOBILE MENU */
  .mobile-menu-toggle {
    top: 45px;
  }
  .stuck .mobile-menu-toggle {
    top: 0;
  }
  .mobile-nav-wrap {
    padding-top: 120px;
  }
  .stuck + .mobile-nav-wrap {
    padding-top: 60px;
  }
  /* FOOTER */
  .fb-left {
    text-align: left;
  }
  .fb-right {
    text-align: right;
  }
  .footer-info li {
    background-position: left 1px;
  }
  .newsletter-form input[type="text"] {
    height: 34px;
  }
  .newsletter-form input.submit-btn {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  /* SECTION */
  .section {
    padding: 30px 0 40px;
  }
  .section-top-large {
    padding-top: 40px;
  }
  /* FLEXSLIDER */
  #desktop-flex .slide-text h1 {
    font-size: 2em;
  }
  #desktop-flex .slide-text p {
    font-size: 14px;
  }
  /* INDEX */
  .nearby-link {
    display: block;
  }
  .mobile-nearby-link {
    display: none;
  }
  /* STATIC BANNER */
  .static-banner img {
    position: relative;
    z-index: 1;
  }
  .breadcrumb {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background: none;
    z-index: 2;
    width: 100%;
    font-size: 12px;
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  }
  .bc-title {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
  }
  /* CONTACT */
  .contact-form {
    padding: 20px;
  }
  .side-menu a span {
    background-image: url(../images/icon/arrow-right-white2.png);
  }
  /* NEWS */
  .first-child .news-child {
    position: relative;
  }
  .first-child .news-child .img-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    overflow: hidden;
  }
  .first-child .news-child .news-content {
    margin-left: 300px;
    padding: 20px;
  }
  /* PRODUCT LIST */
  .pl-top {
    padding: 10px 15px;
  }
  .plt-view {
    display: block;
  }
  .plc-image {
    height: auto;
    position: relative;
    width: 100%;
  }
  .plc-image .img-wrap:before {
    display: block;
    padding-top: 65.85%;
  }
  .plc-image .img-wrap img {
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .plc-image .img-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .plc-action {
    left: 15px;
    top: 15px;
  }
  .plc-content {
    margin-left: 0;
  }
  .plcc-top {
    padding: 15px;
  }
  .plc-detail-table td {
    padding: 10px 15px;
    font-size: 12px;
  }
  .plcc-top .prod-badge {
    position: relative;
    right: 0;
    top: 0;
  }
  .plcc-top h2,
  .plc-meta {
    padding-right: 0;
  }
  .plc-price {
    padding: 10px;
    background: none;
  }
  .plc-price span {
    float: none;
    width: auto;
    padding: 0px;
    line-height: 1.2em;
  }
  .plc-price .harga {
    margin: 8px 0;
  }
  /* PRODUCT LIST - LIST VIEW */
  .pl-list .grid-child {
    width: 100%!important;
  }
  .pl-list .plc-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
  }
  .pl-list .plc-content {
    margin-left: 250px;
  }
  .pl-list .plc-image .img-wrap {
    height: 100%;
  }
  .pl-list .plc-image .img-wrap::before {
    display: none;
    padding: 0;
  }
  .pl-list .plc-image .img-wrap img {
    height: 100%;
    width: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .pl-list .plc-image .img-wrap:hover img {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
  .pl-list .plcc-top .prod-badge {
    position: absolute;
    right: 0;
    top: 15px;
  }
  .pl-list .plcc-top h2,
  .pl-list .plc-meta {
    padding-right: 90px;
  }
  .pl-list .plc-price {
    overflow: hidden;
    padding: 0;
    background-image: url(../images/border-bg.gif);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: 2px 1px;
  }
  .pl-list .plc-price span {
    float: left;
    width: 50%;
    padding: 10px;
    line-height: 30px;
  }
  .pl-list .plc-price .harga {
    margin: 0;
  }
  .plc-developer {
    padding: 15px;
  }
  /* PROPERTY DETAIL */
  .pd-images {
    margin-bottom: 40px;
  }
  .pd-price {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 25%;
  }
  .pd-main-content h1,
  .pd-main-content .plc-meta {
    width: 75%;
  }
  .property-map .flexible-map {
    padding-bottom: 250px;
  }
  .property-map .flexible-map iframe,
  .property-map .flexible-map object,
  .property-map .flexible-map embed {
    height: 250px;
  }
  .pd-images .plc-action {
    left: 25px;
  }
  .pd-images .plc-action > div {
    width: auto;
  }
  .pd-images .plc-action > div > a {
    width: auto;
    padding-right: 15px;
    position: relative;
  }
  .overall-score {
    height: 152px;
  }
  .overall-review {
    padding: 10px 15px;
  }
  .or-child {
    padding-right: 120px;
  }
  .review-bar {
    margin-left: 90px;
  }
  .review-bar .the-number span {
    display: inline;
  }
  .add-ulasan {
    padding: 15px;
    padding-bottom: 30px;
  }
  .add-ulasan h3 {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .add-ulasan .raty-rating {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .add-ulasan .raty-rating img {
    height: 24px;
  }
  .ulc {
    padding: 12px 15px;
  }
  /* SERVICE LIST */
  .pl-list .service-mason .plc-image {
    border-bottom: 2px solid #e5e5e5;
    border-right: none;
  }
  .pl-list .service-mason .plc-image .img-wrap img {
    height: auto;
    width: auto;
  }
  /* NEARBY PROPERTIES */
  .nearby-top .nt-content {
    height: 150px;
    padding: 0;
    position: relative;
  }
  .ntc {
    width: 100%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
  }
  .nt1 .nt-content {
    background-position: 35px center;
    background-size: auto 80px;
  }
  .nt1 .ntc {
    text-align: left;
    padding-left: 120px;
  }
  #nearby-map-wrap {
    height: 400px;
  }
  /* KPR CALCULATOR */
  .calc-pad-30 {
    padding: 20px;
  }
  .calc-form {
    padding-bottom: 15px;
  }
  .calc-form .form-group {
    margin-bottom: 20px;
  }
  .calc-form .form-group label {
    float: left;
    padding-bottom: 0;
    line-height: 36px;
    width: 250px;
    padding-right: 10px;
  }
  .calc-form .form-group .input-wrap {
    margin-left: 250px;
  }
  .kpr-bank-intro {
    overflow: hidden;
    background: #f5f5f5;
  }
  .kbi-banner {
    float: right;
    width: 50%;
  }
  .kbi-content-wrap {
    float: left;
    width: 50%;
    padding: 20px;
  }
  /* DASHBOARD */
  .overview-child .big-number {
    font-size: 4.4em;
  }
  .overview-child .oc-note {
    font-size: 12px;
  }
  .calc-pad-30 .heading-area {
    margin-bottom: 20px;
  }
  .top-5-phrase {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .top-5-phrase li {
    margin-bottom: 15px;
  }
  /* MY PROPERTY */
  .account-table thead th {
    padding: 12px 15px;
  }
  .account-table tbody td {
    font-size: 12px;
    padding: 10px 15px;
  }
  .cell-action {
    width: 100px;
  }
  .acc-prop-preview .app-content span.app-title {
    font-size: 14px;
  }
  .dark-toggle {
    padding: 12px 15px;
  }
  .dark-toggle-content {
    padding: 10px 15px;
  }
  /* MESSAGE */
  .message-detail {
    padding: 20px;
  }
  .message-detail .heading-area {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* PAKET */
  .border-box {
    padding: 15px;
  }
  .plain-gray-table thead th {
    padding: 15px;
  }
  .plain-gray-table tbody td {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 140px;
  }
  /* FONT */
  .border-bg span {
    padding-right: 30px;
  }
  /* TABLE */
  .package-table thead th {
    padding: 18px 20px;
    font-size: 1.5em;
  }
  .package-table thead td {
    padding: 36px 20px;
    font-size: 1.75em;
  }
  .package-table tbody td {
    padding: 15px 20px;
    font-size: 14px;
  }
  .package-table .register-link {
    padding: 20px;
  }
  /* HEADER */
  .logo {
    left: 15px;
  }
  header {
    height: 140px;
  }
  header.stuck {
    height: 130px;
  }
  .header-bottom {
    border-bottom: none;
  }
  .header-bottom {
    height: 70px;
  }
  .stuck .header-bottom {
    height: 60px;
  }
  .logo img {
    height: 50px;
  }
  .stuck .logo img {
    height: 40px;
  }
  .category-section {
    opacity: 1;
    visibility: visible;
  }
  /* MOBILE MENU */
  .mobile-menu-toggle {
    display: none;
  }
  /* MOBILE NAV */
  .mobile-nav-wrap {
    display: none;
  }
  /* SECTION */
  .section {
    padding: 40px 0 60px;
  }
  .section-top-large {
    padding-top: 60px;
  }
  /* INDEX */
  #index-slider {
    position: relative;
  }
  #desktop-flex .slide-text,
  .flex-direction-nav {
    top: 40%;
  }
  #search-property {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 50;
  }
  #search-property .form-button {
    padding-top: 9px;
  }
  .flex-direction-nav a {
    background-color: #7f7f7f;
  }
  .flex-direction-nav a:hover {
    background-color: #172d55;
  }
  .flex-direction-nav a.flex-next {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .flex-direction-nav a.flex-prev {
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* STATIC BANNER */
  .breadcrumb {
    font-size: 16px;
  }
  .bc-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* CONTACT */
  .contact-form {
    padding: 30px;
  }
  /* NEWS */
  .first-child .news-child .img-wrap {
    width: 460px;
  }
  .first-child .news-child .news-content {
    margin-left: 460px;
  }
  .news-meta {
    margin-bottom: 20px;
  }
  /* PROPERTY LIST */
  .overlay-all,
  .overlay-all.opened {
    visibility: 0;
    opacity: 0;
  }
  .property-sidebar .sidebar-content {
    position: relative;
    width: 100%;
    z-index: 1;
    display: block;
    visibility: visible;
    overflow: visible;
    left: 0;
    top: 0;
    opacity: 1;
  }
  /* PRODUCT SIDEBAR */
  .filter-button {
    display: none;
  }
  .overlay-all,
  .overlay-all.opened {
    visibility: 0;
    opacity: 0;
  }
  /* NEARBY PROPERTIES */
  #nearby-map-wrap {
    height: 500px;
  }
  /* KPR CALCULATOR */
  .calc-pad-30 {
    padding: 25px;
  }
  .calc-form .form-group {
    margin-bottom: 30px;
  }
  /* MY PROPERTIES */
  .app-mobile-view a {
    float: none;
    margin-bottom: 5px;
  }
  /* ADD PROPERTIES */
  .add-facility-content .form-button .btn {
    width: 100%!important;
    height: 36px;
    line-height: 36px;
    text-align: center;
  }
  .add-facility-content input[type="file"] {
    padding: 7px 15px;
  }
  .table-bottom-navigation {
    overflow: hidden;
  }
  .table-bottom-navigation .tbn-1 {
    float: right;
  }
  .table-bottom-navigation .tbn-1 nav[role="navigation"] {
    text-align: right!important;
  }
  .table-bottom-navigation .tbn-2 {
    text-align: left;
    float: left;
    padding-top: 2em;
  }
  /* PAKET */
  .border-box {
    padding: 20px;
  }
  .notify-box {
    padding: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (min-height: 640px) {
  /* INDEX */
  #index-slider {
    width: 100%;
    height: 100%;
  }
  #desktop-flex,
  #desktop-flex .flex-viewport,
  #desktop-flex .slides,
  #desktop-flex .slides li {
    height: 100%!important;
  }
  #desktop-flex .slides img {
    display: none;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
  .f-1200-12px {
    font-size: 12px!important;
  }
  .f-1200-14px {
    font-size: 14px!important;
  }
  /* POPUP */
  .popup-content {
    padding-top: 30px;
  }
  .login-register a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .popup-login .form-button .reset-link {
    line-height: 50px;
  }
  /* BUTTON */
  .btn {
    font-size: 16px;
  }
  /* FORMS */
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 45px;
  }
  .select2-results__option {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* HEADER */
  .btn-calculator {
    font-size: 14px;
  }
  /* MAIN NAVIGATION */
  #main-nav a {
    font-size: 14px;
    margin-right: 30px;
  }
  /* FOOTER */
  .footer-info li {
    padding-left: 35px;
    background-size: 20px auto;
    background-position: left top;
    padding-top: 2px;
    margin: 12px 0;
  }
  /* SECTION */
  .section {
    padding: 50px 0 80px;
  }
  .section-top-large {
    padding-top: 80px;
  }
  /* FLEXSLIDER */
  #desktop-flex .slide-text h1 {
    font-size: 2.25em;
  }
  #desktop-flex .slide-text p {
    font-size: 18px;
  }
  #desktop-flex .slide-text {
    top: 30%;
  }
  #desktop-flex .flex-direction-nav {
    top: 50%;
  }
  /* INDEX */
  #search-property h2 {
    line-height: 50px;
  }
  #search-property h2:before {
    width: 50px;
  }
  #search-property h2 span {
    padding-left: 70px;
    padding-right: 20px;
    background-size: 50px auto;
  }
  .search-form {
    padding: 0 50px;
  }
  #search-property .form-button {
    padding-top: 12px;
  }
  .nearby-link {
    padding: 12px 20px;
  }
  /* STATIC BANNER */
  .breadcrumb {
    font-size: 18px;
  }
  .bc-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  /* CONTACT */
  .side-menu a {
    padding: 0 20px;
  }
  .side-menu a span {
    padding: 13px 0;
  }
  /* NEWS */
  .news-child .news-content {
    padding: 20px;
  }
  .first-child .news-child .news-content {
    padding: 30px;
  }
  .news-meta {
    margin-bottom: 20px;
  }
  .first-child h2 {
    margin-bottom: 10px;
  }
  .news-detail .news-child .img-wrap {
    margin-right: 30px;
  }
  .news-detail .news-content {
    padding-top: 10px;
  }
  .news-detail .news-content h2 {
    margin-bottom: 10px;
  }
  /* PROPERTY LIST */
  .pl-top {
    padding: 15px 30px;
  }
  .pl-top .form-group {
    margin-right: 30px;
  }
  .plt-view {
    right: 50px;
  }
  .plcc-top {
    padding: 20px;
  }
  .plc-action > div {
    width: auto;
  }
  .plc-action > div > a {
    width: auto;
    padding-right: 15px;
    position: relative;
  }
  .plc-detail-table td {
    font-size: 13px;
    padding: 15px 20px;
    width: 50%;
  }
  .plc-link a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 80px;
  }
  /* PRODUCT LIST - LIST VIEW */
  .pl-list .plc-image {
    width: 350px;
  }
  .pl-list .plc-content {
    margin-left: 350px;
  }
  /* PROPERTY LIST */
  .property-map .flexible-map {
    padding-bottom: 300px;
  }
  .property-map .flexible-map iframe,
  .property-map .flexible-map object,
  .property-map .flexible-map embed {
    height: 300px;
  }
  .pd-images .plc-action {
    left: 30px;
  }
  /* PROPERTY DETAIL */
  .pd-price .f-gm {
    padding-top: 10px;
  }
  .side-heading-icon {
    line-height: 50px;
  }
  .side-heading-icon:before {
    width: 50px;
  }
  .side-heading-icon span {
    padding-left: 70px;
    padding-right: 20px;
    background-size: 50px auto;
  }
  .pd-agent .side-heading-icon {
    display: block;
  }
  .overall-review {
    padding: 18px 20px;
  }
  .review-bar {
    font-size: 12px;
  }
  .add-ulasan {
    padding: 18px 20px;
    padding-bottom: 50px;
    margin-top: 15px;
  }
  .overall-score {
    height: 168px;
  }
  .ulasan-list {
    margin-top: 30px;
  }
  .ulc {
    padding: 15px 20px;
  }
  /* SERVICE LIST */
  .service-mason .plc-link a {
    line-height: 50px;
  }
  .service-mason .plcc-top {
    padding: 20px;
  }
  /* NEARBY PROPERTIES */
  .nearby-top .nt-content {
    height: 200px;
  }
  .nt1 .nt-content {
    background-position: 60px center;
    background-size: auto 130px;
  }
  .nt1 .ntc {
    padding-left: 190px;
  }
  #nearby-map-wrap {
    height: 600px;
  }
  /* KPR CALCULATOR */
  .calc-pad-30 {
    padding: 30px;
  }
  .calc-form .form-group label {
    width: 270px;
    padding-right: 15px;
  }
  .calc-form .form-group .input-wrap {
    margin-left: 270px;
  }
  .kbi-banner {
    width: 57%;
  }
  .kbi-content-wrap {
    width: 43%;
    padding: 50px 30px;
  }
  .kbi-content-wrap p {
    margin-top: 30px;
  }
  /* DAHSBOARD */
  .calc-pad-30 .heading-area {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .ha-left {
    float: left;
  }
  .filter-dash-form {
    float: right;
  }
  /* MY PROPERTY */
  .account-table thead th {
    padding: 15px 20px;
  }
  .account-table tbody td {
    font-size: 14px;
    padding: 12px 20px;
  }
  .acc-prop-preview .img-wrap {
    width: 60px;
    height: 60px;
  }
  .acc-prop-preview .app-content {
    margin-left: 80px;
  }
  .acc-prop-preview .app-content span.app-title {
    font-size: 16px;
  }
  .app-mobile-view i {
    width: 26px;
  }
  .cell-action {
    width: 115px;
  }
  .dark-toggle {
    padding: 15px 20px;
  }
  .dark-toggle-content {
    padding: 12px 20px;
  }
  /* MESSAGE */
  .message-detail {
    padding: 30px;
  }
  .message-detail .heading-area {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  /* PAKET */
  .tabbing-menu {
    margin-bottom: 20px;
  }
  .tabbing-menu a {
    font-size: 14px;
    padding: 12px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .border-box {
    padding: 30px;
  }
  .plain-gray-table thead th {
    padding: 18px 20px;
  }
  .plain-gray-table tbody td {
    padding: 13px 20px;
  }
  .notify-box {
    padding: 15px 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  body {
    padding-top: 190px;
  }
  .f-1600-12px {
    font-size: 12px!important;
  }
  .f-1600-14px {
    font-size: 14px!important;
  }
  /* HEADER */
  header {
    height: 190px;
  }
  header.stuck {
    top: -40px;
    height: 160px;
  }
  .header {
    padding-top: 40px;
  }
  .header-top {
    height: 40px;
    line-height: 40px;
  }
  .header-bottom {
    height: 110px;
  }
  .stuck .header-bottom {
    height: 80px;
  }
  .logo img {
    height: 70px;
  }
  .stuck .logo img {
    height: 50px;
  }
  .btn-calculator {
    height: 56px;
    font-size: 16px;
  }
  .btn-calculator:before {
    width: 56px;
    height: 56px;
  }
  .btn-calculator span {
    line-height: 56px;
    height: 56px;
    padding-left: 76px;
    padding-right: 20px;
  }
  .ht-call {
    padding-left: 30px;
    background-size: 20px auto;
  }
  .ht-right a {
    height: 40px;
    min-width: 50px;
    padding: 0 20px;
  }
  .account-nav li {
    height: 30px;
  }
  .account-nav a {
    line-height: 30px;
    height: 30px;
  }
  /* INDEX */
  #index-slider {
    width: 100%;
    height: 800px;
  }
  #desktop-flex .slides img {
    display: none;
  }
  #desktop-flex,
  #desktop-flex .flex-viewport,
  #desktop-flex .slides,
  #desktop-flex .slides li {
    height: 100%!important;
  }
  /* NEARBY PROPERTIES */
  #nearby-map-wrap {
    height: 640px;
  }
}
@media (min-width: 1600px) and (min-height: 800px) {
  /* INDEX */
  #index-slider {
    width: 100%;
    height: 100%;
  }
}

.row.same-height:after,
.row.same-height:before {
  content:initial;
}
.same-height {
  display: flex;
  flex-wrap: wrap;
}

.same-height > .grid-child {
  float:none;
  display: flex;
  flex-wrap: wrap;
}