/*
Theme Name: Pojoksatu V2
Theme URI: http://pojoksatu.com
Author: Pojok Satu Dev Team
Author URI: http://pojoksatu.com
Description: Pojoksatu theme development news website.
Version: 2.0
*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html { -webkit-font-smoothing: antialiased }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
img, video, object {
    max-width: 100%;
    height: auto!important;
}
iframe { max-width: 100% }
blockquote {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    padding: 30px 25px 30px 70px;
    background: #eee;
    position: relative;
    margin: 0 0 25px;
}
blockquote:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f10d";
    font-size: 30px;
    color: #737373;
    font-style: normal;
    top: 10px;
    left: 30px;
}
.entry-content > blockquote { margin: 0 0 25px }
blockquote p:last-child { margin-bottom: 0 }
blockquote p { margin-bottom: 10px }
strong, b { font-weight: bold }
em, i, cite { font-style: italic }
small { font-size: 100% }
figure { margin: 10px 0 }
code, pre {
    font-weight: normal;
    font-style: normal;
}
pre {
    margin: 5px 0 20px 0;
    line-height: 1.3em;
    padding: 8px 10px;
    overflow: auto;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFF7A8;
}
address {
    margin: 10px 0;
    font-style: italic;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.sticky {
}
.is_stuck {
    position: fixed!important;
    top: 0!important;
    bottom: auto!important;
	z-index:5;
}
.gallery-caption {
}
#gallery-1 img { border: 0!important }
.bypostauthor {
}
.entry-content .wp-caption-text p{ 
	margin-bottom: 0; 
	font-size: 12px;
}
dl { padding-bottom: 1em }
dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
    overflow: hidden;
}
#wpadminbar { -webkit-backface-visibility: hidden }
/*-[ Framework ]--------------------*/
body {
    font: 16px/1.5 Open Sans, sans-serif;
    color: #444;
    background-color: #eeeeee;
}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
/*-[ Headings ]---------------*/
h1, h2, h3, h4, h5, h6 {
	font-family:'Roboto', sans-serif;
    font-weight: normal; 
    color: #444;
    line-height: 1;
    margin-bottom: 15px;
	letter-spacing:0.5px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { line-height: 1.4 }
h1 { font-size: 30px }
h2 { font-size: 25px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 16px }
h6 { font-size: 13px }
.sub-title { font-size: 12px }
p { margin-bottom: 25px;font-size:18px;}
.entry-content p {
	font-size:18px;
}
/*-[ Links ]---------------*/
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a:hover { color: #3498DB }
a:link, a:visited, a:active { text-decoration: none }
a.disabled { pointer-events: none }
/*-[ Main container ]---------------*/
.container{
	background-color:#fff;
    padding: 0 15px ;
}
.main-container {
    width: 1124px;
    margin: 0 auto;
    clear: both;
    display: block;
    padding: 20px ;
	background-color:#fff;
}
#page {
    min-height: 100px;
    float: none;
    clear: both;
    display: inline-block;
    width: 100%;
}
.featured-section-1-full-width-1 #page { padding: 0 }
/*-[ Header ]-----------------------*/
header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
    position: relative;
    float: left;
    width: 100%;
}
#header {
    position: relative;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.top-bar {
    height: 36px;
    background-color: #fff;
    border-top: 3px solid #f11800;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.menu-header {
	list-style:none;
}
.menu-header li {
	display:inline-block;
	margin-right:10px;
}
.menu-header li a{
	font:600 13px/14px 'Arial';
	color:#444;
	text-decoration:none
}
.menu-header li a:hover{
	color:#c0392b
}
.today-date {
	padding-top:3px;
	font:700 14px/15px 'Arial';
	color:#f11800
}
#button-social {
	list-style:none;
	margin:0 10px 0 0;
	padding:0
}
#button-social li{
	display:inline-block;
	padding:0 2px;
}
#button-social li a{
	font-size:18px;
	color:#444444
}
#tags {
	margin-bottom:10px;
	background:url(/web/20201205204150im_/https://pojoksatu.id/wp-content/themes/img/ticker-shadow.png) no-repeat center 35px;
	padding-bottom:30px;
	text-align:center
}
#tags .label {
	padding:.4em 1em .4em;
	margin-right:3px;
}
.secondary-menu-disabled #header { padding: 0 }
.header-inner {
    width: 100%;
    height: 100%;
    display: table;
}
.logo-wrap, .widget-header {
    display: table-cell;
    vertical-align: middle;
}
.logo-wrap { width: 33% }
.widget-header { width: 77% }
#header h1, #header h2 {
    font-size: 35px;
    font-weight: 400;
    float: left;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
}
#logo a {
    float: left;
    line-height: 1;
}
#logo img { float: left }
.site-description {
    float: left;
    margin-top: 0;
    clear: left;
}
/* header add */
#header .ad-728 { float: right }
#header .ad-728 img {
    display: block;
    width: 100%;
}
/*-[ Navigation ]-----------------*/
.menu li {
    position: relative;
    list-style: none!important;
}
#header nav ul li li {
    background: #fff;
    border-bottom: 0;
}
#header nav ul ul {
    position: absolute;
    width: 255px;
    padding: 20px 0 0 0;
    padding-top: 0;
    font-size: 12px;
    color: #798189;
    z-index: 99999;
}
#header nav ul ul li {
    padding: 0;
    color: #fff;
    border-right: 0;
}
#header nav ul ul > li:first-child { border-top: 1px solid rgba(0, 0, 0, 0.1) }
#header nav ul ul ul > li:first-child { border-top: 0 }
#header nav#navigation ul ul li { background: #e52329 }
#header nav ul ul a, #header nav ul ul a:link, #header nav ul ul a:visited {
    padding: 9px 45px 9px 20px;
    color: #fff;
    position: relative;
    width: 190px;
    border-left: 0;
    background: transparent;
    border-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#header nav ul ul li:last-child a { border-bottom: none }
