html {
    font-size: 62.5%;
}

body {
    width: 100vw;
    overflow-x: hidden;
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #222;
    background: #f5f5f5;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro";
    margin-top: 0;
    margin-bottom: 2rem;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem;
    }
    h2 {
        font-size: 4.2rem;
    }
    h3 {
        font-size: 3.6rem;
    }
    h4 {
        font-size: 3.0rem;
    }
    h5 {
        font-size: 2.4rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}
.container {
margin: 0 auto;
padding: 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  max-width: 1200px;
}
.container:after, .field:before, .field:after {
    content: "";
    display: table;
    clear: both;
}

[class*='w-'] {
box-sizing: border-box;
    width: 100%;
    float: left;
}

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

@media (max-width: 600px) {
    .container.full-w {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 600px) {
    .container {
        width: 80%;
    }
    [class*='w-'] {
        margin-left: 4%;
    }
    [class*='w-']:first-child {
        margin-left: 0;
    }
    .w-1 {
        width: 4.66666666667%
    }
    .w-2 {
        width: 13.3333333333%
    }
    .w-3 {
        width: 22%
    }
    .w-4 {
        width: 30.6666666667%
    }
    .w-5 {
        width: 39.3333333333%
    }
    .w-6 {
        width: 48%
    }
    .w-7 {
        width: 56.6666666667%
    }
    .w-8 {
        width: 65.3333333333%
    }
    .w-9 {
        width: 74.0%
    }
    .w-10 {
        width: 82.6666666667%
    }
    .w-11 {
        width: 91.3333333333%
    }
    .w-12 {
        width: 100%;
        margin-left: 0
    }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

header.bar {
    line-height: 50px;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 999;
}

header.bar .title {
    padding: 0 20px;
    background: #222;
    font-family: 'Source Sans Pro';
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}

header.bar .title span {
    margin-left: 10px;
}

header.bar a {
    display: flex;
    float: left;
}

header.bar nav.main {
    padding: 0 10px;
    display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: row;
align-items: stretch;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
height: 100%;
width: calc(100% - 157px);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
float: left;
}

header.bar nav.main a {
    display: flex;
    padding: 0 10px;
    text-decoration: none;
    color: #555;
}

header.bar nav.main a:hover {
    color: #000;
}
header.bar nav.main a:last-child {
    padding-right: 20px;
}

header.bar nav.main a span {
    white-space: pre;
    letter-spacing: -.5px;
}

.wimepbox {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: .3s cubic-bezier(.77,0,.175,1);
}

header.mepopen .wimepbox{
  visibility: visible;
  opacity: 1;
  transform: none;
}

.mepnav {
    float: left;
    padding-top: 30px;
    padding-bottom: 20px;
    background: #222;
    width: 30%;
    max-height: 60vh;
    overflow-y: auto;
}

.themep{
  position: absolute;
  left: 30%;
  right: 0;
  top: 0;
  bottom: 0;
}

.themep iframe {
    position: relative;
    width: 100%;
    height: 100%;
}

.mepnav a {
    display: block;
    width: calc(100% - 60px);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
}

.wisrcbox {
    position: absolute;
    left: 70px;
    right: 0;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s cubic-bezier(.77,0,.175,1);
    transform: translateX(50px);
}

header.cariopen .wisrcbox{
  opacity: 1;
  visibility: visible;
  transition-delay: .4s;
  transform: none;
}

header nav a{
  transition: .3s cubic-bezier(.77,0,.175,1);
}
header.cariopen nav a{
  opacity: 0;
  transform: scale(.5);
  visibility: hidden;
}
header.cariopen .wifunc{
  opacity: 0;
  visibility: hidden;
}
header.cariopen nav a:nth-child(1),
header nav a:nth-child(5){transition-delay: .25s;}

header.cariopen nav a:nth-child(2),
header nav a:nth-child(4){transition-delay: .2s;}

header nav a:nth-child(3){transition-delay: .15s;}

header.cariopen nav a:nth-child(4),
header nav a:nth-child(2){transition-delay: .1s;}

.wisrcbox-inner {
width: 80%;
margin: 0 auto;
position: relative;
}

.wisrcbox-inner .srcbg{
position: absolute;
left: 0;
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.wisrcbox-inner .srcbg svg{
    padding: 16px 0;
    display: inherit;
}
.wisrcbox input {
    line-height: 50px;
    padding: 0 10px 0 38px;
    border: 0;
    display: inherit;
    width: calc(100% - 77px);
    background: transparent;
}

.wisrcbox input:focus {
  outline: none;
}
.srcsugesbox {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 30px;
    transition: .3s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
header.cariopen .srcsugesbox{
transition-delay: .7s;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.thekey a {
    display: block !important;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #bbb;
    margin-right: 10px;
    border-radius: 3px;
    color: #222;
    text-decoration: none;
}
.wifunc{
  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    transition: .3s cubic-bezier(.77,0,.175,1);
}

.wifunc .togel{
  padding: 0 10px;
  cursor: pointer;
}
.wifunc .togel svg {
  display: block;
  padding: 16px 0;
    fill: #333;
}
.wiclose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    cursor: pointer;
}
.wiclose svg {
    padding: 16px 0;
    display: inherit;
}

.wioverlay {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(.77,0,.175,1);
}

header.mepopen .wioverlay,
header.cariopen .wioverlay{
  opacity: 1;
  visibility: visible;
}
header.cariopen .wioverlay{
transition-delay: .4s;
}

.title svg {
    height: 20px;
    margin: 15px 0;
    fill: #fff;
}

@media screen and (max-width:1280px) {
    header.bar nav.main {
        mask-image: -webkit-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        mask-image: -moz-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        -webkit-mask-image: -webkit-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        -webkit-mask-image: -moz-linear-gradient(to right, transparent, black 20px, black 90%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 20px, black 90%, transparent);
    }
}

@media screen and (max-width:600px) {
    header.bar {
        background: #222;
        line-height: 40px;
    }
    header.bar .title {
        padding: 0 5px 0 15px;
    }
    .title svg {
        height: 20px;
        margin: 10px 0;
    }
    header.bar nav.main a {
        padding: 0 7px;
        color: #eee;
    }
    header.bar nav.main a:hover {
        color: #fff;
    }
    .wisrcbox-inner .srcbg svg,
    .wiclose svg,
    .wifunc .togel svg {
      padding: 11px 0;
        fill: #fff;
    }
    .wisrcbox {
      left: 45px;
    }
    .wisrcbox input {
      line-height: 40px;
      color: #fff;
    }
    .wioverlay {
      top: 40px;
    }
}

header.kepala {
    position: relative;
    overflow: hidden;
}

.heading {
    padding: calc(15vh + 50px) 0;
    color: #fff;
}
.content.destpage .heading,.content.newspage .heading,.content.galpage .heading {
    padding: 150px 0 100px;
}
.titleloc {
    font-weight: 400;
}

.bgslide {
    min-height: 400px;
    position: relative;
    margin-bottom: 20px;
}
.vidslide{
  position: relative;
}
.infotempat {
    margin-bottom: 50px;
}

.tbldiscover,.tblviwmor {
    display: inline-block;
    padding: 10px 25px;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #222;
    border-radius: 5px;
    transition: .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.tblviwmor{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.more.field{
  margin-bottom: 50px;
}
.thepost.dest a.tbldiscover{
float: right;
margin-top: 50px;
}
a.tbldiscover:hover,.tblviwmor:hover{
  background: #222;
  color: #fff;
}
.tblpleyvid {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s cubic-bezier(.77,0,.175,1);
}
.tblpleyvid:hover svg {
  padding: 17px 19.5px;
}
.tblpleyvid:after {
    position: absolute;
    content: 'Play teaser';
    display: inline-block;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%,10px);
    color: #fff;
    text-shadow: 0 0 10px #aaa;
}
.vidover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    bottom: 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: .3s cubic-bezier(.77,0,.175,1);
}
.vidover.open{
opacity: 1;
visibility: visible;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.vid-inner {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.video-container {
    transform: translateY(20px);
    transition:.3s;
}
.vidover.open .video-container {
    transform: none;
}
.tblpleyvid svg path {
    fill: #fff;
    display: inline-block;
}

.tblpleyvid svg {
    display: block;
    padding: 15px 17.5px;
    transition: .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.wislider {
    transition: .5s cubic-bezier(.77,0,.175,1);
    padding-bottom: 200px;
}

.wicell {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: .5s cubic-bezier(.77,0,.175,1);
}

.wicell.aktif {
    z-index: 2;
}

.wicell.aktif.pert {
    opacity: 0;
}

.wicell .thebg {
    visibility: hidden;
    opacity: 0;
    transition: .5s cubic-bezier(.77,0,.175,1);
}

.wicell.aktif .thebg {
    transition-delay: .5s;
    opacity: 1;
    visibility: visible;
    animation: fadeInUp;
    animation-duration: .5s;
    animation-delay: .5s;
}

.wicell .titleslide {
    animation: fadeOut;
    animation-duration: .5s;
    visibility: hidden;
    opacity: 0;
    transition: .5s cubic-bezier(.77,0,.175,1);
    animation-delay: 1s;
}

.wicell.aktif .titleslide {
    transition-delay: .7s;
    opacity: 1;
    visibility: visible;
    animation: fadeInUp;
    animation-delay: .7s;
    animation-duration: .5s;
}

.item {
    margin-top: -70px;
    position: relative;
    z-index: 3;
}
.item .field.p{
  padding: 100px 0;
}
.item .field .field.f{
  padding: 0 0 50px 0;
}
.thepost .field{
  padding: 0 0 50px 0;
}
.mepplace,.destpage .mepplace .container{
  height: 500px;
}
.destpage .mepplace .container{
  border-radius: 5px;
  overflow: hidden;
}
.mepplace iframe{
  width: 100%;
  height: 100%;
}
.thebg, .theblurbg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
    transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.theblurbg.scale {
    transform: scale(1.5);
}
.thebgoverlay {
    background: rgba(255, 255, 255, 0.7);
    background-image: linear-gradient(285deg,#0093e9 0%, #80d0c7 100%);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wislider .theblurbg {
    transition: 1s cubic-bezier(.77,0,.175,1);
    opacity: 0;
}

.wislider .theblurbg.aktif {
    opacity: 1;
}

.item .thepost .field, .theexplore .thefilterpost.field {
    margin: 0 -3px;
}
.postcapt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(transparent,rgba(0, 0, 0, 0.5));
}
.pictoverlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: .45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.overlayicon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.overlayicon svg{
  width: 40px;
  height: 40px;
  fill:#fff;
}
.photos:hover .pictoverlay{
  opacity: 1;
  visibility: visible;
}
.postcapt h4, .postcapt h5{
  color: #fff;
}
.tags a {
    text-decoration: none;
    color: #ddd;
    font-weight: 500;
    margin-left: 5px;
    padding: 0 0 5px;
}
.tags span{
  color: #fff;
}
.tags a:first-child{
  margin-left: 0;
}
article.post{
    position: relative;
    width: calc(25% - 6px);
    float: left;
    margin: 3px;
    border-radius: 3px;
    overflow: hidden;
    transition: .45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 49.5px 70px -24.5px rgba(0,0,0,0.3);
}
.thegal article.post{
width: calc(25% - 6px) !important;
}
.homepage .thepost article.post,
.itempage .thepost .widget{
    height: 50vh;
    max-height: 500px;
}
.galpage .thepost article.post{
  height: 40vh;
  max-height: 500px;
}
.newspage .thepost article.post{
  width: calc(100% - 6px) !important;
  margin: 10px 3px;
}
.destpage .thepost{
  margin-top: 50px;
}
article.news.field{
 margin-bottom: 70px !important;
}
.thefilterpost article.post,.destpage .thepost article.post{
  height: 30vh;
}
.thefilterpost article.post:first-child{
    width: calc(50% - 6px);
}
article.post:hover {
    box-shadow: 0 4px 4px rgba(0,0,0,.1), 0 8px 8px rgba(0,0,0,.1), 0 16px 16px rgba(0,0,0,.1), 0 32px 32px rgba(0,0,0,.15), 0 64px 64px rgba(0,0,0,.15);
    z-index: 1;
}
article.post:hover .thebg,.thepost .photos:hover .thebg{
  transform: scale(1.05);
}
article.post img {
    display: inherit;
}
article p:first-child:first-letter{
  margin-left:0;
  font-size:300%;
  float:left;
  font-weight:900;
  padding-right:10px;
  line-height:45px;
  text-transform:uppercase}
.thepost article.post:first-child,.thepost article.post:nth-child(6) {
    width: calc(50% - 6px);
}
.destpage .thepost article.post:first-child{
  width: calc(50% - 6px);
}
.itempage .thepost .posttext article{
  padding: 50px 30px;
  background: #fff;
}
.itempage .thepost .posttext iframe {
    width: 100%;
    display: inherit;
}
.itempage .thepost .sidebarpost{
  margin-top: -150px;
  position: relative;
}
.sidebarpost .widget {
    transition: .45s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 49.5px 70px -24.5px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
}
.sidebarpost .maproute iframe{
  width: 100%;
  height: 100%;
}
.theexplore{
  background: #eee;
}
.theexplore .postcapt{
  padding: 20px;
}
.thefilterer ul, .thefilterer li {
    padding: 0;
    margin: 0 auto;
}
.thefilterer ul{
  display: flex;
}
.thefilterer li {
    list-style: none;
    padding: 10px 20px;
    width: calc(70% - 40px);
    white-space: nowrap;
    text-align: center;
}
.thefilterer .active {
    background: #222;
    border-radius: 5px;
    color: #fff;
}
.thefilterer select{
    margin: 0 auto;
    height: 40px;
    padding: 10px;
    border: 0;
}
.item .field .thefilterer.field{
  padding: 20px 0 0 0;
}
.titel {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.thespotlight .titel{
  padding-bottom: 50px;
}
.thespot a{
  text-decoration: none;
  color: #444;
}
.thespot a:hover{
  color: #222;
}
.thefunfact{
  position: relative;
  background: #fff;
  margin-top: 50px;
}
.thefacttn,.thespottn{
  position: relative;
height: 50vh;
width: 100%;
border-radius: 5px;
overflow: hidden;
transform: translateY(-50px);
box-shadow: 0 49.5px 70px -24.5px rgba(0,0,0,0.3);
max-height: 400px;
}
.thespottn{
  height: 30vh;
  transform: none;
}
.thespot,
.thefact {
    padding: 30px 0;
}
.thespot p,
.thefact p {
    font-size: 20px;
}
.thetrip{
  margin-bottom: 50px;
}
.breadcrumb a {
    color: #555;
    text-decoration: none;
    padding: 5px;
}
.sosmed ul, .sosmed li {
    padding: 0;
    margin: 0;
}
.sosmed li {
    float: left;
    list-style: none;
}
.sosmed a {
    padding: 10px;
    display: block;
}
footer.kaki{
  background-image: url('../img/footerc.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
footer.kaki:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(#fff,rgba(255, 255, 255, 0.5));
}
.links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.links a{
  text-decoration: none;
  color: #555;
}
.newsletter input{
  border: 0;
  outline: none;
  line-height: 40px;
  padding: 0 10px;
  width: calc(100% - 60px);
}
.newsletter button{
  border: 0;
  outline: none;
  line-height: 40px;
  padding: 0 10px;
}
button svg {
    vertical-align: middle;
}
.formgrup{
  display: flex;
  white-space: nowrap;
}
.newsbg{
  position: relative;
  height: 40vh;
  overflow: hidden;
}
.newstxt{
  padding: 30px 40px;
}
.newstxt .thedate{
  margin-bottom: 20px;
}
.newspage article{
  background: #fff;
}
.newspage article a{
  display: inherit;
  color: #222;
  text-decoration: none;
}
.newspage .thepost .field{
  padding: 0;
}
.relatedpost article.post{
  height: 30vh;
  width: calc(25% - 6px) !important;
}
.relatedpost .postcapt{
  padding: 20px;
}
@media screen and (max-width:1000px) {
    .homepage article.post:nth-child(6),
    .homepage article.post,
    .galpage article.post:nth-child(6),
    .galpage article.post {
        width: calc(50% - 6px);
    }
    .thefilterpost article.post:first-child{
        width: calc(100% - 6px);
    }
    .thefilterpost article.post{
        width: calc(50% - 6px);
    }
    .thepost article.post:nth-child(4),
    .thepost article.post:first-child {
        width: calc(100% - 6px);
    }
    .thefilterer ul{
      display: none;
    }
    .thefilterer select{
      display: block;
    }
}
@media screen and (min-width:1000px){
.thefilterer select{
  display: none;
}
.thefilterer ul {
    display: block;
    width: 100%;
}

    .flexy .field{
      display: flex;
    }
    .flexy .titel{
      position: relative;
    }
}

.flexy .titel .titel-inner{
  text-align: center;
  width: 100%;
  background: #fff;
  padding: 50px 0;
  border-radius: 5px;
  box-shadow: 0 49.5px 70px -24.5px rgba(0,0,0,0.3);
}
@media screen and (max-width:450px) {
    .thepost article.post{
      height: 60vh;
      width: calc(100% - 6px) !important;
    }
    .relatedpost article.post{
      height: 20vh;
    }
  }
}
@media screen and (max-width:800px) {
    article.post {
        width: calc(50% - 6px);
    }
    article.post:first-child {
        width: calc(100% - 6px);
    }
}

@media screen and (max-width:600px){
  .heading.brd .field .vidslide{
    padding: 10px 0;
    text-align: center;
  }
  .itempage .thepost .sidebarpost{
    margin-top: 0px;
  }
  header.bar nav.main {
    width: calc(100% - 138px);
}

.newstxt .thedate{
  margin-bottom: 10px;
}
}
@media screen and (min-width:600px){
  .heading.brd .field{
    display: flex;
  }
  .tblpleyvid{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
}
.weather {
  height: 210px!important;
}
