/***** Reset & Basics *****/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***** Basic Styles *****/
html {
  overflow: 0;
}

/***** Typography *****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", Helvetica, Arial;
  font-weight: 300;
  line-height: 29px;
  padding: 0;
  color: #565555;
  margin: 0 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.valignmiddle {
  vertical-align: middle;
}

p {
  margin: 0 0 20px;
  padding: 0;
  text-align: justify;
}

sup,
sub {
  height: 0;
  line-height: 1px;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1px;
}
sub {
  top: 1px;
  font-size: 0.6em;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}

.low-bottom {
  margin-bottom: 2px;
}

/***** Blockquotes *****/
blockquote,
blockquote p {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 24px;
  color: #9c9c9c;
  font-style: italic;
}

blockquote {
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  float: left;
}

blockquote cite {
  display: block;
  margin-top: -5px;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}

blockquote span {
  width: 15px;
  display: inline-block;
}

/***** Horizontal Line *****/
hr {
  border: 0;
  border-top: 1px solid #999;
  height: 2px;
  width: 100%;
  text-align: left;
  margin: 20px 0;
}

/***** Pullquotes *****/
.pullquote_right,
.pullquote_left {
  color: #9c9c9c;
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-top: 3px;
  margin-left: 10px;
  padding-left: 15px;
  width: 40%;
  font-style: italic;
  line-height: 1.4em;
  border-left: 2px solid #ccc;
}

.pullquote_left {
  border-right: 2px solid #ccc;
  border-left: none;
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 15px;
}

/***** Links *****/
a:hover {
  color: #999;
  text-decoration: none;
  outline: 0;
}

a:link,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
  outline: 0;
}

