/*
Theme Name: Weesata
Theme URI: http://weesata.ciuss.com
Author URI: http://facebook.com/ciussgw
Description: Special theme for Tour and Travel website.
Author: Ciuss Creative
Version: 2.1.3
Requires at least: 5.8
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: website wisata, website tour, website travel, tour dan travel, tour travel web
Text Domain: weesata
Copyright: (c) 2017 ciuss.com
*/

@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
@import "https://fonts.googleapis.com/css?family=Philosopher";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700,800";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800";
@import "https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700,800";
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,
font,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1;
    text-align: left
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

body {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.left {
    float: left
}

.right {
    float: right
}

.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ffffff;
z-index: 999999;
}

.spinner {
  margin: 300px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #dd2222;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.wrapper {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.wrapper.nohome {
    padding: 150px 0 0
}

.inn {
    width: 100%;
    position: relative;
    display: flex;
}

.container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* HEAD LOGO WEESATA */

.logo {
    float: left;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    height: 90px
}

.logo-img {
    padding: 15px 20px
}

.logo img {
    width: auto;
    height: 60px;
    display: block;
    margin: 0
}


/* HEAD MENU WEESATA */

.men {
    position: relative;
    float: right;
    height: 90px;
    width: 100%;
}

.men .toplist {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 15px 160px 15px 50px
}

.kon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    margin: 0;
    padding: 25px 15px 25px 50px;
    z-index: 400;
    font-size: 13px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    display: none
}

.kon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    clear: both
}

.kon .phn {
    font-size: 30px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    float: left;
    padding-right: 25px;
    margin-right: 25px
}

.kon .phn .towa {
    display: none;
}

.kon .phn .tocall {
    display: inline-block;
}

.kon .phn .fab {
    display: none;
}

.kon .phn .fas {
    display: inline-block;
    transform: rotate(-35deg);
}

.ps {
    height: 36px;
    position: absolute;
    right: 0;
    top: 17px;
    width: 142px;
    padding: 10px;
    z-index: 400
}

.ca {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: auto;
    height: 90px;
    z-index: 300;
    display: none
}

.ca:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 0 solid transparent;
    clear: both
}

.ca:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    clear: both
}

.men:before,
.kon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-left: 0 solid transparent;
    clear: both
}

.ps:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 60px solid transparent;
    border-top: 120px solid transparent;
    clear: both
}

.ps .fa,
.ps .fab,
.ps .fas {
    width: 27px;
    height: 27px;
    margin: 2px;
    line-height: 27px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    cursor: pointer
}

.ps.square .fa,
.ps.square .fab,
.ps.square .fas {
    border-radius: 0;
}

.ps #navi {
    display: none
}


/* CALL HEAD WEESATA */

.onhour {
    width: 220px;
    top: 80px;
    right: 20px;
    position: absolute;
    z-index: 500;
    display: none;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
}

.onhour:before {
    content: '';
    position: absolute;
    right: 32px;
    top: -10px;
    width: 0;
    height: 0;
    margin: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    clear: both
}


/* ICON SOSMED WEESATA */

.tops {
    padding: 8px 0;
    font-weight: bold;
    text-align: center;
}

.tops .fa {
    float: right;
    line-height: 20px
}


/* SEARCH HEAD WEESATA */

.search-post fieldset {
    text-align: center;
}

.spo {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 30px;
    width: 80%;
    padding: 0;
    margin: 30px auto;
    border: none
}


/* BOX TIME WEESATA */

.daytime {
    margin: 0 15px;
    padding: 10px 0;
}

.daytime:last-child {
    border: none;
}

.daytime:last-child {
    border-bottom: 0;
}

.daytime span {
    float: right
}


/* SOSMED WEESATA */

.sosmed {
    width: 55px;
    top: 80px;
    right: 3px;
    position: fixed;
    z-index: 1500;
    display: none;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(120, 120, 120, 0.3);
    font-size: 14px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
}

.sosmed:before {
    content: '';
    position: absolute;
    right: 15px;
    top: -10px;
    width: 0;
    height: 0;
    margin: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    clear: both
}

.sosmed .fab,
.sosmed .fas {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 4px 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center
}

.slide1 {
    padding: 90px 0 0;
}


/* NEWSTICKER WEESATA */

.boxsetickers {
    overflow: hidden;
    position: relative;
    height: 130px;
    z-index: 100;
    padding: 0;
    max-width: 1200px;
    margin: -40px 0 0 0;
}

.madticker {
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    text-transform: lowercase
}

.madticker #infotit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 0 6px 0 15px;
    text-transform: uppercase
}

.madticker #infotit:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 0 solid transparent;
    clear: both
}

.madticker .infotim {
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 8px;
    z-index: 100;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 0 10px;
    text-transform: lowercase
}

.madticker .mask {
    position: relative;
    margin: 0;
    overflow: hidden
}

ul.newstickers {
    position: relative;
    left: 100%;
    width: 1000px;
    list-style-type: none;
    margin: 6px 0;
    padding: 0;
    height: 28px;
}

ul.newstickers li {
    float: left;
    margin: 0 60px 0 0;
    padding: 5px 0;
    height: 20px;
    font-size: 13px;
    overflow: hidden
}

ul.newstickers a {
    white-space: nowrap;
    padding: 0;
    font-weight: 400;
    margin: 0 50px 0 0
}

ul.newstickers .fa {
    margin-right: 10px
}

ul.newstickers span {
    margin: 0;
    font-weight: 700;
    line-height: 20px
}


/* SEARCH WEESATA */

.ttsearch {
    height: 40px;
    padding: 25px 0;
    position: relative;
    margin: 0 -8px
}

.search_form {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 40px;
    position: relative
}

.search_form fieldset {
    width: auto;
    height: 40px;
    margin: 0 80px 0 0;
}

.search_form input {
    width: 80%;
    height: 18px;
    border: none;
    padding: 0 8px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    vertical-align: middle
}

.divsel {
    float: left;
    width: 33.33%;
    height: 40px;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.divbut {
    position: absolute;
    right: 0;
    width: 80px;
    top: 0;
    height: 40px;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.insel {
    margin: 0 8px;
    padding: 10px 0;
    position: relative;
    height: 20px;
}

.insel .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.divbut .insel {
    width: 64px;
    margin: 0 8px;
    padding: 10px 0;
}

.divbut .insel .fa {
    width: 64px;
}

select {
    outline: none !important;
}

.search_form select {
    width: 100%;
    height: 20px;
    border: none;
    padding: 0 8px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    vertical-align: middle
}

.search_form option {
    padding: 4px 8px
}

.search_form button {
    width: 100%;
    height: 18px;
    cursor: pointer;
    border: none;
    vertical-align: middle
}


/* OVERLAY */

.alloverlay {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.allother {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: -90px;
}


/* BREADCRUMB WEESATA */

.breadcrumbs {
    margin: 90px auto 0;
    padding: 40px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    text-align: left
}

.breadcrumbs .inbread {
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbs span {}

.breadcrumbs .current {
    float: right;
    padding: 0 15px;
    border-radius: 20px;
}

.breadcrumbs .fa {
    padding: 0 10px
}

.breadcrumbs a {
    font-weight: 700
}


/* NAV WEESATA */

.nav-weesata {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000
}

.customize-support .nav-weesata {
    top: 32px
}

.wee-nav {
    width: auto;
    min-height: 90px;
    margin: 0 auto;
    position: relative
}

.nav {
    max-width: 1200px;
    margin: 0 auto
}

.nav .dd {
    height: 60px
}

.nav .dd li {
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    position: relative
}

.nav .dd li span {
    position: absolute;
    top: -4px;
    right: -14px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 13px;
    border-radius: 0
}

.nav .dd li span:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 18px;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 0 solid transparent;
    clear: both;
    margin-right: 100%
}

.nav .dd li.menu-item-has-children:after {
    content: '';
    position: absolute;
    right: 0;
    top: 28px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    clear: both
}

.nav .dd li:hover:after,
.aksen .nav .dd li:hover:after {
    border-top: 0 solid #8c0
}

.nav .dd li.menu-item-has-children:hover:after {
    content: '';
    position: absolute;
    left: 28px;
    top: 50px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    clear: both;
    z-index: 200
}

.nav .dd li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 16px;
    font-weight: 700;
    font-size: 15px;
    line-height: 60px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    position: relative
}

.nav .dd li a:hover {
    text-decoration: none
}

.nav .dd li ul {
    position: absolute;
    top: 60px;
    left: 10px;
    padding: 8px 0;
    display: none;
    z-index: 100;
    width: auto;
}

.nav .dd li:hover ul.sub-menu {
    display: block
}

.nav .dd li ul li {
    float: none;
    position: relative;
    display: block;
    border: none;
    font-size: 15px;
    line-height: 35px;
    min-width: 180px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.nav .dd li ul li span {
    position: absolute;
    top: -14px;
    right: -30px
}

.nav .dd li ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 16px;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    clear: both
}

.nav .dd li ul li:last-child {
    border-bottom: 0
}

.nav .dd li ul li:after {
    display: none
}

.nav .dd li ul li a {
    display: inline;
    margin: 0 !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    white-space: nowrap;
    padding: 0 15px
}

.nav .dd li ul li ul {
    position: absolute;
    display: none ! important;
    left: 100%;
    top: -8px
}

.nav .dd li ul li ul.sub-menu:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    clear: both
}

.nav .dd li ul li:hover ul {
    display: block ! important
}

.nav .dd li ul li ul li ul,
.nav .dd li ul li:hover ul li ul {
    position: absolute;
    display: none ! important;
    left: 100%;
    top: -8px
}

.nav .dd li ul li ul li:hover ul {
    display: block ! important
}

.nav a.dd_hover:hover {
    text-decoration: none!important
}

.nav .submenu a:hover {
    text-decoration: underline
}

.nav .dd li.parent a {
    margin: 0 8px;
    padding-right: 14px
}

.nav .dd li.parent a.dd_hover {
    margin: 0 8px;
    padding-right: 14px;
    padding-bottom: 10px
}

.mob {
    display: none
}


/* SLIDER WEESATA */

.wee-slider {
    position: relative;
    padding: 90px 0 0;
}

.home .wee-slider {
    position: relative;
    padding: 0;
}

.justslide .item {
    position: relative;
}

.justslide .item .slide-con {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    z-index: 10;
}

.justslide .item .slide-in {
    width: 50%;
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

.headslide {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.1;
    font-family: Montserrat, 'Roboto', 'Open Sans', san-serif;
    position: relative;
    padding: 30px;
    text-align: center;
    transform: rotateY(90deg);
    transition: all 1s ease .5s;
}

.headslide:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 0%;
    width: 0%;
    transition: all 2.5s ease 1s;
}

.headslide:after {
    content: "";
    bottom: -4px;
    right: -4px;
    position: absolute;
    height: 0%;
    width: 0%;
    transition: all 2.5s ease 1s;
}

.justslide .active .headslide {
    transform: rotateX(0deg);
    transition: all 1s ease .5s;
}

.justslide .active .headslide:after {
    width: 100%;
    height: 100%;
    transition: all 2.5s ease 1s;
}

.justslide .active .headslide:before {
    width: 100%;
    height: 100%;
    transition: all 2.5s ease 1s;
}


/* NOT FOUND */

.notfound {
    text-align: center;
    padding: 200px 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    max-width: 70%;
    margin: 0 auto;
}

.notfound h1 {
    font-size: 40px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 0 0 30px;
}


/* HOME PACKAGE */

.weefirst {
    padding: 30px 30px 0;
    margin: 0;
    position: relative;
}

.blog .weefirst {
    margin: 90px 0 0;
}

.home .weefirst:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: -60px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-top: 60px solid #f7f7f7;
    border-left: 1400px solid transparent;
    clear: both;
    z-index: 10
}

.weefirst:before {
    display: none;
}

.pack-one {
    margin: 0 -15px;
    position: relative
}

.we-3 {
    width: 33.3333%;
    float: left
}

.we-5 {
    width: 20%;
    float: left
}

.pack-img {
    margin: 0 15px 30px;
    position: relative;
    overflow: hidden;
}

.allpack {
    position: absolute;
    bottom: -20px;
    right: 30px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
}

.pack-img .pops {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 150px;
    z-index: 10;
    right: -80px;
    top: -80px;
    transform: rotate(45deg);
}

.pack-img .boxpops {
    position: relative;
    width: 150px;
    height: 150px;
}

.pack-img .boxpops span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(130, 130, 130, 0.5);
    -moz-animation: pops 1s linear infinite;
    -webkit-animation: pops 1s linear infinite
}

@-webkit-keyframes pops {
    0% {
        font-size: 13px;
    }
    50% {
        font-size: 15px;
    }
    100% {
        font-size: 13px;
    }
}

@keyframes pops {
    0% {
        font-size: 13px;
    }
    50% {
        font-size: 15px;
    }
    100% {
        font-size: 13px;
    }
}

.relimg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
}

