/*
Theme Name: WP Masjid
Theme URI: https://wpmasjid.com
Author URI: https://facebook.com/ciussgw
Description: Tema khusus website masjid dan mushalla dengan fitur pos khusus sesuai kebutuhan.
Author: Ciuss Creative
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: web masjid, web mushalla
*/

@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
}

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;
}

.container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}


/* HEAD LOGO WEESATA */

.logos {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    height: 90px
}

.logos .fas {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #7bae91;
    color: #ffffff;
    border-radius: 25px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.logo-img {
    padding: 5px 0
}

.logos img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0
}


/* WAKTU SHALAT */

.ws {
    padding: 0;
    position: relative;
    float: right;
    width: 504px;
}

.ws h3 {
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    z-index: 20;
    font-size: 14px;
}

.ws h3 span {
    color: #dd3333;
    float: right;
}

.ws .MPwidget {
    width: 100%;
    background: rgba(250, 250, 250, 0);
    margin: 10px 0;
    box-shadow: 0 0 0 rgba(250, 250, 250, 0);
}

.ws .MPheader {
    background: rgba(250, 250, 250, 0);
    padding: 0;
    min-height: 30px;
}

.ws .MPheader .logo {
    display: none;
}

.ws .MPheader .title {
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.ws .MPwidget .title a {
    color: #888;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    pointer-events: none;
}

.ws .MPtimetable tr:first-child {
    display: none;
}

.ws .MPtimetable tr {
    display: inline-table;
    width: 84px;
    position: relative;
}

.ws .MPtimetable td {
    position: relative;
    display: table-row;
    width: 74px;
    padding: 5px;
    text-align: center;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    background: rgba(250, 250, 250, 0);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0);
}

.ws .MPtimetable tr td:before {
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #333;
    height: 20px;
    line-height: 20px;
}

.ws .MPtimetable tr:nth-child(2) td:nth-child(1):before {
    content: "SUBUH";
}

.ws .MPtimetable tr:nth-child(3) td:nth-child(1):before {
    content: "TERBIT";
}

.ws .MPtimetable tr:nth-child(4) td:nth-child(1):before {
    content: "DZUHUR";
}

.ws .MPtimetable tr:nth-child(5) td:nth-child(1):before {
    content: "ASHAR";
}

.ws .MPtimetable tr:nth-child(6) td:nth-child(1):before {
    content: "MAGHRIB";
}

.ws .MPtimetable tr:nth-child(7) td:nth-child(1):before {
    content: "ISYA";
}

.ws .MPtimetable td:nth-child(2) {
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    background: rgba(250, 250, 250, 0);
    text-transform: uppercase;
    text-align: center;
    color: #7bae91
}

.ws .MPtimetable tr:nth-child(2n) {
    background-color: #f7f7f7;
}

.ws .MPfooter {
    display: none;
}


/* HEAD MENU WEESATA */

.men {
    position: relative;
    height: 50px;
    width: 100%;
    background: rgba(252, 252, 252, 1);
    transition: all 1.5s ease .1s;
}

.fade .men {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 1.5s ease .1s;
    z-index: 100;
}

.fade.customize-support .men {
    top: 32px;
    transition: all 1.5s ease .1s;
}

.men .toplist {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0 300px 0 0;
    padding: 0;
    float: left;
}

.ca {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 50px;
    z-index: 300;
}


/* SEARCH HEAD WEESATA */

.search-post fieldset {
    text-align: center;
}

.spo {
    font-weight: 400;
    font-size: 13px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 30px;
    line-height: 30px;
    width: 210px;
    padding: 0 15px;
    margin: 10px 0;
    border: none
}

.slide1 {
    padding: 0;
}


/* Spinner */

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.spinner {
    margin: 300px auto 0;
    width: 90px;
    text-align: center;
}

.spinner > div {
    width: 22px;
    height: 22px;
    background-color: #7bae91;
    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);
    }
}


/* NEWSTICKER */

.madticker {
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    width: auto;
    height: 37px;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
}

.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: 700;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 0 10px;
    text-transform: uppercase
}

.madticker .mask {
    position: relative;
    margin: 0;
    overflow: hidden
}

ul.newstickers {
    position: relative;
    left: 100%;
    width: 1000px;
    list-style-type: none;
    margin: 6px 0 3px;
    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
}


/* INFAQ */

#faqcontainer {
    padding: 30px 0;
    background: #7bae91;
}

.blockinfaq {
    margin: 0px;
}

.pepinfaq {
    width: 66.66%;
    float: left;
}

.pepinfaq h3 {
    height: 40px;
    margin: 0 0 15px;
}

.pepinfaq h3 span {
    border: 2px solid #ffffff;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
}

.pepinfaq .lap-infaq {
    height: 310px;
    background: #f7f7f7;
    padding: 20px;
    overflow-x: auto;
}

.pepinfaq .infaq {
    width: 100%;
    min-width: 360px;
}

.pepinfaq .infaq td {
    padding: 10px 0;
    border-bottom: 1px solid #c3ccc4;
}

.pepinfaq .infaq strong {
    color: #72aa85;
}

