@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
   font-family: 'Lato', sans-serif;
    color: #000;
}

a {
    color: #008C8C;
    text-decoration: none;
}

a:hover {
    color: #004f4f;
    text-decoration: none;
}

.container {
    width:980px;
}

.weather {
    display: block;
    height: 120px;
}

.header {
    margin-top: 20px;
}

.custom-search-input {
        margin:0;
        margin-top: 30px;
        padding: 0;
    }
 
.custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
.custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#D9230F;
}
 
.search-query:focus + button {
        z-index: 3;   
    }

.navbar {
    border-radius: 0;
    position: relative;
    min-height: 36px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-family: 'Muli', sans-serif;
}

.navbar-default {
    background-color: #008C8C;
    border-color: #008C8C;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 7px 12px;
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f4f4f4;
}

.navbar-default .navbar-nav>li>a:active {
    color: #008C8C;
}

.social {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* line-height: 18px; */
    margin: auto 0;
}

.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.btn-sm {
    padding: 6px 8px;
    font-size: 12px;
}

.logo {
    margin-top: 20px; 
    margin-bottom:20px;
}

/*** Network ***/
.network {
    display: inline;
    margin-left: 14px;
}

.social-network {
    margin-top: 30px;
}

.dropdown-menu {
   left: -39px;
    border-radius: 1px;
    margin-top: 10px;
}

.btn-default {
    color: #fff;
    background-color: #008C8C;
    border-color: #008C8C;
}

/*** HEADLINE ****/

#myCarousel .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding:10px;
    background:rgba(0,0,0,0.6);
    text-shadow:none;
    height: 135px;
}

#myCarousel .list-group {
    position: absolute;
    top: 350px;
    right: 0px;
}

#myCarousel .list-group-item {
    border-radius:2px;
    cursor:pointer;
}

#myCarousel .list-group .active {
    background-color:#337ab7;   
}

@media (min-width: 992px) { 
    #myCarousel {padding-right:0%;}
}
@media (max-width: 991px) { 
    .carousel-caption p,
    #myCarousel .list-group {display:none;} 
}

.carousel-caption h1 {
    margin-top: 0;
    font-size: 28px;
}

.carousel-caption a {
    color: #fff;
}

.carousel-caption a:hover {
    color: #008C8C;
    text-decoration: none;
}

/****** Other Headline ******/
.oheadline {
    display: block;
    margin-top: 16px;
}

.oheadline-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.oheadline-item {
    height: 200px;
    display: block;
}

.oheadline-item-thumb {
  position: relative;
  width: 187px;
  height: 100px;
  overflow: hidden;
}
.oheadline-item-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* height: 100%; */
  width: 187px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.oheadline-item-meta h1 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

/****** Editor Picks ******/
.editor-picks {
    border: 1px solid;
    padding: 10px 20px;
    background: #008C8C;
    color: #fff;
    height: 300px;
    display: block;
    margin-bottom: 20px;
}

.editor-picks h2{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.editor-picks a{
    color: #fff;
}

.editor-picks a:hover {
    color: #004f4f;
    text-decoration: none;
}

.epicks {
    padding: 4px 5px;
    margin-bottom: 10px;
    background: #004f4f;
    border: 1px solid #004f4f;
}

.photo {
  position: relative;
  width: 173px;
  height: 129px;
  overflow: hidden;
}
.photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* height: 100%; */
  width: 187px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.module-middle-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/***** Latest News ********/
.latest-list {
    height: 131px;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px dotted #008C8C;
    padding-bottom: 10px;
}

.latest-list-thumb {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.latest-list-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 120px;
  /* width: 150px; */
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.latest-list-meta {
    display: inline;
}

.latest-list-meta h1{
    font-size: 23px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
}

.latest-list-meta h5{
    padding-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: uppercase;
}

.latest-list-meta span{
    display: block;
    font-size: 14px;
    font-weight: lighter;
    color: #008C8C;
}

.latest-list-meta a{
    
}

.latest-list-meta a:hover{
    
}

/****** Module 1 Middle ******/
.module-middle1 {
    border-bottom: 1px dotted;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.module-middle1-item {
    height: 175px;
    display: block;
}

.module-middle1-thumb {
  position: relative;
  width: 187px;
  height: 100px;
  overflow: hidden;
}
.module-middle1-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* height: 100%; */
  width: 187px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.module-middle1-meta h1 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

/****** Module 2 Middle ******/
.module-middle2 {
   border-bottom: 1px dotted;
}

.module-middle2-main {
    display: block;
    height: 420px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.module-middle2-thumb {
  position: relative;
  width: 623px;
  height: 350px;
  overflow: hidden;
}
.module-middle2-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* height: 100%; */
  width: 623px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.module-middle2-meta h1 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}


/*** SIDEBAR TITLE ****/
.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    border-bottom: 2px solid #008C8C;
}

/*** Modules List 1 ****/
.modules1 {
    margin-bottom: 20px;
}

.modules1-list {
    height: 110px;
    padding-bottom: 9px;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
}

.modules1-list-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}

.modules1-list-thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  /* height: 100%; */
  width: 140px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.modules1-list-meta {
  display: inline;
}

.modules1-list-meta h2{
  font-size: 18px;
  font-weight: 400;
  margin-top: 0px;
}

/*** Modules List 2 ****/
.modules2 {
    margin-bottom: 10px;
}

.modules2-thumb {
  position: relative;
  width: 296px;
  height: 166px;
  overflow: hidden;
}

.modules2-thumb img{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 296px;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.modules2-meta h1 {
    font-size: 20px;
    font-weight: 400;
}

/****** POPULER ******/
.populer {
  margin-bottom: 20px;
}

ol.populer {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol.populer > li {
    position: relative;
    margin-bottom: 2px;
    padding-left: 0.5em;
    min-height: 3em;
    border: 1px solid #008C8C;
    height: 70px;
    background: #008C8C;
    padding-right: 10px;
}

ol.populer > li > a {
    color: #fff;
    font-size: 15px;
}

ol.populer > li > a:hover {
    color: #c4c4c4;
}

ol.populer > li:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -42px;
    width: 41px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #fff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background: #004f4f;
    padding-top: 24px;
}

/****** Topics ******/
.topics {
  margin-bottom: 20px;
}

.topic {
  border: 7px solid #008C8C;
  padding: 5px;
}

.topic-list ul{
  margin-bottom: 0;
  margin-left: -5px;
}

.topic-list li {
    list-style: none;
    margin-left: -20px;
    font-size: 20px;
}

ul.topic-list {
    margin-bottom: 0;
}

/*** LABEL SPONSOR ***/
.ribbon_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 73px;
    height: 73px;
    text-align: right;
}
.ribbon_1 span {
    background: linear-gradient(#f14f3f 0,#cb4335 100%);
}
.ribbon_1 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon_1 span {
    text-transform: uppercase;
}
.ribbon_1 span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
}
.ribbon_1 span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
}