.we-5 .relimg {
    min-height: 20px;
}

.pack-img img {
    width: 100%;
    height: auto;
    display: block
}

.relimg .homepro.on {
    position: absolute;
    bottom: -16px;
    right: 20px;
    z-index: 20;
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    border-radius: 30px;
    -moz-animation: promo 2s linear infinite;
    -webkit-animation: promo 2s linear infinite
}

.relimg .homepro.off {
    position: absolute;
    bottom: -16px;
    right: 20px;
    z-index: 20;
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    border-radius: 30px;
}

@-webkit-keyframes promo {
    0% {
        padding: 0 10px;
        bottom: -16px;
    }
    20% {
        padding: 0 10px;
        bottom: 0;
    }
    40% {
        padding: 0 10px;
        bottom: -16px;
    }
    60% {
        padding: 0 10px;
        bottom: 30px;
    }
    70% {
        padding: 0 10px;
        bottom: -16px;
    }
    80% {
        padding: 0 10px;
        bottom: 10px;
    }
    100% {
        padding: 0 10px;
        bottom: -16px;
    }
}

@keyframes promo {
    0% {
        padding: 0 10px;
        bottom: -16px;
    }
    20% {
        padding: 0 10px;
        bottom: 0;
    }
    40% {
        padding: 0 10px;
        bottom: -16px;
    }
    60% {
        padding: 0 10px;
        bottom: 30px;
    }
    70% {
        padding: 0 10px;
        bottom: -16px;
    }
    80% {
        padding: 0 10px;
        bottom: 10px;
    }
    100% {
        padding: 0 10px;
        bottom: -16px;
    }
}

.pack-img .dets {
    position: relative;
    height: 90px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.archive .pack-img .dets {
    height: 100px;
}

.dets-inn {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.dets h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 8px 0;
}

.dets .ors.pright {
    float: right;
}

.dets del {
    font-size: 12px;
}

.order {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 100%;
    z-index: 5;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    transition: all .4s ease .1s;
    overflow: hidden;
}

.relimg:hover .order {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease .1s;
}

.listit {
    line-height: 2.2;
    margin-left: 140%;
    margin-right: -140%;
    transition: all 1s ease .1s;
    border-bottom: 1px dashed #888;
}

.relimg:hover .listit {
    margin-left: 0;
    margin-right: 0;
}

.relimg:hover .listit:nth-child(1) {
    transition: all 1s ease .1s;
}

.relimg:hover .listit:nth-child(2) {
    transition: all 1s ease .2s;
}

.relimg:hover .listit:nth-child(3) {
    transition: all 1s ease .3s;
}

.relimg:hover .listit:nth-child(4) {
    transition: all 1s ease .4s;
}

.relimg:hover .listit:nth-child(5) {
    transition: all 1s ease .5s;
}

.relimg:hover .listit:nth-child(6) {
    transition: all 1s ease .6s;
}

.relimg:hover .listit:nth-child(7) {
    transition: all 1s ease .7s;
}

.relimg:hover .listit:nth-child(8) {
    transition: all 1s ease .8s;
}

.relimg:hover .listit:nth-child(9) {
    transition: all 1s ease .9s;
}

.relimg:hover .listit:nth-child(10) {
    transition: all 1s ease 1s;
}

.itinehome {
    padding: 60px 25px 25px;
}

.p-day {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 0;
    z-index: 15;
}

.p-span {
    display: inline-block;
    padding: 0 10px 1px 6px;
    height: 24px;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}


/* AFTER PACKAGE HOME */

.weethird {
    position: relative;
    padding: 90px 30px 60px;
    margin: 0;
    overflow: hidden
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.weelay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3
}

.relat {
    position: relative;
    z-index: 10
}

.we-23 {
    width: 66.666%;
    float: left
}

.third-co {
    margin: 0 100px 0 15px
}

.prom {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.0;
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    margin: 0 0 20px;
    padding: 0 0 20px;
    letter-spacing: -1px
}

.des {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.butn {
    display: inline-block;
    height: 42px;
    border-radius: 30px;
    margin: 30px 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 42px;
    font-family: 'Montserrat'
}

.co-onhour {
    margin: 0 15px 30px;
    position: relative;
    padding: 0 0 20px
}

.co-bot {
    position: absolute;
    bottom: -36px;
    right: 0;
    left: 0;
    padding: 0;
    height: 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif
}

.co-bot .fa {
    margin: 0 15px 0 0
}

.co-bot .onh {
    padding: 0 10px;
    float: right;
    display: inline;
    line-height: 36px;
    height: 36px;
    position: relative
}


/* JAM KERJA HOME */

.jad {
    width: 100%
}

.jad td {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif
}

.wecontent .jad td {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif
}

.prom:after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 100px;
    height: 3px;
    clear: both;
    z-index: 10
}

.onh:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    clear: both;
    z-index: 10
}

.jlef {
    text-align: left;
    width: 25px;
}

.jlef .fa {
    padding: 0 5px 0 0
}

.jorange {
    border-bottom: 0
}

.clock {
    padding: 6px 0;
    position: relative
}

.jday {
    padding: 6px 0
}

.jright {
    border-right: 0;
    width: 110px;
    text-align: right
}

.jbott {
    border-bottom: 0;
    border-right: 0;
    width: 110px;
    text-align: right ! important
}


/* ADDITIONAL TEXT */

.additional {
    padding: 30px;
}

.in-add {
    margin: 0 -30px;
}

.addbox {
    width: 50%;
    float: left;
}

.addbox .blog-content {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 20px 30px 30px;
}


/* PARTNER */

.weefourth {
    position: relative;
    padding: 30px;
    margin: 0
}

.partt {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    height: 36px;
    display: block;
    text-align: center;
    z-index: 30
}

.ttt {
    font-weight: 700;
    font-size: 14px;
    line-height: 36px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 36px;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 30px;
    display: inline-block
}

.we-8 {
    width: 12.5%;
    float: left
}

.pack-img.gre {
    margin: 10px;
    position: relative
}

.gre img {
    filter: gray
}


/* EVENT HOME */

.weesche {
    position: relative;
    padding: 30px 30px 0;
    margin: 0;
    overflow: hidden
}

.we-2 {
    width: 50%;
    float: left
}

.we-2 .pack-img {
    margin: 0 10px 30px;
    position: relative
}
.weesche .pack-img {
	display: none;
}
.weesche .pack-img:first-child {
	display: block;
}
.single .we-2 .pack-img {
    margin: 0;
}

.white {
    margin: 0 15px 30px;
}

.intens {
    font: 16px 'Roboto';
    margin: 0 0 20px;
    padding: 20px;
    background: #fdfdfd;
    border: 1px dashed #ddd;
    border-radius: 4px;
}

.inrent {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 0 0 20px;
    padding: 30px;
    border-radius: 4px;
}

.includes {
    padding: 0 30px 20px 30px;
    font-size: 16px;
    line-height: 1.5;
}

.relimg .item {
    width: 50%;
    float: left;
}

.relimg .item img {
    width: 100%;
    height: auto;
    display: block;
}

.includes .fas {
    margin-right: 10px;
}

.includes strong {
    margin-right: 20px;
}

.weerent {
    background: #f7f7f7;
    padding: 0 30px 0;
}

.rentitle h1 {
    font-size: 40px;
    padding: 20px 30px;
}

.schelay {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 300px;
    overflow: hidden
}

.schelay h5 {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    width: 50%;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.schelay .td {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 118px;
    z-index: 10;
    padding: 15px 0;
    text-align: center
}

.archive .schelay .td {
    border: 0;
    background: #090;
}

.archive .we-2 .schelay .td #clockz {
    display: none;
}

.td h4 {
    font-weight: 700;
    font-size: 66px;
    line-height: 1.0;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.schelay .guide {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 10;
    width: 118px;
    text-align: center
}

.schelay .guide img {
    width: 100%;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: 0 auto 5px
}

#clockz {
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    z-index: 10;
    text-align: left;
    padding: 20px 25px
}

.wtg {
    padding: 15px;
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.evcount {
    padding: 15px;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#clockz h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#clockz strong {
    font-weight: 700
}

#clockz2 {
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    z-index: 10;
    text-align: left;
    padding: 12px 25px
}

.cek {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 30;
    padding: 0 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 42px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    border-radius: 20px;
}


/* TESTIMONI */

.weetestimo {
    position: relative;
    padding: 30px;
    margin: 0;
    overflow: hidden
}

.teslay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3
}