.yukinfaq {
    width: 33.33%;
    float: right;
}

.yukinfaq h3 {
    height: 40px;
    margin: 0 0 15px 0;
}

.yukinfaq h3 span {
    border: 2px solid #ffffff;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
}

.yukinfaq .peng-text {
    padding: 20px;
    background: #f7f7f7;
    height: 310px;
}

.saldo {
    font-size: 28px;
    line-height: 1.2;
    margin: 4px 0 8px;
}

.saldo strong {
    float: right;
    color: #1dab88;
}

.yukinfaq .latest {
    margin: 10px 0;
    padding: 15px 0;
    border-top: 1px solid #777;
    text-align: center;
}

.yukinfaq .latest .item {
    padding: 15px;
    border: 2px dashed #7bae91;
    background: #7bae91;
    color: #fff;
    line-height: 1.4;
}

.yukinfaq .link-in {
    margin: 10px 0;
    height: 36px;
    line-height: 36px;
    text-align: right;
}

.yukinfaq .butin {
    border: 2px solid #72aa85;
    padding: 0 15px;
    line-height: 36px;
    height: 36px;
    color: #72aa85;
    font-weight: 700;
    display: inline-block;
}


/* AFTER */

#topcontainer {
    padding: 0 0 30px;
}

.address {
    margin: -90px 0px 0px;
    height: 140px;
    background: rgba(100, 150, 120, 0.4);
    padding: 0;
    position: relative;
    z-index: 20;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
}

.colover {
    width: 100%;
    background: #01573c;
}

.colslide {
    width: 33.33334%;
    float: left;
    height: 140px;
    background: #f7f7f7;
    color: #333333;
}

.cols-1 {
    padding: 20px;
}

.indiv {
    font-size: 15px;
    line-height: 1.3;
}

.masname {
    font-size: 15px;
    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: bold;
}

.indiv .fas {
    width: 60px;
    height: 100px;
    font-size: 60px;
    text-align: center;
    line-height: 60px;
    float: left;
    margin: 0 20px 0 0;
}

.indiv .em {
    font-size: 13px;
}

.indiv .infa {
    margin: 10px 0 0 0;
}

.indiv .infa .fab {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 17px;
    margin: 0 3px 0 0;
    background: #333;
    color: #fff;
}

.numphone {
    font-size: 33px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.colspeop {
    width: 33.33334%;
    float: left;
    height: 140px;
    background: #ffffff;
}

.cols-2 {
    padding: 10px 20px;
    color: #333;
}

.itover {
    margin: 10px 0;
}

.label {
    width: 75px;
    height: 100px;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.label img {
    width: 100%;
    height: auto;
}

.itover .pp {
    padding-top: 2px;
}

.takname {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.jab {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 12px;
}

.takpro {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #333;
    color: #fff;
}

.callslide {
    width: 33.33334%;
    float: right;
    height: 140px;
    background: #f7f7f7;
}

.cols-3 {
    padding: 20px;
    font-size: 30px;
    color: #333333;
}

.tops {
    font-size: 13px;
}

#agendamasjid {
    height: 110px;
    overflow: hidden;
}


/*** Berita ***/

#bercontainer {
    padding: 30px 0;
    background: #fff;
}

.ll {
    margin: 0 -10px;
}

.ll h3 {
    height: 40px;
    margin: 0 0 15px;
    text-align: center;
}

.ll h3 span {
    border: 2px solid #1dab88;
    color: #1dab88;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
}

.ll .berr {
    width: 25%;
    float: left;
}

.ll .berr img {
    width: 100%;
    height: auto;
}

.berrin {
    margin: 0 10px 10px;
    background: #7bae91;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.coberr {
    padding: 20px 15px;
    font-weight: 300;
    color: #ffffff;
}

.coberr h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    margin: 8px 0;
}

.coberr h3 a {
    color: #ffffff;
}


/*** Agenda ***/

#agcontainer {
    padding: 30px 0;
    background: #7bae91;
}

.gg {
    margin: 0 -10px;
    overflow: hidden;
    position: relative;
}

.masag {
    width: 33.33%;
    float: left;
}

.outag {
    padding: 20px;
    margin: 0 10px;
    height: 260px;
    color: #333;
    background: #f7f7f7;
}

.outag h3 {
    height: 40px;
    margin: 0 0 15px;
    text-align: center;
}

.outag h3 span {
    border: 2px solid #7bae91;
    color: #7bae91;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 auto;
}

.jumtop {
    padding: 10px 0;
    text-align: center;
}

.jumm {
    width: 100%;
    margin: 10px 0;
}

.jumm td {
    line-height: 1.2;
    padding: 10px 0;
    border-bottom: 1px solid rgba(123, 174, 145, 0.6);
}

.jumr {
    text-align: right;
}


/*** Agenda Terbaru ***/

.masgen {
    width: 33.33%;
    float: left;
    height: 300px;
}

.genin {
    margin: 0 10px;
    background: #f7f7f7;
    height: 300px;
}

.homgen {
    position: relative;
}

.agenda-info {
    width: 100%;
}

