/*

TemplateMo 556 Catalog-Z

https://templatemo.com/tm-556-catalog-z

*/
@font-face {
    font-family: 'gothambold1';
    src: url('/resources/fonts/gothambold1.eot');
    src: local('gothambold1'), url('/resources/fonts/gothambold1.woff') format('woff'), url('/resources/fonts/gothambold1.ttf') format('truetype');
}
body {
  background: #6b7e69;
  color: #fff;
}


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1002;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   {
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1001;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;
                transition: all 0.3s 1s ease-out;
    }

p { line-height: 1.8; }

a {
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover { color:#009999; }
.container-fluid { max-width: 1770px; }
.tm-container-small { max-width: 1050px; }
.btn { border-radius: 0; }
.btn-primary {
    background-color: #009999;
    border: 0;
    border-radius: 5px;
    padding: 12px 50px 14px;
    font-size: 1.2rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color:#086969;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #009999;
    pointer-events: all;
    cursor: not-allowed;
}

.form-control {
	padding: 10px 20px;
	width: 100%;
	height: auto;
}

.form-group { margin-bottom: 25px; }
.tm-btn-big { padding: 12px 90px 14px; }

.navbar-toggler:focus { box-shadow: none; }
.navbar-brand {
    color: #fff;
    font-size: 1.6rem;
}

.navbar-brand i { font-size: 2rem; }

.tm-hero {
    min-height: 200px;
    background: transparent;
}

.tm-mt-60 { margin-top: 60px; }
.tm-mb-50 { margin-bottom: 50px; }
.tm-mb-74 { margin-bottom: 74px; }
.tm-mb-90 { margin-bottom: 90px; }
.tm-text-primary { color: #009999; }
.tm-text-secondary { color: #CC6699; }
a.tm-text-primary:hover { color:#666666; }
.tm-bg-gray { background-color: #EEEEEE; }
.tm-input-paging {
    width: 40px;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    background: #f4f4f4;
    text-align: center;
}

.nav-item { margin-right: 30px; }
.nav-item:last-child { margin-right: 0; }

.nav-link {
    color: #fff;
    border-bottom: 4px solid transparent;
    font-size: 1.2rem;
}

.nav-link:hover{
  color: #efff00;
}

.nav-link-1.active,
.nav-link-1:hover {
    border-color: #33CCFF;
}

.nav-link-2.active,
.nav-link-2:hover {
    border-color: #FF6666;
}

.nav-link-3.active,
.nav-link-3:hover {
    border-color: #33CC66;
}

.nav-link-4.active,
.nav-link-4:hover {
    border-color: #CC66CC;
}

.tm-search-input {
    width: 360px;
    border-radius: 0;
    padding: 12px 15px;
    color: #009999;
    border: none;
}

.tm-search-input:focus {
    border-color: #009999;
    box-shadow: 0 0 0 0.25rem rgb(0 153 153 / 0.25);
}

.tm-search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #009999;
    opacity: 1; /* Firefox */
}

.tm-search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #009999;
}

.tm-search-btn {
    color: white;
    background-color: #009999;
    border: none;
    width: 100px;
    height: 50px;
    margin-left: -1px;
}

p, .tm-text-gray { color: #999; }
.tm-text-gray-light { color: #CCC; }
.tm-text-gray-dark { color: #666; }

.tm-video-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.tm-video-item img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.tm-video-item figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-video-item figcaption::before,
.tm-video-item figcaption::after {
    pointer-events: none;
}

.tm-video-item figcaption,
.tm-video-item figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tm-video-item figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-video-item h4, .tm-video-item h5 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.tm-video-item h4,.tm-video-item h5,
.tm-video-item p {
    margin: 0;
}

.tm-video-item p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.tm-gallery div.d-block { animation: show .5s ease; }

@keyframes show {
    0% {
    	opacity: 0;
    	transform: scale(0.9);
    }
    100% {
    	opacity: 1;
    	transform: scale(1);
    }
}

.tm-paging-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
    color: #999;
    background-color: #EEEEEE;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tm-paging-link:hover,
.tm-paging-link.active {
    background-color: #009999;
    color: #fff;
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h4 {
    font-size: 0.9em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
figure.effect-ming h5 {
    font-size: 0.6em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover h4 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption { background-color: rgba(58,52,42,0); }
figure.effect-ming:hover img { opacity: 0.4; }

.tm-footer-links li {
    list-style: none;
    margin-bottom: 5px;
}

.tm-footer-links li a { color: #999999; }
.tm-footer-links li a:hover { color: #009999; }

.tm-social-links li {
    list-style: none;
    margin-right: 15px;
}

.tm-social-links li:last-child { margin-right: 0; }

.tm-social-links li a  {
    color: #999999;
    width: 44px;
    height: 44px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.tm-social-links li a:hover {
    color: #fff;
    background-color: #009999;
}

.tm-footer { font-size: 0.95rem; }
.tm-footer-title { font-size: 1.4rem; }

/* Videos */
#tm-video-container {
    max-height: 400px;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 90px;
    position: relative;
}

#tm-video {
    display: block;
    width: 100%;
    height: auto;
}

#tm-video-control-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    color: #e1e1e1;
}

.tm-video-details {
    height: 100%;
    padding: 40px;
}

/* About */
.tm-row-1640 { max-width: 1640px; }
.tm-about-2-col { max-width: 716px; }
.tm-about-3-col { max-width: 540px; }

.tm-about-2-col,
.tm-about-3-col {
    margin-bottom: 50px;
}

.tm-about-icon-container {
    width: 150px;
    height: 150px;
    border: 1px solid #009999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-about-img-text { max-width: 940px; }

/* Contact */
select.form-control { border-radius: 0; }
select.form-control option { height: 30px; }

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    padding: 14px 20px;
    padding-right: 20px;
    color: #666;
}

.mapouter{
    position:relative;
    height:480px;
    width:100%;
    max-width: 480px;
}

.gmap-canvas {
    overflow:hidden;
    background:none!important;
    height:480px;
    width:100%;
}

.tm-contact-form { max-width: 420px; }
.tm-address-col { max-width: 520px; }
.tm-contacts { padding-left: 0; }

.tm-contacts li {
    list-style: none;
    margin-bottom: 20px;
}

.tm-contacts li a i { width: 30px; }
.tm-social { display: flex; }

.tm-social li {
    list-style: none;
    margin-bottom: 20px;
    margin-right: 15px;
}

.tm-social li a i {
    width: 40px;
    height: 40px;
    color: #666666;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.tm-social li a:hover i {
    color: #fff;
    background-color: #009999;
}

.form-control,
input:-internal-autofill-selected,
select:not([multiple]) {
    color: #009999 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:  #009999;
    opacity: 1; /* Firefox */
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        right: 0px;
        background: #6b7e69;
        padding: 15px;
    }

    .tm-container-content { max-width: 870px; }
    .tm-contact-form, .tm-address-col, .mapouter { max-width: 100%; }
    .tm-people-row { max-width: 900px; }
}

@media (max-width: 767px) {
    .tm-paging-col { flex-direction: column; }
    .tm-paging { flex-wrap: wrap; }
    .tm-about-img-text { max-width: 640px; }
    .tm-about-2-col, .tm-about-3-col { margin-bottom: 50px; }
}

@media (max-width: 575px) {
    .tm-container-content { max-width: 420px; }

    .tm-search-form {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        justify-content: center;
    }

    .tm-search-input {
        width: 100%;
        max-width: 360px;
    }

    .tm-people-row { max-width: 420px; }
}

@media (max-width: 400px) {
    .tm-btn-big { padding: 12px 50px 14px; }
}

@media (max-width: 334px) {
    .tm-social-links {
        flex-wrap: wrap;
        justify-content: start !important;
    }

    .tm-social-links li { margin-right: 3px; }
}
#tentang-wisata-wartablora h3{
  color: #383838 !important;
}
#tentang-wisata-wartablora p{
  color: #000 !important;
}

#copyright{
  color: #000;
}
#copyright a{
  color: #56000f;
}
#copyright a:hover{
  color: #9b001b;
}
.red{
  color: red !important;
}

.bg-white {
  background: white !important;
}
.pt-60{
  padding-top: 60px !important;
}
.text-subtitle-atas{
  color: #B30000;
}
h4.text-subtitle-atas{
  margin-bottom: 5px;
}
.text-title{
  color: #000;
}
.text-black{
  color: #000;
}
#post-content h4 {
  color: #484848;
    font-size: 100%;
    line-height: 147%;
    padding-top: 20px;
    padding-bottom: 11px;
    border-bottom: 2px #aba2a2 dashed;
    margin-bottom: 20px;
}
#post-content p{
  color: #000;
}
.tm-mb-1{
  margin-bottom: 1px;
}
.paddingbottom20{
  padding-bottom: 20px !important;
}

/*
Social media share
*/
@font-face {
  font-family: 'iconset';
  src: url('/resources/fonts/iconset.tmp.woff?p7zmsr') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mail:before,
.icon-send-email:before {
  content: "\e906";
}
.icon-share:before,
.icon-web-share:before {
  content: "\e909";
}
.icon-link:before,
.icon-copy-link:before {
  content: "\e90a";
}
.icon-facebook:before {
  content: "\e956";
}
.icon-github:before {
  content: "\e957";
}
.icon-google-hangout:before {
  content: "\e958";
}
.icon-google-plus:before {
  content: "\e959";
}
.icon-instagram:before {
  content: "\e95a";
}
.icon-linkedin:before {
  content: "\e95b";
}
.icon-messenger:before {
  content: "\e95c";
}
.icon-skype:before {
  content: "\e95d";
}
.icon-telegram:before {
  content: "\e95e";
}
.icon-twitter:before {
  content: "\e95f";
}
.icon-whatsapp:before {
  content: "\e960";
}
.icon-wordpress:before {
  content: "\e961";
}
.icon-youtube:before {
  content: "\e962";
}
.social-share{margin:2rem 0 3rem; padding-bottom: 20px}
.social-share {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.share-actions {
  margin: 0 -0.2rem;
  list-style: none;
  padding-left: 0;
}

.share-action {
  float: left;
  margin: 0.2rem 0.2rem;
  text-align: center;
}

.share-button {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-highlight: none;
}

.share-button:active, .share-button:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.share-intent {
  display: block;
  padding: 0.25rem 0.3rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  background: #aaaaaa;
  border: 0;
  border-radius: 0;
}

.share-icon {
  vertical-align: middle;
}
.share-icon:before, .share-icon:after {
  display: block;
}

.share-intent-facebook {
  background: #365899;
}

.share-intent-twitter {
  background: #1da1f2;
}

.share-intent-pinterest {
  background: #cc2127;
}

.share-intent-linkedin {
  background: #0976b4;
}

.share-intent-whatsapp {
  background: #25d366;
}

.share-intent-messenger {
  background: #0084ff;
}

.share-intent-telegram {
  background: #179cde;
}

.share-intent-send-email {
  background: #886666;
}

.share-intent-copy-link {
  background: #33ddff;
}

.share-copied-link-message {
  position: fixed;
  top: 50%;
  left: 50%;
  display: inline-block;
  max-width: 80vw;
  width: 100%;
  padding: 1.3rem 3rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(5, 5, 5, 0.89);
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1002;
}

.share-fx-copied-link {
  position: relative;
}

.share-fx-copied-link--ground {
  content: "";
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.3);
  transition: opacity 0.8s ease-out;
  opacity: 0.78;
  z-index: 1001;
}

.share-fx-copied-link--ground[hidden] {
  display: block !important;
  opacity: 1;
}

.share-action-callout {
  display: inline-block;
  margin: 0.2rem 0.5rem;
}

.share-intent-callout {
  border-radius: 0;
  color: #ccc;
  outline: 0;
  transform: none !important;
}

@media (min-width: 992px) {
  .share-actions {
    margin: 0 -0.3rem;
  }

  .share-action {
    margin: 0.2rem 0.3rem;
  }

  .share-intent {
    font-size: 2rem;
  }

  .share-copied-link-message {
    width: auto;
  }
}

.mt-12 {
  margin-top: 12px !important;
}
.nopaddingleft {
    padding-left: 0;
}
.nopaddingright {
    padding-right: 0;
}

.banner_terkait {
    background: brown;
    padding: 3px 10px;
    margin-top: 20px;
}

.konten-terkait {
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}

.konten-terkait ul.news_feed {
    margin-bottom: 20px;
}
ul {
  color: #000;
}
ul.news_feed {
    list-style: none;
    padding-left: 0;
}
ul.news_feed li {
    padding-top: 12px;
    padding-bottom: 12px;
}
h6.news_feed-tgl {
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 78%;
}
.konten-terkait h1.news_feed-title {
    margin-top: 0;
    font-size: 1.1em !important;
    line-height: 1.3em;
}
.konten-terkait h1.news_feed-title a {
    color: #4c0112;
}
.konten-terkait h5.news_feed-subtitle {
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 0.9em !important;
}
.konten-terkait h5.news_feed-subtitle a {
    color: #170862;
}
.video-container{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-youtube{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img.img-small-list {
  max-width: 30%;
  float: left;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
img.img-responsive {
    max-width: 100%;
    height: auto;
}
.banner_berita_lainnya {
    color: white;
    background: #032c2a;
    padding: 6px;
}
.light-text {
  color: #fff;
}
.float-left {
  float: left;
}
.paddingright10{
  padding-right: 10px;
}
.paddingleft10 {
  padding-left: 10px;
}
.borderbottom {
  border-bottom: solid #ccc 1px;
}
h4.frontpage-title {
    font-size: larger;
}
h4.frontpage-title a {
    color: #fffdb5;
}
h4.frontpage-title a:hover {
    color: #fff800;
}
h5.frontpage-subtitle {
    font-size: medium;
    margin: 0;
}
h5.frontpage-subtitle a {
    color: #fff;
}
h5.frontpage-subtitle a:hover {
    color: #fff800;
}
h6.frontpage-news_feed-tgl {
    font-size: smaller;
    color: #c8f3d7;
    margin: 0;
}
button.btn.btn-loadmore {
    background: #6b7e69;
    border: solid #39801f;
    color: #f4f39e;
    /* font-weight: bold; */
    font-family: 'gothambold1' !important;
}

figure.image figcaption {
    color: #fff;
    background: #a5a5a5;
    padding: 4px 10px;
    font-size: small;
    font-weight: bold;
    text-align: right;
    font-family: 'gothambold1' !important;
}