.testi {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.psay {
    text-align: center;
    padding: 0;
    max-width: 700px;
    margin: 0 auto
}

.psay .spans {
    font: 25px Philosopher;
    text-align: center;
    margin: 20px 0 0
}

.owl-carousel .owl-item .psay img {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    margin: 40px auto
}

.psay .star {
    margin: 30px 0 0;
    line-height: 1.3;
}


/* CONTENT */

.wecontent {
    padding: 20px
}

.single-paket .wecontent {
    padding: 0 20px 20px
}

.single-paket .wecontent .pactour {
    padding: 110px 0 0;
    min-height: 150px;
}

.boxed .single-paket .wecontent .pactour {
    padding: 90px 0 0;
}

.wecontent .pactour {
    padding: 30px 0 0;
    min-height: 150px;
}


/* SINGLE TOUR PACKAGE */

.dettour {
    position: relative
}

.toptour {
    width: 100%;
}

.toptour .item {
    position: relative;
}

.toptour img {
    height: auto;
}

.package {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    z-index: 10;
    height: 40px;
    padding: 30px 40px 30px 30px
}

.tttl {
    position: relative;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    display: inline;
    margin-right: 240px;
    float: left
}

.showprice {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 220px;
    height: 220px;
    z-index: 20;
    text-align: center;
    padding: 20px;
    margin: -130px 0 0 0;
}

.showprice.nod {
    height: 120px;
    margin: -85px 0 0 0;
}

.showprice .butn {
    font-weight: 700;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 0 15px;
    border-radius: 40px;
    height: 40px;
    z-index: 40;
    display: inline-block;
    margin: 0 auto
}

.showprice .priceft {
    padding: 20px 0;
    position: relative;
}

.showprice .priceft .hanodis {
    position: absolute;
    top: -40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}

.showprice .priceft .hanodis .htext {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    width: auto;
    margin: 0 auto;
    border-radius: 30px;
}

.showprice .diskon {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.showprice del {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.minclude {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.minclude .fa,
.minclude .fas {
    margin: 0 5px;
}

.transparan {
    color: transparent;
    display: none;
}

.drin {
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.drin strong {
    font-size: 15px;
}

.drin del {
    font-size: 13px;
}

.drin .pricing {
    width: 100%;
}

.drin .pricing tr {
    border-bottom: 1px solid #f7f7f7;
}

.drin .pricing tr.pritop td {
    padding: 20px 15px;
}

.drin .pricing tr td {
    padding: 12px 15px;
}

.drin .pricing del {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.pricing tr:last-child td {
    border-bottom: 0;
}

.pricing tr:nth-child(1),
.pricing tr:nth-child(3),
.pricing tr:nth-child(5),
.pricing tr:nth-child(7),
.pricing tr:nth-child(9),
.pricing tr:nth-child(11),
.pricing tr:nth-child(13),
.pricing tr:nth-child(15),
.pricing tr:nth-child(17),
.pricing tr:nth-child(19),
.pricing tr:nth-child(21),
.pricing tr:nth-child(23),
.pricing tr:nth-child(25),
.pricing tr:nth-child(27) {
    background: #fff;
}

.pricing tr:nth-child(2),
.pricing tr:nth-child(4),
.pricing tr:nth-child(6),
.pricing tr:nth-child(8),
.pricing tr:nth-child(10),
.pricing tr:nth-child(12),
.pricing tr:nth-child(14),
.pricing tr:nth-child(16),
.pricing tr:nth-child(18),
.pricing tr:nth-child(20),
.pricing tr:nth-child(22),
.pricing tr:nth-child(24),
.pricing tr:nth-child(26),
.pricing tr:nth-child(28) {
    background: #fdfdfd;
}

.drp {
    padding: 10px 0
}

.drtt {
    padding: 0 10px
}

.dlin {
    height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.dlin h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 60px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    padding: 0 10px
}

.dlp {
    padding: 10px 0
}

.dltt {
    padding: 0 10px
}

.price {
    width: 100%;
    margin-top: 10px
}

.price td {
    padding: 4px 10px
}

.tourall {
    position: relative;
    margin: 20px 0;
}

.tourcmplt {
    width: 50%;
    float: left;
    margin: 0 0 50px 0%
}

.tourcmplt ol {
    list-style: number;
    margin-left: 15px
}

.tourcmplt ul {
    list-style: disc;
    margin-left: 15px
}

.tmenu {
    margin: 0
}

.tmenu .fa,
.tmenu .fas,
.tmenu .far,
.tmenu .fab {
    display: none
}

.tourleft {
    margin: 0 10px 0 0;
}

.iti {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.ket {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.vid {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.pri {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.kom {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.bag {
    float: right;
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.outline {
    position: relative;
    margin: 0 0 -1px 0;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
}

.ititab {
    width: 100%;
}

.ititab td {
    padding: 20px 12px;
}

.ititab tr:last-child td {
    border-bottom: 0;
}

.ititab tr:nth-child(1),
.ititab tr:nth-child(3),
.ititab tr:nth-child(5),
.ititab tr:nth-child(7),
.ititab tr:nth-child(9),
.ititab tr:nth-child(11),
.ititab tr:nth-child(13),
.ititab tr:nth-child(15),
.ititab tr:nth-child(17),
.ititab tr:nth-child(19),
.ititab tr:nth-child(21),
.ititab tr:nth-child(23),
.ititab tr:nth-child(25),
.ititab tr:nth-child(27) {
    background: #fff;
}

.ititab tr:nth-child(1) td.ititime,
.ititab tr:nth-child(3) td.ititime,
.ititab tr:nth-child(5) td.ititime,
.ititab tr:nth-child(7) td.ititime,
.ititab tr:nth-child(9) td.ititime,
.ititab tr:nth-child(11) td.ititime,
.ititab tr:nth-child(13) td.ititime,
.ititab tr:nth-child(15) td.ititime,
.ititab tr:nth-child(17) td.ititime,
.ititab tr:nth-child(19) td.ititime,
.ititab tr:nth-child(21) td.ititime,
.ititab tr:nth-child(23) td.ititime,
.ititab tr:nth-child(25) td.ititime,
.ititab tr:nth-child(27) td.ititime {
    background: #fdfdfd;
}

.ititab tr:nth-child(2),
.ititab tr:nth-child(4),
.ititab tr:nth-child(6),
.ititab tr:nth-child(8),
.ititab tr:nth-child(10),
.ititab tr:nth-child(12),
.ititab tr:nth-child(14),
.ititab tr:nth-child(16),
.ititab tr:nth-child(18),
.ititab tr:nth-child(20),
.ititab tr:nth-child(22),
.ititab tr:nth-child(24),
.ititab tr:nth-child(26),
.ititab tr:nth-child(28) {
    background: #fdfdfd;
}

.ititab tr:nth-child(2) td.ititime,
.ititab tr:nth-child(4) td.ititime,
.ititab tr:nth-child(6) td.ititime,
.ititab tr:nth-child(8) td.ititime,
.ititab tr:nth-child(10) td.ititime,
.ititab tr:nth-child(12) td.ititime,
.ititab tr:nth-child(14) td.ititime,
.ititab tr:nth-child(16) td.ititime,
.ititab tr:nth-child(18) td.ititime,
.ititab tr:nth-child(20) td.ititime,
.ititab tr:nth-child(22) td.ititime,
.ititab tr:nth-child(24) td.ititime,
.ititab tr:nth-child(26) td.ititime,
.ititab tr:nth-child(28) td.ititime {
    background: #fff;
}

.ititab td.ititime {
    width: 100px;
    text-align: center;
    padding: 20px 12px;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
}

.itiday {
    margin: 0 0 2px;
}

.itihour {
    font-weight: bold;
}

.ititab td.inright {
    padding: 16px 12px;
    vertical-align: top;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;
}

.ititab td.inright .fa {
    margin: 0 10px 0 0;
}

.ititab td.inleft .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    margin: 0;
}

.maptime {
    height: 30px;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.ititab td.inright .mtl {
    margin: 0 0 6px;
}

.ititab td.inright .itidet {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.mtr {
    float: right
}

.ketc {
    position: relative;
    margin: 0 0 30px 0;
    padding: 30px;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.ketc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 0 0 15px;
}

.vidc {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
}

.vidc iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    display: block
}

.pric {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 30px;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
}

.pritop {
    font-weight: bold;
}

.komc {
    position: relative;
    margin: 0 0 30px 0;
    padding: 30px;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
}

.odetr {
    width: 50%;
    float: right
}

.tourright {
    margin: 0 0 0 10px;
}

.odtt {
    padding: 0 20px;
    margin: 0;
    height: 32px;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    cursor: pointer
}

.odtt .ot {
    background: #333;
    width: 50%;
    float: left;
    height: 32px;
    text-align: center
}

.odtt .pt {
    width: 50%;
    float: left;
    height: 32px;
    text-align: center
}


/* FORM ORDER PAKET */

.isform {
    padding: 30px;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    line-height: 1.2;
}

.isform .wpcf7-form-control-wrap {
    display: block;
    margin: 10px 0 15px;
    padding: 0 8px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.isform .wpcf7-form-control-wrap.your-message {
    padding: 8px;
}

.isform .wpcf7-form-control-wrap.models {
    position: relative;
    margin: 5px 0 10px;
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    display: none;
}

.isform .wpcf7-form-control-wrap.models.active {
    display: block;
}

.isform .wpcf7-form-control-wrap.models img {
    width: 100%;
    height: auto;
}

.isform .ffa {
    position: relative;
}

.isform .ffa .fas {
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.isform .models .fas {
    position: absolute;
    right: 0;
    top: 0;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
}

.isform .wpcf7-text {
    padding: 7px 0;
    border: 0;
    width: 100%;
    height: 16px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}
.isform .wpcf7-date {
    padding: 7px 0;
    border: 0;
    width: calc( 100% - 35px );
    height: 16px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.isform .wpcf7-total {
    padding: 7px 0;
    border: 0;
    width: 100%;
    height: 16px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.isform .cost {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.isform .costleft {
    width: 49%;
    float: left;
    margin: 0 2% 0 0
}

.isform .costright {
    width: 49%;
    float: left;
}

.isform .wpcf7-select {
    padding: 6px 0;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    border: 0;
    width: 100%;
    height: 30px;
}

.isform .wpcf7-select option {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.isform .wpcf7-textarea {
    width: 100%;
    height: 120px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    border: 0;
    padding: 0;
}

.isform span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 0 -9px;
    padding: 3px 8px;
}

.models {
    display: none;
}

.models.active {
    display: block;
}

.models .rent {
    margin: 0 15px 0 0;
    float: left;
    width: 45%;
}

.models .rent img {
    display: block;
}

.modttl {
    margin: 10px 0 15px;
}

.radiolist {
    padding: 4px 0;
}

.radiohide {
    display: none;
}

.models input {
    margin: 0 8px 0 0;
}

.odbut {
    border: none;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
}

.ttin {
    padding: 0;
    margin: 6px 0
}

.notez {
    padding: 0;
    margin: 6px 0 12px;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.dvin {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 6px 0
}

.dvin input[type=text] {
    border: 0;
    width: 100%;
    padding: 0;
    height: 30px;
    line-height: 30px
}

.relsp {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px dashed #ddd
}

.relsp a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.relsp del {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.bltt {
    padding: 0 15px;
    margin: 15px 0 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
}

.coverlay h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.ccovlay {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5
}

.bcovlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    z-index: 5
}

.galeria {
    padding: 4px 8px 8px
}

.galeria .eight {
    width: 25%;
    float: left
}

.eight img {
    width: 100%;
    height: auto;
    display: block
}

.ovlay {
    transition: all .8s ease .1s;
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%
}

.dmaps #googleMap {
    width: 100%;
    height: 330px
}

.imagen {
    position: relative
}

.imagen img {
    width: 100%
}

#clockdiv {
    text-align: center;
    text-transform: lowercase;
    font-weight: 400;
    font-size: 11px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 0 auto 0;
    display: inline-block;
}

.unday,
.unhour,
.unminute,
.unsecond {
    margin: 0 1px;
    float: left;
    display: inline
}

.days,
.hours,
.minutes,
.seconds {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    width: 40px;
    height: 40px;
    margin: 0 0 0 2px;
    text-align: center;
    border-radius: 30px;
}

.seconds {
    padding: 0
}

.tebo {
    height: 20px;
    line-height: 20px;
    display: block;
}

.nodis {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    text-transform: uppercase
}


/*  RELATED POST */

.relativez {
    margin: 10px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 15px rgba(160, 160, 160, 0.1);
}

.relativez h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 80px 0 10px;
    cursor: pointer
}

.single.sing {
    padding: 10px 5px 5px;
}

.rltd {
    float: left;
    width: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 5px
}

.rltd .rely {
    position: relative;
    height: 200px;
    margin: 0 5px;
}

.rely img {
    display: block;
    width: 100%;
    height: auto
}

.rel-meta {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    z-index: 20
}

.rel-meta span {
    font-size: 11px
}

.rel-meta h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 10px 0 0
}

.com-content {
    background: #fff;
    box-shadow: 0 0 15px rgba(160, 160, 160, 0.1);
    padding: 30px;
    position: relative;
}

.post-author {
    text-transform: uppercase
}

.dpag {
    display: block;
    text-align: center;
    padding: 0 0 50px
}


/* PAGINASI */

.pagination {
    padding: 0;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    clear: both;
    position: relative;
    display: block;
    text-align: center;
}

.pagination a,
.pagination .disabled {
    text-decoration: none;
    display: inline-block;
    padding: 0 6px;
    font-weight: 400;
    height: 30px;
    min-width: 20px;
    text-align: center;
    line-height: 30px;
    margin: 0 1px 30px 0
}

.pagination a:hover,
.pagination a.active {
    font-weight: 700;
}


/* EVENT LOOP */

.post-type-archive-schedule .relimg {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 120px;
    overflow: hidden;
}


/* VIDEO LOOP */

.vidloop {
    width: 100%;
    height: 240px;
    display: block;
}


/* SINGLE */

.blog-content {
    position: relative;
    margin: 0;
    padding: 50px 30px 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
}

.blog-content.gall {
    padding: 0;
    border: 0
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
    font-weight: 700;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 5px 0 15px;
}

.blog-content h1 {
    font-size: 34px;
}

.blog-content h2 {
    font-size: 30px
}

.blog-content h3 {
    font-size: 26px
}

.blog-content h4 {
    font-size: 22px
}

.blog-content h5 {
    font-size: 18px
}

.blog-content h6 {
    font-size: 16px
}

.blog-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.blog-content p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #667
}

.blog-content table td {
    vertical-align: top
}

.blog-content ol {
    list-style: decimal;
    padding-left: 15px;
    margin: 15px 0
}

.blog-content ul {
    list-style: disc;
    padding-left: 15px;
    margin: 15px 0
}

.blog-content li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #667;
    margin: 3px 0
}

.blog-content blockquote {
    padding: 15px 0 15px 45px;
    margin: 0 0 15px;
    background: #fdfdfd;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.blog-content blockquote p {
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.post-navigation {
    padding: 15px 0;
    position: relative
}

.post-navigation a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 1.4
}

.post-navigation a:hover {
    text-decoration: none
}

.post-navigation a em {
    display: block;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.post-navigation a:hover span {
    text-decoration: underline
}

.post-prev {
    width: 250px;
    min-height: 40px;
    padding-left: 30px;
    float: left;
    text-align: left;
    background: url(images/post_prev.png) 0 50% no-repeat
}

.post-next {
    width: 250px;
    min-height: 40px;
    padding-right: 30px;
    float: right;
    text-align: right;
    background: url(images/post_next.png) 100% 50% no-repeat
}

.blog-content .post-img img {
    margin: 0 0 15px;
    height: auto;
    display: block;
    width: 100%
}

.blog-content .edi-img img {
    float: left;
    width: 300px;
    margin: 0 20px 20px 0
}

.blog-content h6 {
    position: relative;
    left: -30px
}

.blog-content img,
.blog-content .attachment img {
    max-width: 100%;
    height: auto
}

.blog-content .alignnone,
.blog-content img.alignnone {
    clear: both;
    display: block;
    margin-bottom: 15px
}

.blog-content .alignleft,
.blog-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    margin-top: 4px
}

.blog-content .alignright,
.blog-content img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    margin-top: 4px
}

.blog-content .aligncenter,
.blog-content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.blog-content img.alignleft,
.blog-content img.alignright,
.blog-content img.aligncenter {
    margin-bottom: 15px
}

.blog-content .wp-caption,
.ketc .wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 0 0 4px;
	max-width: 100%;
    text-align: center
}

.blog-content .wp-caption img,
.ketc .wp-caption img {
    margin: 5px auto 0;
	max-width: 96%;
	height: auto;
}

.blog-content .wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px
}

.blog-content .wp-smiley {
    margin: 0
}

.blog-content .gallery {
    margin: 0 auto 18px
}

.blog-content .gallery .gallery-item {
    float: left;
    margin: 0!important;
    text-align: center
}

.blog-content .gallery.gallery-columns-1 .gallery-item {
    width: 100% !important
}

.blog-content .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important
}

.blog-content .gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important
}

.blog-content .gallery.gallery-columns-4 .gallery-item {
    width: 25% !important
}

.blog-content .gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important
}

.blog-content .gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important
}

.blog-content .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none!important;
    margin-bottom: 0
}

.blog-content .gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px
}

.blog-content .gallery dl {
    margin: 0
}

.blog-content .gallery br+br {
    display: none
}

.blog-content .attachment img {
    display: block;
    margin: 0 auto
}

.blog-content iframe {
    width: 100%;
    height: 300px
}

.blog-content iframe.akframe {
    width: 100%;
    background: #333;
    display: block;
    height: 400px
}

.blog-content.gal-content {
    position: relative;
    margin: 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
}

.weleft {
    width: 68%;
    float: left;
    margin-right: 2%
}

.sttl {
    position: relative;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
    background: #fff;
}

.sttl img {
    width: 65%;
    float: right;
    height: auto
}

.sgtl {
    position: relative;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
    background: #fff;
    min-height: 150px;
}

.sgtl img {
    width: 100%;
    display: block;
    height: auto
}

.sgtl .vidsing {
    width: 100%;
    height: 450px;
}

.blog-content h1.vidtitle {
    font-size: 34px;
    line-height: 1.2;
    padding: 20px 30px;
    margin: -50px -30px 0;
}

.evendes {
    padding: 20px;
}

.singtab {
    width: 100%;
}

.singtab td {
    padding: 8px 0;
    text-transform: none;
}

.img400 {
    position: relative;
    margin: 0
}

.img400 img {
    display: block
}

.imglay {
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.imglay h1 {
    position: relative;
    z-index: 10;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin: 0 0 10px;
}

.img400 h2 {
    position: absolute;
    left: 30px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    right: 200px;
    bottom: 20px;
    z-index: 10
}

.img400 .going {
    text-transform: uppercase
}

.img400 .met {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 5px 30px;
    z-index: 15;
}

.img400 .tbt {
    float: left;
    width: 100px;
    height: 110px;
    padding: 0;
    position: absolute;
    right: 30px;
    bottom: -40px;
    z-index: 20;
    text-align: center
}

.tbt .metz {
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.tbt .dtms {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    text-transform: uppercase
}

.imgcndn {
    margin: 20px auto
}

.imgcndn #clockdiv {
    position: relative;
    display: block;
    margin: 10px 0 0;
    width: 100%
}

.pguide {
    position: relative;
    padding: 20px;
}

.pguide em {
    font-size: 12px;
}

.pguide img {
    width: 80px;
    border-radius: 50px;
    float: left;
    margin: -20px 20px 0 0
}

.weright {
    width: 30%;
    float: left
}

.weright .widget_block {
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
}

.rpac {
    background: #fff;
    box-shadow: 0 0 15px rgba(120, 120, 120, 0.1);
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0
}

.rpac .ttr {
    padding: 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
}

.lst {
    padding: 15px 20px;
}

.lst a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.we-meta h1 {
    font-weight: 800 font-size: 30px;
    line-height: 1.1;
    font-family: 'Montserrat', 'Roboto', 'Open Sans', sans-serif;
    margin: 0 0 20px
}

.schd {
    margin: 0 0 20px
}


/* Archive */

.tabschedule {
background: #fff;
margin: 0 0 30px; 
width: 100%;
min-width:700px;
}
.tabschedule td {
padding: 8px 12px;
line-height: 1.4;
border: 1px solid #ddd;
text-align: center;
vertical-align: middle;
}
.tabtr {
font-weight: bold;
}
.tabschedule tr:hover {
background: #eee;
}
.tabschedule td.nam {
border-top: 4px solid #090;
}
.tabschedule td.dur {
border-top: 4px solid #f70;
}
.tabschedule td.wak {
border-top: 4px solid #f4a;
}
.tabschedule td.mas {
border-top: 4px solid #175bd8;
}
.tabschedule td.pen {
border-top: 4px solid #777;
}
.tabschedule td.quo {
border-top: 4px solid #8d0d7f;
}
.tabschedule td.ord {
border-top: 4px solid #88cc00;
}
.tabschedule td.namtur {
text-align: left;
}
.sisa {
color: #23b644;
}
.habis {
color: #dd2222;
}
.nopen {
color: #ff4400;
}

.ordr {
    background: #090;
    color: #fff;
    padding: 0 8px;
    line-height: 18px;
    display: inline-block;
    font-size: 10px;
    border-radius: 15px;
}
.ordr a {
    color: #fff;
}
.exp {
    background: #dd2222;
    color: #fff;
    padding: 0 8px;
    line-height: 18px;
    display: inline-block;
    font-size: 10px;
    border-radius: 15px;
}


.page-sch {
overflow-x: auto;
}


.schadd {
    width: 100%;
    background: #fff;
    margin: 30px 0 0;
    text-align: center;
	min-width:700px;
}

.schadd .addtop td {
    font-size: 12px
}

.schadd td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px
}

.quotas {
    width: 100%;
	min-width:500px;
    margin: 15px 0;
    background: #fff
}

.quotas td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px
}

.quobold {
    font-weight: 700
}

.qcity {
    text-align: right
}

.qage {
    text-align: center
}

.statquote {
    margin: 30px 0 0;
    line-height: 35px;
    font-size: 14px
}

.kuota {
margin: 0; 
background: #fff; 
border: 1px solid #ddd; 
line-height: 35px; 
height: 35px; 
padding: 0 8px; 
display: inline-block;
}

.singorder {
color: #fff; 
background: #23b644; 
padding: 0 15px; 
border-radius: 30px;  
float: right; 
font-size: 14px;
}

.singorder a {
color: #fff;
}

.singexpired {
color: #fff; 
background: #dd2222; 
padding: 0 15px; 
border-radius: 30px;  
float: right; 
font-size: 14px;
}


.lco {
    box-shadow: 0 0 15px rgba(220, 220, 220, 0.2);
    background: #fff;
}

.thlo {
    height: 300px;
    overflow: hidden;
    position: relative
}

.thlo img {
    width: 100%;
    height: auto
}

.wimg {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding: 20px 0;
    z-index: 10
}

.nimg {
    padding: 20px;
    position: relative
}

.pub {
    font-size: 11px
}

.lit {
    font-weight: 700;
    font-size: 24px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.ltsm {
    padding: 30px;
}

.ltsm .tap {
    width: 100px;
    height: 100px;
    margin: 0 0 0 50px;
    float: right;
    overflow: hidden;
    border-radius: 80px;
}

.tap img {
    width: 100%;
    height: auto
}

.ltsm p {
    font-style: italic;
    font-size: 22px;
    font-family: Philosopher;
    margin: 0 0 20px
}

.ltsm .star {
    font-size: 20px;
    padding: 15px 0;
}

.wgt em {
    font-size: 14px
}

.down {
    background: #fff;
    box-shadow: 0 0 5px rgba(200, 200, 200, 0.2);
}

.down tr {
    border-bottom: 1px solid #eee
}

.down td .in480show {
    display: none;
}

.down td {
    vertical-align: top;
    padding: 20px;
    line-height: 1.5;
}

.down td .fa {
    margin: 0 auto;
    font-size: 24px;
}

.down td.ctr {
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    padding: 0 20px;
}

.down td h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.down tr:first-child,
.down tr:last-child {
    border-bottom: 0
}


/* POST TAGS */

.post-tags a {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin: 0 2px 3px 0;
    border-radius: 20px;
    float: left;
}

.comments h3 {
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

#comments {
    margin-bottom: 30px
}

.comment {
    padding: 25px 0;
    border-bottom: 1px dotted #ddd
}

.comment td {
    vertical-align: top
}

.comment-meta {
    position: relative;
    min-height: 70px;
    font-size: 12px;
    margin-right: 30px;
    width: 96px
}

.countcoms {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.avatar {
    display: block;
    margin-right: 10px;
    box-shadow: 0 0 10px rgba(160, 160, 160, 0.1);
    border-radius: 5px;
    padding: 8px;
    width: 80px;
    height: 80px
}

.comment-author a,
.comment-author span {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-style: normal
}

.comment-author a:hover {
    text-decoration: underline
}

.comment-reply-link {
    text-decoration: none;
    font-style: italic
}

.comment_list {
    margin: 0 0 40px
}

.comment-reply-link:hover {
    text-decoration: underline
}

.comment-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin-bottom: 10px
}

.children {
    margin-left: 0
}

.children .children {
    margin-left: 0
}

.children .comment {
    padding-left: 0
}

#respond p,
.nopassword {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#respond p a {
    text-decoration: none
}

#respond p a:hover {
    text-decoration: underline
}

#commentform {
    position: relative;
    margin: 10px 0;
    padding-top: 155px
}

#respond .comment_message {
    margin: 10px 0 25px
}