.agenda-info .floatag {
    position: absolute;
    bottom: 40px;
    padding: 15px;
    z-index: 10;
    color: #fff;
}

.agenda-info h3 {
    font: 300 20px/1.2 'Roboto', 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

.agenda-info h3 a {
    color: #fff;
}

.imagenda {
    width: auto;
    margin: 0;
    position: relative;
    height: 246px;
    overflow: hidden;
}

.imaover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
}

.imagenda img {
    width: 100%;
    height: auto;
    display: block;
}

.showag {
    float: right;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 12px 15px;
    background: #333;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
}

#clockdiv {
    margin: 12px 15px;
    display: inline-block;
}

#clockdiv div.hariini {
    display: inline-block;
    width: auto;
    height: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: #588367;
    color: #fff;
    margin: 0;
    padding: 0 10px;
}

#clockdiv div {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    background: #588367;
    color: #fff;
    margin: 0;
}

#clockdiv div.seconds {
    background: #333333;
    color: #ffffff;
    margin: 0 0 0 4px;
}

#clockdiv div.days {
    background: #588367;
    color: #fff;
}

#clockdiv div.dots {
    width: 5px;
}


/*** Pengumuman ***/

.peng {
    width: 33.33%;
    float: left;
}

.pengin {
    margin: 0 10px;
    background: #333333;
    height: 300px;
    color: #fff;
}

.peinner {
    padding: 20px;
}

.peinner h3 {
    height: 40px;
    margin: 0 0 15px;
    text-align: center;
}

.peinner h3 span {
    border: 2px solid #fff;
    color: #fff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 30px;
    margin: 0 auto;
}

.peinner .inpen {
    margin: 0;
    padding: 10px 0;
    line-height: 1.4;
}

.peinner h4 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
}

.peinner h4 a {
    color: #fff;
}


/***  SErvice ***/

#sercontainer {
    padding: 30px 0;
    background: #fff url(https://bridge222.qodeinteractive.com/wp-content/uploads/2018/04/home-parallax-3.jpg);
    position: relative;
}

#layanan {
    position: relative;
}

.laylai {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(250, 250, 250, 0.8);
    z-index: 10;
}

.serv {
    position: relative;
    z-index: 20;
}

.lay h3 {
    height: 40px;
    margin: 0 0 15px;
    text-align: center;
}

.lay h3 span {
    border: 2px solid #7bae91;
    color: #7bae91;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
}

.outserv {
    margin: 0 -10px;
}

.servbox {
    width: 25%;
    float: left;
    text-align: center;
}

.sinbox {
    margin: 0 10px 20px;
    padding: 20px 15px;
    background: #7bae91;
    color: #fff;
}

.stop {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.stleft {
    float: left;
}

.stright {
    float: right;
}

.servimg {
    overflow: hidden;
    height: 200px;
    margin: 0 10px;
}

.servimg img {
    display: block;
    width: 100%;
    height: auto;
}

.linkd {
    text-align: center;
}

.linkd .download {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background: #15bfa9;
    color: #fff;
    margin: 20px auto;
    display: inline-block;
}


/*** Tausiyah ***/

#taucontainer {
    padding: 30px;
}

.tau {
    width: 50%;
    float: left;
}

.taubox {
    padding: 0 10px 0 0;
}

.taubox h3 {
    height: 40px;
    margin: 0 0 15px;
}

.taubox h3 span {
    border: 2px solid #7bae91;
    color: #7bae91;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
}

.taulist {
    margin: 0 -10px;
}

.imgtau {
    width: 33.33%;
    float: left;
}

.imgtau img {
    width: 100%;
    display: block;
    height: auto;
}

.tauimg {
    padding: 10px;
}

.taucon {
    padding: 10px;
    margin: 0 0 0 33.33%;
    line-height: 1.3;
}

.taucon h4 {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.3;
}


/*** Galeri ***/

.ggam {
    width: 50%;
    float: left;
}

.gbox {
    padding: 0 0 0 10px;
}

.gbox h3 {
    height: 40px;
    margin: 0 0 15px;
}

.gbox h3 span {
    border: 2px solid #7bae91;
    color: #7bae91;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
}

.gbox ul {
    margin: 0 -10px;
}

.gbox ul li {
    list-style: none;
    width: 33.333%;
    float: left;
}

.gbox ul li .glist {
    margin: 10px;
}

.glist img {
    width: 100%;
    height: auto;
    display: block;
}


/*** Video ***/

#vidcontainer {
    padding: 30px 0;
    background: #7bae91;
}

.vbox h3 {
    height: 40px;
    margin: 0 0 15px;
}

.vbox h3 span {
    border: 2px solid #ffffff;
    color: #ffffff;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
}

.masvid {
    margin: 15px -10px 0;
}

.vlist {
    width: 33.333%;
    float: left;
}

.vfull {
    padding: 0 10px 10px;
}

.vfull iframe {
    width: 100%;
    height: 200px;
}


/*** Archive Infaq ***/

.lap-infaq {
    padding: 0;
}

.lap-infaq .infaq {
    width: 100%;
    min-width: 500px;
}

