/*!
 * Tam News v1.0.1 
 * Design by Vicky Saputra (http://vicky.work)
 * Copyright 2017 CV. Teitra Mega
 * Licensed under MIT (https://github.com/nitinegoro/tamtv/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Cabin:300,400,500,600|Roboto|Raleway|Merriweather|Open+Sans');

body {
  font-family: 'Arial', sans-serif;
}
a,
a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .container {
    width: 850px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}

.c3 { 
  width:31%;  
  margin-right: 13px;
}
.c2 { 
  width:49%;  
  margin-right: 1%;
  display: inline-block;
}
.c2:last-of-type {
  margin-right: 0px;
}

.navbar-default {
  text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #F0F0F0;
  background-color: white;
  font-size: 9.5pt;
}
.navbar-brand > img.main-logo {
	width: 200px;
	margin-top: -5px;
}


.navbar-form {
  padding-top: 5px;
  margin-left: 0px;
  margin-right: -15px;
}
.navbar-form > .form-group {
	width: 350px;
}
.navbar-form > .form-group > input.form-control {
  height: 30px;
	width: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
}

::-webkit-input-placeholder { /* Chrome, Safari */
   color: grey;
   font-size: 9pt;
}

:-moz-placeholder {           /* Firefox 18- */
   color: grey;
   font-size: 9pt;
}

::-moz-placeholder {          /* Firefox 19+ */
  color: grey;
  font-size: 9pt;
}

:-ms-input-placeholder {      /* Internet Explorer */
  color: grey;
  font-size: 9pt;
}

.navbar-form > button.btn-default {
  font-family: 'Cabin', sans-serif !important;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #0000E5;
	color: white;
	border: none;
	font-size: 9pt;
	border-radius: 0px;
	padding: 6.5px 20px 6.5px 20px;
}
.navbar-default  .navbar-nav,
.navbar-default  .navbar-nav .navbar-right
 {
  padding-bottom: 0px;
}
.navbar-default  .navbar-nav > li a{
  padding-left: 10px;
}
.navbar-default  .navbar-nav > li > a {
    font-weight:600;
    font-family: 'Cabin', sans-serif !important;
    color: black !important;
  	text-transform: uppercase;
}
/* .navbar-default .coloring > li:nth-of-type(1) { border-bottom: 2px solid #8900e5; }
.navbar-default .coloring > li:nth-of-type(2) { border-bottom: 2px solid #e500b7; }
.navbar-default .coloring > li:nth-of-type(3) { border-bottom: 2px solid #e55b00; }
.navbar-default .coloring > li:nth-of-type(4) { border-bottom: 2px solid #e4e500; }
.navbar-default .coloring > li:nth-of-type(5) { border-bottom: 2px solid #00e5b7; }
.navbar-default .coloring > li:nth-of-type(6) { border-bottom: 2px solid #0089e5; }
.navbar-default .coloring > li:nth-of-type(6) { border-bottom: 2px solid #0089e5; } */