#respond .commform-author,
#respond .commform-email,
#respond .commform-url {
    float: left;
    width: 33.333333333%;
    margin-bottom: 15px
}

#respond .commform-author p,
#respond .commform-email p,
#respond .commform-url p {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    margin-bottom: 5px
}

#respond .commform-author p span,
#respond .commform-email p span,
#respond .commform-url p span {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#respond .commform-textarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f3f3f3
}

#respond .commform-textarea>div {
    border-radius: 4px;
    padding: 10px;
    background: #f3f3f3
}

#respond p.form-submit {
    margin-bottom: 0
}

#respond p.form-submit #submit {
    float: none
}

#comment {
    width: 100%;
    height: 120px;
    padding: 0;
    margin: 0;
    border: none;
    overflow: auto;
    background: #f3f3f3
}

.commform-author div {
    margin-right: 15px;
    border-radius: 4px;
    padding: 10px
}

.commform-email div {
    border-radius: 4px;
    padding: 10px
}

.commform-url p {
    margin-left: 15px!important
}

.commform-url div {
    margin-left: 15px;
    border-radius: 4px;
    padding: 10px
}

#author,
#email,
#url {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#submit {
    float: left;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif
}

p#cancel-comment-reply {
    float: right;
    line-height: 28px;
    margin: 0
}

.post-password-form {
    padding: 50px 0 0;
}

.post-password-form input {
    font-family: 'Roboto', 'Open Sans', sans-serif
}


/* WIDGET SIDEBAR */

#sidebar {
    width: 100%;
    margin: 0
}

#sidebar .widget_block {
    margin-bottom: 15px;
    clear: both;
    padding: 20px;
	line-height: 1.6;
}

#sidebar .widget_block a {
    text-decoration: none;
}


/* WID HEADER */

#sidebar .widget_block h2,
#sidebar .widget-small h3,
#sidebar .widget_block h2 a,
#sidebar .widget-small h3 a {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    height: 50px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 10
}


/* WID SEARCH */

#sidebar .widget_block .search-post fieldset {
    position: relative;
    width: auto;
    padding: 0 15px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    height: 50px
}

#sidebar .widget_block .search-post input {
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none
}

#sidebar .widget_block .search-post button {
    display: block ! important;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
    border: 0;
    line-height: 10px;
    text-align: center;
    z-index: 100
}


/* WID SELECT */

#sidebar .widget_block label {
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget_block select {
    margin: 0 20px 15px;
    width: 90%;
    border: none;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 3px 8px;
    border: 1px solid #eee;
}

#sidebar .widget_block select option {
    padding: 3px 8px
}


/* WID LIST MENU */

#sidebar .widget_block.widget_rss li,
#sidebar .widget_block.widget_meta li,
#sidebar .widget_block.widget_nav_menu li,
#sidebar .widget_block.widget_recent_entries li,
#sidebar .widget_block.widget_pages li,
#sidebar .widget_block.wp-block-archive li,
#sidebar .widget_block.widget_categories li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 10px 0;
}

#sidebar .widget_block.widget_rss li a,
#sidebar .widget_block.widget_meta li a,
#sidebar .widget_block.widget_nav_menu li a,
#sidebar .widget_block.widget_recent_entries li a,
#sidebar .widget_block.widget_pages li a,
#sidebar .widget_block.wp-block-archive li a,
#sidebar .widget_block.widget_categories li a {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* WID MENU */

#sidebar .widget_block.widget_nav_menu {
    padding: 0 0 10px;
}

#sidebar .widget_block.widget_nav_menu ul li:first-child {
    margin-top: -1px;
}

#sidebar .widget_block.widget_nav_menu ul li:last-child {
    margin-bottom: -11px;
}

#sidebar .widget_block.widget_nav_menu ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID KATEGORI */

#sidebar .widget_block.widget_categories {
    padding: 0 0 10px;
}

#sidebar .widget_block.widget_categories ul li:first-child {
    margin-top: -1px;
}

#sidebar .widget_block.widget_categories ul li:last-child {
    margin-bottom: -11px;
}

#sidebar .widget_block.widget_categories ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID PAGES */

#sidebar .widget_block.widget_pages {
    padding: 0 0 10px;
}

#sidebar .widget_block.widget_pages ul li:first-child {
    border-top: 1px solid #eee;
    margin-top: -1px;
}

#sidebar .widget_block.widget_pages ul li:last-child {
    margin-bottom: -11px;
}

#sidebar .widget_block.widget_pages ul li ul {
    margin: 15px 0 -1px 20px;
}