/***** Lists *****/
ul,
ol {
  margin: 0 0 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 15px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul.star li {
  background: transparent url(../images/list-star.png) no-repeat 0 0px;
  padding: 0 0 0 23px;
}

ul.arrow2 li {
  background: transparent url(../images/list-greenarw.png) no-repeat 0 0px;
  padding: 0 0 0 23px;
}

ul.check li {
  background: transparent url(../images/list-check.png) no-repeat 0 0px;
  padding: 0 0 0 23px;
}

ul.cross li {
  background: transparent url(../images/list-cross.png) no-repeat 0 0px;
  padding: 0 0 0 23px;
}

ul.gear li {
  background: transparent url(../images/list-gear.png) no-repeat 0 0px;
  padding: 0 0 0 23px;
}

ul.pen li {
  background: transparent url(../images/list-pen.png) no-repeat 0 0px;
  padding: 0 0 0 23px;
}

ul.arrow li {
  background: transparent url(../images/list-arrow.png) no-repeat 0 6px;
  padding: 0 0 0 18px;
}

ul.sidebar-list li {
  background: transparent url(../images/list-arrow2.png) no-repeat 0 5px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding: 0 0 9px 15px;
}

ul.sidebar-list li a,
ul.sidebar-list li a:visited {
  color: #979797;
  text-decoration: none;
}

ul.sidebar-list li a:hover {
  color: #807f7f;
  text-decoration: none;
}

ul.square,
ul.circle,
ul.disc ul.star,
ul.arrow {
  float: left;
}

ul ul,
ul ol,
ol ol,
ol ul {
  font-size: 90%;
  margin: 4px 0 5px 30px;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 16px;
  margin-bottom: 12px;
}

ul.large li,
li p {
  line-height: 21px;
}

/***** Images *****/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.max-image {
  width: 100%;
  height: auto;
}

/***** Buttons  *****/
.button {
  display: inline-block;
  font-family: "Lato", Georgia, Arial !important;
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 10px;
}

.button:hover {
  text-decoration: none;
}

.button.small {
  font-size: 12px;
  padding: 5px 16px 6px 16px;
}

.button.medium {
  font-size: 14px;
  padding: 6px 18px 7px 18px;
}

.button.large {
  font-size: 16px;
  padding: 9px 24px 11px 24px;
}

.button.grey {
  background-color: #353535;
}

.button.white {
  color: #505050 !important;
  background-color: #e1e1e1;
}

.button.red {
  background-color: #e62727;
}

.button.orange {
  background-color: #ff5c00;
}

.button.blue {
  background-color: #00adee;
}

.button.green {
  background-color: #a2c437;
}

.arrow-icon {
  padding-right: 33px !important;
}

.arrow-icon:after {
  content: "";
  display: block;
  background: url(https://www.indonez.com/error/404.html) no-repeat;
  width: 9px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 32px;
}

/***** Tables  *****/
table {
  width: 100%;
  margin: 0 0 20px;
}

table th {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Lato", Georgia, Arial;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: left;
  padding: 12px;
}

table td {
  background-color: #f0f0f0;
  color: #828282;
  text-align: left;
  padding: 12px;
}

table td.highlight {
  color: #fff;
  font-weight: 700;
}

.table-green table tr th {
  background-color: #91bd09;
}

.table-cyan table tr th {
  background-color: #46c7c7;
}

.table-purple table tr th {
  background-color: purple;
}

.table-brown table tr th {
  background-color: #804000;
}

.table-rosy table tr th {
  background-color: #f16c7c;
}

.table-gold table tr th {
  background-color: #d4a017;
}

.table-pink table tr th {
  background-color: #e22092;
}

.table-blue table tr th {
  background-color: #00adee;
}

.table-yellow table tr th {
  background-color: #ffb515;
}

.table-magenta table tr th {
  background-color: #a9014b;
}

.table-orange table tr th {
  background-color: #ff5c00;
}

.table-red table tr th {
  background-color: #e62727;
}

.table-grey table tr th {
  background-color: #666;
}

.table-white .table th {
  color: #666;
}

.table-white table tr th {
  background-color: #fff;
}

table tr.even td,
table tr.odd td {
  background-color: #fff;
}

table tr td.highlight,
.table-black table tr th {
  background-color: #333;
}

/***** Back to Top *****/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 12px;
  right: 12px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border: none;
  text-indent: 100%;
  background: url(../images/ui.totop.png) no-repeat left top;
  z-index: 190;
}

#toTopHover {
  background: url(../images/ui.totop.png) no-repeat left -50px;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/***** Global Classes *****/
.img-left {
  float: left;
  border: none;
  margin: 5px 16px 11px 0;
}

.img-right {
  float: right;
  border: none;
  margin: 5px 0 11px 16px;
}

.img-center {
  display: block;
  margin: 5px auto 11px;
}

.img-border {
  background-color: #eaeaea;
  padding: 8px;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-big {
  color: #a2bd30;
  font-weight: 700;
  line-height: 26px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underline {
  border-bottom: 1px solid;
}

.highlight {
  background: #ffc;
}

.nopadding {
  padding: 0;
}

.noindent {
  margin-left: 0;
  padding-left: 0;
}

.nobullet {
  list-style: none;
  list-style-image: none;
}

.block {
  display: block;
}

.hidden,
.hide {
  display: none;
}

/***** Highlight Text Styling *****/
.highlighttext {
  color: #939292;
  font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  line-height: 26px;
}

/***** Divider Styling *****/
.divider {
  width: 100%;
  height: 1px;
  margin: 10px 0px 28px 0px;
  background: #e8e8e8;
  clear: both;
  display: block;
}

/****** Dropcap *****/
.dropcap1 {
  width: 39px;
  height: 39px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background-image: url(../images/dropcap-circle.png);
  background-repeat: no-repeat;
  font-size: 20px;
  color: #fff;
  text-align: center;
  float: left;
  margin: 3px 8px 0 0;
  padding: 6px 0 3px;
}

.dropcap2 {
  width: 39px;
  height: 39px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background-image: url(../images/dropcap-square.png);
  background-repeat: no-repeat;
  font-size: 20px;
  color: #fff;
  text-align: center;
  float: left;
  margin: 3px 8px 0 0;
  padding: 6px 0 3px;
}

.dropcap3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 32px;
  color: #4f4f4f;
  text-align: center;
  float: left;
  margin: -3px 9px 0 0;
  padding: 5px 3px 0;
}

/***** Title Color Styling *****/
.title-green {
  color: #619e10;
}

.title-blue {
  color: #2d8aad;
}

.title-orange {
  color: #f4902d;
}

.title-red {
  color: #d12525;
}

/***** Custom Message Styling *****/
.info {
  color: #478bbf;
  background: #dceff5 url(../images/list-info.png) 17px 17px no-repeat;
  border: 1px solid #b8e7f5;
  margin: 15px 0;
  padding: 14px 10px 15px 40px;
}

.success {
  color: #3f9153;
  background: #d7f7df url(../images/list-check.png) 17px 17px no-repeat;
  border: 1px solid #a3f7b8;
  margin: 15px 0;
  padding: 14px 10px 15px 40px;
}

.error {
  color: #c24848;
  background: #ffd6d6 url(../images/list-cross.png) 17px 17px no-repeat;
  border: 1px solid #ffc2c2;
  margin: 15px 0;
  padding: 14px 10px 15px 40px;
}

.warning {
  color: #cf9e00;
  background: #faf2d7 url(../images/list-warning.png) 17px 17px no-repeat;
  border: 1px solid #fae8af;
  margin: 15px 0;
  padding: 14px 10px 15px 40px;
}

/***** Form Styling *****/
input[type="text"],
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 9px 9px;
  border: none;
  outline: 0;
  width: 100%;
  color: #c1c1c1;
  background: #f7f7f7;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  height: 150px;
  line-height: 150%;
}

input[type="text"]:hover,
textarea:hover,
input[type="text"]:focus,
textarea:focus {
  border-color: #d7d7d7;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form label {
  margin-left: 10px;
}

/***** Tab Styling *****/
ul.tabs {
  display: block;
  margin-bottom: 0px;
  border-bottom: solid 1px #ddd;
  height: 40px;
  list-style: none;
  padding: 4px 0 0 2px;
  float: left;
}

ul.tabs li {
  float: left;
  height: 40px;
}

ul.tabs li a {
  display: block;
  height: 38px;
  line-height: 40px;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
  color: #7d7b7b;
  background: #fafafa;
  font-size: 13px;
  text-decoration: none;
  border-width: 1px 1px 0;
  margin: 0 0 0 -1px;
  padding: 0 19px;
  position: relative;
  z-index: 100;
}

ul.tabs li.active a {
  position: relative;
  height: 39px;
  top: -2px;
  padding-top: 4px;
  background: #fff;
  border-bottom: none;
  color: #7d7b7b;
  position: relative;
  z-index: 100;
}

.tab_container {
  width: 99.6% !important;
  margin: 0px 0px 12px 1px;
  border-top: none;
  clear: both;
  background: #fff;
  border: solid 1px #ddd;
  position: relative;
  float: left;
}

.tab_content {
  padding: 18px 25px 10px;
}

.tab_content p {
  font-size: 13px;
  padding-top: 5px;
}

.tab_content img {
  float: left;
}

/***** Code Styling *****/
pre {
  clear: both;
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: url(../images/pre_bg.gif) repeat;
  border: 1px solid #d3d3d3;
  line-height: 19px;
  overflow: auto;
  overflow-y: hidden;
  color: #555;
  margin: 0 0 20px;
  padding: 18px 20px 15px;
}

/***** Testimonials Styling *****/
.testi-container {
  width: 100%;
  padding: 10px 12px 4px 12px;
  background-image: url(../images/testi-bgbox.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid 1px #dbdcde;
  position: relative;
  float: left;
}

.testi-container:after {
  left: 4px;
  right: 4px;
  bottom: -5px;
  box-shadow: 0 0 2px #ddd;
}

.testi-container,
.testi-container:before,
.testi-container:after {
  border: 1px solid #dbdcde;
}

.testi-container:before,
.testi-container:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 3px;
  right: 3px;
  height: 1px;
  border-top: none;
}

.testi-baloon {
  width: 100%;
  height: 22px;
  margin: -1px 0px 4px 0px;
  background-image: url(../images/testi-baloon.png);
  background-repeat: no-repeat;
  background-position: 43px 0px;
  position: relative;
  float: left;
  z-index: 100;
}

.testi-text {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 10px 14px 0px 14px;
}

.testi-image {
  width: 48px;
  height: 48px;
  margin: -4px 10px 25px 21px;
  background-color: #e7e7e7;
  border: 3px solid #c9c9c9;
  float: left;
}

.testi-image img {
  width: 46px;
  height: 42px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  float: left;
}

.testi-name {
  color: #4a4a4a;
  line-height: 20px;
  font-family: "Lato", Georgia, Arial;
  letter-spacing: -1px;
  font-size: 14px;
  margin-top: 0px;
  float: left;
}

.company-name {
  letter-spacing: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #a6a6a6;
}

/***** FAQ STYLING *****/
.ask {
  cursor: pointer;
  background-color: #ededed;
  padding: 9px 13px 10px;
  clear: both;
}

.question {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #eee;
  margin: 0 0 8px;
  padding: 15px 18px 1px;
  position: relative;
}

.openquestion,
.closedquestion {
  color: #979797 !important;
  margin-bottom: 5px;
}

/***** 404 Page Styling *****/
#error-wrapper {
  margin: 20px 0px 40px 0px;
}