.infaq tr:nth-child(2n) {
    background: #fdfdfd;
}

.home .infaq tr:nth-child(2n) {
    background: #f7f7f7;
}

.infaq tr {
    background: #f7f7f7;
}

.infaq td {
    padding: 12px 10px;
}

.infaq td span {
    font-weight: bold;
}

.infaq td span.red {
    color: #dd2222;
}

.infaq td.cto {
    text-align: center;
}


/* 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;
}

.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
}

.owl-carousel img {
    width: 100%;
    height: auto;
}


/* 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: 0 auto 0;
    padding: 40px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    text-align: center;
}

.breadcrumbs .inbread {
    max-width: 1170px;
    margin: 0 auto;
}

.breadcrumbs span {}

.breadcrumbs .current {
    padding: 0;
}

.breadcrumbs a {
    font-weight: 700
}


/* NAV WEESATA */

.nav-masjid {
    width: 100%;
    z-index: 1000;
    transition: all 1s ease .1s;
}

.mas-nav {
    width: auto;
    margin: 0 auto;
    position: relative;
    max-width: 1170px;
}

.nav {
    margin: 0 auto
}

.nav .dd {
    height: 50px
}

.nav .dd li {
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    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 a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 14px;
    font-size: 15px;
    line-height: 50px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    position: relative
}

.nav .dd li a:hover {
    text-decoration: none
}

.nav .dd li ul {
    position: absolute;
    top: 50px;
    left: 10px;
    padding: 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: 40px;
    min-width: 180px;
    text-align: left;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.nav .dd li ul li span {
    position: absolute;
    top: -14px;
    right: -30px
}

.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: 40px;
    font-family: 'Roboto', '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: 25%;
    float: left
}

.takmir .we-3 {
    width: 20%;
}

.wecontent .we-3 {
    width: 33.333%;
}

.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 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.archive .pack-img .dets {
    height: 60px;
}

.archive .event .pack-img .dets {
    height: 100px;
}

.archive .lembaga .pack-img .dets {
    height: 75px;
}

.dets-inn {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

.dets h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    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;
}

.ndeleft {
    padding: 30px 0;
    text-align: center;
}


/* 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
}

.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,
.isform .wpcf7-date {
    padding: 7px 0;
    border: 0;
    width: 100%;
    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: 12px 15px;
    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;
}

.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;
    padding: 15px;
    position: relative;
}

.post-author {
    text-transform: uppercase
}

.dpag {
    display: block;
    text-align: center;
    padding: 0 0 50px
}


/* PAGINASI */

.pagination {
    padding: 20px 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 5px 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: 200px;
    display: block;
}


/* SINGLE */

.blog-content {
    position: relative;
    margin: 0;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    padding: 15px;
}

.blog-content .sthumb {
    padding: 15px 0;
}

.blog-content .tkm .sthumb {
    width: 25%;
    margin: 0 30px 30px 0;
    float: left;
}

.sthumb img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    font-weight: 700;
    line-height: 1.2;
    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 p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 15px;
    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: 25px 0;
    margin: 0 15px;
    position: relative;
    border-top: 1px solid #ddd;
}

.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;
    color: #777;
}

.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: 25px;
    margin-top: 4px
}

.blog-content .alignright,
.blog-content img.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
    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 {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center
}

.blog-content .wp-caption img {
    margin: 5px 5px 0
}

.blog-content .wp-caption p.wp-caption-text {
    font-size: 12px;
    margin: 5px
}

.blog-content .wp-smiley {
    margin: 0
}

.blog-content .gallery {
    margin: 0 -8px 18px !important
}

.blog-content .gallery dl dt {
    padding: 8px;
}

.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
}

.agd {
    background: #f7f7f7;
    padding: 15px;
}

.agd #clockdiv {
    float: right;
    margin: 0;
}

#clockdiv span {
    display: block;
    margin: 0 0 8px;
    font-size: 12px;
    text-transform: none;
}

#clockdiv span.inred {
    color: #dd3333;
}

.acar {
    display: inline-block;
}

.acar td {
    padding: 0 10px 0 0;
}

.weleft {
    width: 67%;
    float: left;
    margin-right: 3%
}

.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 0;
    margin: 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;
}

.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 {
    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 {
    padding: 30px 0;
}

.post-tags a {
    height: 26px;
    line-height: 26px;
    padding: 0 12px;
    margin: 0 2px 3px 0;
    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%;
    background: #f3f3f3;
    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;
    background: #f3f3f3;
}

#submit {
    float: left;
    border: none;
    cursor: pointer;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    font-family: 'Roboto', '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 {
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}

#sidebar .widget a {
    text-decoration: none;
}


/* WID HEADER */

#sidebar .widget h3,
#sidebar .widget-small h3,
#sidebar .widget h3 a,
#sidebar .widget-small h3 a {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 40px;
    padding: 0 15px;
    position: relative;
    z-index: 10
}


/* WID SEARCH */

#sidebar .widget .search-post fieldset {
    position: relative;
    width: auto;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    height: 50px
}

#sidebar .widget .search-post input {
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none
}