#sidebar .widget_block .rssSummary {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 5px 0 0;
}

#sidebar .widget_block .tagcloud a {
    margin: 0 2px 6px 0;
    padding: 3px 8px;
    line-height: 20px;
    font-size: 14px ! important;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: lowercase;
}


/* WID GALLERY */

#sidebar .wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center
}

#sidebar .wp-caption img {
    margin: 5px 5px 0
}

#sidebar .wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px
}

#sidebar .wp-smiley {
    margin: 0
}

#sidebar .gallery {
    margin: 0;
}

#sidebar .gallery .gallery-item {
    float: left;
    margin: 0!important;
    text-align: center
}

#sidebar .gallery.gallery-columns-1 .gallery-item {
    width: 100% !important
}

#sidebar .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important
}

#sidebar .gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important
}

#sidebar .gallery.gallery-columns-4 .gallery-item {
    width: 25% !important
}

#sidebar .gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important
}

#sidebar .gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important
}

#sidebar .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none!important;
    margin-bottom: 0
}

#sidebar .gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px
}

#sidebar .gallery dl {
    margin: 0
}

#sidebar .gallery br+br {
    display: none
}


/* WID TEXT */

#sidebar .widget_block .textwidget {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}

#sidebar .widget_block.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

#sidebar .widget_block.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

#sidebar .widget_block.widget_text ul li ul,
#sidebar .widget_block.widget_text ul li ol,
#sidebar .widget_block.widget_text ol li ul,
#sidebar .widget_block.widget_text ol li ol {
    padding-top: 8px;
}

#sidebar .widget_block.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

#sidebar .widget_block.widget_text p {
    padding: 0 0 10px;
}


/* WID CALENDAR */

#sidebar .widget_block .calendar_wrap {
    padding: 15px 0
}

#sidebar .widget_block .calendar_wrap table {
    width: 100%;
    font-size: 15px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#sidebar .widget_block .calendar_wrap table caption {
    margin-bottom: 10px
}

#sidebar .widget_block .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

#sidebar .widget_block .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0
}

#sidebar .widget_block .calendar_wrap td a {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', 'Open Sans', sans-serif
}


/* PACKAGE WIDGET */

#sidebar .widget_block.widget_daftarpaket .lst span {
    display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#sidebar .widget_block.widget_daftarpaket .relpri {
    margin: 5px 0 0;
    font-size: 13px;
}

#sidebar .widget_block.widget_daftarpaket .relpri del {
    font-size: 13px
}

#sidebar .widget_block.widget_daftarpaket .relpac {
    width: 96px;
    height: 72px;
    margin: 0 0 0 15px;
    float: right
}

#sidebar .widget_block.widget_daftarpaket .relpac.align-left {
    width: 96px;
    height: 72px;
    margin: 0 15px 0 0;
    float: left
}

#sidebar .widget_block.widget_daftarpaket .relpac img {
    width: 100%;
    height: auto
}


/* PACKAGE POPULER */

#sidebar .widget_block.widget_paketpopuler .lst span {
    display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#sidebar .widget_block.widget_paketpopuler .relpri {
    margin: 5px 0 0;
    font-size: 13px;
}

#sidebar .widget_block.widget_paketpopuler .relpri del {
    font-size: 13px
}

#sidebar .widget_block.widget_paketpopuler .relpac {
    width: 96px;
    height: 72px;
    margin: 0 0 0 15px;
    float: right
}

#sidebar .widget_block.widget_paketpopuler .relpac.align-left {
    width: 96px;
    height: 72px;
    margin: 0 15px 0 0;
    float: left
}

#sidebar .widget_block.widget_paketpopuler .relpac img {
    width: 100%;
    height: auto
}


/* WID SCHEDULE */

#sidebar .widget_block.widget_jadwaltour .topjd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    z-index: 20;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

#sidebar .widget_block.widget_jadwaltour .topjd .atime a {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #fff
}

#sidebar .widget_block.widget_jadwaltour .botjd {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 20;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget_block.widget_jadwaltour .botjd img {
    width: 60px;
    height: 60px;
    border: 4px solid #ddd;
    border-radius: 50px;
    margin: 0 auto 12px
}

#sidebar .widget_block.widget_jadwaltour .jadw {
    padding: 15px 20px;
    z-index: 20;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget_block.widget_jadwaltour .jadw .atime a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* WID VIDEO */

#sidebar .widget_block .vibar {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0
}

#sidebar .widget_block.widget_posterbaru,
#sidebar .widget_block.widget_weevideos,
#sidebar .widget_block.widget_jadwaltour,
#sidebar .widget_block.widget_paketpopuler,
#sidebar .widget_block.widget_dataperusahaan,
#sidebar .widget_block.widget_daftarpaket {
	padding: 0;
}


/* WID PROFILE */

#sidebar .widget_block .dapro {
    padding: 0 0 20px
}

#sidebar .widget_block .dapro .prs {
    position: relative;
    padding: 15px;
    margin: 0 15px 0 60px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget_block .dapro table td {
    padding: 0 15px 0 0
}

#sidebar .widget_block .prs h1 {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif
}

#sidebar .widget_block .dapro .fa.fa-home {
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    float: left
}

#sidebar .widget_block .dapro .fa {
    width: 60px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    float: left
}

#sidebar .widget_block .dapro .fa.fa-fax,
#sidebar .widget_block .dapro .fa.fa-envelope {
    width: 60px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    float: left
}


/* POST TERBARU */

#sidebar .widget_block .weesid {
    padding: 15px 20px;
}

#sidebar .widget_block .sitti {
    margin: 0 0 6px
}

#sidebar .widget_block .sitti a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* IMAGE POST */

#sidebar .widget_block .imgbar {
    width: 96px;
    height: 72px;
    float: left;
    margin: 0 20px 0 0;
    position: relative
}

#sidebar .widget_block .imgbar img {
    width: 100%;
    height: auto
}

#sidebar .widget_block.widget_recent_comments ul {
    padding: 15px 20px;
}

#sidebar .widget_block.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

#sidebar .widget_block .recentcomments span,
#sidebar .widget_block.recentcomments a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget_block .inage {
    position: relative
}

#sidebar .widget_block .inage img {
    display: block;
    width: 100%;
    height: auto
}

#footbar {
    padding: 30px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.home #footbar {
    margin: 0
}

.footcon {
    margin: 0 -15px;
}

.foot-bar {
    width: 33.333%;
    float: left
}

.foot-inn {
    margin: 0 10px
}

#footbar .widget_block {
    margin: 0 20px 15px;
    clear: both;
    padding: 0;
}

#footbar .widget_block a {
    text-decoration: none;
}


/* WID HEADER */

#footbar .widget_block h2,
#footbar .widget_block-small h3,
#footbar .widget_block h2 a,
#footbar .widget_block-small h3 a {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    height: 50px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 10
}


/* WID AUDIO */

#footbar .widget_block.widget_media_audio {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_media_audio h3 {
    margin: 0;
}


/* WID NEW */

#footbar .widget_block.widget_posterbaru,
	#footbar .widget_block.widget_paketpopuler,
    #footbar .widget_block.widget_daftarpaket	{
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_posterbaru h3 {
    margin: 0;
}


/* WID GAMBAR */

#footbar .widget_block.widget_media_image {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_media_image h3 {
    margin: 0;
}


/* WID GALERI */

#footbar .widget_block.widget_media_gallery {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_media_gallery h3 {
    margin: 0;
}


/* WID WEEVID */

#footbar .widget_block.widget_weevideos {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_weevideos h3 {
    margin: 0;
}


/* WID VIDEO */

#footbar .widget_block.widget_media_video {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_media_video h3 {
    margin: 0;
}


/* WID SEARCH */

#footbar .widget_block .search-post fieldset {
    position: relative;
    width: auto;
    padding: 0 20px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    height: 40px
}

#footbar .widget_block .search-post input {
    height: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none
}

#footbar .widget_block .search-post button {
    display: block ! important;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 6px;
    right: 20px;
    border: 0;
    line-height: 10px;
    text-align: center;
    z-index: 100
}


/* WID SELECT */

#footbar .widget_block label {
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget_block select {
    margin: 0 20px 15px;
    width: 90%;
    border: none;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 3px 8px;
    border: 1px solid #eee;
}

#footbar .widget_block select option {
    padding: 3px 8px
}


/* WID LIST MENU */

#footbar .widget_block.widget_rss li,
#footbar .widget_block.widget_meta li,
#footbar .widget_block.widget_nav_menu li,
#footbar .widget_block.widget_recent_entries li,
#footbar .widget_block.widget_pages li,
#footbar .widget_block.wp-block-archive li,
#footbar .widget_block.widget_categories li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 10px 0;
}

#footbar .widget_block.widget_rss li a,
#footbar .widget_block.widget_meta li a,
#footbar .widget_block.widget_nav_menu li a,
#footbar .widget_block.widget_recent_entries li a,
#footbar .widget_block.widget_pages li a,
#footbar .widget_block.wp-block-archive li a,
#footbar .widget_block.widget_categories li a {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* WID MENU */

#footbar .widget_block.widget_nav_menu {
    padding: 0 0 10px;
}

#footbar .widget_block.widget_nav_menu ul {
    margin: 15px 20px;
}

#footbar .widget_block.widget_nav_menu ul li:first-child {
    margin-top: -1px;
}

#footbar .widget_block.widget_nav_menu ul li:last-child {
    margin-bottom: -11px;
}

#footbar .widget_block.widget_nav_menu ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID KATEGORI */

#footbar .widget_block.widget_categories {
    padding: 0 0 10px;
}

#footbar .widget_block.widget_categories ul {
    margin: 15px 20px;
}

#footbar .widget_block.widget_categories ul li:first-child {
    margin-top: -1px;
}

#footbar .widget_block.widget_categories ul li:last-child {
    margin-bottom: -11px;
}

#footbar .widget_block.widget_categories ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID PAGES */

#footbar .widget_block.widget_pages {
    padding: 0 0 10px;
}

#footbar .widget_block.widget_pages ul {
    margin: 15px 20px;
}

#footbar .widget_block.widget_pages ul li:first-child {
    border-top: 1px solid #eee;
    margin-top: -1px;
}

#footbar .widget_block.widget_pages ul li:last-child {
    margin-bottom: -11px;
}

#footbar .widget_block.widget_pages ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID ARCHIVE */

#footbar .widget_block.wp-block-archive ul {
    margin: 15px 20px;
}


/* WID META */

#footbar .widget_block.widget_meta ul {
    margin: 15px 20px;
}


/* WID COMMENT */

#footbar .widget_block.widget_recent_entries ul {
    margin: 15px 20px;
}


/* WID RSS */

#footbar .widget_block.widget_rss ul {
    margin: 15px 20px;
}

#footbar .widget_block .rssSummary {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 5px 0 0;
}


/* WID CLOUDS */

#footbar .widget_block .tagcloud {
    padding: 15px 20px
}

#footbar .widget_block .tagcloud a {
    margin: 0 2px 6px 0;
    padding: 3px 8px;
    line-height: 20px;
    font-size: 14px ! important;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: lowercase;
}


/* WID GALLERY */

#footbar .wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center
}

#footbar .wp-caption img {
    margin: 5px 5px 0
}

#footbar .wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px
}

#footbar .wp-smiley {
    margin: 0
}

#footbar .gallery {
    margin: 0;
}

#footbar .gallery .gallery-item {
    float: left;
    margin: 0!important;
    text-align: center
}

#footbar .gallery.gallery-columns-1 .gallery-item {
    width: 100% !important
}

#footbar .gallery.gallery-columns-2 .gallery-item {
    width: 50% !important
}

#footbar .gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important
}

#footbar .gallery.gallery-columns-4 .gallery-item {
    width: 25% !important
}

#footbar .gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important
}

#footbar .gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important
}

#footbar .gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none!important;
    margin-bottom: 0
}

#footbar .gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px
}

#footbar .gallery dl {
    margin: 0
}

#footbar .gallery br+br {
    display: none
}


/* WID TEXT */

#footbar .widget_block .textwidget {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}

#footbar .widget_block.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

#footbar .widget_block.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

#footbar .widget_block.widget_text ul li ul,
#footbar .widget_block.widget_text ul li ol,
#footbar .widget_block.widget_text ol li ul,
#footbar .widget_block.widget_text ol li ol {
    padding-top: 8px;
}

#footbar .widget_block.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

#footbar .widget_block.widget_text p {
    padding: 0 0 10px;
}


/* WID CALENDAR */

#footbar .widget_block .calendar_wrap {
    padding: 15px 20px
}

#footbar .widget_block .calendar_wrap h3 {
    margin: 0
}

#footbar .widget_block .calendar_wrap table {
    width: 100%;
    font-size: 15px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#footbar .widget_block .calendar_wrap table caption {
    margin-bottom: 10px
}

#footbar .widget_block .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

#footbar .widget_block .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0
}