#error-wrapper h4 {
  margin: -10px 0 24px;
}

.error-img {
  margin-top: 22px;
}

#search-error {
  float: left;
  margin: 0px 0px 45px 0px;
}

#search-form-error {
  width: 278px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px 12px 0px 0px;
  padding: 12px 9px;
  border: none;
  outline: 0;
  color: #c1c1c1;
  background: #f7f7f7;
  float: left;
}

#search-button {
  padding-top: 7px;
  padding-bottom: 8px;
}

/***** Pricing Plan Styling *****/
.pricing-wrapper {
  padding: 35px 0 50px;
}

.pricing-wrapper .pricing-column:first-child {
  margin-left: 1px;
}

.pricing-column {
  width: 25%;
  margin: 20px 0px 25px 0px;
  margin: 20px -1px 25px 0px \0/;
  background-color: #393939;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  border: 1px solid #e4e4e4 \0/;
  float: left;
}

.pricing-title {
  color: #a0a0a0;
  text-shadow: 0px 1px 1px #323232;
  text-align: center;
  padding: 10px 0 12px;
}

.pricing-price {
  margin: -15px 0px -20px 0px;
  background-color: #4c4c4c;
  border-top: 1px solid #505050;
  text-align: center;
  padding: 6px 0 0;
}

.pricing-price h1 {
  color: #fff;
  text-shadow: 0px 1px 1px #323232;
  margin-top: 14px;
}