#sidebar .widget .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 label {
    padding: 15px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget select {
    margin: 0 15px 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 select option {
    padding: 3px 8px
}


/* WID LIST MENU */

#sidebar .widget.widget_rss li,
#sidebar .widget.widget_meta li,
#sidebar .widget.widget_nav_menu li,
#sidebar .widget.widget_recent_entries li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_archive li,
#sidebar .widget.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.widget_rss li a,
#sidebar .widget.widget_meta li a,
#sidebar .widget.widget_nav_menu li a,
#sidebar .widget.widget_recent_entries li a,
#sidebar .widget.widget_pages li a,
#sidebar .widget.widget_archive li a,
#sidebar .widget.widget_categories li a {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* WID MENU */

#sidebar .widget.widget_nav_menu {
    padding: 0 0 10px;
}

#sidebar .widget.widget_nav_menu ul {
    margin: 15px;
}

#sidebar .widget.widget_nav_menu ul li:first-child {
    margin-top: -1px;
}

#sidebar .widget.widget_nav_menu ul li:last-child {
    margin-bottom: -11px;
}

#sidebar .widget.widget_nav_menu ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID KATEGORI */

#sidebar .widget.widget_categories {
    padding: 0 0 10px;
}

#sidebar .widget.widget_categories ul {
    margin: 15px;
}

#sidebar .widget.widget_categories ul li:first-child {
    margin-top: -1px;
}

#sidebar .widget.widget_categories ul li:last-child {
    margin-bottom: -11px;
}

#sidebar .widget.widget_categories ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID PAGES */

#sidebar .widget.widget_pages {
    padding: 0 0 10px;
}

#sidebar .widget.widget_pages ul {
    margin: 15px;
}

#sidebar .widget.widget_pages ul li:first-child {
    border-top: 1px solid #eee;
    margin-top: -1px;
}

#sidebar .widget.widget_pages ul li:last-child {
    margin-bottom: -11px;
}

#sidebar .widget.widget_pages ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID ARCHIVE */

#sidebar .widget.widget_archive ul {
    margin: 15px;
}


/* WID META */

#sidebar .widget.widget_meta ul {
    margin: 15px;
}


/* WID COMMENT */

#sidebar .widget.widget_recent_entries ul {
    margin: 15px;
}


/* WID RSS */

#sidebar .widget.widget_rss ul {
    margin: 15px;
}

#sidebar .widget .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 */

#sidebar .widget .tagcloud {
    padding: 15px
}

#sidebar .widget .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 .textwidget {
    padding: 15px;
    font-size: 15px;
    line-height: 1.3;
}

#sidebar .widget.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

#sidebar .widget.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

#sidebar .widget.widget_text ul li ul,
#sidebar .widget.widget_text ul li ol,
#sidebar .widget.widget_text ol li ul,
#sidebar .widget.widget_text ol li ol {
    padding-top: 8px;
}

#sidebar .widget.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

#sidebar .widget.widget_text p {
    padding: 0 0 10px;
}


/* WID CALENDAR */

#sidebar .widget .calendar_wrap {
    padding: 15px 0
}

#sidebar .widget .calendar_wrap table {
    width: 100%;
    font-size: 15px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#sidebar .widget .calendar_wrap table caption {
    margin-bottom: 10px
}

#sidebar .widget .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

#sidebar .widget .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0
}

#sidebar .widget .calendar_wrap td a {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', 'Open Sans', sans-serif
}


/* WID VIDEO */

#sidebar .widget .vibar {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0
}


/* WID PROFILE */

#sidebar .widget .dapro {
    padding: 0 0 20px
}

#sidebar .widget .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 .dapro table td {
    padding: 0 15px 0 0
}

#sidebar .widget .prs h1 {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}


/* POST TERBARU */

#sidebar .widget .weesid {
    padding: 15px;
}

#sidebar .widget .sitti {
    margin: 0 0 6px
}

#sidebar .widget .sitti a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* IMAGE POST */

#sidebar .widget .imgbar {
    width: 96px;
    height: 72px;
    float: left;
    margin: 0 20px 0 0;
    position: relative
}

#sidebar .widget .imgbar img {
    width: 100%;
    height: auto
}

#sidebar .widget.widget_recent_comments ul {
    padding: 15px;
}

#sidebar .widget.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

#sidebar .widget .recentcomments span,
#sidebar .widget .recentcomments a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#sidebar .widget .inage {
    position: relative
}

#sidebar .widget .inage img {
    display: block;
    width: 100%;
    height: auto
}

.sdtable {
    padding: 15px;
}

.sdtable table {
    width: 100%;
}

.sdtable table td {
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.3;
}

.wagenda {
    padding: 15px;
    line-height: 1.4;
}

.wagenda .rpthumb img {
    margin: 0 20px 5px 0;
    float: left;
    width: 60px;
    height: 60px;
}

.wagenda .rpdate {
    font-size: 12px;
    font-style: italic;
}

.wamaps {
    padding: 15px;
    line-height: 1.4;
}

.wamaps h2 {
    line-height: 1.4;
    font-size: 16px;
    padding: 8px 0;
}