#header nav ul ul { display: none }
#header nav ul ul ul {
    left: 255px;
    top: 0;
}
#header nav .menu-item-has-children>a:after, #header nav .page_item_has_children>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 19px;
    top: 11px;
    font-weight: 900;
}
#header nav .sub-menu .menu-item-has-children>a:after, #header nav .children .page_item_has_children>a:after {
    content: "\f105";
    color: #fff;
    right: 16px;
    top: 9px;
}
#header nav .menu-item-has-children>a, #header nav .page_item_has_children>a { padding-right: 40px }
#header nav ul li:hover a { color: #fff!important }
#navigation .menu li, #navigation .menu li a { font-size: 16px; text-transform:uppercase; }
#navigation .menu li, #navigation .menu li a { color: #fff }
#navigation .menu a:hover, #navigation .menu .current-menu-item > a {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.1);
}
.home .menu .home-menu-item a, .menu .current-menu-item > a { background: rgba(0, 0, 0, 0.1) }
/* bottom header nav */
.secondary-navigation {
    display: inline-table;
    float: left;
    width: 100%;
    position: relative;
}
.secondary-navigation .container {
   background:#f00000;
}
.secondary-navigation a {
    color: #fff;
    text-align: left;
    text-decoration: none;
    padding: 12px 14px;
}
#navigation {
    float: left;
    width: 100%;
    z-index: 99999;
}
#navigation ul { margin: 0 auto }
#navigation ul li {
    float: left;
    line-height: 22px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#navigation ul li a, #navigation ul li a:link, #navigation ul li a:visited { display: inline-block }
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}
.menu .menu-item:not(.home-menu-item) .fa { margin-right: 4px }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both }
.clearfix { *zoom: 1  }
nav a.toggle-mobile-network,
nav a.toggle-mobile-menu { display: none }
/* Flyout nav */
.sticky-nav #navigation { padding-bottom: 0 }
/*-[ Slider ]--------------------*/
ul.slides li img {
	width:100%;
	max-width:729px;
	max-height:350px;
}
/*-[ Content ]--------------------*/
.tab-menu-nav  {
    margin-bottom: 15px;
}
h3.title-tab {	
	margin:0;
	padding:7px 20px;
	color:#fff;
    background-color: #13479d;
	border-bottom:5px solid #f00000;
	font-weight:600;
}
.title-sticky {
	z-index:99;
}
.list-tag-pop {	
    background-color: #eee;
	padding:10px;
	margin-bottom:20px; 
}
.list-tag-pop a{    
	line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 31%;
	padding:2px;
    margin-right: 5px;
    margin-left: 8px;
	font-size:14px;
	border-radius:0; 
    white-space: normal;
	background:none;
	color:#444;
	border-bottom:2px solid #eee;
}
.list-tag-pop a.label-primary[href]:hover, .list-tag-pop a.label-primary[href]:focus{
	border-bottom:2px solid #333;
	color:#444;
	background:none;
}
.list-tag-pop a:before{
   content:'#'
}
.article {
    width: 67.3%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
}
#content_box, .hentry, .hentry header, .hentry .box {
    float: left;
    width: 100%;
}
.hentry header, .hentry .box {
    background-color: #fff;
    padding: 7px 0 15px 0;
    margin-bottom: 0;
}
.hentry header, .hentry .entry-title { margin-bottom: 0 }
.hentry .entry-title {
    font-size: 28px;
    line-height: 1.2;
}
.hentry header { border-bottom: 1px solid #eee }
.page .hentry header { padding-bottom: 10px }
.single_page { padding-top: 0 }
.entry-content a { color: #3498DB }
.post-content {
    overflow: hidden;
    clear: both;
}
.post-single-content {
    clear: both;
    padding: 30px;
}
.post-single-content-inner {
    float: right;
    overflow: hidden;
    clear: both;
    width: 83%;
}
.the-thumbnail .wp-caption-text {
    font-style: italic;
    color: #999;
    font-size: 12px;
}
.singleleft {
    float: left;
    width: 14.3%;
}
.singleleft .related-posts { margin-bottom: 0 }
.entry-content .singleleft a { color: #444 }
div.singleleft.crlayout { float: right }
.readMore {
    float: left;
    margin-top: 15px;
}
.readMore a {
    display: inline-block;
    border: 0;
    line-height: 1;
    border-radius: 3px;
}
.ss-full-width {
    overflow: hidden;
    padding-top: 0;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.post-box .wp-post-image { width: 100% }
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.title {
    margin-bottom: 5px;
    line-height: 21px;
    clear: both;
    word-wrap: break-word;
}
.single-title {
    font-size: 25px;
    float: left;
    padding: 0;
    width: 100%;
}
.page h1.title { padding-top: 0 }
.post-info {
    display: block;
    color: #919191;
    float: left;
    clear: both;
    width: 100%;
    line-height: 20px;
}
.post-info a {
    color: #919191;
}
.thetags a { padding-right: 0 }
.post-info > span {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
    font-size: 12px;
}
.post-info .vcard {
	float:left;
}
.thecategory a {
    color: #f00000!important;
}
article header {
    margin-bottom: 11px;
    float: left;
    width: 100%;
}
.single_post header {
    width: 100%;
    margin-bottom: 15px;
}
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
}
.article ul, .textwidget ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
}
.article ol, .textwidget ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
.article ul ul, .article ol ol, .article ul ol, .article ol ul, .textwidget ul ul, .textwidget ul ol, .textwidget ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
.article .iconlist { margin-left: 0 }
.article .iconlist li { list-style-type: none }
/**********featured sections***********/
/*general*/
.featured-section { margin: 0 0 25px 0 }
.featured-section.no-gap, #latest-posts.no-gap { margin: 0 0 50px 0 }
.featured-section-title {
    color: #696363;
    padding-bottom: 7px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 22px;
    border-bottom: 3px solid #13479D;
}
.featured-section-title.title-sticky {
    color: #fff;
	background:#F00000;
	z-index:5;
	padding:5px 10px;
	font-size:18px;
}
.no-gap .featured-section-title { padding: 0 }
/*checker layouts*/
.featured-section-1-1, .featured-section-2-1, .dark { margin: 0 0 5px 0;}
.featured-section-2-1 .featured-section-title, .dark .featured-section-title { padding: 0 }
/*slider 1*/
.featured-section-1-full-width-1 .featured-section-1-1 { position: relative }
#featured-section-1 .static-posts, #featured-section-1 .static-posts .post-box { float: left }
.featured-section-1-full-width-2 .featured-section-1-2 .slider-container { width: 71.2% }
.featured-section-1-full-width-2 .featured-section-1-2 .static-posts { width: 28.8% }
.featured-section-1-full-width-1 .featured-section-1-1 .static-posts .post-box { padding: 0 }
span.headline-tag {
    position: absolute;
    right: 0;
    padding: 3px 10px;
    background: #f00;
    z-index: 3;
    color: #fff;
	font-weight:600;
}
/*slider 2*/
.featured-section-1-2 { margin-bottom: 40px }
.featured-section-1-2 .slider-container { margin-bottom: 10px }
.featured-section-1-2 .slider-container, .featured-section-1-2 .static-posts .post-box, .slider-like .post-box { padding: 0 5px }
/*section 2*/
.dark .post-box, .featured-section-2-1 .post-box { width: 33.33%!important }
.featured-section-2-2 .post-box, .slider-like .post-box { width: 50%!important }
.featured-section-2-full-width-2 .featured-section-2-2 .post-box { width: 33.33%!important }
.dark .post-box, .featured-section-2-1 .post-box {
    padding: 0;
    margin: 0!important;
}
#latest-posts { margin: 0 }
#featured-section-3 .vertical-small .post-img { margin-top: 3px; max-height:220px; overflow:hidden; }
#featured-section-3 .featured-section-title { margin-bottom: 25px; }
/**********post layouts***********/
/*post container*/
.post-box {
    margin: 0 0 10px 0;
    list-style-type: none;
    width: 100%;
    float: left;
}
.widget .post-box {
    padding: 0;
    max-width: 345px;
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
}
.latestPost {
    padding: 0;
    clear: both;
}
.mixed.latestPost {
    width: 48.5%;
    clear: none;
    margin-right: 3%;
    margin-bottom: 6px;
}
.mixed.latestPost.clear-left.col-xs-6 { width:50;  margin-right: 3%; }
.mixed.latestPost:nth-of-type(2n+1) { clear: left }
.post-data, .post-img {
    position: relative;
    overflow: hidden;
} 
.search  .title.post-title a,
.tag .title.post-title a,
.cat-page .title.post-title a { 
    font-size: 20px;
}
.title.post-title a {
    font-size: 16px;
	font-weight:bold;
    text-transform: none;
    color: #020202;
}
.vertical-small .post-img, .vertical-small .post-data { width: 100% }
.vertical .post-data { overflow: hidden; }
.mixed.vertical-small:nth-of-type(2n+2) { margin-right: 0 }
.vertical .post-img {
    margin-bottom: 15px;
    margin-right: 20px;
    float: left;
    margin-top: 5px;
    width: 48.4%;
}
.post-box.vertical {
    margin-bottom: 30px;
}
.widget .category-posts {
	margin-top:10px;
}
/* horizontal boxes */
.horizontal-container, .horizontal-container-inner {
    width: 100%;
    float: left;
    position: relative;
}
.horizontal-container { overflow: hidden }
/* horizontal loop */
.horizontal .post-img, .horizontal .post-data { width: 50% }
.horizontal:nth-of-type(odd) .horizontal-container-inner { left: 50% }
.horizontal:nth-of-type(odd) .post-img, .horizontal:nth-of-type(odd) .post-data { right: 50% }
.horizontal:nth-of-type(even) .horizontal-container-inner { right: 50% }
.horizontal:nth-of-type(even) .post-img, .horizontal:nth-of-type(even) .post-data { left: 50% }
.horizontal:nth-of-type(even) .post-img { float: right }
.horizontal .post-data-container { margin: 8% 20px !important }
/* horizontal in mixed loop / related / widgets */
.post-box.latestPost.mixed.horizontal-small.full {
	width:100%;
	padding-bottom: 10px;
}
.post-box.latestPost.mixed.horizontal-small.full .post-img {
	width:25%;
	max-height:125px;
}
.post-box.latestPost.mixed.horizontal-small.full .post-excerpt {
	font-size:13px;
	line-height:16px;
}
.horizontal-small .post-img {
    width: 29.6%;
    float: left;
    margin-top: 4px; 
	max-height:80px; overflow:hidden;
}
.widget .horizontal-small .post-img {
    width: 33.33%;
    margin-top: 3px;
}
.widget .horizontal-small .post-data { overflow: hidden }
.clear-left { clear: left }
.clear-right { clear: right }
.clear-none { clear: none }
/*data*/
.vertical-small .post-data { margin-top: 15px }
.post-data header { margin-bottom: 0 }
.post-data .post-title {
    display: block;
    margin-bottom: 0 !important;
    overflow: hidden;
	line-height:22px;
} 
.horizontal-small .post-info {
    color: #919191;
}
 span.thetime.mobile {
	display:none;
}
.post-data .post-excerpt {
    float: left;
    width: 100%;
    margin-top: 5px;
    padding-right: 5px;
}
.latestPost.mixed.horizontal-small {
    margin-right: 0;
    clear: none;
	border-bottom:1px solid #ddd;
	padding-bottom:8px;
}
.horizontal-small .post-data-container {
    margin: 0 0 0 18px;
    overflow: hidden;
}
.slider1 .post-data-container { margin: 40px 20px }
.slider1 .post-box, .featured-section-1-1 .post-box { margin: 0 !important }
.post-day {
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    font-weight: lighter;
    color: #fff;
}
/* no image widget box */
.no-thumb.post-box .post-data { overflow: hidden }
.no-thumb.horizontal-container .post-data {
    height: auto!important;
    padding: 0!important;
    width: 100%!important;
}
.no-thumb.horizontal-container .post-data-container { position: relative!important }
/*-[ Thumbnail video icon ]--------------------------------*/
.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin: -24px 0 0 -24px;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 3px;
}
.play-icon .fa {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.vertical .play-icon, .slider1 .play-icon, .slider2 .play-icon {
    font-size: 18px;
    width: 96px;
    height: 96px;
    line-height: 96px;
    margin: -48px 0 0 -48px;
    padding: 5px;
}
.vertical .play-icon .fa, .slider1 .play-icon .fa, .slider2 .play-icon .fa {
    line-height: 80px;
    border-width: 3px;
}
.slider1 .play-icon { left: 68.75% }
.featured-section-1-full-width-1 .featured-section-1-1 .slider1 .play-icon {
    top: 25%;
    left: 75%;
}
/*-[ Related Posts ]---------------------------*/
.rl-posts {
	margin-top:40px;
	padding:10px;
	background:#f4f4f4;
	border:1px solid #ddd;
}
.rl-posts,
.related-posts {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.rl-posts h4 {
	color:#333;
	border-bottom:2px solid #13479D;
	padding-bottom:3px;
}
.related-posts.rekomendasi  li {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}
.rl-posts li {	
    list-style: none;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	line-height:17px;
}
.rl-posts li a {	
	font-weight:bold;
	font-size:13px;
}
.rl-posts li span{	
	font-size:12px;
}
.related-posts h5 {
    font-size: 16px;
    margin: 0;
	color:#333;
	border-bottom:2px solid #13479D;
	padding-bottom:3px;
}
.rl-posts ul, .related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts li {
    width: 48.5%;
    float: left;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 3%;
    padding: 0;
}
.related-posts li:nth-child(odd) { clear: left }
.related-posts li:nth-child(even) {
    clear: right;
    margin-right: 0;
}
.relatedthumb img {
    width: 100%;
    max-width: 115px;
    margin: 0;
}
.singleleft .related-posts li {
    width: 100%;
    padding: 0;
}
.singleleft .postauthor-top { margin-bottom: 20px }
.singleleft .related-posts h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.singleleft .related-posts ul { margin: 0 }
.singleleft .rthumb img { margin-bottom: 3px }
/*-[ Tab/Review Widgets ]---------------------------*/
.widget_wpt, .widget_wp_review_tab { position: relative }
.widget_wpt ul.wpt-tabs li, .widget_wp_review_tab ul.wp-review-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
}
.widget_wpt ul.has-1-tabs, .widget_wp_review_tab ul.has-1-tabs { display: none }
.widget_wpt ul.has-3-tabs li, .widget_wp_review_tab ul.has-3-tabs li { width: 33.33% }
.widget_wpt .tab_title a, .widget_wp_review_tab .tab_title a {
    display: block;
    background: #eee;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    padding: 15px 0;
    border-right: 1px solid #DDD;
}
.widget_wpt .wpt-tabs .tab_title:last-child a, .widget_wp_review_tab .tab_title:last-child a, .widget_wpt .has-4-tabs .tab_title:nth-child(even) a, .widget_wp_review_tab .has-4-tabs .tab_title:nth-child(even) a { border-right: 0px none }
.widget_wpt .has-4-tabs .tab_title:nth-child(-n+2) a, .widget_wp_review_tab .has-4-tabs .tab_title:nth-child(-n+2) a { border-bottom: 1px solid #DDD }
.widget_wpt .tab_title.selected a, .widget_wp_review_tab .tab_title.selected a { color: #fff }
.widget_wpt .wpt-tabs, .widget_wp_review_tab .wp-review-tabs {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 18px;
    background: transparent;
}
.widget_wpt .inside, .widget_wp_review_tab .inside {
    background: transparent;
    padding: 0;
}
.widget_wpt .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.widget_wpt .entry-title, .widget_wpt .comment-meta {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    padding: 20px;
}
/* Comments tab */
.wpt_avatar, .wpt_comment_data { float: left }
.wpt_avatar { width: 33.33% }
.wpt_comment_data {
    width: 66.67%;
    position: relative;
    padding: 0 20px;
    background: #ffffff;
    min-height: 115px;
}
.wpt_comment_data.no-avatar {
    width: 100%;
    min-height: 0px;
}
.wpt_comment_meta {
    font-size: 13px;
    margin-top: 15px;
    color: #929292;
}
.wpt_comment_content { font-size: 16px }
/* Tags tab */
#tags-tab-content { padding-bottom: 10px }
#tags-tab-content ul {
    margin: 0;
    overflow: hidden;
}
#tags-tab-content ul li {
    width: auto;
    margin-bottom: 0;
}
.widget_wpt #tags-tab-content li a {
    color: #fff;
    white-space: nowrap;
}
/* Popular tab */
.tabpanel .nav-tabs {
	text-transform:uppercase
}
.tabpanel .nav-tabs >li >a {
	padding:7px 10px;
	font-weight:bold;
	font-size:14px;
	background:#13479D;	
	border-left: 1px solid #13479D;
	border-right: 1px solid #13479D;
	border-top: 1px solid #13479D;
	border-bottom: 1px solid #13479D;
	border-radius:0;
	color:#fff;
}
.tabpanel .nav-tabs >li.active > a,
.tabpanel .nav-tabs >li.active > a:focus,
.tabpanel .nav-tabs >li.active > a:hover { 
	border: 1px solid #f00000;
	background:#f00000;	
}
#headandterkini .nav-tabs li a {
    border: 0;
    border-bottom: 5px solid #f00000;
}
.tabpanel .nav-tabs .active a:hover,
.tabpanel .nav-tabs .active a:active,
.tabpanel .nav-tabs .active a:focus{
	color:#fff;
}
.tabpanel .tab-content {
	padding-top:20px;
    border: 3px solid #f00000;
	background:#fff;	
}
#headandterkini.tabpanel .tab-content {
	padding:10px ;
    border: none;
	background:#f4f4f4;	
}
.tabpanel .tab-content .nomor-wrap {
    padding: 10px 0 0 7px;
    font-size: 58px;
}.tabpanel .tab-content .nomor-wrap:after {
    content: ".";
    position: absolute;
    bottom: 0;
    right: -12px;
}
.tabpanel .tab-content h4.post-title {
    margin: 0px;
    font-size: 16px;
}
.tabpanel .tab-content .post-info {
    font-size: 12px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 2px;
}
#headandterkini .tabpanel .tab-content li.post-box  {
    border-bottom: 1px solid #ddd;
}
#headandterkini .tabpanel .tab-content .post-info {
    border-top: 0px;
}
/* Pagination */
.wpt-pagination.pagination, .widget_wp_review_tab .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    font-size: 16px;
}
.wpt-pagination a, .widget_wp_review_tab .wp-review-tab-pagination a { color: #fff }
.wpt-pagination a:first-child, .widget_wp_review_tab .wp-review-tab-pagination a:first-child { border-right: 1px solid #5e5e5e }
.wpt-pagination a:only-child, .widget_wp_review_tab .wp-review-tab-pagination a:only-child { border-right: 0px none }
/* Loading... */
.widget_wpt .wpt-loading li:after, .widget_wp_review_tab .wp-review-tab-loading li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
/* Review Data */
.post-box .post-info { display: inline-table }
.post-box .review-total-only {
    display: inline-block;
    padding: 0 6px;
    background: #e52329;
    color: #fff;
    position: relative;
    border-radius: 3px;
}
.post-box .review-total-only span { margin: 0 }
.post-box .review-type-star.review-total-only {
    background: none!important;
    padding: 0;
    vertical-align: middle;
}
.post-box .review-total-only .review-result-wrapper i {
    color: #919191 !important;
    opacity: 1;
}
.post-box .review-total-only .review-result-wrapper .review-result i { color: #e52329 !important }
/*-[ Facebook like box Widget ]---------------------------*/
.widget.facebook_like iframe { width: 100% !important }
.fb_iframe_widget, .fb_iframe_widget span {
    max-width: 100%;
    width: 100%!important;
}
/*-[ WP Widgets ]---------------------------*/
.widget.widget_meta li, .widget.widget_archive li, .widget.widget_categories li, .widget.widget_pages li, .widget.widget_recent_comments li, .widget.widget_recent_entries li { padding: 0 }
/* Custom Nav Widget */
.widget_nav_menu ul a {
    padding: 0 20px;
    line-height: 40px;
}
.widget_nav_menu .menu-item { margin: 0 }
.widget_nav_menu ul ul a { color: #444 !important }
.widget_nav_menu .sub-menu > li > a { padding-left: 40px }
.widget_nav_menu .menu-item a:hover {
    background: #e52329;
    color: #fff;
}
.widget_nav_menu .menu-item-has-children a { padding-right: 60px }
.menu-caret {
    position: absolute;
    right: 0;
    top: 1px;
    width: 40px;
    text-align: center;
    border-left: 1px solid #c5c5c5;
    line-height: 40px;
}
.menu-caret:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    vertical-align: middle;
}
.active > a > .menu-caret {
    color: #ffffff;
    background: #e52329;
}
.active > a > .menu-caret:before { content: "\f107" }
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 16px;
    color: #666;
    border: 1px solid #eee;
    background: #eeeeee;
    font-family: inherit;
}
textarea {
    overflow: auto;
    resize: vertical;
}
select {
    padding: 6px 10px;
    border-color: #919191;
}
input:focus, textarea:focus { background: #fff }
/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 1px solid #eee;
}
thead {
    background: #F7F8F9;
    font-size: 16px;
    color: #585F65;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th {
    font-weight: normal;
    border-bottom: 1px solid #eee;
    background: #eee;
}
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 297px;
    margin: 35px 0;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
.widget-header form#searchform {
    max-width: 300px;
    float: right;
}
#searchform {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}
.article #searchform .fa-search { top:-4px; }
#searchform fieldset { float: left }
.sbutton, #searchsubmit {
    right: 0px;
    top: 0px;
    padding: 9px 0;
    float: right;
    border: 0;
    width: 41px;
    height: 39px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    color: white;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: transparent !important;
    z-index: 10;
    position: absolute;
    border: 0;
    vertical-align: top;
}
#searchform .fa-search {
    font-size: 18px;
    top: 0px;
    position: absolute;
    right: 0px; 
    color: #919191;
    padding: 15px 15px;
}
#s {
    width: 100%;
    text-indent: 10px;
    color: #919191;
    background: #eeeeee;
    border: 1px solid #eee;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 3px;
}
/* Search input placeholder text styling */
::-webkit-input-placeholder { color: #919191 }
:-moz-placeholder { color: #919191 }
::-moz-placeholder { color: #919191 }
:-ms-input-placeholder { color: #919191 }
:input-placeholder { color: #919191 }
/* Microphone icon position fix */
input::-webkit-input-speech-button {
    margin-right: 50px;
    margin-left: 5px;
    cursor: pointer;
}
#searchform fieldset { width: 100% }
.breadcrumb, .breadcrumb> div, .breadcrumb .fa-caret-right, .breadcrumb .root a { float: none }
.breadcrumb {
    margin-bottom: 5px;
    font-size: 12px;
    background-color: transparent;
    clear: both;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.breadcrumb> div {
    padding: 0 5px;
    overflow: hidden;
    float: none;
    display: inline-block;
}
.breadcrumb .fa-caret-right { padding: 0 }
.breadcrumb .root { padding: 0 }
.breadcrumb .fa-caret-right { padding: 0 0 }
.breadcrumb> div { overflow: visible }
.no-results h2 { font-size: 16px }
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    margin-bottom: 10px;
    clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
    margin-top: 10px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
    float: right;
    width: 32.3%;
    line-height: 20px;
    max-width: 340px;
}
.sidebar.c-4-12 a {
}
.widget {
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
    overflow: hidden;
}
h3.widget-title{
    letter-spacing: 1px;
    color: #001353;
    padding: 10px;
    margin: 0;
    text-align: center;
	background:#ddd;
	font-size:24px;
    text-transform: uppercase;
}
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: inherit;
    font-size: 12px;
}
.widget li {
    list-style-type: square;
    margin-left: 17px;
    margin-bottom: 10px;
}
.widget li:last-child { margin-bottom: 0 }
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
    padding: 20px 0 0;
    overflow: hidden;
    clear: both;
    border: none;
}
.shareit.top {
    padding: 0px;
}
.share-item {
    display: block;
    margin: 0;
    float: left;
    height: 25px;
}
.share-item.shareit.top {
    float: left;
    margin-bottom: 10px!important;
    margin-top: 0;
    width: 100%;
}
.share-item.facebookbtn {
    margin-top: -1px;
    width: 85px; 
    height: 28px;
}
.share-item.twitterbtn { width: 85px }
.share-item.gplusbtn { width: 65px }
.share-item.pinbtn { margin-top: 2px }
.share-item.pinbtn a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.share-item.stumblebtn {
    margin-top: 1px;
    height: 24px;
}
.mobile-share span {
	border-radius:50%;
    color: #fff;
	width:35px;
	height:35px;
    font-size: 24px;
	text-align:center;
	margin:0 13px 10px 13px;
}
.share-item.fb {
    background: #3E66A8;
}
.share-item.tw {
    background: #5DCCF2;
}
.share-item.tg {
    background: #5682a3;
}
.share-item.gp {
    background: #F63E28;
}
.share-item.wabtn {
    background: #1D9E11;
}
.share-item.linebtn {
}
/*-[ Social Profile Widget ]--------------------------*/
.widget .social-profile-icons { margin: -5px }
.social-profile-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0 !important;
    padding: 5px !important;
}
.social-profile-icons ul li a {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    border-radius: 3px;
}
.social-profile-icons ul li a:hover { opacity: 0.8 }
.social-profile-icons ul li i {
    font-size: 18px;
    line-height: 40px;
}
.social-profile-icons .social-youtube a { background: #c9322b }
.social-profile-icons .social-rss a { background: #ef922f }
.social-profile-icons .social-twitter a { background: #40bff5 }
.social-profile-icons .social-facebook a { background: #5d82d1 }
.social-profile-icons .social-gplus a { background: #eb5e4c }
.social-profile-icons .social-vimeo a { background: #35c6ea }
.social-profile-icons .social-dribbble a { background: #f7659c }
.social-profile-icons .social-tumblr a { background: #426d9b }
.social-profile-icons .social-instagram a { background: #91653f }
.social-profile-icons .social-flickr a { background: #ff48a3 }
.social-profile-icons .social-pinterest a { background: #e13138 }
.social-profile-icons .social-linkedin a { background: #238cc8 }
.social-profile-icons .social-github a { background: #b5a470 }
.social-profile-icons .social-email a { background: #1d90dd }
.social-profile-icons .social-behance a { background: #1879fd }
.social-profile-icons .social-skype a { background: #13c1f3 }
.social-profile-icons .social-soundcloud a { background: #ff7e30 }
.social-profile-icons .social-stumbleupon a { background: #ff5c30 }
.social-profile-icons .social-dropbox a { background: #3476e4 }
.social-profile-icons .social-foursquare a { background: #0bbadf }
.social-profile-icons .social-reddit a { background: #ff4400 }
/*-[ Footer ]-------------------*/
.footer-carousel-wrap { padding: 50px 0 }
footer {
    overflow: hidden;
    width: 100%;
    position: relative;
    clear: both;
    display: inline-table;
	z-index:6;
}
footer .bgred { background:#D30100!important; }
ul#menu-footer {
    text-align: center;
    padding-top: 65px;
}
ul#menu-footer li {
    display: inline-block;
    float: none;
}
ul#menu-footer li a {
    padding: 0 13px;
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
}
#menu-foot li {
    display: inline-block;
	float:right;
}
#menu-foot li a {
    padding: 0 0 0 10px;
    margin: 0 5px;
    border-left: 1px solid #ccc;
}
#menu-foot li:last-child a {
    border-left: 0;
}
.footer-widgets {
    overflow: hidden;
    padding: 50px 0 0;
    width: 100%;
    margin: 0;
}
.f-widget {
    width: 29.5%;
    float: left;
    position: relative;
    margin-bottom: 0;
    margin-right: 5.75%;
}
.widgets-num-4 .f-widget {
    width: 22%;
    margin-right: 4%;
}
.copyrights {
	background: #13479D;
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #eee;
}
.copyrights .container { background:none; }
.copyrights a { color: #fff }
#copyright-note {
    width: 1170px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
#copyright-note .right { margin-right: 10px }
.postsby { margin-bottom: 25px }
/*-[ Back To Top ]---------------------------*/
#move-to-top {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: 20px;
    bottom: 1px;
    z-index: 25;
    background: #444;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
}
#move-to-top:hover { color: #ffffff }
#move-to-top:not(.filling) {
    opacity: 0;
    visibility: hidden;
}
#move-to-top .fa-chevron-up {
    font-size: 16px;
    padding: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
/*-[ Post Tags ]---------------------------------*/
.tags {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px }
/*-[ Author Box ]--------------------------------*/
.postauthor {
    margin: 0 0 50px 0;
    padding: 0;
    min-height: 180px;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor h4 {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 22px;
}
.postauthor .vcard {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.postauthor .vcard .fa { padding-right: 7px }
.postauthor .vcard .mail { color: #919191 }
.author-box {
    float: left;
    width: 100%;
}
.author-box img, .author-box-content { margin: 0 }
.author-box img {
    float: left;
    width: 19.2%;
}
.author-box-content {
    position: relative;
    padding: 0 0 0 20px;
    min-height: 150px;
    background-color: #fff;
    overflow: hidden;
}
.postauthor p {
    padding-top: 0px;
    margin-bottom: 0;
}
.postauthor h4 a { color: #444 !important }
#respond h4, .total-comments, .postauthor h4, .postauthor-top {
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 25px;
    line-height: 22px;
}
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0!important }
/*-[ Tag widget ]------------------------------*/
.tagcloud a, #tags-tab-content a {
    font-size: 16px!important;
    padding: 7px 13px;
    margin-bottom: 7px;
    float: left;
    border-radius: 3px;
    margin-right: 7px;
    background: #c5c5c5;
    color: #FFFFFF!important;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"], .mts-subscribe input[type="submit"] {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.mts-subscribe input[type="text"] {
    width: 70%;
    float: left;
    padding: 15px 0;
    height: 48px;
    text-indent: 10px;
    background: #eeeeee;
    color: #919191;
    border: 1px solid #eee;
    border-right: 0px none;
    border-radius: 3px;
}
.mts-subscribe { overflow: hidden }
.mts-subscribe form { position: relative }
.mts-subscribe input[type="submit"] {
    background: #444;
    cursor: pointer;
    color: #fffefe!important;
    padding: 17px 0;
    float: left;
    height: 48px;
    text-align: center;
    width: 33%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    list-style: none outside none;
    margin: 0 auto;
    max-width: 100%;
}
.ad-125 li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    float: left;
    list-style: none outside none !important;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
    padding-top: 0 !important;
    max-width: 48%;
}
.ad-125 li:nth-child(2n+2) { float: right!important }
.ad-125 li:nth-last-child(2), .ad-125 li:last-child { margin-bottom: 0 }
.ad-300 { text-align: center; }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
    margin-bottom: 0;
    border: 0px none;
    position: relative;
}
#wp-calendar td {
    text-align: center;
    padding: 0;
    line-height: 40px;
}
#wp-calendar td a {
    display: block;
    color: #fff;
    background: #444;
}
#wp-calendar td a:hover, #wp-calendar #today { color: #fff }
#wp-calendar caption {
    font-size: 16px;
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #444;
}
#wp-calendar thead {
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #919191;
}
#wp-calendar thead th {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #c5c5c5;
}
#wp-calendar thead th.today {
    border-bottom: 1px solid;
    color: #444;
}
#wp-calendar #prev, #wp-calendar #next {
    position: absolute;
    top: 0;
}
#wp-calendar #prev { left: 0 }
#wp-calendar #next { right: 0 }
#wp-calendar #prev a, #wp-calendar #next a { position: relative }
#wp-calendar #prev a:before, #wp-calendar #next a:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #444;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#wp-calendar #prev a:before {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    content: "\f104";
}
#wp-calendar #next a:before {
    border-left: 1px solid #5e5e5e;
    content: "\f105";
}
#wp-calendar tfoot .pad { display: none }
/*-[Comments]--------------*/
.nocomments {
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
}
.total-comments { text-transform: uppercase }
#comments {
    padding: 0;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 50px;
}
#respond h4 {
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 7px;
    font-size: 25px;
    line-height: 20px;
}
#commentsAdd {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
#comments .avatar {
    position: absolute;
    left: -115px;
    top: 0;
}
.comment-box {
    background: #fff;
    padding: 0 0 0 20px;
    margin-left: 115px;
    min-height: 115px;
    position: relative;
}
.comment time { padding-left: 10px }
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #commentform input { padding: 11px }
input#author, input#email, input#url {
    width: 300px;
    border: 1px solid #eee;
    background: #eeeeee;
    max-width: 85%;
    margin-right: 10px;
}
input#author, input#email, input#url, #comment {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-radius: 3px;
}
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
    cursor: pointer;
    margin-bottom: -20px;
    text-decoration: underline;
    z-index: 100;
    position: relative;
}
#commentform input#submit, .contactform #submit, input[type="submit"] {
    line-height: 1;
    background-color: #444;
    padding: 17px 15px;
    color: #fff;
    text-decoration: none;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    text-transform: uppercase;
}
.contactform #submit { float: left }
.contactform label { display: block }
.contactform {
    overflow: hidden;
    margin-bottom: 35px;
}
.error { color: red }
.thanks p { color: green }
ol.commentlist {
    margin-left: 0;
    margin-top: 13px;
}
.commentlist li {
    list-style: none;
    margin: 0 0 25px 0;
    padding-left: 0;
    float: left;
    width: 100%;
    position: relative;
}
.commentlist p { margin-bottom: 15px }
.ago {
    color: #919191;
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 16px;
}
.fn {
    text-transform: uppercase;
    margin-right: 18px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}