.pricing-price p {
  margin-top: 5px;
  padding-bottom: 20px;
  color: #a0a0a0;
  text-shadow: 0px 1px 1px #323232;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 18px;
}

ul.pricing-feature {
  width: 100%;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 0 8%;
}

.pricing-feature li {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  border-bottom: 1px solid #e4e4e4;
  margin: 0;
  padding: 10px 8px;
}

.pricing-button {
  text-align: center;
  margin-top: -1px;
  background-color: #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 20px 0 10px;
}

.feature-package {
  position: relative;
  z-index: 100;
  margin: 5px 0px 25px 0px;
  margin: 5px -1px 25px 0px \0/;
}

.feature-package .pricing-button {
  padding: 25px 0 28px;
}

.feature-package .pricing-button a {
  margin-top: 5px;
}

.orange-pr {
  background-color: #e25100;
}

.orange-pr .pricing-price {
  background-color: #fe6c1a;
  border-top: 1px solid #fe7223;
}

.green-pr {
  background-color: #779710;
}

.green-pr .pricing-price {
  background-color: #9ec032;
  border-top: 1px solid #a2c536;
}

.blue-pr {
  background-color: #008cc0;
}

.blue-pr .pricing-price {
  background-color: #01aeef;
  border-top: 1px solid #00b4f8;
}

.red-pr {
  background-color: #cd0d0d;
}

.red-pr .pricing-price {
  background-color: #ef2b2b;
  border-top: 1px solid #f53636;
}

.orange-pr .pricing-title,
.orange-pr .pricing-price p,
.green-pr .pricing-title,
.green-pr .pricing-price p,
.blue-pr .pricing-title,
.blue-pr .pricing-price p,
.red-pr .pricing-title,
.red-pr .pricing-price p {
  color: #fff;
}

/***** Tooltip Styling *****/
#tooltip {
  font-size: 0.875em;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  color: #fff;
  background: #333;
  zoom: 1 !important;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 100;
  padding: 7px 11px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top-color: #333;
  border-top: 7px solid rgba(0, 0, 0, 0.8);
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  margin-left: -7px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom-color: #333;
  border-bottom: 10px solid rgba(0, 0, 0, 0.6);
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/***** Fancybox Styling *****/
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
}