.wco {
    padding: 8px 0;
    border-top: 1px solid #ddd;
}

.wco .fab {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    background: #333;
    color: #fff;
}

#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 {
    margin-bottom: 15px;
    clear: both;
    padding: 0;
}

#footbar .widget a {
    text-decoration: none;
}


/* WID HEADER */

#footbar .widget h3,
#footbar .widget-small h3,
#footbar .widget h3 a,
#footbar .widget-small h3 a {
    margin: 0 20px;
    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.widget_media_audio {
    margin: 0 20px 15px;
}

#footbar .widget.widget_media_audio h3 {
    margin: 0;
}


/* WID NEW */

#footbar .widget.widget_posterbaru {
    margin: 0 20px 15px;
}

#footbar .widget.widget_posterbaru h3 {
    margin: 0;
}


/* WID GAMBAR */

#footbar .widget.widget_media_image {
    margin: 0 20px 15px;
}

#footbar .widget.widget_media_image h3 {
    margin: 0;
}


/* WID GALERI */

#footbar .widget.widget_media_gallery {
    margin: 0 20px 15px;
}

#footbar .widget.widget_media_gallery h3 {
    margin: 0;
}


/* WID WEEVID */

#footbar .widget.widget_weevideos {
    margin: 0 20px 15px;
}

#footbar .widget.widget_weevideos h3 {
    margin: 0;
}


/* WID VIDEO */

#footbar .widget.widget_media_video {
    margin: 0 20px 15px;
}

#footbar .widget.widget_media_video h3 {
    margin: 0;
}


/* WID SEARCH */

#footbar .widget .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 .search-post input {
    height: 40px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none
}

#footbar .widget .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 label {
    padding: 15px 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget 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 select option {
    padding: 3px 8px
}


/* WID LIST MENU */

#footbar .widget.widget_rss li,
#footbar .widget.widget_meta li,
#footbar .widget.widget_nav_menu li,
#footbar .widget.widget_recent_entries li,
#footbar .widget.widget_pages li,
#footbar .widget.widget_archive li,
#footbar .widget.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.widget_rss li a,
#footbar .widget.widget_meta li a,
#footbar .widget.widget_nav_menu li a,
#footbar .widget.widget_recent_entries li a,
#footbar .widget.widget_pages li a,
#footbar .widget.widget_archive li a,
#footbar .widget.widget_categories li a {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* WID MENU */

#footbar .widget.widget_nav_menu {
    padding: 0 0 10px;
}

#footbar .widget.widget_nav_menu ul {
    margin: 15px 20px;
}

#footbar .widget.widget_nav_menu ul li:first-child {
    margin-top: -1px;
}

#footbar .widget.widget_nav_menu ul li:last-child {
    margin-bottom: -11px;
}

#footbar .widget.widget_nav_menu ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID KATEGORI */

#footbar .widget.widget_categories {
    padding: 0 0 10px;
}

#footbar .widget.widget_categories ul {
    margin: 15px 20px;
}

#footbar .widget.widget_categories ul li:first-child {
    margin-top: -1px;
}

#footbar .widget.widget_categories ul li:last-child {
    margin-bottom: -11px;
}

#footbar .widget.widget_categories ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID PAGES */

#footbar .widget.widget_pages {
    padding: 0 0 10px;
}

#footbar .widget.widget_pages ul {
    margin: 15px 20px;
}

#footbar .widget.widget_pages ul li:first-child {
    border-top: 1px solid #eee;
    margin-top: -1px;
}

#footbar .widget.widget_pages ul li:last-child {
    margin-bottom: -11px;
}

#footbar .widget.widget_pages ul li ul {
    margin: 15px 0 -1px 20px;
}


/* WID ARCHIVE */

#footbar .widget.widget_archive ul {
    margin: 15px 20px;
}


/* WID META */

#footbar .widget.widget_meta ul {
    margin: 15px 20px;
}


/* WID COMMENT */

#footbar .widget.widget_recent_entries ul {
    margin: 15px 20px;
}


/* WID RSS */

#footbar .widget.widget_rss ul {
    margin: 15px 20px;
}

#footbar .widget .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 .tagcloud {
    padding: 15px 20px
}

#footbar .widget .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 .textwidget {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}

#footbar .widget.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

#footbar .widget.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

#footbar .widget.widget_text ul li ul,
#footbar .widget.widget_text ul li ol,
#footbar .widget.widget_text ol li ul,
#footbar .widget.widget_text ol li ol {
    padding-top: 8px;
}

#footbar .widget.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

#footbar .widget.widget_text p {
    padding: 0 0 10px;
}


/* WID CALENDAR */

#footbar .widget .calendar_wrap {
    padding: 15px 20px
}

#footbar .widget .calendar_wrap h3 {
    margin: 0
}

#footbar .widget .calendar_wrap table {
    width: 100%;
    font-size: 15px;
    font-family: 'Roboto', 'Open Sans', sans-serif
}

#footbar .widget .calendar_wrap table caption {
    margin-bottom: 10px
}

#footbar .widget .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

#footbar .widget .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0
}

#footbar .widget .calendar_wrap td a {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', 'Open Sans', sans-serif
}