#footbar .widget_block .calendar_wrap td a {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', 'Open Sans', sans-serif
}


/* PACKAGE widget_block */

#footbar .widget_block.widget_daftarpaket .lst {
    padding: 15px 0;
    margin: 0;
}

#footbar .widget_block.widget_daftarpaket .lst span {
    display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#footbar .widget_block.widget_daftarpaket .relpri {
    margin: 5px 0 0;
    font-size: 13px;
}

#footbar .widget_block.widget_daftarpaket .relpri del {
    font-size: 13px
}

#footbar .widget_block.widget_daftarpaket .relpac {
    width: 96px;
    height: 72px;
    margin: 0 0 0 15px;
    float: right
}

#footbar .widget_block.widget_daftarpaket .relpac.align-left {
    width: 96px;
    height: 72px;
    margin: 0 15px 0 0;
    float: left
}

#footbar .widget_block.widget_daftarpaket .relpac img {
    width: 100%;
    height: auto
}


/* PACKAGE POPULER */

#footbar .widget_block.widget_paketpopuler .lst {
    padding: 15px 0;
    margin: 0;
}

#footbar .widget_block.widget_paketpopuler .lst span {
    display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#footbar .widget_block.widget_paketpopuler .relpri {
    margin: 5px 0 0;
    font-size: 13px;
}

#footbar .widget_block.widget_paketpopuler .relpri del {
    font-size: 13px
}

#footbar .widget_block.widget_paketpopuler .relpac {
    width: 96px;
    height: 72px;
    margin: 0 0 0 15px;
    float: right
}

#footbar .widget_block.widget_paketpopuler .relpac.align-left {
    width: 96px;
    height: 72px;
    margin: 0 15px 0 0;
    float: left
}

#footbar .widget_block.widget_paketpopuler .relpac img {
    width: 100%;
    height: auto
}


/* WID DATA */

#footbar .widget_block.widget_dataperusahaan {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_dataperusahaan h3 {
    margin: 0;
}


/* WID SCHEDULE */

#footbar .widget_block.widget_jadwaltour {
    margin: 0 20px 15px;
}

#footbar .widget_block.widget_jadwaltour h3 {
    margin: 0;
}

#footbar .widget_block.widget_jadwaltour .topjd {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    z-index: 20;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

#footbar .widget_block.widget_jadwaltour .topjd .atime a {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #fff
}

#footbar .widget_block.widget_jadwaltour .botjd {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 20;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget_block.widget_jadwaltour .botjd img {
    width: 60px;
    height: 60px;
    border: 4px solid #ddd;
    border-radius: 50px;
    margin: 0 auto 12px
}

#footbar .widget_block.widget_jadwaltour .jadw {
    padding: 15px 0;
    z-index: 20;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget_block.widget_jadwaltour .jadw .atime a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* WID VIDEO */

#footbar .widget_block .vibar {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 0 20px;
}


/* WID PROFILE */

#footbar .widget_block .dapro {
    padding: 0 0 20px
}

#footbar .widget_block .dapro .prs {
    position: relative;
    padding: 15px;
    margin: 0 0 0 60px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget_block .dapro table td {
    padding: 0 15px 0 0
}

#footbar .widget_block .prs h1 {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif
}

#footbar .widget_block .dapro .fa.fa-home {
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    float: left
}

#footbar .widget_block .dapro .fa {
    width: 60px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    float: left
}

#footbar .widget_block .dapro .fa.fa-fax,
#footbar .widget_block .dapro .fa.fa-envelope {
    width: 60px;
    height: 50px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    float: left
}


/* POST TERBARU */

#footbar .widget_block .weesid {
    padding: 15px 0;
}

#footbar .widget_block .sitti {
    margin: 0 0 6px
}

#footbar .widget_block .sitti a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* IMAGE POST */

#footbar .widget_block .imgbar {
    width: 96px;
    height: 72px;
    float: left;
    margin: 0 20px 0 0;
    position: relative
}

#footbar .widget_block .imgbar img {
    width: 100%;
    height: auto
}

#footbar .widget_block.widget_recent_comments ul {
    padding: 15px 20px;
}

#footbar .widget_block.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

#footbar .widget_block .recentcomments span,
#footbar .widget_block .recentcomments a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget_block .inage {
    position: relative
}

#footbar .widget_block .inage img {
    display: block;
    width: 100%;
    height: auto
}


/* FOOTER */

.footer {
    margin: 0;
    padding: 60px 30px
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline
}

.copyright {
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    max-width: 700px;
    margin: 0 auto;
}

.foolog {
    display: block;
    width: 200px;
    height: auto;
    margin: 30px auto 0;
}

.opens {
    background: #444;
    color: #fff;
    position: fixed;
    z-index: 10000;
    top: 250px;
    left: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    border-radius: 0 20px 20px 0
}

.closes {
    background: #8c0;
    color: #fff;
    position: fixed;
    z-index: 10000;
    top: 250px;
    left: 65px;
    display: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    border-radius: 0 20px 20px 0
}

.layout {
    position: fixed;
    z-index: 1000;
    top: 250px;
    left: -75px;
    background: #222;
    width: 50px;
    height: 30px;
    font: bold 14px/30px Montserrat;
    color: #fff;
    padding: 0 7px 0 8px;
    overflow: hidden;
    text-align: left;
    cursor: pointer
}

.styling {
    position: fixed;
    z-index: 1000;
    top: 280px;
    left: -75px;
    background: #ddd;
    width: 50px;
    height: 75px;
    padding: 10px 5px 5px 10px;
    overflow: hidden;
    text-align: left
}

.blue {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #0b82aa
}

.red {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #d42007
}

.green {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #090
}

.orange {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #f70
}

.forest {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #03562b
}

.donker {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #036
}

.cyan {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #3bf
}

.purple {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #8c49a5
}

.tosca {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #0aa277
}

.grey {
    width: 20px;
    height: 20px;
    margin: 0 5px 5px 0;
    float: left;
    display: inline;
    background: #777
}

.mmenu {
    position: fixed;
    z-index: 1000;
    top: 250px;
    left: -75px;
    background: #444;
    width: 50px;
    height: 30px;
    font: bold 14px/30px Montserrat;
    color: #fff;
    padding: 0 7px 0 8px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    display: none
}

#return-to-top {
    position: fixed;
    z-index: 10000;
    bottom: 5px;
    right: 10px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#return-to-top i {
    margin: 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: rotate(-90deg);
    font-size: 17px;
    line-height: 34px;
}

.weeshare {
    width: auto;
    position: relative;
    margin: 0;
    padding: 30px;
    display: none;
    box-shadow: 0 0 10px rgba(220, 220, 220, 0.2);
    background: #fff;
    text-align: center;
}

.weeshare .fab {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 25px;
}

.weeshare .in {
    text-align: center
}

.weeshare h2 {
    font: 30px/30px 'Pinyon Script';
    color: #fff
}

.weeshare .weeclose {
    font: 14px 'Montserrat';
    color: #ddd;
    padding: 4px 10px;
    border: 2px solid #ddd;
    cursor: pointer
}

.weeshare .fa {
    width: 40px;
    height: 40px;
    margin: 2px;
    font-size: 22px;
    text-align: center;
    line-height: 40px
}

.weeshare .fa-facebook-f {
    background: #0E5AA5
}

.weeshare .fa-twitter {
    background: #3bf
}

.weeshare .fa-whatsapp {
    background: #090
}

.weeshare .fa-google-plus-g {
    background: #eb0738
}

.weeshare a {
    color: #fff
}


/* BOXED */

.boxed {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 5px #777
}

.boxed .wee-nav {
    min-height: 70px;
}

.boxed .men {
    height: 70px;
}

.boxed .men:before,
.boxed .kon:before {
    border-top-width: 70px;
    border-right-width: 35px;
}

.boxed .nav-weesata {
    max-width: 1200px;
    margin: 0 auto;
}

.boxed .men .toplist {
    height: 54px;
    line-height: 54px;
}

.boxed .ttsearch {
    margin: 0 12px;
}

.boxed .weefirst {
    padding: 20px 20px 0;
}

.boxed .pack-img {
    margin: 0 10px 20px;
}

.boxed .pack-one {
    margin: 0 -10px;
}

.boxed .weesche {
    padding: 20px 20px 0;
}

.boxed #footbar {
    padding: 20px;
}

.boxed .footer {
    padding: 40px 20px;
}

.boxed .men .toplist {
    padding: 8px 160px 8px 50px;
}

.boxed .logo {
    height: 70px;
}

.boxed .logo-img {
    padding: 10px 15px;
}

.boxed .logo img {
    height: 50px;
}

.boxed .nav .dd {
    height: 54px;
}

.boxed .nav .dd li {
    line-height: 54px;
    ;
}

.boxed .nav .dd li a {
    line-height: 54px;
}

.boxed .nav .dd li span {
    height: 15px;
    top: 0px;
    right: 0;
    line-height: 15px;
    padding: 0 2px;
    font-size: 12px;
}

.boxed .nav .dd li.menu-item-has-children:after {
    top: 24px;
}

.boxed .nav .dd li span:after {
    top: 14px;
}

.boxed .nav .dd li ul {
    top: 54px;
}

.boxed .nav .dd li.menu-item-has-children:hover:after {
    top: 44px;
}

.boxed .nav .dd li ul li,
.boxed .nav .dd li ul li a {
    line-height: 30px;
}

.boxed .ps {
    top: 8px;
}

.boxed .ca {
    height: 70px;
}

.boxed .ca:before {
    border-bottom-width: 70px;
    border-left-width: 35px;
}

.boxed .ca:after {
    border-top-width: 70px;
    border-right-width: 35px;
}

.boxed .spo {
    margin: 15px auto;
}

.boxed .kon {
    padding: 15px 15px 15px 50px;
}

.boxed .kon:after {
    border-left-width: 40px;
    border-bottom-width: 70px;
}

.boxed .onhour,
.boxed .sosmed {
    top: 70px;
}

.boxed .slide1 {
    padding: 70px 0 0;
}

.boxed .breadcrumbs {
    padding: 20px 10px;
}

.boxed .wecontent .pactour {
    padding: 0;
}

.boxed .single-paket .wecontent .pactour {
    padding: 90px 0 0 0;
}

.boxed .white {
    margin: 0 10px 20px;
}

.boxed .weerent {
    padding: 0 20px 0;
}

.owl-carousel {
    display: block ! important;
}