nav.navbar-default  .navbar-nav > li > a:hover,
nav.navbar-default  .navbar-nav > li > a:focus {
  	color:  #060581;
  	background-color: transparent;
}
nav.navbar-default  .navbar-nav > .active > a,
nav.navbar-default  .navbar-nav > .active > a:hover,
nav.navbar-default  .navbar-nav > .active > a:focus {
  	color:  #060581;
  	background-color: #e7e7e7;
}
nav.navbar-default  .navbar-nav > .disabled > a,
nav.navbar-default  .navbar-nav > .disabled > a:hover,
nav.navbar-default  .navbar-nav > .disabled > a:focus {
  	color:  #060581;
  	background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: none !important;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
  padding-top: 20px;
  padding-bottom: 20px; 
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
 
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none !important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > li.dropdown > ul.dropdown-menu {
  font-size: 9.5pt;
}
.navbar-user {
  margin-top: -10px;
}

.navbar-default .navbar-live > li.live-menu {
  border-radius: 50px;
  border: 1.2px solid #EEEEEE;
  margin: 0px;
  padding-bottom: 5px;
  margin-top: 13px;
  padding: 2px;
  background-color:  #0000E5/*#F60000 */;
}
.navbar-default .navbar-nav > li.live-menu > a  {
  padding: -0px ;
  text-transform: normal;
  color: white !important;
}
.navbar-default .navbar-nav > li.live-menu > a > div.live-circle {
  padding-top: 2px;
  font-size: 18pt;
  width: 30px;
  float: left;
}
.navbar-default .navbar-nav > li.live-menu > a > div.text-live-menu {
  padding-left: 5px;
  float: right;
  line-height: 2.25em;
  text-align: left;
  width: 125px;
  letter-spacing: 1px;
  font-weight: bold;
} 

/*  NAVBAR STICKy */
a.sticky-logo > img.main-logo {
  margin-top: -4px;
  width: 100px;
}
.navbar-sticky {
  background-color: white;
}

/*  MODE VIDIO NAVBAR */
.mode-vidio {
  background-color: black;
  padding-top: 30px;
  border-bottom: 6px solid #4F4F4F;
  padding-bottom: 50px;
}

h1.live-title {
  color: white;
  border-bottom: 3px solid white;
  padding-bottom: 10px;
}

.content-wrapper {
   margin-top: 15px;
   padding-bottom: 30px;
   min-height: 550px;
}

.adsvertising {
  width: 100%;
  text-align: center;
  z-index: 9;
}

.featured-news {
  width: 100%;
  margin-top: 15px;
  min-height: 300px;
}

.item-box-related {
    width: 51%;
    float: right;
    margin-top: 15px;
    border-left: 2px solid #EEEEEE;
}

.item-featured {
  float: left;
  margin-top: 10px;
  width: 46%;
}
.item-featured > small {
  font-size: 8pt;
}
.item-featured > h3.item-heading {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3em;
  margin-top: 10px;
  font-size: 16pt;
  font-weight: bold;
}

.item-featured > h3.item-heading > a {
  color: black;
}
.item-featured > h3.item-heading > a:hover {
  color: #6666B2;
  text-decoration: none;
}

.item-featured > .item-content {
  font-size: 9pt;
  letter-spacing: 0.7px;
}
.item-featured > time {
  font-size: 9pt;
  font-style: italic;
}

.item-box-related > h4.related-heading {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 10pt;
  color: grey;
  font-weight: 600;
  padding-left: 20px;
}

.item-box-related > ul.list-related {
  font-size: 9.5pt;
  line-height: 1.5em;
}
.item-box-related > ul.list-related > li {
  margin-bottom: 5px;
}
.item-box-related > ul.list-related > li > a {
    font-weight: 600;
    color: black;
}

.item-box-related > ul.list-related > li > a:hover {
  text-decoration: none;
  color: #6666B2;
}

/*  SIDEBAR */
.box-sidebar {
  margin-top: 15px;
}
.box-topic-tag,
.box-category-1 {
  float: left;
  letter-spacing: 0.3px;
}
.box-adsvertising {
  margin-top: -20px;
}

/* BOX TAG */

.box-sidebar > .box-topic-tag > h3.sidebar-heading,
.box-sidebar > .box-category-1 > h3.sidebar-heading,
.box-category-1 > h3.sidebar-heading,
.featured-heading,
.panel-default > .panel-heading {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 600;
}
span.more-heading {
  text-transform: normal;
}


.box-topic-tag > ul.list-topic-tag {
  font-size: 10pt;
  line-height: 1.5em;
  list-style: none;
  text-transform: uppercase;
}
.box-topic-tag > ul.list-topic-tag > li:before {
  content: "\f292";
  padding-right: 4px;
  color: grey;
  font-family: FontAwesome;
  color: #6666B2;
}
.box-topic-tag > ul.list-topic-tag > li {
  margin-left: -27px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1.2px solid #EEEEEE;
  width: 270px;
}
.box-topic-tag > ul.list-topic-tag > li > a {
    font-weight: 600;
    color: black;
    transition: all 0.5s ease;
}
.box-topic-tag > ul.list-topic-tag > li > a:hover {
  text-decoration: none;
  color: #6666B2;
  margin-right: 10px;
}

/*  BOX CATEGORY-1 */
.box-category-1 > .item-featured {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}
.box-category-1 > .item-featured > h4.item-heading,
.box-category-1 > .media-news > .media-item > .media-content h4.media-title,
.headline-slider-item a > .media > .media-body > h4.media-heading  {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3em;
  margin-top: 9px;
  font-size: 10pt;
  font-weight: bold;
}
.box-category-1 > .item-featured > h4.item-heading > a,
.headline-slider-item a > .media > .media-body > h4.media-heading  {
  color: black;
}
.box-category-1 > .item-featured > h4.item-heading > a:hover,
.headline-slider-item a > .media > .media-body > h4.media-heading:hover  {
  text-decoration: none;
  color: #6666B2;
}

/*  MEDIA-NEWS */
.box-category-1 > .media-news {
  display: inline-block;
}
.box-category-1 > .media-news > .media-item {
  margin-bottom: 10px;
  border-bottom: 1.2px solid #EEEEEE;
  height: 70px;
}
.box-category-1 > .media-news > .media-item > .media-image img {
  width: 30%;
  height: 60px;
  float: left;
}
.box-category-1 > .media-news > .media-item > .media-content {
  width: 70%;
  float: right;
}
.box-category-1 > .media-news > .media-item > .media-content h4.media-title {
  padding-left: 10px;
  margin-top: 0px;
}
.box-category-1 > .media-news > .media-item > .media-content > h4.media-title a  {
  color: black;
}
.box-category-1 > .media-news > .media-item > .media-content > h4.media-title a:hover {
  text-decoration: none;
  color: #6666B2;
}

/*  BIG LOOP */
.box-big-loop  {
  float: left;
}
.box-big-loop > .big-loop-item  {
  border-bottom: 1.2px solid #EEEEEE;
  margin-bottom: 10px;
  display: inline-block;
  overflow:hidden;
}
.box-big-loop > .big-loop-item > a img {
    float: left;
    width: 31%;
    padding-bottom: 20px;
}

.big-loop-item > .item-content  {
  width: 67%;
  float: right;
}
.big-loop-item > .item-content > a span.category-title {
  font-family: 'Roboto', sans-serif;
  font-size: 7pt;
  padding: 2px;
  font-weight: bold;
  color: #F60000;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #F60000;
}
.big-loop-item > .item-content > a {
  text-decoration: none;
}
.big-loop-item > .item-content > a span.category-title:hover {
  color: #6666B2;
  text-decoration: none;
  border-color: #6666B2;
}
.big-loop-item > .item-content > p {
  font-size: 9pt;
  letter-spacing: 0.7px;
}
.big-loop-item > .item-content > h4.item-heading > a,
.box-vidio-one > .video-title a  {
  color: black;
  font-weight: 600;
  font-size: 12pt;
}
.big-loop-item > .item-content > h4.item-heading > a:hover,
.box-vidio-one > .video-title a:hover {
  text-decoration: none;
  color: #6666B2;
}

/*  FOOTER */
footer {
  width: 100%;
  min-height: 80px;
  background-color: #F5F5F5;
  z-index: 10;
}

div.navigation-footer {
  margin-top: 20px;
}
div.navigation-footer > ul.navigation {
    list-style: none;
    margin-left: -25px;
    width: 75%;
}
div.navigation-footer > ul.navigation  li {
    display: inline;
    margin-right: 30px;
}
div.navigation-footer > ul.navigation > li > a {
    font-weight:600;
    font-size: 9.5pt;
    font-family: 'Cabin', sans-serif;
    color: black !important;
    text-transform: uppercase;
}

div.navigation-footer > ul.navigation > li > a:hover {
  text-decoration: none;
  color: #060581 !important;
}
p.copyright {
  color: #B3B3B3;
  font-size: 10pt
}

p.copyright > small > a {
  color: #797972;
  text-decoration: none;
}

div.navigation-footer > ul.social-icon {
    list-style: none;
    width: 30%;
    margin-top: -30px;
}
div.navigation-footer > ul.social-icon  li {
    display: inline;
    margin-right: 5px;
}
div.navigation-footer > ul.social-icon > li > a img {
  width: 30px;
}

/*  SINGLE CONTENT */
div.single-content {
  padding-top: 30px;
}
article.content-news > h1 {
  font-family: 'Merriweather', serif;
  font-weight: 600;
  line-height: 1.4em;
  color: #37474F;
  font-size: 21pt;
}

/*  BREADCRUMBS */
.content-breadcrumb > ul.breadcrumb {
  font-size: 9pt;
  background-color: transparent;
  font-family: 'Cabin', sans-serif;
  margin-left: -13px;
}
.content-breadcrumb > ul.breadcrumb > li a {
  color: grey
}

/* AUTHOR BOX */
div.author-box {
  padding-top: 10px;
  margin-bottom: 20px;
}
div.author-box > .media {
  width: 50%;
  float: left;
  font-family: 'Cabin', sans-serif;
}
div.author-box > .media > .media-body > a {
  font-weight: 600;
  color: grey;
  cursor: pointer;
}
div.author-box > .media > .media-body > time {
  font-size: 8pt;
}
article.content-news {
  text-align: justify-all;
  margin-top: 20px;
  font-family: 'Open Sans', serif-serif;
  font-weight: 400;
  font-size: 9.5pt;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1.2px solid #EEEEEE;
}
article.content-news > figure ,
article.content-news div.galery > figure {
  border-bottom: 1.2px solid #EEEEEE;
  margin-bottom: 20px;
}
article.content-news > figure > figcaption,
article.content-news div.galery > figure > figcaption {
  color: grey;
  font-size: 9pt;
  padding: 10px;
  font-style: italic;
}
article.content-news > section > p {
  padding-bottom: 7px;
  line-height: 1.7em;
}

article.content-news > section > p img.pull-right {
  margin: 20px 0px 20px 20px;
}

article.content-news > section > ul, 
article.content-news > ol {
  margin-left: -20px;
}
article.content-page > section > ul > li > p, 
article.content-page > section > ol > li > p {
  margin-bottom: 10px;
}
article.content-news > section > h1,
article.content-news > section > h2,
article.content-news > section > h3, 
article.content-news > section > h4,
article.content-news > section > h5,
article.content-news > section > h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}