.fancybox-outer,
.fancybox-inner {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8020;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/loading_lightbox.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  cursor: pointer;
  background: transparent url("https://www.indonez.com/error/404.html"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: -13px;
}

.fancybox-next {
  right: -13px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 20px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 20px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #000;
  background: url(../images/fancy_overlay.png) repeat;
}

#fancybox-overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 45px;
  right: 50%;
  margin-bottom: -45px;
  z-index: 8030;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/***** Portfolio Filter *****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/***** Box Content Panels *****/
.panel {
  background: #fafafa;
  border: solid 1px #ddd;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel.callout {
  background: #2ba6cb;
  color: #fff;
  border-color: #2284a1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.panel.callout a {
  color: #fff;
}
.panel.callout .button {
  background: white;
  border: none;
  color: #2ba6cb;
  text-shadow: none;
}
.panel.callout .button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.panel.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.panel:after {
  left: 4px;
  right: 4px;
  bottom: -5px;
  box-shadow: 0 0 2px #ddd;
}
.panel,
.panel:before,
.panel:after {
  background: #fafafa;
  border: 1px solid #ddd;
}
.panel:before,
.panel:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 3px;
  right: 3px;
  height: 1px;
  border-top: none;
}
.panel:hover {
  -webkit-box-shadow: 0 0px 7px #ddd;
  -moz-box-shadow: 0 0px 7px #ddd;
  box-shadow: 0 0px 7px #ddd;
}