@media screen and (max-width:1050px) {
    .wee-nav {
        min-height: 70px;
    }
    .men {
        height: 70px;
    }
    .men:before,
    .kon:before {
        border-top-width: 70px;
        border-right-width: 35px;
    }
    .nav-weesata {
        max-width: 1200px;
        margin: 0 auto;
    }
    .men .toplist {
        height: 54px;
        line-height: 54px;
    }
    .wee-slider {
        padding: 70px 0 0;
    }
    .alloverlay {
        height: 220px;
    }
    .allother {
        height: 80px;
        bottom: -80px;
    }
    .justslide .item .slide-in {
        width: 60%;
    }
    .headslide {
        font-size: 40px;
    }
    .weefirst {
        padding: 20px 20px 0;
    }
    .pack-img {
        margin: 0 10px 20px;
    }
    .pack-one {
        margin: 0 -10px;
    }
    .weesche {
        padding: 20px 20px 0;
    }
    .men .toplist {
        padding: 8px 155px 8px 25px;
    }
    .logo {
        height: 70px;
    }
    .logo-img {
        padding: 10px 15px;
    }
    .logo img {
        height: 50px;
    }
    .nav .dd {
        height: 54px;
    }
    .nav .dd li {
        line-height: 54px;
        ;
    }
    .nav .dd li a {
        line-height: 54px;
        font-size: 13px;
        padding: 0 13px;
    }
    .nav .dd li span {
        height: 15px;
        top: 0px;
        right: 0;
        line-height: 15px;
        padding: 0 2px;
        font-size: 12px;
    }
    .nav .dd li.menu-item-has-children:after {
        top: 24px;
    }
    .nav .dd li span:after {
        top: 14px;
    }
    .nav .dd li ul {
        top: 54px;
    }
    .nav .dd li.menu-item-has-children:hover:after {
        top: 44px;
    }
    .nav .dd li ul li,
    .nav .dd li ul li a {
        line-height: 30px;
    }
    .ps {
        top: 8px;
    }
    .ca {
        height: 70px;
    }
    .ca:before {
        border-bottom-width: 70px;
        border-left-width: 35px;
    }
    .ca:after {
        border-top-width: 70px;
        border-right-width: 35px;
    }
    .spo {
        margin: 15px auto;
    }
    .kon {
        padding: 15px 15px 15px 35px;
    }
    .kon:after {
        border-left-width: 40px;
        border-bottom-width: 70px;
    }
    .kon .phn {
        font-size: 25px;
        padding-right: 15px;
        margin-right: 15px;
    }
    .onhour,
    .sosmed {
        top: 70px;
    }
    .slide1 {
        padding: 70px 0 0;
    }
    .boxsetickers {
        height: 120px;
    }
    .ttsearch {
        padding: 20px 0;
        margin: 0 12px;
    }
    .prom {
        font-size: 45px;
    }
    .des {
        font-size: 18px;
    }
    .jad td {
        font-size: 15px;
    }
    .additional {
        padding: 20px;
    }
    .blog .weefirst {
        margin: 80px 0 0;
    }
    .breadcrumbs {
        margin: 80px auto 0;
        padding: 20px 10px;
    }
    .down td.ctr {
        font-size: 16px;
    }
    .wecontent .pactour {
        padding: 0;
    }
    .single-paket .wecontent .pactour {
        padding: 90px 0 0 0;
    }
    .white {
        margin: 0 10px 20px;
    }
    .weerent {
        padding: 0 20px 0;
    }
    .package {
        padding: 20px 30px;
    }
    .tttl {
        margin-right: 40px;
    }
    .showprice .butn {
        font-size: 18px;
        line-height: 30px;
        padding: 0 10px;
        height: 30px;
    }
    .showprice .priceft {
        padding: 15px 0;
    }
    .days,
    .hours,
    .minutes,
    .seconds {
        font-size: 18px;
        line-height: 35px;
        width: 35px;
        height: 35px;
    }
    .showprice {
        width: 180px;
        height: 170px;
        padding: 20px;
        margin: -105px 0 0 0;
    }
    .showprice .priceft .hanodis .htext {
        height: 30px;
        line-height: 30px;
    }
    .rentitle h1 {
        font-size: 35px;
    }
    .inrent {
        font-size: 14px;
        padding: 10px 30px 10px 30px;
    }
    .includes {
        font-size: 14px;
    }
    .imglay h1 {
        font-size: 25px;
    }
    .imglay .going {
        font-size: 13px;
    }
    .pguide {
        padding: 0 20px 20px;
    }
    .pguide img {
        width: 60px;
        margin: -10px 20px 0 0;
    }
    .sgtl .vidsing {
        height: 350px;
    }
    .footcon {
        margin: 0;
    }
    .foot-inn {
        margin: 0;
    }
    #footbar .widget_block.widget_media_audio,
    #footbar .widget_block.widget_posterbaru,
	#footbar .widget_block.widget_paketpopuler,
    #footbar .widget_block.widget_daftarpaket,
    #footbar .widget_block.widget_media_image,
    #footbar .widget_block.widget_media_gallery,
    #footbar .widget_block.widget_weevideos,
    #footbar .widget_block.widget_media_video,
    #footbar .widget_block.widget_dataperusahaan,
    #footbar .widget_block.widget_jadwaltour {
        margin: 0 10px 10px;
    }
    #footbar {
        padding: 20px;
    }
    .footer {
        padding: 40px 20px;
    }
}

@media screen and (max-width:980px) {
    .men .toplist {
        display: none;
    }
    .ff {
        display: block;
        line-height: 20px;
    }
    .de {
        display: none;
    }
    .ee {
        display: block;
        line-height: 20px;
    }
    .ps {
        width: 175px;
    }
    .ps #navi {
        display: inline-block;
    }
    .onhour {
        right: 55px;
    }
    .onhour:before {
        right: 30px;
    }
    .sosmed {
        right: 35px;
    }
    .mob {
        display: block;
        width: 230px;
        position: fixed;
        top: 70px;
        right: 10px;
        z-index: 10000
    }
    .customize-support .mob {
        top: 102px;
    }
    .mobi {
        position: relative;
    }
    .mobi:before {
        content: '';
        position: absolute;
        right: 5px;
        top: -10px;
        width: 0;
        height: 0;
        margin: 0;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        clear: both;
    }
    .mobi .accordion li {
        display: block;
        margin: 0;
        text-align: left;
        font: bold 14px 'Open Sans Condensed', 'Open Sans', sans-serif;
        text-transform: uppercase;
        position: relative;
    }
    .mobi .accordion li:last-child {
        border: 0
    }
    .mobi .accordion li a {
        text-decoration: none;
        font-weight: 700;
        display: block;
        line-height: 36px;
        margin: 0 24px 0 14px
    }
    .mobi .accordion li a:hover {
        text-decoration: none
    }
    .sub-menu:after {
        display: none
    }
    .mobi .accordion li.menu-item-has-children:after {
        content: '';
        position: absolute;
        right: 10px;
        top: 16px;
        width: 0;
        height: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        clear: both
    }
    .mobi .accordion li ul {}
    .mobi .accordion li ul li a {
        margin: 0 0 0 14px
    }
    .mobi .accordion li ul li ul {}
    .mobi .accordion li ul li ul li a {
        margin: 0 0 0 14px
    }
    .schelay .td {
        width: 90px;
    }
    .td h4 {
        font-size: 56px;
    }
    .schelay .guide {
        width: 90px;
    }
    #clockz {
        left: 92px;
        padding: 20px;
    }
    .wtg {
        padding: 10px;
        font-size: 13px;
        line-height: 1.3;
    }
    .evcount {
        padding: 10px;
        font-size: 13px;
        line-height: 1.3;
    }
    .schelay h5 {
        width: 70%;
    }
    .notfound h1 {
        font-size: 35px;
    }
    .alloverlay {
        height: 200px;
    }
    .allother {
        height: 80px;
        bottom: -80px;
    }
    .blog .weefirst {
        margin: 80px 0 0;
    }
    .vidloop {
        height: 200px;
    }
    .tourcmplt {
        width: 65%;
    }
    .odetr {
        width: 35%;
    }
    .isform {
        padding: 20px;
    }
    .models .rent {
        margin: 0 0 15px 0;
        float: none;
        width: 100%;
    }
    .rentitle h1 {
        font-size: 30px;
        padding: 20px 30px 10px;
    }
    .sttl img {
        width: 100%;
        float: none;
    }
    .imglay {
        width: 100%;
        position: relative;
    }
    .evendes {
        padding: 20px 200px 20px 20px;
    }
    .pguide {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 180px;
        text-align: center;
        padding: 25px 0;
        background: rgba(255, 255, 255, 0.1);
    }
    .pguide img {
        width: 60px;
        float: none;
        margin: 10px auto;
    }
    .sgtl .vidsing {
        height: 320px;
    }
    /* NOFIXED MENU */
    .nofixed .nav-weesata {
        position: relative;
    }
    .customize-support .nofixed .nav-weesata {
        top: 0;
    }
    .nofixed .slide1 {
        padding: 0;
    }
    .nofixed .mob {
        position: absolute;
    }
}

@media screen and (max-width:800px) {
    .kon {
        padding: 5px 15px;
        height: 60px;
        line-height: 1.1;
        text-align: center;
    }
    .kon .phn {
        display: block;
        float: none;
        border: 0 !important;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .kon .phn .tocall {
        display: none;
    }
    .kon .phn .towa {
        display: inline-block;
    }
    .kon .phn .fas {
        display: none;
    }
    .kon .phn .fab {
        display: inline-block;
    }
    .ff,
    .de,
    .ee {
        display: inline-block;
    }
    .em {
        display: none;
    }
    .headslide {
        font-size: 30px;
        padding: 25px;
    }
    .justslide .item .slide-con {
        bottom: 100px;
    }
    .we-3 {
        width: 50%;
        float: left;
    }
    .we-23 {
        width: 100%;
        float: none;
    }
    .weesche .we-2 {
        width: 100%;
        float: none;
    }
    .we-2 .pack-img {
        margin: 0 10px 20px;
    }
    .schelay .td {
        width: 118px;
    }
    .td h4 {
        font-size: 66px;
    }
    .schelay .guide {
        width: 118px;
    }
    #clockz {
        left: 120px;
        padding: 30px;
    }
    .wtg {
        padding: 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .evcount {
        padding: 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .schelay h5 {
        width: 70%;
    }
    .alloverlay {
        height: 160px;
    }
    .vidloop {
        height: 240px;
    }
    .weleft {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .imagen {
        margin-right: 260px;
    }
    .showprice {
        top: 0;
        right: -260px;
        bottom: 0;
        margin: 0;
        width: 220px;
        height: auto;
    }
    .showprice.nod {
        height: auto;
        margin: 0;
    }
    .showprice .priceft .hanodis {
        position: relative;
        top: 0;
        margin: 0 0 15px;
    }
    .showprice .priceft {
        padding: 25px 0;
    }
    .package {
        right: 0;
    }
    .tourcmplt {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
    }
    .tourleft {
        margin: 0;
    }
    .odetr {
        width: 100%;
        float: none;
    }
    .tourright {
        margin: 0;
    }
    .models .rent {
        margin: 0 15px 0 0;
        float: left;
        width: 45%;
    }
    .rentitle h1 {
        display: none;
    }
    .inrent {
        padding: 20px 30px 0 30px;
    }
    .weright {
        width: 100%;
        float: none;
    }
    #sidebar .widget_block .inage {
        height: 300px;
        overflow: hidden;
    }
    .foot-bar {
        width: 50%;
    }
    #footbar .widget_block h2,
    #footbar .widget_block-small h3,
    #footbar .widget_block h2 a,
    #footbar .widget_block-small h3 a {
        margin: 0;
    }
    #footbar .widget_block.widget_paketpopuler .lst,
    #footbar .widget_block.widget_daftarpaket .lst {
        margin: 0 10px;
    }
    #footbar .widget_block.widget_recent_entries ul {
        margin: 15px 10px;
    }
    #footbar .widget_block .textwidget {
        padding: 15px 20px;
    }
}

@media screen and (max-width:768px) {
    .customize-support .nav-weesata {
        top: 46px;
    }
    .customize-support .mob {
        top: 116px;
    }
    /* NOFIXED MENU */
    .customize-support .nofixed .nav-weesata {
        top: 0;
    }
    #footbar .widget_block.widget_meta ul,
    #footbar .widget_block.widget_categories ul,
    #footbar .widget_block.wp-block-archive ul,
    #footbar .widget_block.widget_pages ul {
        margin: 15px 10px;
    }
    #footbar .widget_block .tagcloud {
        padding: 15px 10px;
    }
}

@media screen and (max-width:640px) {
    .logo {
        height: 55px;
        position: relative;
    }
    .logo img {
        height: 35px;
    }
    .men {
        height: 55px;
    }
    .men:before {
        border-right-width: 25px;
    }
    .wee-nav {
        min-height: 55px;
    }
    .ps {
        top: 0;
    }
    .kon {
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        padding: 5px 15px;
        border-right: 0 ! important;
        opacity: 0.9;
    }
    .kon:before,
    .kon:after {
        display: none;
    }
    .ca {
        height: 55px;
    }
    .ca:before {
        border-left-width: 25px;
    }
    .ca:after {
        border-right-width: 25px;
    }
    .spo {
        margin: 12px auto;
    }
    .onhour {
        top: 55px;
        right: 55px;
    }
    .onhour:before {
        right: 30px;
        top: -7px;
    }
    .sosmed {
        top: 55px;
        right: 35px;
        display: block !important;
    }
    .sosmed:before {
        top: -7px;
    }
    .mob {
        top: 55px;
    }
    .customize-support .mob {
        top: 101px;
    }
    .mobi:before {
        top: -7px;
    }
    .wee-slider {
        padding: 55px 0 0;
    }
    .slide1 {
        padding: 55px 0 0;
    }
    .justslide .item .slide-con {
        bottom: 80px;
    }
    .headslide {
        font-size: 25px;
    }
    .boxsetickers {
        margin: -34px 0 0 0;
        height: 114px;
    }
    .madticker {
        height: 34px;
    }
    ul.newstickers {
        height: 22px;
    }
    ul.newstickers li {
        padding: 0;
        height: 22px;
    }
    .madticker #infotit {
        display: none;
    }
    .ttsearch {
        margin: 0 16px;
    }
    .search_form fieldset {
        margin: 0 60px 0 0;
    }
    .insel {
        margin: 0 4px;
    }
    .divbut {
        width: 60px;
        margin: 0 4px 0 0;
    }
    .divbut .insel {
        width: 50px;
    }
    .divbut .insel .fa {
        width: 54px;
    }
    .incl {
        display: none;
    }
    .pack-img .dets {
        padding: 15px;
    }
    .dets-inn {
        font-size: 13px;
    }
    .dets h4 {
        font-size: 18px;
    }
    .weethird {
        padding: 50px 30px 40px;
    }
    .third-co {
        margin: 0;
    }
    .prom {
        font-size: 35px;
    }
    .butn {
        height: 36px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 36px;
    }
    .co-onhour {
        margin: 0 0 20px;
    }
    .co-bot {
        font-size: 15px;
    }
    .addbox {
        width: 100%;
        float: none;
    }
    .addbox .blog-content {
        padding: 10px 30px 20px;
    }
    .weefourth {
        padding: 10px;
    }
    .partt {
        top: -30px;
    }
    .notfound h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }
    .alloverlay {
        height: 120px;
    }
    .notfound {
        text-align: center;
        padding: 150px 0 100px;
    }
    .down td {
        padding: 15px;
    }
    .post-type-archive-schedule .we-2 {
        width: 100%;
    }
    .post-type-archive-schedule .relimg {
        height: 250px;
    }
    .lco {
        text-align: center;
    }
    .ltsm p {
        font-size: 18px;
    }
    .ltsm .tap {
        margin: 0 auto 10px;
        float: none;
    }
    .vidloop {
        height: 200px;
    }
    .single-paket .wecontent .pactour {
        padding: 75px 0 0 0;
    }
    .showprice .priceft {
        padding: 15px 0;
    }
    .imagen {
        margin-right: 200px;
    }
    .showprice {
        right: -200px;
        width: 160px;
    }
    .ketc,
    .komc,
    .weeshare {
        padding: 20px;
    }
    .single-rentcar .we-2 {
        width: 100%;
        float: none;
    }
    .rentitle h1 {
        display: block;
    }
    .single-rentcar .blog-content {
        position: relative;
        margin: 0;
        padding: 20px;
    }
    .blog-content h1.vidtitle {
        font-size: 28px;
    }
	.betab {
		overflow-x: auto;
	}
}

