﻿/* VARIABLES */
/* GENERAL */
body {
  background-color: #eeeeee;
  color: #000000;
}
.content {
  padding: 0 20px;
}
.font-normal {
  font-family: 'Ubuntu', sans-serif;
}
.font-condensed {
  font-family: 'Ubuntu Condensed', sans-serif;
}
.font-mono {
  font-family: 'Ubuntu Mono';
}
h1 {
  margin: 0;
  padding: 0;
}
h2 {
  display: inline;
}
.footer {
  margin: 30px 0 0 0;
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.nav > li > a {
  padding: 15px 5px;
  font-size: 14px;
}
/* ADMIN */
.admin {
  padding-top: 50px;
}
/* HOME */
.home {
  padding-top: 50px;
}
.home body {
  position: relative;
}
.home a.navbar-brand,
.home .nav li a:hover,
.home .nav li.active a {
  background-color: #5bc0de;
}
.home a.navbar-brand:hover,
.home .nav li.active a:hover {
  background-color: #68deff;
}
.home .navbar {
  border-width: 0;
}
.home .navbar-fixed-top {
  background-color: #000000;
}
.home .navbar-static-top {
  background-color: #444444;
}
.home .navbar-static-top li a {
  padding: 15px 15px;
}
.home .navbar-static-top .navbar-collapse {
  border-width: 0;
  box-shadow: none;
}
.home .left-navbar .fa {
  font-size: 25px;
}
@media (max-width: 992px) {
  .home .left-navbar .navbar-right {
    float: right;
    padding-right: 15px;
  }
  .home .left-navbar .nav.navbar-nav.navbar-right li {
    float: right;
  }
  .home .left-navbar .nav.navbar-nav.navbar-right li > a {
    padding: 8px 5px;
  }
  .home .left-navbar .navbar-toggle {
    float: left;
  }
  .home .left-navbar .navbar-header {
    float: left;
    width: auto!important;
  }
  .home .left-navbar .navbar-collapse {
    clear: both;
    float: none;
  }
}
@media (min-width: 993px) {
  .home .navbar-static-top {
    margin-left: -30px;
  }
}
.home .navbar-brand {
  color: #ffffff;
  overflow-y: hidden;
}
.home .navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.home .navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff;
}
.home .anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}
.home .jumbotron {
  background-color: #eeeeee !important;
  text-align: center;
  padding: 0;
  margin: 0;
}
.home .masonry-container {
  margin: 10px auto;
}
.home .masonry-item {
  padding: 8px;
  border-bottom-width: 1px;
  border-bottom-color: #5bc0de;
  border-bottom-style: dotted;
}
@media only screen and (max-width: 479px) {
  .home .masonry-item {
    width: 260px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1023px) {
  .home .masonry-item.page1.item1 {
    width: 400px;
  }
  .home .masonry-item {
    width: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .home .masonry-item.page1.item1 {
    width: 480px;
  }
  .home .masonry-item {
    width: 240px;
  }
}
.home p {
  margin: 0;
}
.home a {
  color: #5bc0de;
  target-new: tab;
}
.home a:hover {
  color: #68deff;
}
.home h2 {
  color: #5bc0de;
  font-size: 42px;
}
.home h3 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.home img {
  width: 100%;
  margin-bottom: 4px;
}
.home hr {
  border-top: 10px solid #5bc0de;
  margin: 0;
  clear: both;
}
.home a,
.home a:hover {
  text-decoration: none;
}
.home .category,
.home .search {
  margin-top: 20px;
}
.home .category-title,
.home .search-title {
  font-weight: 900;
  line-height: inherit;
}
.home .title {
  font-weight: 600;
  font-size: 16px;
}
.home .description {
  color: #000000;
  text-align: justify;
}
.home .more {
  width: 180px;
  height: 70px;
  font-size: 28px;
  margin-top: 36px;
  margin-bottom: 36px;
}
.home .refresh {
  margin-top: 4px;
  height: 52px;
  width: 52px;
}
.home .ads {
  margin: 20px 0;
  width: 100%;
  text-align: center;
}
/* DETAIL */
.detail {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  overflow: hidden;
}
.detail .navbar {
  height: 50px;
  margin: 0;
  background-color: #000000;
  border-width: 0;
  overflow: hidden;
}
.detail .navbar-header {
  padding: 4px;
  width: 100%;
  max-width: 1000px;
  clear: both;
  float: none;
  margin: 0 auto;
}
.detail .navbar-header .rrssb-buttons {
  margin-top: 3px;
}
@media only screen and (min-width: 992px) {
  .detail .navbar-header .rrssb-buttons {
    padding-right: 20px;
  }
}
.rrssb-buttons li a {
  border-radius: 0 !important;
}
.rrssb-buttons li.rrssb-comment a {
  background-color: #5bc0de;
}
.rrssb-buttons li.rrssb-comment a:hover {
  background-color: #68deff;
}
.rrssb-buttons li.rrssb-home a {
  background-color: #000000;
}
.rrssb-buttons li.rrssb-home .text {
  color: #ffffff;
}
@media only screen and (max-width: 427px) {
  .rrssb-buttons li.rrssb-home .icon img {
    width: 24px;
  }
}
@media only screen and (min-width: 428px) {
  .rrssb-buttons li.rrssb-home .icon img {
    width: 18px;
  }
}
.rrssb-buttons li.rrssb-home .icon path {
  fill: #eeeeee !important;
}
.rrssb-buttons li.rrssb-home a:hover {
  background-color: #444444;
}
.rrssb-buttons li.rrssb-close a {
  background-color: #eeeeee;
}
.rrssb-buttons li.rrssb-close .text {
  color: #000000;
}
.rrssb-buttons li.rrssb-close .icon path {
  fill: #000000 !important;
}
.rrssb-buttons li.rrssb-close a:hover {
  background-color: #dddddd;
}
.detail .comments {
  margin-top: 50px;
  overflow-y: scroll;
  clear: both;
}
.detail .comments-inner {
  margin: 0 auto;
  display: none;
}
.detail .comments iframe {
  margin: 20px auto;
}
.detail .content {
  margin: 0;
  padding: 0;
  display: block;
}
.detail .content iframe {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  position: absolute;
  display: block;
}
.detail .footer {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0 none;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 0;
  background-color: #000000;
  text-align: center;
  color: #ffffff;
}
.detail .footer a {
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  display: inline-block;
  line-height: 30px;
  font-size: 30px;
  margin: 10px;
}
.detail .footer a:hover {
  color: #dddddd;
}
.detail .footer .close-button {
  color: #ffffff;
  margin: 15px;
  float: right;
  font-size: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .detail .footer a {
    line-height: 20px;
    font-size: 20px;
    margin: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .detail .footer a {
    line-height: 14px;
    font-size: 14px;
    margin: 18px;
  }
}
/*# sourceMappingURL=style.css.map */