/***** Box Content Color *****/
.box-blue {
  background: #01afee;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.box-blue h1,
.box-blue h2,
.box-blue h3,
.box-blue h4,
.box-blue h5,
.box-blue h6,
.box-blue p,
.box-blue ul {
  color: #fff;
}
.box-green {
  background: #5ea919;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.box-green h1,
.box-green h2,
.box-green h3,
.box-green h4,
.box-green h5,
.box-green h6,
.box-green p,
.box-green ul {
  color: #fff;
}
.box-purple {
  background: #5134ab;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.box-purple h1,
.box-purple h2,
.box-purple h3,
.box-purple h4,
.box-purple h5,
.box-purple h6,
.box-purple p,
.box-purple ul {
  color: #fff;
}
.box-red {
  background: #f22601;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.box-red h1,
.box-red h2,
.box-red h3,
.box-red h4,
.box-red h5,
.box-red h6,
.box-red p,
.box-red ul {
  color: #fff;
}
.box-yellow {
  background: #450923;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.box-yellow h1,
.box-yellow h2,
.box-yellow h3,
.box-yellow h4,
.box-yellow h5,
.box-yellow h6,
.box-yellow p,
.box-yellow ul {
  color: #fff;
}
.box-grey {
  background: #ededed;
  margin: 0 0 22px 0;
  padding: 20px 25px 20px 25px;
  position: relative;
}
.box-grey h1,
.box-grey h2,
.box-grey h3,
.box-grey h4,
.box-grey h5,
.box-grey h6 {
  color: #565555;
}
.box-grey p {
  color: #898989;
}

/***** Camera Slideshow *****/
.camera_wrap a,
.camera_wrap img,
.camera_wrap ol,
.camera_wrap ul,
.camera_wrap li,
.camera_wrap table,
.camera_wrap tbody,
.camera_wrap tfoot,
.camera_wrap thead,
.camera_wrap tr,
.camera_wrap th,
.camera_wrap td .camera_thumbs_wrap a,
.camera_thumbs_wrap img,
.camera_thumbs_wrap ol,
.camera_thumbs_wrap ul,
.camera_thumbs_wrap li,
.camera_thumbs_wrap table,
.camera_thumbs_wrap tbody,
.camera_thumbs_wrap tfoot,
.camera_thumbs_wrap thead,
.camera_thumbs_wrap tr,
.camera_thumbs_wrap th,
.camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
.camera_wrap {
  display: none;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.camera_wrap img {
  max-width: none !important;
}
.camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.camera_wrap {
  width: 100%;
}
.camera_src {
  display: none;
}
.cameraCont,
.cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.camera_target_content .camera_link {
  background: url(https://www.indonez.com/error/404.html);
  display: block;
  height: 100%;
  text-decoration: none;
}
.camera_loader {
  background: #fff url(../images/loading_slideshow.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(../images/loading_slideshow.gif)
    no-repeat center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 44px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 44px;
  z-index: 3;
}
.camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar,
.camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar,
.camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.camerarelative {
  overflow: hidden;
  position: relative;
}
.imgFake {
  cursor: pointer;
}
.camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_prevThumbs div {
  background: url(../images/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.camera_nextThumbs div {
  background: url(../images/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.camera_command_wrap .hideNav {
  display: none;
}
.camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.camera_pag_ul li img {
  display: none;
  position: absolute;
}
.camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.camera_prev,
.camera_next,
.camera_commands {
  cursor: pointer;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}
.camera_prev {
  left: 0;
}
.camera_prev > span {
  background: url(../images/camera_skins.png) no-repeat 0 10px;
  display: block;
  height: 60px;
  width: 40px;
}
.camera_next {
  right: 0;
}
.camera_next > span {
  background: url(../images/camera_skins.png) no-repeat -40px 10px;
  display: block;
  height: 60px;
  width: 40px;
}
.camera_commands {
  right: 41px;
}
.camera_commands > .camera_play {
  background: url(../images/camera_skins.png) no-repeat -80px 0;
  height: 60px;
  width: 40px;
}
.camera_commands > .camera_stop {
  background: url(../images/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 60px;
  width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
}
.camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 1),
    inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: center;
}
.camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
}
.camera_clear {
  display: block;
  clear: both;
}
.showIt {
  display: none;
}
.camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.pattern .camera_overlayer {
  background: url(https://www.indonez.com/error/404.html) repeat;
}

.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #434648;
}
.camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}
.camera_prevThumbs,
.camera_nextThumbs,
.camera_prev,
.camera_next,
.camera_commands,
.camera_thumbs_cont {
  background-color: #fff;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}

/* Caption stylesheet */
.caption-image-left,
.caption-text-right,
.caption-text-left {
  width: 460px;
  bottom: 0;
  display: block;
  position: relative;
  margin-left: 50px;
  float: left;
}

.caption-image-left-people {
  width: 460px;
  bottom: -15px;
  display: block;
  position: relative;
  margin-left: 50px;
  float: left;
}

.caption-text-center {
  width: 960px;
  bottom: 0;
  display: block;
  position: relative;
  margin-left: 40px;
  float: left;
}

.caption-image-right {
  width: 460px;
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
  float: left;
}

.caption-image-center {
  width: 960px;
  margin-left: 40px;
  text-align: center;
  bottom: 0;
  display: block;
  position: absolute;
}

.caption-image-left img {
  top: 5px;
  left: 30px;
  position: relative;
}

.caption-image-right img {
  top: 10px;
  right: 50px;
  position: relative;
}

.caption-image-center img {
  top: 10px;
  position: relative;
}

.caption-text-right h1 {
  width: 400px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -1px;
  line-height: 36px;
  position: relative;
  top: 100px;
}

.caption-text-left h1 {
  width: 400px;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 36px;
  position: relative;
  top: 100px;
  left: 40px;
}

.caption-text-center h1 {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  line-height: 36px;
  position: relative;
  top: 50px;
}

.caption-text-right p {
  width: 400px;
  font-size: 18px;
  font-family: "Lato", Arial, Tahoma, Verdana;
  font-weight: 300;
  color: #fff;
  position: relative;
  top: 100px;
}

.caption-text-left p {
  width: 400px;
  font-size: 18px;
  font-family: "Lato", Arial, Tahoma, Verdana;
  font-weight: 300;
  color: #fff;
  position: relative;
  top: 100px;
  left: 40px;
}

.caption-text-center p {
  font-size: 18px;
  font-family: "Lato", Arial, Tahoma, Verdana;
  font-weight: 300;
  text-align: center;
  color: #fff;
  position: relative;
  top: 50px;
}

.caption-text-right a {
  position: relative;
  top: 110px;
}

.caption-text-left a {
  position: relative;
  top: 110px;
  left: 40px;
}