section.box-tag {  
  font-family:  'Cabin', sans-serif;
  margin-top: 20px;
  margin-bottom: 5px;
} 
section.box-tag > ul.list-tag {
  margin-left:-40px;  
}
/* section.box-tag > ul.list-tag > li a:before {
  font-family: "FontAwesome";
  content: '\f292';
  padding-right: 2px;
} */
section.box-tag > ul.list-tag > li {
  display: inline-block;
  font-size: 9pt;
  margin-right: 3px;
  font-style: italic;
  font-weight: 400;
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px #F4F4F4;
  border: 1px #F4F4F4 solid;
}
section.box-tag > ul.list-tag > li a {
  color: grey;
  text-decoration: none;
  transition: all 0.5s ease;
}

section.box-comments {
  padding-top: 20px;
  padding-bottom: 20px;
}

section.related-content {
  margin-top: 30px;
}

section.related-content > h4.media-title {
  font-family: 'Cabin', sans-serif;
  font-size: 11pt;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
section.related-content > .c50 {
  width: 47%;
}

section.related-content > .media-news {
  display: inline-block;
}
section.related-content > .media-news > .media-item {
  height: 60px;
}
section.related-content > .media-news > .media-item > .media-image img {
  width: 60px;
  height: 50px;
  float: left;
}
section.related-content > .media-news > .media-item > .media-content {
  padding-top: 5px;
  width: 77%;
  float: right;
}
section.related-content > .media-news > .media-item > .media-content h4.media-title {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3em;
  margin-top: 9px;
  font-size: 9pt;
  font-weight: bold;
  padding-left: 10px;
  margin-top: 0px;
}
section.related-content > .media-news > .media-item > .media-content > h4.media-title a  {
  color: black;
}
section.related-content > .media-news > .media-item > .media-content > h4.media-title a:hover {
  text-decoration: none;
  color: #6666B2;
}
/* ITEM VIDIO */
div.item-vidio {
  font-family: 'Cabin', sans-serif;
  margin-bottom: 20px;
}
div.item-vidio > a {
  color: white;
}
div.item-vidio > a h2.item-vidio-title {
  margin-top: 5px;
  font-size: 12pt;
  font-weight: 600;
}

div.item-vidio > a:hover {
  text-decoration: none;
  color: #F4F4F4;
} 

.border-bottom {
  border-bottom: 1.2px solid #EEEEEE;
  padding-bottom: 20px;
}

/*  LOGIN  */
div.box-login {
  font-family: 'Cabin', sans-serif;
  margin-top: 50px;
  margin-bottom: 200px;
}
div.box-login > p {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}
button.btn-social,
a.btn-social {
  width: 45%;
  font-weight: 600;
}
button.btn-social > i.fa,
a.btn-social > i.fa {
  padding-right: 5px;
}

/* HELPER */
div.left-pad {
  padding-left: -70px;
}
.text-white {
  color: white;
}

.btn {
  font-weight: 600;
}

/* BOX SEARCHING */
div.box-searching {
  margin-top: 20px;
  padding-bottom: 50px;
}
div.box-searching > select,
div.box-searching > input {
  margin-right: 15px;
}
input.form, 
select.form {
  outline: none;
  box-sizing: border-box;
  border:1px solid grey;
  height: 36px;
}

input.form:focus, 
select.form:focus {
  border-color: blue;
}
input.form {
    padding: 0px 10px;
    border:1px solid grey;
}

.top {
  padding-top: 10px;
}

#sticker {
  background-color: white;
}

