@font-face {
  font-family: Oswald;
  font-weight: 400;
  src: url("/css/lib/fonts/Oswald.woff");
}
@media (min-width: 768px) and (max-width: 979px) {
  .wc {
    position: relatve !important;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
}
.header {
  position: relative;
}
.header h1 {
  color: #040404;
  font-family: Oswald, impact, sans-serif;
  font-weight: 400;
}
.header h1 a,
.header h1 a:active,
.header h1 a:hover,
.header h1 a:visited,
.header h1 a:link,
.header h1 a:focus {
  text-decoration: none !important;
  outline: none !important;
  color: #040404 !important;
}
.header h1 span {
  font-size: 60%;
  color: #777;
  margin-left: 10px;
}
.header .form-search {
  width: 280px;
  position: absolute;
  right: 0;
  padding: 2em 0;
  z-index: 1000;
}
.header .form-search .input {
  margin: 0 1em;
}
.header .form-search button {
  margin: 0 0 0 1em;
}
.content {
  position: relative;
  margin-top: 10px;
}
.content .curPage {
  margin: 0 0.3em;
}
.user-info {
  position: relative;
}
.user-info .wc {
  position: absolute;
  top: 3em;
  right: 3em;
  z-index: 1000;
}
.user-info .wc div {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: auto;
}
.user-info .extra {
  margin: 15px 0 0 0;
  width: 75px;
  font-size: 12px;
}
.weather,
.time,
.icon,
.fancy {
  clear: none;
  display: block;
  float: left;
  font-family: Oswald, impact, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 10px;
  padding: 0;
  position: relative;
  width: auto !important;
}
a.wunderground-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 100px;
}
.navbar .nav {
  float: right;
}
.navbar .nav li {
  width: 200px;
}
.navbar .brand {
  color: #040404;
}
.navbar .debug {
  display: block;
}
.range {
  font-weight: 400;
  font-family: Oswald;
  color: #777;
  text-align: center;
  font-size: 16px;
  width: 60%;
  min-height: 20px;
  margin: 0 auto;
}
.toolbar {
  background: #f0f0f0;
  border-bottom: 1px dotted #777;
  border-top: 1px dotted #777;
  color: #444;
  font-family: monospace;
  font-size: 33px;
  font-weight: 100;
  left: -15px;
  margin: 20px 0;
  padding: 0 15px;
  position: relative;
  z-index: 0;
}
.toolbar .prevPage,
.toolbar .nextPage {
  position: relative;
  z-index: 9999 !important;
  line-height: 38px;
  margin: 0 5px;
  padding: 0 5px;
}
.toolbar .prevPage:hover,
.toolbar .nextPage:hover {
  text-decoration: none;
  background: #040404;
  border-radius: 4px;
  margin: 0 4px;
  border: 1px solid #777;
}
.toolbar .prevPage.disabled,
.toolbar .nextPage.disabled {
  color: #777;
  cursor: default;
  opacity: 0.38;
}
.toolbar .prevPage.disabled:hover,
.toolbar .nextPage.disabled:hover {
  text-decoration: none;
  background: none;
  border: 0;
  margin: 0 5px;
}
.feeds {
  position: relative;
}
.feeds h3 {
  font-family: Georgia;
  font-size: 34px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #040404;
  text-align: center;
}
.feeds h3 a,
.feeds h3 a:link,
.feeds h3 a:visited,
.feeds h3 a:active {
  outline: 0;
  color: #040404;
}
.feeds .feed {
  padding: 15px;
}
.feeds .feed .sources a.source {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
}
.trends {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
h3 {
  clear: both;
  display: block;
  font-family: Georgia;
  font-size: 34px;
  background: transparent;
  margin: 20px auto 30px;
  color: #040404;
}
h3 span {
  font-size: 60%;
  color: #555;
  margin-left: 20px;
}
.label-info {
  margin: 0 1em 1em 0;
  cursor: pointer;
  background: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #555;
}
.label-info:hover {
  background: #555;
  color: #fff;
}
.tint {
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  position: fixed;
  display: block;
}
.tint.hide {
  display: none !important;
  position: relative;
  z-index: -1 !important;
}
.tint .hint,
.tint .streamWord {
  background: none repeat scroll 0 0 rgba(50,50,50,0.5);
  color: #fefefe;
  display: block;
  float: left;
  font-family: Oswalt;
  font-size: 34px;
  margin: 0;
  padding: 1em;
  text-shadow: 0 0 10px #000;
}
i.loading {
  margin: 150px 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  position: relative;
}
i.loading:before {
  content: "";
  background-color: #efefef;
  border: 5px solid #444;
  opacity: 0.9;
  border-right: 5px solid #7d7d7d;
  border-left: 5px solid #7d7d7d;
  border-radius: 50px;
  box-shadow: 0 0 35px #fff;
  min-width: 50px;
  min-height: 50px;
  align-self: center;
  position: relative;
  right: -30px;
  -moz-animation: spinPulse 1s infinite ease-in-out;
  -webkit-animation: spinPulse 1s infinite linear;
}
i.loading:after {
  content: "";
  background-color: rgba(0,0,0,0);
  border: 5px solid #7d7d7d;
  opacity: 0.9;
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  border-radius: 50px;
  box-shadow: 0 0 15px #fff;
  min-width: 30px;
  min-height: 30px;
  align-self: center;
  position: relative;
  left: -20px;
  -moz-animation: spinoffPulse 1s infinite linear;
  -webkit-animation: spinoffPulse 1s infinite linear;
}
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #2187e7;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.feed {
  display: none;
}
.feed ul {
  list-style: none;
  margin: 0 0 10px 0;
}
.feed ul li {
  list-style: none;
  position: relative;
}
.feed ul li h4 {
  padding: 0 0 10px;
  font-family: Oswald, impact, sans-serif;
  font-weight: 400;
  z-index: 50;
  position: relative;
  clear: left;
}
.feed ul li h4 .slabtext {
  color: #555;
}
.feed ul li a {
  color: #777;
  font-size: 13px;
}
.feed ul li a:hover {
  text-decoration: none;
}
.feed ul li .source {
  position: absolute;
  color: #777;
  font-size: 13px;
  left: 0;
  top: 0;
  width: 100%;
}
.feed ul li .source a {
  width: 62%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.feed ul li .source.label {
  width: auto;
  background: none;
  color: #777;
  position: relative;
  margin: 0;
}
.feed ul li .date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #777;
}
.feed ul li:hover .date,
.feed ul li:hover .source,
.feed ul li:hover a,
.feed ul li:hover h4,
.feed ul li:hover .slabtext {
  color: #040404;
}
.feed ul li:hover .label {
  color: #777 !important;
}
.feed ul li:hover .label:hover {
  background: #555;
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}
.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  line-height: 1em;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: 0 !important;
  *word-spacing: 0 !important;
}
.slabtextdone .slabtext {
  display: block;
  line-height: 1em;
}
.footer {
  display: block;
  position: relative;
  padding: 1em 0;
  margin: 0 0 21px;
  background: #c7c7c7;
  color: #444;
  font-size: 13px;
  line-height: 16px;
  font-weight: 100;
  font-family: Oswald, impact, sans-serif;
}
.footer .container {
  height: auto;
  padding: 0;
}
.footer .container .nav-links {
  position: relative;
  text-align: center;
  display: block;
}
.footer .container .nav-links a {
  display: block;
  margin: 0;
  padding: 0.38em 0;
  position: relative;
  color: #515151;
}
.footer .container .copyright {
  position: relative;
  text-align: center;
  margin: 0;
  display: block;
  color: #a0a0a0;
}
.footer .container .copyright a {
  color: #a0a0a0;
}
.footer .container .copyright:hover span {
  opacity: 1;
}
.footer .container .copyright span {
  opacity: 0.3;
  padding: 0 5px;
}
.copyright > span {
  display: none;
}
.no-js .copyright span {
  display: inline !important;
  opacity: 1 !important;
}
@media only screen and (max-width: 769px) {
  .user-info > * {
    clear: both;
    height: 3em;
    padding: 0 10px;
  }
  .header h1 {
    padding: 10px;
  }
  .wc {
    display: none !important;
  }
  .feed ul li h4 {
    clear: both;
  }
  .sources {
    width: 62%;
    margin: 5px 0;
  }
  span.source {
    margin: 0;
  }
}