.bypostauthor .fn { padding-left: 85px }
.fn a {
    font-weight: bold;
    font-size: 9px;
}
.comment-reply-link {
    color: #3498DB;
    float: right;
    margin-left: 15px;
    font-size: 16px;
}
.commentmetadata {
    overflow: hidden;
    margin-top: 15px;
}
.commentmetadata > ul, .commentmetadata > ol {
    margin-bottom: 15px!important;
    float: left;
}
.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply {
    margin-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
    width: 100%;
    float: right;
}
.reply a {
    font-weight: bold;
    float: left;
    padding: 0 0px;
    color: #e52329;
    font-size: 12px;
}
#commentsAdd #respond h4 { margin-bottom: 25px }
.comment #respond #respond { margin-top: 20px }
.commentlist .children {
    margin-left: 113px;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
}
.commentlist .children li { padding-bottom: 0 }
.avatar {
    float: left;
    border-radius: 3px;
}
#respond h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 100%;
    border: 1px solid #eee;
    background: #eeeeee;
    padding: 2%;
    line-height: 25px;
    font-family: inherit;
}
#commentform textarea:focus { background: #fff }
#commentform p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
#commentform p label {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
}
.required {
    color: red;
    padding: 0;
    line-height: 1;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes { font-style: italic }
/*-[ pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.single .pagination {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
}
article .pagination { padding: 0 }
article .pagination a { margin-right: 10px }
.pagination ul {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
}
.pagination-previous-next ul { display: block }
.pagination ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pagination-previous-next ul li, .pagination ul li:only-child, .pagination ul li:last-child { border-right: 0px none }
.currenttext, .pagination a:hover, .single .pagination a:hover .currenttext {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
}
.currenttext {
    float: left;
    background: #DDD;
    border-radius: 3px;
    min-width: 42px;
}
.pagination a {
    background: #444;
    display: inline-block;
    float: left;
    text-decoration: none;
    padding: 10px 15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    border-radius: 3px;
    min-width: 42px;
}
.pagination .nav-previous, .pagination .previous {
    float: left;
    margin: 0;
    margin-bottom: 10px;
}
.pagination .nav-next, .pagination .next {
    float: right;
    margin: 0;
    margin-bottom: 10px;
}

.pagination.halaman {
	background:#eee;
	padding:10px;
}
.pagination.halaman span.hal  {
	float:left;
	margin-top:3px; 
	margin-left:5px; 
	margin-right:20px; 
}
.pagination.halaman a, 
.pagination.halaman span.current  {
	float:left;
	padding:4px 1px;
	margin-right:10px;
}
.pagination.halaman span.current  {
	padding:0;
}
.pagination.halaman span.current .currenttext {
	padding:4px 1px;
}
.pagination.halaman a span.current ,
.pagination.halaman a span.current .currenttext  {
	padding:0;
	margin-right:0px;
}
.pagination .nav-previous a, .pagination .nav-next a { color: #fff!important }
.single .pagination a .currenttext, .single .pagination a:hover .currenttext {
    padding: 0;
    background: transparent;
    margin-right: 0;
}
.single .pagination a:hover .currenttext { color: #fff }
.pagination .fa { font-size: 16px }
.pagination .nav-previous .fa { margin-right: 15px }
.pagination .nav-next .fa { margin-left: 15px }
/*-[ Contact Form ]------------------*/
.contact-form { position: relative }
.contact-form.loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.contact-form label, .contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
}
.contact-form input, .contact-form textarea { padding: 12px }
.contact-form label { margin-top: 12px }
.contact-form input[type="submit"] {
    margin-top: 12px;
    padding: 15px;
}
.mtscontact_error { color: #B90101 }
/*-[ AJAX search results ]------------------*/
.widget_search, #sidebar-search { overflow: visible }
.ajax-search-box-open #s { background-color: #eeeeee }
.ajax-search-results-container {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #FBFBFB;
    border: 1px solid #FBFBFB;
    border-top: none;
    color: #6a6a6a;
    margin-top: -1px;
    border-radius: 0 0 3px 3px;
}
.ajax-search-results-container a { padding: 0 }
.ajax-search-results-container.loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
ul.ajax-search-results {
    margin: 0;
    padding: 0;
}
.ajax-search-results li {
    margin: 0;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    list-style: none;
    min-height: 50px;
    padding: 12px 12px 0;
    border-bottom: 0;
    position: relative;
}
.ajax-search-results li:last-of-type { padding-bottom: 12px }
.ajax-search-results .wp-post-image { margin: 3px 15px 0 0 }
.ajax-search-results .meta { margin: 5px 0 0 94px }
.ajax-search-meta .results-link {
    float: left;
    width: 100.6%;
    text-align: center;
    padding: 12px 20px;
    line-height: 1;
    border-radius: 0 0 3px 3px;
    background: #eee;
    margin: 0 -1px;
}
.ajax-search-results-container .no-results {
    padding: 8px;
    color: #AAA;
    font-style: italic;
}
.ajax-search-results .play-icon {
    left: 16.5%;
    top: 50%;
}
/*-[ Load More ]-------------------*/
.pace .pace-progress {
    background: #f00000;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 5px;
    -webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.admin-bar .pace .pace-progress { top: 32px }
.pace-inactive { display: none }
#load-posts, #fs2_load_more_container {
    float: left;
    width: 100%;
    text-align: center;
}
#load-posts a, #fs2_load_more_button {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    float: none;
    line-height: 22px;
    text-decoration: none;
    padding: 9px 20px;
    margin: 15px 0 25px 0;
    background: #444;
    border-radius: 3px;
}
#fs2_load_more_button { margin-bottom: 0 }
#load-posts .fa, #fs2_load_more_button .fa { margin-right: 15px }
/*-[ Parallax ]--------------------------------*/
#parallax {
    position: relative;
    padding-bottom: 25.6%;
    height: 0;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 15px;
}
#page.parallax { padding-top: 15px }
/*-[ Misc ]---------------------------*/
pre {
    overflow: auto;
    padding: 15px;
    margin: 15px 0;
    position: relative;
    background: #eee;
    font-family: monospace;
    color: #444;
}
pre:before {
    content: "\f121";
    color: #444;
    position: absolute;
    font-size: 18px;
    right: 14px;
    top: 6px;
    font-family: "Font Awesome 5 Free";
}
/*-[ WP Review ]--------------------------------*/
.latestPost-review-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    padding: 2px 8px;
}
.latestPost-review-wrapper .review-total-star { margin: 4px 0 }
.latestPost-review-wrapper .percentage-icon {
    top: 0;
    font-size: inherit;
    font-style: normal;
}
.post-box .review-total-star {
    position: relative!important;
    right: auto!important;
    top: auto!important;
}
/*-[ Tabs Shortcode ]--------------------------------*/
article .tab_widget ul.wps_tabs li { border-color: #eee }
article .tab_widget ul.wps_tabs li.active {
    border-color: #eee;
    background: #eee!important;
}
article .tab_widget .tab_content { background: #eee }
article .tab_widget .tab_container { border-color: #eee }
article .toggle .wps_togglet, article .toggle .toggleta {
    border-color: #eee;
    background: #eee;
}
article .toggle .togglec {
    background: #F9F9F9;
    border-color: #F9F9F9;
}
/*-[ Mega Menu ]------------------------------------*/
#wpmm-megamenu a:hover { background: none!important; }
#wpmm-megamenu .review-total-only { border-radius: 0 3px 0; }
#navigation .menu .menu-item-wpmm-megamenu a:hover { background: transparent; }
#navigation .menu .wpmm-light-scheme.menu-item-wpmm-megamenu a:hover {
    background: transparent;
    color: #333!important; 
}
nav a#pull,#top-navigation li:hover a, #header nav#top-navigation ul ul li,#move-to-top,.mts-subscribe input[type='submit'],input[type='submit'],#commentform input#submit,.contactform #submit,.pagination a,.fs-pagination a,.header-search .ajax-search-results-container,#load-posts a,#fs2_load_more_button,#wp-calendar td a,#wp-calendar caption,#wp-calendar #prev a:before,#wp-calendar #next a:before, .tagcloud a, #tags-tab-content a, .widget_wpt .tab_title.selected a,.widget_wp_review_tab .tab_title.selected a, #wp-calendar thead th.today, #header nav#navigation ul ul li, #wp-calendar td a:hover, #wp-calendar #today {background: #f00000; color: #fff; }
.header-search #s,.tab_widget ul.wps_tabs li {background: #f00000 !important;}
#wp-calendar thead th.today { border-color: #f00000; }
a:hover,.title a:hover,.post-data .post-title a:hover,.post-title a:hover,.post-info a:hover,.entry-content a,.textwidget a,.reply a,.comm,.fn a,.comment-reply-link, .entry-content .singleleft a:hover, #footer-post-carousel .flex-direction-nav li a {color:#f00000;}
.post-box .review-total-only .review-result-wrapper .review-result i {color:#f00000!important;}
footer > .footer-carousel-wrap { background: #3498db; }
.bypostauthor .fn:after { content: "Author"; position: absolute; left: 0px; top: 0px; padding: 0px 10px; background: #444; color: #FFF; }
.post-single-content-inner { width: 100%; }
#catcher { height: 0!important }
/*-[Banner]------------------------------------*/
.banner {
	margin-bottom:10px;
}
.main-header .iklan-item {
	margin-top:5px;
    margin-bottom:3px; 
}
.home-banner .iklan-item {
	margin-top:5px;
    margin-bottom:10px;
}
.sidebar .iklan-item {
	margin-top:0px;
}
.iklan-item {
	margin-top:10px;
    margin-bottom:15px;
}
.fixed_banner {
	position:relative;
	height:45px;
} .fixed_banner .closebot{width:25px;text-align:right;position:fixed;cursor:pointer;bottom:75px;z-index:23;opacity: 0.4;}
#header nav ul li.search{float:right;border-right:0}
#header nav ul li.search ul.sub-menu{background:#f00000;margin-left:-210px;margin-top:0;width:275px;padding:10px}
#header nav ul li.search ul.sub-menu input{float:left;padding:5px;background:#fff}
#header nav ul li.search ul.sub-menu form#searchform:before,
.search-mobile form#searchform:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    color: #312E2E;
    position: absolute;
    right: 8px;
    font-size: 24px;
    font-weight: 900;
    top: 6px;
}
.search-mobile form#searchform:before { 
    top: 0px!important;
}
.search-mobile #searchsubmit,
#header nav ul li.search ul.sub-menu #searchsubmit{
    float: left;
    height: 30px;
    padding: 12px 7px 12px 6px;
    font-family: "Font Awesome 5 Free";
	text-indent: -9999px;
    color: #000;
}
.search-mobile { display:none; }
.tag_popular {
}
.tag_popular .list-tag-pop a{ 
	min-width:44%;
	min-width:44%;
}
.archivebar {
    margin-bottom: 10px;
    border-bottom: 2px solid #13479D;
}
.archivebar .selectindex {
    width: 25%;
}
.archivebar .btn-archive {
    padding: 9px 15px;;
}
.top-bar ul>li.tnet {
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -10px;	
    color: #13479D;
	font-weight:600;
}
.top-bar ul>li.tnet span {
    color: #f00000;
}
.top-bar ul>li:hover>div.sub-menu {
    visibility: visible;
    display: block;
    opacity: 1;
    transition-delay: 0s;
    z-index: 2;
}
.top-bar ul>li .sub-menu {
    top: 28px;
    display: none;
    max-height: 250px;
    position: absolute;
    left: 0;
    padding: 10px 5px;
    overflow: auto;
    width: 100%;
    cursor: default;
    -webkit-transform: translate(0,0);
    background-color: #f9fdff;
    border-bottom: 5px solid #f00000;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s ease-out;
}
.top-bar ul>li .sub-menu li,
.mobile-network li .sub-menu li {
	display:block;
}
.top-bar ul>li .sub-menu li a,
.mobile-network li .sub-menu li a{
	background:url(/web/20201205204150im_/https://pojoksatu.id/wp-content/themes/psv2/images/logo-16px.png) no-repeat center left;
	padding-left:20px;
}
.widget .flex-caption { border-top: 5px solid #f00000; border-bottom:0; }
.widget .slidertitle { font-size:16px; }
/*============ plugin ==============*/
/* Flexslider */
.flexslider,.flexslider .slides{margin:0;zoom:1}.flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus{outline:0}.flex-control-nav,.flex-direction-nav,.slides{margin:0!important;padding:0;list-style:none!important}.slider-container{position:relative;max-width:729px}.flexslider{padding:0;position:relative}.flexslider .slides>li{display:none;list-style:none;position:relative;-webkit-backface-visibility:hidden}.flexslider .slides img,.no-js .slides>li:first-child,.slides:after,html[xmlns] .slides{display:block}.flex-pauseplay span{text-transform:capitalize}.slides:after{content:".";clear:both;visibility:hidden;line-height:0;height:0}* html .slides{height:1%}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.slider-container.loading .flex-container{opacity:0;height:0}.flex-container.loading:before,.slider-widget-container .loading:before{content:'Loading...';display:block;margin:0;text-align:center;color:#1B1B1B;font-weight:700;font-size:18px}.loading #slider{display:none}.flex-direction-nav,.flex-direction-nav li{margin:0!important;list-style:none!important}.flex-direction-nav li a{display:block;width:40px;height:40px;position:absolute;bottom:50%;margin:0 0 -10px!important;right:20px;z-index:2;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;transition:all .25s linear;border-radius:3px}.flex-caption,.slidertitle{overflow:hidden;}.flex-direction-nav li:first-child a{right:auto;left:20px}a.flex-disabled{pointer-events:none;opacity:.2}.flex-control-nav{position:absolute;bottom:20px;margin:0!important;right:15px;z-index:2}.flex-control-nav li{margin:0 5px!important;zoom:1;float:left}.flex-control-paging li a{width:12px;height:12px;display:block;float:left;background:0 0;cursor:pointer;text-indent:-9999px;border:1px solid #fff;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#FFF}.flex-control-paging li a.flex-active{background:#FFF;cursor:default}.flex-caption{color:#fff;width:100%;max-height:255px;position:absolute;left:0;bottom:0px;border-bottom: 5px solid #f00000;}.slidertitle{background:rgba(0,0,0,0.6); margin-bottom:0;clear:left;font-weight:700;width:100%}.sliderdate,.slidertitle{padding:12px 20px;color:#fff!important;line-height:1;float:left}.sliderdate{font-size:13px;}.slider2 .review-total-only{font-size:18px;border-radius:3px}.slider2 .review-total-star{position:relative;top:0;left:0}.slider-widget-container{max-width:345px}.widget .slides li{margin-left:0;list-style:none;margin-bottom:0;max-height:100%;position:relative}.widget .slides li a{position:relative;float:left}.widget .slides li img{width:100%}.widget-slider{position:relative}.loading .widget-slider{display:none}.widget .slidertitle{border-radius:3px 3px 0 0}.widget-slider .slidertitle a{background:0 0!important;text-transform:none;font-weight:400;text-align:center;width:100%;color:#fff}.widget-slider .flex-caption{background:rgba(68,68,68,.8)}.widget-slider-arrows .flex-caption,.widget-slider-bullets .flex-caption{bottom:auto;top:-1px;padding:0;border-radius:0}.widget-slider .flex-direction-nav li a{bottom:0;margin:0!important;right:0;border-radius:3px 0}.widget-slider .flex-direction-nav li:first-child a{left:0;border-radius:0 3px}.widget-slider .flex-control-nav{width:100%;text-align:center;right:0;line-height:10px}.widget-slider .flex-control-nav li{float:none;display:inline-block}.footer-carousel-wrap .flex-container.loading:before{content:'Loading Carousel...';color:#fff}#footer-post-carousel{padding:0 62px}#footer-post-carousel .slides>li>a{float:left;display:block;position:relative}#footer-post-carousel .slides>li>a img{border-radius:3px}#footer-post-carousel .slides>li.show-post-data>a img{border-radius:3px 0 0 3px}#footer-post-carousel .flex-direction-nav li a{right:0;background:#fff}#footer-post-carousel .flex-direction-nav li:first-child a{left:0}#footer-post-carousel .slides>li{margin-right:18px;position:relative;overflow:hidden;-webkit-transition:width 500ms ease;-moz-transition:width 500ms ease;-o-transition:width 500ms ease;transition:width 500ms ease}#footer-post-carousel .flex-direction-nav li a i{color:inherit}#footer-post-carousel .show-post-data{width:248px!important}#footer-post-carousel .post-box{position:absolute;left:0;top:0;width:115px;display:block;-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease}#footer-post-carousel .show-post-data .post-box{left:115px;width:133px}#footer-post-carousel .show-post-data .post-data{padding:20px;width:133px;height:115px;background:#fff;border-radius:0 3px 3px 0}#footer-post-carousel .post-title{max-height:42px;overflow:hidden;display:block;margin-bottom:20px;font-weight:700}#footer-post-carousel .post-data:after{border-width:10px 0;border-color:transparent #444;margin-top:-10px;left:9px;top:29px}#footer-post-carousel .show-post-data .post-data:after{left:-9px;border-width:10px 12px 10px 0;-webkit-transition:all 200ms ease 500ms;-moz-transition:all 200ms ease 500ms;-o-transition:all 200ms ease 500ms;transition:all 200ms ease 500ms}.slides li{text-align:center} 
.slide-child .flex-direction-nav li a {
    right:0px;
    bottom:18%;
}
.slide-child .flex-direction-nav li:first-child a {
    right:auto;
    left: 120px;
}
.slide-child .flex-direction-nav li a i {
    font-size: 22px;
}
@media (max-width : 767px){
.flex-direction-nav li i{
    font-size: 25px;
    line-height: 2px;
    position: relative;
    text-align: center;
    width: 40px;
    float: none;
    display: none;
    color: rgba(0, 0, 0, 0.75)
	}
}
@media (min-width: 768px){
	.flex-direction-nav li i{font-size:40px;line-height:42px;position:relative;text-align:center;width:40px;float:none;display:block;color: rgba(0, 0, 0, 0.75);}
}


/* Outer */
.popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.75);
	z-index:5;
}

/* Inner */
.popup-inner {
	max-width:700px;
	min-width:600px;
	padding:5px; 
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	box-shadow:0px 2px 6px rgba(0,0,0,1);
	border-radius:3px;
	background:#fff;
}
.popup-inner img {
	max-height:600px;
}

/* Close Button */
.popup-close {
	width:30px;
	height:30px;
	padding-top:4px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:rgba(0,0,0,0.8);
	font-family:Arial, Sans-Serif;
	font-size:20px;
	text-align:center;
	line-height:100%;
	color:#fff;
}

.popup-close:hover {
	-webkit-transform:translate(50%, -50%) rotate(180deg);
	transform:translate(50%, -50%) rotate(180deg);
	background:rgba(0,0,0,1);
	text-decoration:none;
}

@media (max-width: 360px){
   .popup-inner {
		max-width:350px;
		min-width:340px; 
	}
	.popup-inner img {
		max-height:100%;
	}

}
.item-tag {
    margin: 3px;
    padding: 2px 5px 2px 5px;
    background: #ddd;
    border-radius: 5px;
    display: inline-block;
}
.item-tag:hover {
    background: #f00000;
    color:#fff;
}
.item-tag a {
    color:#111;
}
.item-tag:hover a {
    color:#fff;
}
/*
     FILE ARCHIVED ON 20:41:50 Dec 05, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:05:12 Dec 10, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 329.255
  PetaboxLoader3.resolve: 556.745 (3)
  LoadShardBlock: 267.399 (3)
  load_resource: 659.16 (2)
  PetaboxLoader3.datanode: 295.498 (5)
  exclusion.robots: 0.302
  esindex: 0.032
  CDXLines.iter: 35.956 (3)
  exclusion.robots.policy: 0.281
  RedisCDXSource: 10.716
*/