.sharethis-inline-share-buttons {
  font-weight: bold;
}

textarea.input {
  height: auto;
}
.input {
  font-family: 'Cabin', sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input:focus {
  border-color: #CDCDCD;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 240, 240);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 10px rgba(240, 240, 240);
}
.input::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #999999;
}
.input::-webkit-input-placeholder {
  color: #999999;
}
.input::-ms-expand {
  border: 0;
  background-color: transparent;
}

section.page-cetegory {
  font-family: 'Cabin', sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1.2px solid #EEEEEE;
}

section.page-cetegory > h1 {
  font-size: 17pt;
  text-transform: uppercase;
}

section.page-cetegory > p,
div.page-tag > p {
  font-family: 'Arial', sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
  letter-spacing: 0.5pt;
}

div.tag-content {
    min-height: 700px;
   border-left: 1.2px solid #EEEEEE;
}
div.page-tag > p {
  padding-bottom: 20px;
  border-bottom: 1.2px solid #EEEEEE;
}

div.page-tag > h1:before {
  content: "\f292";
  padding-right: 3px;
  color: grey;
  font-family: FontAwesome;
}
div.page-tag > h1 {
  font-family: 'Cabin', sans-serif;
  font-size: 15pt;
  font-weight: 600;
  text-transform: uppercase;
}