.ribbon_2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 73px;
    height: 73px;
    text-align: right;
}
.ribbon_2 span {
    background: linear-gradient(#f14f3f 0,#cb4335 100%);
}
.ribbon_2 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon_2 span {
    text-transform: uppercase;
}
.ribbon_2 span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
}
.ribbon_2 span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
}

.ribbon_3 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 73px;
    height: 73px;
    text-align: right;
}
.ribbon_3 span {
    background: linear-gradient(#f14f3f 0,#cb4335 100%);
}
.ribbon_3 span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0,#79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0,0,0,1);
    text-shadow: 1px 1px 2px rgba(0,0,0,.25);
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon_3 span {
    text-transform: uppercase;
}
.ribbon_3 span::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
}
.ribbon_3 span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
}

.indeks-berita {
  margin-bottom: 30px;
}

.content-view {}

.content-view h1{
  font-size: 35px;
  font-weight: 700;
}

.content-view h2{
  margin-top: 0px;
  font-size: 20px;
  font-weight: 500;
}

span.content-meta {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.footer-social {
  margin-top: 14px;
  margin-bottom: 14px;
}

.content-view img{}

.content-view figure{
  display: block;
    margin: 5px 10px;
    text-align: center;
    padding-bottom: 30px;
    font-size: 13px;
    font-weight: lighter;
}

.content-view p{
  font-size: 17px;

}

.footer-1 {
  background-color: #008C8C;
  display: block;
  height: 100%;
}

.footer-1 a{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;

}

.footer-1 a:hover{
  color: #f4f4f4;
  text-transform: uppercase;
}

ul.footer {
    list-style: none;
    padding: 15px;
}

ul.footer li {
    list-style: none;
    padding: 3px;
}

.address {
    color: #fff;
    padding: 10px;
}

.address h5{
    font-size: 14px;
    font-weight: 700;
}

.address address {
    margin-bottom: auto;
    font-size: 13px;
    font-style: italic;
}

.footer-2 {
  padding-top: 15px;
  padding-bottom:15px;
}

.ads {
    margin-bottom:10px;
}

.ads img{
    width:100%;
}

iframe {
    width: 100%;
    padding-bottom: 20px;
}


.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

/** Pop Up Ads **/
#thover{ 
  position:fixed; 
  background:#000; 
  width:100%; 
  height:100%; 
  opacity: .6 
} 
 
#tpopup{ 
  position: absolute;
    width: 600px;
    height: auto;
    background: #fff;
    left: 50%;
    top: 50%;
    /* border-radius: 5px; */
    padding: 0;
    margin-left: -320px;
    margin-top: -150px;
    text-align: center;
    /* box-shadow: 0 0 10px 0 #000; */
} 

#tclose{ 
  position:absolute; 
  background:black; 
  color:white; 
  right:-15px; 
  top:-15px; 
  border-radius:50%; 
  width:30px; 
  height:30px; 
  line-height:30px; 
  text-align:center; 
  font-size:8px; 
  font-weight:bold; 
  font-family:'Arial Black', Arial, sans-serif; 
  cursor:pointer; 
  box-shadow:0 0 10px 0 #000; 
} 