@media screen and (max-width:520px) {
    .ca {
        position: fixed;
        top: 55px;
        left: 0;
        right: 0;
        height: 35px;
        padding: 5px 15px;
        border-right: 0 ! important;
        opacity: 0.9;
    }
    .spo {
        height: 20px;
        margin: 8px auto;
        text-align: center;
    }
    .ca:after,
    .ca:before {
        display: none;
    }
    .onhour {
        right: 22px;
    }
    .ps {
        width: 142px;
    }
    .ps .fa-twitter {
        display: none;
    }
    .sosmed {
        right: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: auto;
        height: 50px;
        top: auto;
        border-radius: 0;
        display: block;
        text-align: center;
    }
    .sosmed:before {
        display: none;
    }
    .sosmed a {
        color: #ffffff;
        display: inline-block;
        height: 34px;
        margin: 8px 1px;
    }
    .mob520 {
        display: inline-block;
        margin: 0 auto;
    }
    .sosmed .tops {
        display: inline-block;
        font-size: 16px;
        text-align: center;
        margin: 9px 2px;
        padding: 0 8px;
        width: auto;
        height: 32px;
        line-height: 32px;
        border-radius: 3px;
        text-align: center;
    }
    .sosmed .fab,
    .sosmed .fas {
        margin: 0;
        display: inline-block;
    }
    .justslide .item .slide-con {
        bottom: 50px;
    }
    .boxsetickers {
        height: 160px;
    }
    .ttsearch {
        height: 110px;
    }
    .search_form fieldset {
        margin: 0;
    }
    .divsel {
        width: 50%;
        margin: 0 0 8px;
    }
    .divbut {
        width: 50%;
        top: 48px;
    }
    .divbut .insel {
        width: auto;
        margin: 0 0 0 8px;
    }
    .divbut .insel .fa {
        width: 100%;
    }
    .breadcrumbs {
        text-align: center;
        line-height: 1.4;
    }
    .breadcrumbs .current {
        float: none;
    }
    .we-3 {
        width: 100%;
        float: none;
    }
    .pack-img .dets {
        padding: 15px 20px;
    }
    .dets h4 {
        font-size: 25px;
    }
    .relimg {
        height: 250px;
    }
    .we-5 {
        width: 25%;
    }
    .we-5 .relimg {
        height: auto;
    }
    .incl {
        display: inline;
    }
    .schelay .td {
        width: 90px;
    }
    .td h4 {
        font-size: 56px;
    }
    .schelay .guide {
        width: 90px;
    }
    #clockz {
        left: 92px;
        padding: 20px;
    }
    .wtg {
        padding: 10px;
        font-size: 13px;
        line-height: 1.3;
    }
    .evcount {
        padding: 10px;
        font-size: 13px;
        line-height: 1.3;
    }
    .psay .spans {
        font: 20px Philosopher;
    }
    .owl-carousel .owl-item .psay img {
        width: 80px;
        height: 80px;
        margin: 30px auto;
    }
    .allother {
        height: 130px;
        bottom: -130px;
    }
    .notfound {
        padding: 200px 0 100px;
    }
    .blog .weefirst {
        margin: 130px 0 0;
    }
    .breadcrumbs {
        margin: 130px auto 0;
    }
    .imagen {
        margin-right: 0;
    }
    .showprice {
        position: relative;
        width: auto;
        height: auto;
        right: 0;
    }
    .showprice .butn {
        position: absolute;
        top: -15px;
        left: 50%;
        margin-left: -45px;
    }
    .showprice .priceft .hanodis {
        position: absolute;
        top: -40px;
    }
    .models .rent {
        margin: 0 0 15px 0;
        float: none;
        width: 100%;
    }
    .tmenu span {
        display: none;
    }
    .tmenu .fa,
    .tmenu .fas {
        line-height: 32px;
        width: 40px;
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .sgtl .vidsing {
        height: 280px;
    }
    .foot-bar {
        width: 100%;
        float: none;
    }
    #footbar .pack-one {
        margin: 0;
    }
    #footbar .widget_block.widget_media_audio,
    #footbar .widget_block.widget_posterbaru,
	#footbar .widget_block.widget_paketpopuler,
    #footbar .widget_block.widget_daftarpaket,
    #footbar .widget_block.widget_media_image,
    #footbar .widget_block.widget_media_gallery,
    #footbar .widget_block.widget_weevideos,
    #footbar .widget_block.widget_media_video,
    #footbar .widget_block.widget_dataperusahaan,
    #footbar .widget_block.widget_jadwaltour {
        margin: 0 0 10px;
    }
    #footbar .widget_block .textwidget {
        padding: 15px 0;
    }
    #footbar .widget_block h2,
    #footbar .widget-small h3,
    #footbar .widget_block h2 a,
    #footbar .widget-small h3 a {
        margin: 0;
    }
    #footbar .widget_block.widget_paketpopuler .lst,
    #footbar .widget_block.widget_daftarpaket .lst {
        margin: 0;
    }
    #footbar .widget_block.widget_recent_entries ul {
        margin: 15px 0;
    }
    .footer {
        padding: 40px 20px 70px;
    }
}

@media screen and (max-width:480px) {
    .justslide .item .slide-con {
        bottom: 45px;
    }
    .headslide {
        font-size: 20px;
    }
    .boxsetickers {
        margin: -30px 0 0 0;
    }
    .madticker {
        height: 30px;
        font-size: 13px;
    }
    ul.newstickers {
        height: 18px;
    }
    ul.newstickers li {
        height: 18px;
    }
    .down td .in480show {
        padding: 10px 0 0;
        display: block;
    }
    .down td.in480hid {
        display: none;
    }
    .we-5 {
        width: 33%;
    }
    .img400 h2 {
        font-size: 22px;
        left: 20px;
        right: 120px;
        bottom: 10px;
    }
    .img400 .tbt {
        right: 20px;
        width: 80px;
        height: 90px;
        bottom: -30px;
    }
    .tbt .metz {
        font-size: 40px;
        line-height: 60px;
    }
    .tbt .dtms {
        line-height: 30px;
        font-size: 13px;
    }
    .img400 .met {
        bottom: -30px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
        padding: 5px 20px;
    }
    .blog-content {
        padding: 40px 20px 20px;
    }
    .countcoms {
        font-size: 20px;
    }
    .com-content {
        padding: 20px;
    }
    .package {
        padding: 15px 20px;
    }
    .tttl {
        font-size: 22px;
    }
    .sgtl .vidsing {
        height: 240px;
    }
    #sidebar .widget_block .inage {
        height: 200px;
    }
    #footbar .widget_block.widget_meta ul,
    #footbar .widget_block.widget_categories ul,
    #footbar .widget_block.wp-block-archive ul,
    #footbar .widget_block.widget_pages ul {
        margin: 15px 0;
    }
    #footbar .widget_block .tagcloud {
        padding: 15px 0;
    }
}

@media screen and (max-width:360px) {
    .ps .fa,
    .ps .fab,
    .ps .fas {
        margin: 2px 1px;
    }
    .ps {
        width: 100px;
    }
    .ps .fa-clock {
        display: none;
    }
    .onhour {
        right: 17px;
    }
    .spo {
        width: 100%;
    }
    .justslide .item .slide-in {
        width: 70%;
    }
	#slidex {
		padding: 55px 0 0 !important;
	}
    .headslide {
        font-size: 14px;
        padding: 15px;
    }
    .boxsetickers {
        height: 122px;
		margin: 0;
    }
	.madticker {
        height: 30px;
        font-size: 12px;
    }
	ul.newstickers {
		height: 18px;
	}
	ul.newstickers li {
		height: 18px;
        font-size: 12px;
	}
	ul.newstickers li {
		line-height: 18px;
	}
    .ttsearch {
        padding: 10px 0;
        margin: 0 6px;
        height: 72px;
    }
    .divsel {
        height: 32px;
    }
    .insel {
        padding: 6px 0;
    }
    .search_form fieldset {
        height: 74px;
    }
    .insel .fa {
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        font-size: 16px;
    }
    .divbut {
        top: 40px;
    }
    .divbut .insel {
        padding: 6px 0;
    }
    .weefirst {
        padding: 10px 10px 0;
    }
    .pack-img {
        margin: 0 10px 20px;
    }
    .relimg {
        height: auto;
    }
    .dets h4 {
        font-size: 22px;
    }
    .pack-img .dets {
        padding: 15px;
    }
    .prom {
        font-size: 30px;
        line-height: 1.1;
    }
    .des {
        font-size: 15px;
    }
    .partt {
        top: -27px;
        height: 30px;
    }
    .ttt {
        font-size: 13px;
        line-height: 30px;
        height: 30px;
        padding: 0 12px;
    }
    .weesche {
        padding: 10px 10px 0;
    }
    .schelay {
        height: auto;
    }
    .schelay.evnt {
        height: auto;
        overflow: visible;
        margin: 0 0 180px;
    }
    #clockz {
        left: 0;
        top: 100%;
        padding: 15px 0;
    }
    #clockz h4 {
        font-size: 22px;
    }
    .alloverlay {
        height: 100px;
    }
    .allother {
        height: 122px;
        bottom: -122px;
    }
    .notfound {
        padding: 80px 0 80px;
    }
    .notfound h1 {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .breadcrumbs {
        padding: 10px;
        margin: 122px auto 0;
    }
    .blog .weefirst {
        margin: 122px 0 0;
    }
    .listit {
        line-height: 2.0;
        font-size: 13px;
    }
    .wecontent {
        padding: 10px;
    }
    .post-type-archive-schedule .relimg {
        height: auto;
    }
	.evendes {
        padding: 10px;
        text-align: center;
    }
	.goin {
		display: block;
	}
	.imgcndn #clockdiv {
		display: inline-block;
		margin: 10px auto;
		width: auto;
	}
	.intens {
        border: 0;
        margin: 0 -20px 20px;
	}
    .comment-meta {
        width: 66px;
    }
    .avatar {
        padding: 6px;
        width: 60px;
        height: 60px;
    }
    .img400 h2 {
        top: 20px;
        right: 20px;
        bottom: auto;
    }
    .img400 .tbt {
        right: 50%;
        margin-right: -40px;
    }
    .img400 .met {
        bottom: -65px;
    }
    .single-post .blog-content {
        padding: 80px 15px 20px;
    }
    .single-paket .wecontent {
        padding: 0 10px 10px;
    }
    .tmenu .fa,
    .tmenu .fas {
        width: 25px;
    }
    .inleft.icco {
        display: none;
    }
    .single-rentcar .white.renttop {
        margin: 0 10px 20px;
    }
    .single-rentcar .white {
        margin: 0 0 20px;
    }
    .inrent {
        padding: 20px 15px 0 15px;
        font-size: 13px;
    }
    .includes {
        padding: 0 15px 20px 15px;
        font-size: 13px;
    }
    .rentitle h1 {
        font-size: 22px;
        padding: 10px 15px 10px;
    }
    .pguide {
        position: relative;
        width: auto;
		padding: 10px 0;
    }
	.intens {
		padding: 10px;
		font: 14px 'Roboto';
	}
	.statquote {
		text-align: center;
	}
	.singexpired,
    .singorder	{
		float: none;
		line-height: 35px;
		height: 35px;
		display: inline-block;
		margin: 10px auto;
    }
    .blog-content h1.vidtitle {
        font-size: 20px;
    }
    .sgtl .vidsing {
        height: 200px;
    }
    .single-paket .wecontent .pactour {
        padding: 65px 0 0 0;
    }
    #sidebar .widget_block .inage {
        height: 200px;
    }
    #footbar {
        padding: 10px;
    }
    .sosmed {
        display: block !important;
        text-align: left;
        padding-left: 10px;
    }
}