/* WID VIDEO */

#footbar .widget .vibar {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0
}


/* POST TERBARU */

#footbar .widget .weesid {
    padding: 15px 0;
}

#footbar .widget .sitti {
    margin: 0 0 6px
}

#footbar .widget .sitti a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}


/* IMAGE POST */

#footbar .widget .imgbar {
    width: 96px;
    height: 72px;
    float: left;
    margin: 0 20px 0 0;
    position: relative
}

#footbar .widget .imgbar img {
    width: 100%;
    height: auto
}

#footbar .widget.widget_recent_comments ul {
    padding: 15px 20px;
}

#footbar .widget.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

#footbar .widget .recentcomments span,
#footbar .widget .recentcomments a {
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

#footbar .widget .inage {
    position: relative
}

#footbar .widget .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;
}

#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;
    font-size: 17px;
    line-height: 34px;
}

.owl-carousel {
    display: block ! important;
}

@media screen and (max-width:980px) {
    .logos {
        height: 90px;
        position: relative;
        float: none;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .logos .fas {
        display: block;
    }
    .logo-img {
        display: inline-block;
    }
    .logos img {
        height: 70px;
    }
    .ws {
        float: none;
        margin: 0 auto;
        height: 84px;
    }
    .ws h3 {
        top: 0;
    }
    .men {
        height: 30px;
        position: fixed;
        z-index: 20;
        width: 240px;
        padding: 15px;
        top: 132px;
        right: 20px;
        display: none;
    }
    .customize-support .men {
        top: 162px;
    }
    .men .toplist {
        display: none;
    }
    .ca {
        height: 30px;
    }
    .spo {
        margin: 0 auto;
    }
    .ps {
        width: 175px;
    }
    .ps #navi {
        display: inline-block;
    }
    .mob {
        display: block;
        width: 270px;
        position: fixed;
        top: 3px;
        right: -380px;
        padding: 15px 0 0;
        transition: all .5s ease .1s;
        z-index: 10000
    }
    .mob .fas {
        position: absolute;
        z-index: 10;
        top: 15px;
        left: -60px;
        height: 40px;
        width: 40px;
        background: #dd3333;
        color: #ffffff;
        border-radius: 25px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }
    .customize-support .mob {
        top: 32px;
        transition: all .1s ease .1s;
    }
    .show .mob {
        right: 0;
        transition: all .5s ease .1s;
    }
    .show .logos:after {
        display: none;
    }
    .show .logos:before {
        display: inline-block;
    }
    #infotit,
    .infotim {
        display: none;
    }
    .fade .nav-masjid {
        position: fixed;
        transition: all 1s ease .1s;
        top: 0;
        left: 0;
        right: 0;
        z-index: 30;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }
    .show .nav-masjid,
    .show .clear {
        opacity: 0.8;
        transition: all .5s ease .1s;
    }
    .fade .men {
        left: auto;
        top: 92px;
        right: 20px;
    }
    .mobi {
        position: relative;
    }
    .mobi .accordion li {
        display: block;
        margin: 0;
        text-align: left;
        font: bold 14px 'Roboto', 'Open Sans', sans-serif;
        position: relative;
    }
    .mobi .accordion li:last-child {
        border: 0
    }
    .mobi .accordion li a {
        text-decoration: none;
        font-weight: 700;
        display: block;
        line-height: 40px;
        margin: 0 24px 0 15px
    }
    .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
    }
    #topcontainer {
        padding: 15px;
    }
    .address {
        margin: 0;
        height: 280px;
    }
    .colslide {
        width: 50%;
        float: left;
    }
    .callslide {
        width: 50%;
        float: left;
    }
    .colspeop {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width:800px) {
    .madticker {
        height: 26px;
    }
    ul.newstickers {
        height: 14px;
    }
    ul.newstickers li {
        padding: 0;
        height: 14px;
        font-size: 12px;
    }
    #topcontainer {
        padding: 0;
    }
    .address {
        background: rgba(100, 150, 120, 0);
        height: auto;
    }
    .colslide {
        width: 100%;
        float: none;
    }
    .cols-1 {
        padding: 15px;
        text-align: center;
    }
    .indiv .fas {
        width: 40px;
        height: 50px;
        font-size: 35px;
        line-height: 40px;
        margin: 0 auto;
        float: none;
    }
    .callslide {
        width: 100%;
        float: none;
        height: auto;
    }
    .cols-3 {
        padding: 15px;
        text-align: center;
    }
    .cols-3 .indiv .fas {
        transform: rotate(-30deg);
    }
    #faqcontainer {
        padding: 15px 0;
    }
    .pepinfaq {
        width: 100%;
        float: none;
    }
    .pepinfaq h3 {
        text-align: center;
    }
    .pepinfaq .lap-infaq {
        height: auto;
        margin: 0 0 15px;
    }
    .yukinfaq {
        width: 100%;
        float: none;
    }
    .yukinfaq h3 {
        text-align: center;
    }
    .yukinfaq .link-in {
        text-align: center;
    }
    #bercontainer {
        padding: 15px 15px 0;
    }
    .ll {
        margin: 0 -8px;
    }
    .ll .berr {
        width: 50%;
    }
    .berrin {
        margin: 0 8px 16px;
    }
    #agcontainer {
        padding: 15px;
    }
    .gg {
        margin: 0 -8px;
    }
    .outag {
        padding: 15px;
        margin: 0 8px;
        height: 245px;
    }
    .ndeleft {
        padding: 30px 0;
        text-align: center;
    }
    .masag {
        width: 50%;
    }
    .masgen {
        width: 50%;
        height: 290px;
    }
    .genin {
        margin: 0 8px;
        height: 275px;
    }
    .imagenda {
        height: 220px;
    }
    .peng {
        width: 100%;
        float: left;
    }
    .pengin {
        margin: 0 8px;
        height: auto;
    }
    .peinner {
        padding: 15px;
    }
    #sercontainer {
        padding: 15px 15px 0;
    }
    .outserv {
        margin: 0 -8px;
    }
    .servbox {
        width: 50%;
    }
    .sinbox {
        margin: 0 8px 20px;
    }
    .servimg {
        margin: 0 8px;
    }
    #taucontainer {
        padding: 15px;
    }
    .tau {
        width: 100%;
        float: none;
    }
    .ggam {
        width: 100%;
        float: none;
    }
    .gbox {
        padding: 15px 0;
    }
    .gbox h3 {
        margin: 0 0 10px;
    }
    .gbox ul {
        margin: 0 -8px;
    }
    .gbox ul li .glist {
        margin: 8px;
    }
    #vidcontainer {
        padding: 15px;
    }
    .vlist {
        width: 100%;
        float: none;
    }
    .notfound {
        padding: 100px 0;
    }
    .notfound h1 {
        font-size: 30px;
    }
    .weefirst {
        padding: 15px 15px 0;
    }
    .pack-one {
        margin: 0 -8px;
    }
    .pack-img {
        margin: 0 8px 16px;
    }
    .we-3 {
        width: 50%;
    }
    .lap-infaq {
        padding: 0;
        overflow-x: auto;
    }
    .takmir .we-3 {
        width: 25%;
    }
    .wecontent {
        padding: 15px;
    }
    .weleft {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .blog-content {
        padding: 15px 0;
    }
    .rr {
        margin: 0 -8px;
    }
    .post-navigation {
        margin: 0;
    }
    .post-prev,
    .post-next {
        width: auto;
        margin: 5px 0;
    }
    .com-content {
        padding: 15px 0;
    }
    .weright {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width:640px) {
    .takmir .we-3 {
        width: 33.33%;
    }
}

@media screen and (max-width:520px) {
    .logos img {
        height: 60px;
    }
    .logos {
        height: 70px;
    }
    .logos::after {
        top: 15px;
        right: 15px;
    }
    .ws {
        width: auto;
        margin: 0 10px;
    }
    .ws .MPtimetable tr {
        width: 16.6666%;
    }
    .ws .MPwidget {
        margin: 3px 0 10px 0;
    }
    .ws .MPheader .title {
        font-size: 12px;
    }
    .ws h3 {
        font-size: 12px;
    }
    .ws .MPtimetable tr td:before {
        height: 17px;
        line-height: 17px;
    }
    .ws .MPtimetable td:nth-child(2) {
        font-size: 13px;
        height: 20px;
        line-height: 14px;
    }
}

@media screen and (max-width:480px) {
    .ll .berr {
        width: 100%;
        float: none;
    }
    .masag,
    .masgen,
    .peng {
        width: 100%;
        height: auto;
        float: none;
    }
    .servbox {
        width: 100%;
        float: none;
    }
    .notfound h1 {
        font-size: 25px;
    }
    .we-3 {
        width: 100%;
        float: left;
    }
    .archive .pack-img .dets {
        height: auto;
    }
    .archive .event .pack-img .dets {
        height: auto;
    }
    .search-results .pack-img .dets {
        height: auto;
    }
    .breadcrumbs {
        padding: 30px 15px;
    }
    .post-type-archive-infaq .pack-one,
    .post-type-archive-jadwal-jumat .pack-one,
    .post-type-archive-perpustakaan .pack-one,
    .tax-bulan .pack-one,
    .tax-tahun .pack-one {
        margin: 0;
    }
    .takmir .we-3 {
        width: 50%;
    }
    #respond .commform-author,
    #respond .commform-email,
    #respond .commform-url {
        width: 100%;
        float: none;
    }
    .commform-author div,
    .commform-url div {
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .rr .we-3 {
        width: 100%;
        float: none;
    }
    .rr .pack-img .dets {
        height: auto;
    }
    .blog-content h1 {
        font-size: 24px;
    }
    .blog-content h2 {
        font-size: 22px
    }
    .blog-content h3 {
        font-size: 20px
    }
    .blog-content h4 {
        font-size: 19px
    }
    .blog-content h5 {
        font-size: 18px
    }
    .blog-content h6 {
        font-size: 16px
    }
    .logos .fas {
        top: 15px;
    }
    .logo-img {
        padding: 5px 10px;
    }
}