/* http://www.virtudraft.com/blog/sticky-footer-using-csss-display-table.html */
html,
body {
  height: 100%; }

body {
  /* only to force vertical scroll on browsers */
  overflow-y: scroll;
  /* remove default paddings and margins on browsers */
  padding: 0;
  margin: 0; }

.sticky-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
  /*for navbar-fixed-top*/
  /*padding-top: 60px;*/ }

.sticky-innerwrap {
  display: table-row;
  height: 100%; }

.sticky-footer {
  /*display: table-row;*/
  display: table-footer-group;
  height: 1px;
  font-size: 0.8em;
  margin-top: 20px; }

/* btn */
.rounded {
  border-radius: 50%; }

.btn .fa {
  min-width: 12px; }

.arsindo-left-col {
  position: relative; }

.footer {
  display: table-row;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.2em;
  z-index: 1000; }
  @media only screen and (max-width: 480px) {
    .footer {
      font-size: 1em; } }
  .footer .footer-title {
    float: left;
    margin-right: 20px; }

.arsindo-bg-white .footer {
  background-color: black;
  color: white; }
.arsindo-bg-white .footer a:not(.btn) {
  color: white !important; }
  .arsindo-bg-white .footer a:not(.btn):hover, .arsindo-bg-white .footer a:not(.btn):active {
    background-color: #505050; }
.arsindo-bg-white .footer-sub > .container > .row {
  border-top: 1px solid #eee; }
.arsindo-bg-white .hamburger {
  background-color: #fff; }
  .arsindo-bg-white .hamburger .hamburger-inner,
  .arsindo-bg-white .hamburger .hamburger-inner::after,
  .arsindo-bg-white .hamburger .hamburger-inner::before {
    background-color: #000; }
.arsindo-bg-white.home .nav-pills > li > a:hover,
.arsindo-bg-white.home .nav-pills > li > a:focus {
  background-color: #505050;
  background-image: none;
  border: none;
  color: white; }

.arsindo-bg-dark .footer {
  background-color: white;
  color: black; }
.arsindo-bg-dark .nav-pills > li > a:hover,
.arsindo-bg-dark .nav-pills > li > a:focus {
  background-color: #dedede;
  background-image: none;
  border: none; }
.arsindo-bg-dark .footer a:not(.btn) {
  color: black !important; }
.arsindo-bg-dark .footer-sub > .container > .row {
  border-top: 1px solid #505050; }
.arsindo-bg-dark .hamburger {
  background-color: #161616; }
  .arsindo-bg-dark .hamburger .hamburger-inner,
  .arsindo-bg-dark .hamburger .hamburger-inner::after,
  .arsindo-bg-dark .hamburger .hamburger-inner::before {
    background-color: #fff; }

.footer-sub {
  padding-bottom: 15px;
  font-size: 10px; }
  .footer-sub .wrap-logo {
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    /*display: inline-flex;*/
    width: 100%;
    clear: both; }
    .footer-sub .wrap-logo .logo {
      /*display: inline;*/
      /*max-height: 22px;*/
      /*flex: 1 1 auto;*/
      max-height: 44px;
      -webkit-box-flex: 1;
      /* OLD - iOS 6-, Safari 3.1-6 */
      -moz-box-flex: 1;
      /* OLD - Firefox 19- */
      max-width: 33.3%;
      /* For old syntax, otherwise collapses. */
      -webkit-flex: 1;
      /* Chrome */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      width: auto; }
  .footer-sub .nav > li > * {
    position: relative;
    display: block;
    padding: 5px 5px; }

.nav-pills > li > a {
  background-color: transparent;
  background-image: none;
  border: none; }
.nav-pills > li > a:hover {
  border: none; }
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover {
  background-image: none; }

.page-thumb-block {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .page-thumb-block {
      margin-bottom: 0.5em; } }
  .page-thumb-block .page-thumb-block-title {
    position: absolute;
    top: 0;
    color: white;
    text-align: left;
    font-weight: bold;
    line-height: 1em; }
    @media only screen and (max-width: 991px) {
      .page-thumb-block .page-thumb-block-title {
        margin-top: 0;
        margin-bottom: 0; } }

.col-md-3 .page-thumb-block.vertical .page-thumb-block-title {
  padding: 2em;
  line-height: 1em;
  font-size: 1.5em; }
  @media only screen and (max-width: 991px) {
    .col-md-3 .page-thumb-block.vertical .page-thumb-block-title {
      font-size: 1.3em; } }

.bxslider .page-thumb-block.vertical .page-thumb-block-title,
.col-md-2 .page-thumb-block.vertical .page-thumb-block-title {
  padding: 1em;
  line-height: 1.3em;
  font-size: 1em; }
  @media only screen and (max-width: 991px) {
    .bxslider .page-thumb-block.vertical .page-thumb-block-title,
    .col-md-2 .page-thumb-block.vertical .page-thumb-block-title {
      font-size: 0.9em; } }

.page-thumb-block.horizontal .page-thumb-block-title {
  padding: 1em;
  line-height: 1.3em;
  font-size: 1em; }

/* light gallery */
.lg-sub-html {
  font-size: 10px;
  color: #efefef;
  text-align: left; }
  .lg-sub-html p {
    font-size: 10px; }

.popup-caption table {
  border: 0;
  width: 100%; }
  .popup-caption table tr td {
    padding-right: 10px;
    vertical-align: top; }
  .popup-caption table tr td:first-child {
    width: 1px;
    white-space: nowrap; }

.lSSlideOuter a,
.gallery a {
  border-bottom: none !important; }

.lSSlideOuter {
  background-color: #bdc3c7;
  text-align: center; }

.lslide img {
  margin-left: auto;
  margin-right: auto; }

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

.mb-40 {
  margin-bottom: 40px; }

.grid-item {
  padding-right: 0;
  padding-left: 0;
  /*padding-bottom: 30px;*/ }

@media only screen and (max-width: 480px) {
  .footer-sub .nav > li {
    position: relative;
    display: block;
    float: none; } }
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  z-index: 10000; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* jQuery.mmenu */
nav#my-menu:not(.mm-menu) {
  display: none; }

/* override bootstrap */
.breadcrumb {
  padding: 0;
  margin-bottom: 20px;
  border: none;
  text-shadow: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none; }
  .breadcrumb > li + li:before {
    content: "";
    padding: 0;
    color: transparent; }

/* magnificPopup */
.mfp-inline-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-inline-holder .mfp-content {
  max-width: 100%; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.arsindo-js-inline-holder iframe {
  width: 100%;
  margin: 40px 0; }
.arsindo-js-inline-holder .table {
  background-color: black;
  color: white; }
  @media (min-width: 576px) {
    .arsindo-js-inline-holder .table {
      /*padding: 40px 0 40px;*/
      margin-top: 40px; } }
  .arsindo-js-inline-holder .table > tbody > tr > td {
    border-top: none !important; }

@media (max-width: 575px) {
  img.mfp-img {
    padding: 40px 0 0; } }
/* bxslider */
.arsindo-js-bxslider-wrapper {
  visibility: hidden; }
  .arsindo-js-bxslider-wrapper .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none; }

.arsindo-js-bxslider {
  display: flex; }
  .arsindo-js-bxslider > * {
    display: none; }
  .arsindo-js-bxslider:first-child {
    display: block; }

.bx-wrapper .bx-controls-direction a {
  z-index: 1; }
.bx-wrapper img {
  margin-left: auto;
  margin-right: auto; }
.bx-wrapper .bx-caption {
  background: rgba(255, 255, 255, 0.75); }
  .bx-wrapper .bx-caption span {
    color: black; }

/* mmenu */
.header {
  position: fixed;
  /*left: 0;*/
  right: 0;
  /*width: 100% !important;*/
  margin-right: 0 !important;
  text-align: right;
  top: 0;
  /* Small Devices, Tablets */ }
  @media only screen and (max-width: 480px) {
    .header {
      width: 100% !important; } }

@media (min-width: 800px) {
  .header > * {
    /*display: none;*/ } }
#menu:not(.mm-menu) {
  display: none; }
#menu .arsindo-mmenu-title {
  font-size: large; }
#menu .mm-listview {
  font-size: small;
  border: none; }
  #menu .mm-listview > li:not(.mm-divider)::after {
    display: none; }

.arsindo-bg-dark #menu .mm-listview a:hover,
.arsindo-bg-white.home #menu .mm-listview a:hover {
  color: white; }

.arsindo-bg-white #menu .mm-listview li a {
  color: rgba(255, 255, 255, 0.8); }
  .arsindo-bg-white #menu .mm-listview li a:hover {
    color: black; }
.arsindo-bg-white #menu .mm-listview li.active a {
  color: black;
  text-decoration: none;
  background-color: #dddddd; }

.mm-page {
  height: 100%;
  /* for sticky footer */ }

.table-borderless tr,
.table-borderless td,
.table-borderless th {
  border: none !important; }

/*# sourceMappingURL=styles.css.map */