.item-content > time.timeago {
  font-size: 8pt;
  font-style: italic;
}
.top3x { 
  padding-top: 30px;
}


.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #283593;
    background-color: transparent;
    border-color: #283593;
}

.pagination > li > a:first-child,
.pagination > li > a,
.pagination > li > a span {
  font-weight:bold;
  margin-right: 5px;
  border-radius: 50px;
  transition: all 0.5s ease;
  font-size: 7.5pt;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
   z-index: 3;
    color: white;
    background-color: #283593;
    border-color: #283593;
}

.over-index {
  z-index: 99;
  background-color: white;
}

/* BOX POLLING */
section.box-polling {
  font-family: 'Cabin', sans-serif;
}

section.box-polling > h2.polling-question {
  font-size: 12pt;
}

section.box-polling > ul.polling-answer {
  margin-left: -20px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1.2px solid #EEEEEE;
}
section.box-polling > ul.polling-answer > li {
  padding-top: 10px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
section.box-polling > ul.polling-answer > li > a {
  font-size: 9pt;
  text-decoration: none;
  color: grey;
}

section.box-polling > ul.polling-answer > li > a img {
  width: 55px;
  transition: all 0.5s ease;
}
section.box-polling > ul.polling-answer > li > a img:hover {
  margin-top: -40px;
}

section.comment-list {
  margin-bottom: 20px;
}
section.comment-list > div.media {
  border-bottom: 1.2px solid #EEEEEE;
}
section.comment-list > div.left {
  margin-left: 50px;
}
section.comment-list > div.media > div.media-body {
  font-size: 10pt;
}
section.comment-list > div.media > div.media-body > time{
  font-size: 8pt;
  color: grey;
  padding-left: 20px;
}
section.comment-list > div.media > div.media-body > a.comment-reply {
  font-size: 9pt;
}
section.comment-list > div.media > div.media-body > a {
  padding-left: 20px;
}

.box-sidebar > ul.menu-account {
  font-size: 10pt;
  line-height: 1.5em;
  list-style: none;
  text-transform: uppercase;
  margin-left: -10px;
}
.box-sidebar > ul.menu-account > li {
  margin-left: -30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1.2px solid #EEEEEE;
}
.box-sidebar > ul.menu-account > li > a {
  font-weight: 600;
  color: black;
  transition: all 0.5s ease;
}
.box-sidebar > ul.menu-account > li:hover {
  padding-right: 70px;
}
.box-sidebar > ul.menu-account > li > a:hover {
  text-decoration: none;
  color: #6666B2;
}

.box-sidebar > .box-account {
  margin-bottom: 30px;
  font-family: 'Cabin', sans-serif;
}
.box-sidebar > .box-account > .account-avatar {
  border-bottom: 1.2px solid #EEEEEE;
  padding-bottom: 10px;
}
.box-sidebar > .box-account > .account-info > h1 {
  font-size: 13pt;
}
.panel-default > .panel-heading {
  background: transparent;
}
.panel-default > .panel-heading > i.fa {
  color: grey; padding-right: 10px;
} 

.panel-default > .panel-body > .media {
  border-bottom: 1.2px solid #EEEEEE;
  padding-bottom: 4px;
}
.panel-default > .panel-body > .media > .media-body > a.media-heading {
  font-family: 'Roboto', sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.panel-default > .panel-body > .media > .media-body > a.media-heading:hover {
  color: #3f51b5;
}
.panel-default > .panel-body > .media > .media-body > time,
.panel-default > .panel-body > .media > .media-body > a.menu-comment {
  font-size: 8pt;
}
.panel-default > .panel-body > .media > .media-body > time {
  color: grey;
  font-style: italic;
}
.panel-default > .panel-body > .media > .media-body > a.menu-comment {
  padding-left: 10px;

}
 /*  HELPER */
 .bottom2x {
  margin-bottom: 20px;
 }
 .left2x {
  margin-left: 20px;
 }
  .left3x {
  margin-left: 30px;
 }
 .top2x {
  margin-top: 20px;
 }
 .top4x {
  margin-top: 40px;
 }

 /*  ADS */
div.ads-left {
  position:fixed;
  top:70px;
  margin-left :-135px;
  float:left;
  z-index:10;
}
div.ads-left .iklankiri {
float:right;
clear:both;
}
div.ads-right {
  position:fixed;
  top:70px;
  margin-left :970px;
  float:right;
  z-index:10;
}


/* BOX HEADING */
.box-thumbnail {
  padding-top: 20px;
}
.block-box  {
  margin-top: 20px;
  margin-bottom: 20px;
}
.block-box div.line {  
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  margin-top:-10px; 
}
.block-box > h3.featured-heading {
  font-size: 10pt;
  display: inline;
  background-color: white;
  padding-right: 20px;
  margin-top: 20px;
}
.box-big-loop .big-loop-item:last-of-type,
.box-category-1 .media-news .media-item:last-of-type,
.box-topic-tag ul.list-topic-tag  li:last-of-type   {
  border: none !important;
}
div.box-headline-slider {
  margin-top: 20px;
}
div.headline-slider {

}
div.headline-slider .headline-slider-item {
  border:1px solid #E9E9E9;
  float: left;
  display: inline-block;
}
.headline-slider-item a > .media > .media-body > h4.media-heading {
  margin-top: 0px;
  margin-bottom: 0px;
}
.headline-slider-item a > .media > .media-body > time.timeago {
  font-size: 8pt;
  color: grey;
}

/* BOX FOTO */
 .box-foto {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.photo-galery > .one-photo {
  position: relative;
  width: 66.2%;
  margin: 1px;
  float: left;
}
.photo-galery > .photo {
  position: relative;
  width: 33%;
  margin: 1px;
  float: left;
}
.photo-galery > .photo > .imagepone {
  width: 100%;
  height: 110px !important;
}
.photo-galery > .one-photo > .imagepone  {
  width: 100%;
  height: 222px !important;
}
.photo-galery > .photo > .imagepone,
.photo-galery > .one-photo > .imagepone {
  display: block;
  width: 100%;
  height: auto;
}

.photo-galery > .photo > .one-overlay,
.photo-galery > .one-photo > .one-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000;
  cursor: pointer;
}

.photo-galery > .photo:hover .one-overlay,
.photo-galery > .one-photo:hover .one-overlay {
  opacity: 0.6;
}

.photo-galery > .photo a,
.photo-galery > .photo span, 
.photo-galery > .one-photo a,
.photo-galery > .one-photo span {
  display: none;
}
.photo-galery > .photo:hover a {
  text-align: left;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 99;
  color: white;
  font-size: 10pt;
  font-weight: 500;
  font-family: 'Cabin', sans-serif;
  display: inherit;
}
.photo-galery > .one-photo:hover a {
  text-align: left;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 99;
  color: white;
  font-size: 14pt;
  font-weight: 500;
  font-family: 'Cabin', sans-serif;
  display: inherit;
}
.photo-galery > .photo:hover span,
.photo-galery > .one-photo:hover span {
  display: inherit;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 99;
  color: white;
  font-size: 8pt;
}

/* Photo Page */
.photo-page > .photo .one-overlay {
  opacity: 0.4;
}
.photo-page > .photo a,
.photo-page > .photo span, 
.photo-page > .one-photo a,
.photo-page > .one-photo span {
  display: relative !important;
}
.photo-page > .photo a {
  text-align: left;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 99;
  color: white;
  font-size: 10pt;
  font-weight: 500;
  font-family: 'Cabin', sans-serif;
  display: inherit;
}
.photo-page > .one-photo a {
  text-align: left;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  z-index: 99;
  color: white;
  font-size: 14pt;
  font-weight: 500;
  font-family: 'Cabin', sans-serif;
  display: inherit;
}
.photo-page > .photo span,
.photo-page > .one-photo span {
  display: inherit;
  text-align: left;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 99;
  color: white;
  font-size: 8pt;
}

/* BOX VIDEO */
.box-vidio-one {

}
.box-vidio-one > div.cover-vidio a img {
  float: left;
  width: 300px;
}
div.cover-vidio > a img:hover .video-icon {
  display: block;
}
div.cover-vidio > .video-icon {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top:80px;
    margin-left: -160px;
    position: relative;
    width: 30px;
    height: 30px;
}
div.cover-vidio > .video-icon img {
  width: 100%;
}
.box-vidio-one > .video-title {
  width: 290px;
  float: right;
}
.box-vidio-one > .video-title p {
    font-size: 10pt;
    padding-top: 10px;
  text-align: justify-all;;
  font-family: 'Roboto', sans-serif;
  color: #444; 
}
/* THUMBANAIL VIDIO */
.box-video-thumbnail {
  margin-top: 15px;
}
.box-video-thumbnail > div.video-thumbnail {
  float: left
} 
div.video-thumbnail > div.video-item {
  float: left;
  margin-right: 10px;
  width: 140px;
}
div.video-item > .video-cover > a img {
  width: 100%;
}
div.video-item > .video-cover > a img:hover .video-icon {
  display: block;
}
div.video-item > .video-cover > .video-icon {
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top:-60px;
    margin-left: 55px;
    position: relative;
    width: 30px;
    height: 30px;
}
div.video-item > .video-cover > .video-icon img {
  width: 100%;
}
div.video-item > div.video-title > a {
    font-size: 9.5pt;
    line-height: 5px !important;
    text-align: justify-all;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    color: black;
} 
div.video-item > div.video-title > a:hover {
  color: #6666B2;
}


/* BTN READ ALL DETAIL */
.featured-heading > a.btn-read-all {
  font-family: 'Roboto', sans-serif;
  font-size: 9pt;
  margin-top: -15px;
  font-weight: bold;
  color: #737373;
  text-transform: none;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.featured-heading > a.btn-read-all:hover {
  color: blue;
}

div.slider3 > div.box-category-1 {
  float: left;
  display: inline-block;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #666;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; 
}
.owl-controls {
  color: red;
}
.owl-prev, .owl-next {
  font-size: 14pt !important;
  font-weight: bold !important;
}
.owl-prev {
    left: 0px;
    position: absolute;
    top: 20%;
}
.owl-next {
    right: 5px;
    position: absolute;
    top: 20%;
    right: 0px;
}

.carousel {
  margin-top: 15px;
}
.carousel-inner > .item > img {
  width: 100%!important;
}
#myCarousel .carousel-caption {
    left:0;
  right:0;
  bottom:0;
  text-align:left;
  padding:10px;
  background:rgba(0,0,0,0.3);
  text-shadow:none;
}
#myCarousel .carousel-caption a {
  color: white;
  font-size: 16pt;
}
#myCarousel .carousel-caption a span {
  font-size: 9pt;
}
#myCarousel .list-group .active {
  background-color:#eee;  
}

.list-group-item:first-child {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.list-group-horizontal {
  background: black;
}
.list-group-horizontal .list-group-item {
  background: transparent;
  width:32.89%;
  border:none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 10px;
}
.list-group-horizontal > .list-group-item > img {
  cursor: pointer;
}
.list-group-horizontal .list-group-item > div.title  {
  padding: 10px;
}
.list-group-horizontal .list-group-item > div.title a {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3em;
  margin-top: 20px;
  font-size: 9pt;
  font-weight: bold;
  color: white;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius:0;
  border-bottom-left-radius:0px;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius:0px;
  border-bottom-left-radius:0;
}