/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/*Allows for proper styling of search bar on safari*/
#s {
  -webkit-appearance: none;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/*Base 1140 Grid
===============================================*/
.band.sub-nav {
  position: relative;
  z-index: 1;
}
.container {
  width: 1068px;
  margin: 0 auto;
  padding: 0;
  z-index: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .ad.column {
  width: 800px;
}
.container .one.column,
.container .one.columns {
  width: 44px;
}
.container .two.columns {
  width: 112px;
}
.container .three.columns {
  width: 180px;
}
.container .four.columns {
  width: 248px;
}
.container .five.columns {
  width: 316px;
}
.container .six.columns {
  width: 384px;
}
.container .seven.columns {
  width: 452px;
}
.container .eight.columns {
  width: 520px;
}
.container .nine.columns {
  width: 588px;
}
.container .ten.columns {
  width: 656px;
}
.container .eleven.columns {
  width: 724px;
}
.container .twelve.columns {
  width: 792px;
}
.container .thirteen.columns {
  width: 860px;
}
.container .fourteen.columns {
  width: 928px;
}
.container .fifteen.columns {
  width: 996px;
}
.container .sixteen.columns {
  width: 1048px;
}
.container .one-third.column {
  width: 336px;
}
.container .two-thirds.column {
  width: 677px;
}
.container .primary.column {
  width: 728px;
  margin-right: 0;
  margin-left: 0;
}
.container .secondary.column {
  margin: 0;
}
.container .dont-miss {
  width: 320px;
}
.container .news {
  width: 530px;
}
.row.feature .skyscraper.column {
  margin: 0;
}
/* #Base 960 Grid
================================================== */
@media only screen and (min-width: 960px) and (max-width: 1159px) {
  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  .band.content.main .container {
    width: 940px;
  }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }
  .row {
    margin-bottom: 20px;
  }
  /* Nested Column Classes */
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
  }
  .container .primary.column {
    width: 618px;
    margin-right: 0;
    margin-left: 0;
  }
  .container .dont-miss {
    width: 285px;
  }
  .container .news {
    width: 438px;
  }
  /* Base Grid */
  .container .sixteen.columns {
    width: 940px;
  }
  .container .one-third.column {
    width: 294px;
  }
}
/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container .column.hidden-tablet {
    display: none;
  }
  .container {
    width: 768px;
  }
  .band.content.main .container {
    width: 768px;
  }
  .container .column,
  .container .columns {
    margin-left: 5px;
    margin-right: 5px;
  }
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
    margin-right: 5px;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
    margin-left: 5px;
  }
  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }
  .container .primary.column {
    width: 620px;
    margin-right: 0;
    margin-left: 0;
  }
  .container .dont-miss {
    width: 300px;
  }
  .container .news {
    width: 552px;
  }
  .container .sixteen.columns {
    width: 100%;
    margin: 0!important;
  }
  .row.feature .skyscraper.column {
    margin-right: 0;
  }
  .container .one-third.column {
    width: 240px;
  }
  .container .two-thirds.column {
    width: 492px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .hidden-phone,
  .container .column.hidden-phone,
  .container .column.hidden-tablet {
    display: none;
  }
  .band.content.main .container,
  .container {
    width: 100%;
  }
  .container .primary.column {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .news {
    width: 100%;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%;
  }
  /* Offsets */
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container .columns,
  .container .column {
    margin: 0;
  }
  .container .news {
    width: 70%;
  }
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .thirteen.columns,
  .container .fourteen.columns,
  .container .fifteen.columns,
  .container .sixteen.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 100%;
  }
}
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
 * Nivo Lightbox v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects 
 **********************************************/
.nivo-lightbox-effect-fade,
.nivo-lightbox-effect-fadeScale,
.nivo-lightbox-effect-slideLeft,
.nivo-lightbox-effect-slideRight,
.nivo-lightbox-effect-slideUp,
.nivo-lightbox-effect-slideDown,
.nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@font-face {
  font-family: 'APfonts';
  src: url('../fonts/icomoon.eot?cachebust=1234567898');
  src: url('../fonts/icomoon.eot?cachebust=1234567898#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff?cachebust=1234567898') format('woff'), url('../fonts/icomoon.otf?cachebust=1234567898') format('opentype'), url('../fonts/icomoon.svg?cachebust=1234567898#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'APfonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down,
.icon-android-os,
.icon-ap,
.icon-app,
.icon-bubble,
.icon-bubbles,
.icon-calendar,
.icon-caret-left,
.icon-caret-right,
.icon-chrome,
.icon-clock,
.icon-coin,
.icon-droplet,
.icon-ear,
.icon-external-link,
.icon-facebook,
.icon-feed,
.icon-gift,
.icon-google-plus,
.icon-hammer,
.icon-light-bulb,
.icon-list,
.icon-menu,
.icon-news,
.icon-newsstand,
.icon-pencil,
.icon-podcast,
.icon-pushbullet,
.icon-remove-sign,
.icon-search,
.icon-sort-down,
.icon-spinner,
.icon-star,
.icon-twitter,
.icon-user,
.icon-warning,
.icon-youtube {
  font-family: 'APfonts';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-android-os:before {
  content: "\e001";
  color: #4DB96C;
}
.icon-ap:before {
  content: "\e017";
}
.icon-applications:before {
  content: "\e000";
  color: #3BB770;
}
.icon-arrow-down:before {
  content: "\e009";
}
.icon-bubble:before {
  content: "\e010";
}
.icon-calendar:before {
  content: "\e00e";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-chrome:before {
  content: "\e00b";
}
.icon-clock:before {
  content: "\e00f";
}
.icon-contests:before {
  content: "\e00a";
  color: #857EBC;
}
.icon-deals:before {
  content: "\e008";
  color: #3BB770;
}
.icon-dev-development:before {
  content: "\e013";
  color: #F59731;
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-facebook:before {
  content: "\e004";
}
.icon-feed:before {
  content: "\e006";
}
.icon-google-plus:before {
  content: "\e003";
}
.icon-help:before {
  content: "\00D2";
}
.icon-important:before {
  content: "\00D9";
}
.icon-interviews-features:before {
  content: "\e002";
  color: #703893;
}
.icon-leak:before {
  content: "\e015";
  color: #4CC8F2;
}
.icon-legal:before {
  content: "\e014";
  color: #89695E;
}
.icon-menu:before {
  content: "\e600";
}
.icon-news:before {
  content: "\e018";
  color: #F15840;
}
.icon-note:before {
  content: "\00DA";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-pushbullet:before {
  content: "p";
}
.icon-pushpin:before {
  content: "\e601";
}
.icon-reviews:before {
  content: "\e007";
  color: #FCBA32;
}
.icon-rumors:before {
  content: "\e016";
  color: #333;
}
.icon-search:before {
  content: "\f002";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-spinner:before {
  content: "s";
}
.icon-tip:before {
  content: "\00DB";
}
.icon-twitter:before {
  content: "\e005";
}
.icon-warning:before {
  content: "\e00c";
}
.icon-user:before {
  content: "\e00d";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-list:before {
  content: "\f03a";
}
.icon-tips-tutorials:before {
  content: "\e011";
  color: #FCBA32;
}
.icon-podcast:before {
  content: "\e012";
  color: #CB3933;
}
/* freshly-baked icons */
.icon-tmobile:before {
  content: "\e604";
  color: #E10174;
}
.icon-verizon:before {
  content: "\e609";
  color: #EF1D1D;
}
.icon-sprint:before {
  content: "\e607";
  color: #FCBA32;
}
.icon-att:before {
  content: "\e62c";
  color: #067AB4;
}
.icon-applications-games:before {
  content: "\e62d";
  color: #3BB770;
}
.icon-tablets-phones-devices:before {
  content: "\e606";
  color: #333;
}
.icon-videos:before {
  content: "\e608";
  color: #A5214E;
}
.icon-editorials:before {
  content: "\e60c";
  color: #333;
}
.icon-polls:before {
  content: "\e60e";
  color: #28AAE1;
}
.icon-phones-tablets:before {
  content: "\e611";
  color: #333;
}
.icon-phones:before {
  content: "\e612";
  color: #333;
}
.icon-games:before {
  content: "\e61c";
  color: #4DB96C;
}
.icon-design:before {
  content: "\e623";
  color: #9E6AAD;
}
.icon-4g:before {
  content: "\e630";
  color: #333;
}
.icon-up:before {
  content: "\e602";
}
.icon-youtube:before {
  content: "\00FE";
}
.icon-newsstand:before {
  content: "\00FF";
}
.icon-app-dot-net:before {
  content: "\00FD";
}
.icon-accessories:before {
  content: "\00FB";
  color: #333;
}
.icon-wearables:before {
  content: "\00FC";
  color: #857EBC;
}
.icon-bug-watch:before {
  content: "\00F5";
  color: #4DB96C;
}
.icon-carriers:before {
  content: "\00F6";
  color: #547DBF;
}
.icon-off-topic:before {
  content: "\00F4";
  color: #555;
}
.icon-features:before {
  content: "\00F2";
  color: #F15840;
}
.icon-exclusive:before {
  content: "\00F3";
  color: #FBCD43;
}
.icon-apk-teardown:before {
  content: "\00F7";
  color: #333;
}
.icon-roundups:before {
  content: "\00F8";
  color: #A9928B;
}
.icon-getting-to-know-android:before {
  content: "\00FA";
  color: #35B67A;
}
.icon-stock-android-isnt-perfect:before {
  content: "\00FA";
  color: #35B67A;
}
.icon-app-reviews:before {
  content: "\00F0";
  color: #4DB96C;
}
.icon-game-reviews:before {
  content: "\00F1";
  color: #4DB96C;
}
.icon-jelly-bean-android-os:before {
  content: "\00EF";
  color: #DF4527;
}
.icon-ice-cream-sandwich:before {
  content: "\007D";
  color: #664031;
}
.icon-kitkat:before {
  content: "\00EC";
  color: #664031;
}
.icon-lollipop:before {
  content: "\00EA";
  color: #f06291;
}
.icon-honeycomb-3-0:before {
  content: "\007E";
  color: #1CABE7;
}
.icon-filter:before {
  content: "\00EE";
  color: #000000;
}
.icon-backarrow:before {
  content: "\00ED";
}
.icon-exit:before {
  content: "\00EB";
}
.icon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* Colors */
/* Font Families */
/* Table of Content
==================================================
	#Variables, Sprites, Mixins
	#Globals
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face
================================================== */
a:active,
a:focus {
  outline: none;
}
body {
  color: #222;
  font-size: 15px;
  line-height: 1.7em;
  font-family: 'Roboto', Arial, sans-serif;
  background: #f0f0f0;
}
.post {
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 0 0 #cfcfcf;
  background: #fff;
  border-radius: 3px;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
  font-family: 'Roboto Slab', Georgia, serif;
}
.post-term-heading {
  overflow: hidden;
}
.post-term-heading .term-heading {
  font-family: 'Oswald', Arial, sans-serif;
}
.header-bg,
.post .header-bg,
.first-heading,
.section-header h4 {
  font-family: 'Oswald', Arial, sans-serif;
}
.bigsponsor {
  margin-bottom: 10px;
  line-height: 0;
}
.ap-sponsor {
  display: block;
  margin-bottom: 10px;
}
.ap-sponsor img {
  vertical-align: bottom;
  max-width: 100%;
}
#sbar-content .ap-sponsor div.execphpwidget {
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  line-height: 0;
}
/* Preloader
*/
.label-hilight {
  color: #DB0404;
}
#tip-us {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}
#tip-us .container {
  height: 100%;
}
.btn-close {
  position: absolute;
  top: 4px;
  right: 8px;
  opacity: 0.5;
  z-index: 1;
  font-size: 24px;
}
.btn-close:hover {
  opacity: 1;
}
.tip-us-one-half span,
.tip-us-one-half input {
  width: 100%;
}
.tip-us-test input {
  float: left;
  margin-bottom: 10px;
}
.tip-us-wrapper {
  position: absolute;
  top: 2%;
  right: 3%;
  bottom: 2%;
  left: 3%;
  overflow: auto;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 black;
  background: #fff;
  color: #222;
}
.tip-us-wrapper .tip-us-header,
.tip-us-wrapper .tip-us-body {
  padding: 10px;
  overflow: auto;
  width: 100%;
}
.tip-us-wrapper .tip-us-header {
  border-bottom: 1px solid #ddd;
}
.tip-us-wrapper .modal-heading {
  font-family: 'Oswald', Arial, sans-serif;
  margin: 0;
  text-transform: uppercase;
  color: #157BDA;
  line-height: 1;
}
.tip-us-label,
.wpcf7-quiz-label {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 6px;
  display: inline-block;
}
input[type=text],
input[type=email],
input[type=search],
textarea {
  width: 100%;
  padding: 4px;
  max-width: 100%;
  border: 1px solid #bbb;
}
.wpcf7-submit {
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 7px 20px !important;
}
.wpcf7-text {
  height: 30px;
}
.wpcf7-textarea {
  height: 124px;
}
.wpcf7-response-output {
  padding: 1px 8px !important;
  margin: 20px 0 0 !important;
  color: #555555;
  font-family: 'Coda';
  text-align: center;
}
.wpcf7-validation-errors {
  background-color: #fff598;
  border: 1px solid #eede6b !important;
}
.wpcf7-mail-sent-ok {
  background-color: #0A770B;
  color: #fff;
}
.wpcf7-list-item-label {
  position: relative;
  top: -2px;
  cursor: pointer;
}
.wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid #222;
  border-radius: 10px;
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.wpcf7-list-item-label:hover:before {
  border-color: #DB0404;
}
.wpcf7-list-item-label:hover {
  color: #DB0404;
}
input[type=radio]:not(old):checked + span.wpcf7-list-item-label:before {
  border-color: #DB0404;
  background: #DB0404;
  box-shadow: inset 0 0 0 2px white;
}
input[type=radio]:not(old):checked + span.wpcf7-list-item-label {
  color: #DB0404;
}
span.wpcf7-not-valid-tip {
  padding: 2px 0 0 7px;
  position: absolute;
  cursor: pointer;
  background: #cd0000;
  border: 1px solid #bd0000;
  bottom: -24px;
  left: 0px;
  color: white !important;
  font-family: 'Coda';
  font-size: 13px !important;
  padding: 5px 6px 4px;
  line-height: 1;
  width: auto;
}
span.wpcf7-form-control-wrap {
  display: block !important;
}
.wpcf7-list-item {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.wpcf7-list-item input[type=radio] {
  display: none;
}
.tip-us-test {
  clear: both;
}
.tip-us-test .wpcf7-form-control-wrap {
  height: 44px;
}
.tip-us-test .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  height: 24px;
  top: 54px;
}
a[role=button] {
  cursor: pointer;
}
.ap-loader {
  background-image: url(../images/ap-loader-black.png);
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  z-index: 1;
  -webkit-animation: sprite-animation 3s steps(134, end) infinite;
  animation: sprite-animation 3s steps(134, end) infinite;
}
.ap-loader-small {
  background-image: url(../images/ap-loader-black-small.png);
  margin-left: -15px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  -webkit-animation: sprite-animation-small 3s steps(134, end) infinite;
  animation: sprite-animation-small 3s steps(134, end) infinite;
}
.ap-loader-white {
  background-image: url(../images/ap-loader-white.png);
}
.ap-loader-test {
  top: 0;
  margin-top: 0;
}
@-webkit-keyframes sprite-animation {
  from {
    background-posiiton: 0 0;
  }
  to {
    background-position: -5360px 0;
  }
}
@keyframes sprite-animation {
  from {
    background-posiiton: 0 0;
  }
  to {
    background-position: -5360px 0;
  }
}
@-webkit-keyframes sprite-animation-small {
  from {
    background-posiiton: 0 0;
  }
  to {
    background-position: -4020px 0;
  }
}
@keyframes sprite-animation-small {
  from {
    background-posiiton: 0 0;
  }
  to {
    background-position: -4020px 0;
  }
}
.timeago-hover {
  display: none;
}
/* #Variables, Sprites, Mixins
================================================== */
.depth1 {
  box-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.24);
}
.depth2 {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16), 0px 3px 3px rgba(0, 0, 0, 0.23);
}
.depth3 {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.19), 0px 6px 3px rgba(0, 0, 0, 0.23), 0 0px 6px rgba(0, 0, 0, 0.23);
}
.depth4 {
  box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.25), 0px 10px 5px rgba(0, 0, 0, 0.22);
}
.depth5 {
  box-shadow: 0px 19px 19px rgba(0, 0, 0, 0.3), 0px 15px 6px rgba(0, 0, 0, 0.22);
}
.lightbox {
  display: none;
}
.panel {
  border: 1px solid #ccc;
  padding: 30px;
  background: #eee;
  margin-bottom: 20px;
}
.top-fixed {
  position: fixed;
  top: 50px;
}
.bottom-fixed {
  position: fixed;
  bottom: 0;
}
.twitter-follow-button {
  line-height: 1;
}
.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}
.full-width {
  width: 100% !important;
}
.full-width .Embed {
  max-width: none !important;
}
img#wpstats {
  display: none;
}
/* Reusable Stlyes */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.first-heading {
  margin-top: 0;
}
.animate {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-backface-visibility: hidden;
}
/* Sprites */
.ap-sprites {
  background-image: url(../images/sprites.png);
  background-color: transparent;
  background-repeat: no-repeat;
  font: 0/0 a;
}
/* Category Icons */
.post-categories li a:before {
  font-family: 'APfonts';
  font-size: 13px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
/* Base Post Styles */
.comment-btn {
  position: absolute;
  background: #157BDA;
  color: white !important;
  padding: 5px;
  line-height: 1;
  float: right;
  margin-left: 6px;
  font-size: 12px;
  min-width: 36px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 2px;
}
.comment-btn:after {
  content: '';
  border-top: 0px solid transparent;
  border-left: 9px solid #157BDA;
  border-bottom: 9px solid transparent;
  border-right: none;
  position: absolute;
  bottom: -8px;
  left: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.comment-btn:hover {
  background: #298fee;
}
.comment-btn:hover:after {
  border-left-color: #298fee;
}
.ap-blast-from-past .cell-wrapper .comment-btn {
  top: 33px;
}
.cell-wrapper {
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.cell-wrapper .post-meta {
  margin-bottom: 0;
}
.cell-wrapper .comment-btn {
  right: 10px;
  top: 10px;
}
.cell-wrapper .post-hotness-meter {
  right: 10px;
  top: 46px;
}
.ap-blast-from-past .cell-wrapper .post-hotness-meter {
  top: 70px;
}
.cell-wrapper.current,
.cell-wrapper.current:hover {
  background: #f6f6f6;
}
.cell-wrapper.current h4,
.cell-wrapper.current:hover h4,
.cell-wrapper.current .num,
.cell-wrapper.current:hover .num,
.cell-wrapper.current .cell-content,
.cell-wrapper.current:hover .cell-content,
.cell-wrapper.current .post-date-time,
.cell-wrapper.current:hover .post-date-time {
  color: #444;
}
.cell-wrapper.current .cell-thumb,
.cell-wrapper.current:hover .cell-thumb {
  opacity: 1;
}
.cell-content {
  overflow: hidden;
  position: relative;
  top: -2px;
}
.cell-link {
  display: block;
  padding: 10px;
  padding-right: 60px;
  overflow: hidden;
}
.cell-link h4 {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  position: relative;
  overflow: hidden;
}
.cell-link .post-date-time {
  font-size: 12px;
}
.cell-link .heading-comment {
  margin-bottom: 3px;
}
.cell-link .post-meta-comment {
  margin-bottom: 1px;
}
.cell-thumb {
  float: left;
  margin: 0 10px 0 0;
  width: 60px;
  height: 60px;
  opacity: 1;
}
.post-flag {
  border: 1px solid #cccccc;
  background: white;
  padding: 3px;
  position: absolute;
  left: 0;
  z-index: 6;
  line-height: 1;
  margin-top: 12px;
  font-size: 12px;
}
.post-flag span {
  text-indent: -9999px;
  display: inline-block;
}
.post-flag i.icon-pushpin {
  color: #DB0404;
}
.post-flag:before {
  content: '';
  border-top: 0px solid transparent;
  border-right: 9px solid #bbb;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.post-flag-brief {
  display: none;
  font-family: 'Oswald', Arial, sans-serif;
  text-align: right;
  color: #DB0404;
  text-transform: uppercase;
  font-size: 10px;
}
.post-flag-brief span {
  display: block;
  text-indent: 0;
}
.post {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  background: white;
  padding: 10px;
}
.post .comment-btn {
  right: 0;
}
.post-header {
  position: relative;
}
.post-header h2 {
  overflow: hidden;
  position: relative;
  top: -5px;
  margin-top: 0;
  width: 64%;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 21px;
  min-height: 55px;
  font-family: 'Roboto Slab', Georgia, serif;
}
.post-header h2 a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.post-header h2 a:hover {
  color: #157BDA;
}
.post img {
  max-width: 100%;
  height: auto;
}
.post-thumb {
  float: left;
  max-height: 54px;
  width: 54px;
  height: auto;
  margin: 0 10px 10px 0;
  overflow: hidden;
  text-align: center;
}
.post-thumb img {
  max-width: 100%;
  height: auto;
}
.post_thumb_clean {
  line-height: 1;
  text-align: center;
}
.post-views-container {
  display: flex;
  justify-content: center;
  margin-top: 3px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.post-views-icon {
  margin-right: 15%;
}
.post-views-number {
  line-height: 19px;
}
#sbar .post-views-container,
.footer .post-views-container {
  justify-content: initial;
  min-width: 45px;
}
#sbar .post-views-icon,
.footer .post-views-icon {
  margin-right: 10%;
  font-size: 9px;
}
#sbar .post-views-number,
.footer .post-views-number {
  font-size: 10px;
}
.footer .post-views-number {
  color: white;
}
.post-hotness-meter {
  position: absolute;
  right: 0;
  top: 36px;
  width: 36px;
  height: 3px;
  background-color: #ccc;
}
.post-author {
  display: block;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.post-date-time {
  font-size: 13px;
  color: #666;
  font-family: 'Roboto', Arial, sans-serif;
  display: inline-block;
}
.post-date-time i {
  position: relative;
  top: 1px;
  padding-right: 4px;
}
.post-date-time:hover {
  color: #333;
}
body .jqstooltip {
  padding: 4px 6px;
  border: 1px solid #D6BB50;
  background: #FFEF99;
  font-size: 13px;
  color: #555;
  width: auto !important;
  height: auto !important;
  text-align: center;
}
.jqstooltip:before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 3px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #d6bb50;
}
.jqstooltip:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 3px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid #FFEF99;
}
.single .post {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  overflow: initial;
}
.single .post .post-content h1:not(.header-bg),
.single .post .post-content h2:not(.header-bg),
.single .post .post-content h3:not(.header-bg),
.single .post .post-content h4:not(.header-bg),
.single .post .post-content h5:not(.header-bg) {
  line-height: 1.4em;
  margin-bottom: 22px;
}
.single .post .post-content h1,
.single .post .post-content h2 {
  font-size: 32px;
}
.single .post .post-content h3,
.single .post .post-content .tablepress-table-name {
  font-size: 26px;
}
.single .post .post-content h4 {
  font-size: 22px;
}
.single .post .post-content h5 {
  font-size: 18px;
}
.single .post .post-content h6 {
  font-size: 16px;
}
.single .post .post-content ul {
  margin-top: 0;
}
.single .post .post-content strong,
.single .post .post-content b {
  font-weight: 500;
}
blockquote p:first-child,
.multi-column p:first-child,
blockquote h2:first-child,
.multi-column h2:first-child,
blockquote h3:not(.header-bg):first-child,
.multi-column h3:not(.header-bg):first-child,
blockquote h4:first-child,
.multi-column h4:first-child,
blockquote h5:first-child,
.multi-column h5:first-child,
blockquote h6:first-child,
.multi-column h6:first-child,
blockquote ul:first-child,
.multi-column ul:first-child {
  margin-top: 0 !important;
}
.author-pic {
  float: left;
  margin-right: 10px;
}
.author-box {
  padding: 10px;
}
.author-box-single {
  margin: 10px -10px 0;
  padding-bottom: 0 !important;
  border-top: 1px solid #e0e0e0;
}
.author-box-page {
  background: white;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #cfcfcf;
}
.author-box-photo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 64px;
}
.author-box-photo img {
  float: left;
  width: 100%;
  height: auto;
}
.author-box-header {
  overflow: hidden;
}
.author-box-heading {
  line-height: 1.3em;
  margin-top: -5px;
  margin-bottom: -4px;
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 20px;
}
.author-meta {
  margin-top: 3px;
}
.author-meta span i {
  margin-right: 4px;
}
.author-meta.nogplus {
  margin-top: 8px;
}
.author-social-box-widget {
  display: inline;
}
.author-social-box {
  margin-top: 1px;
}
.author-social-box .pushbullet-subscribe-widget {
  float: none;
}
.author-social-box.nogplus {
  margin-top: 4px;
}
.author-box-bio {
  clear: both;
}
.author-box-bio p:last-child {
  margin-bottom: 0;
}
.author-box-bio a {
  color: #157BDA;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.author-box-bio a:hover {
  border-bottom: 1px solid #157BDA;
}
.author-box-bio a:visited {
  color: #00517C;
}
.author-box-bio a:visited:hover {
  border-color: #00517C;
}
.term-icon {
  font-size: 52px;
  float: left;
  margin-right: 10px;
}
.term-heading {
  margin: 0 0 4px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 28px;
  position: relative;
}
.term-count {
  line-height: 1;
}
.ip-wrapper {
  margin: 0 -10px;
  overflow: hidden;
}
.ip-wrapper .adslot,
.ip-wrapper .adsbygoogle {
  margin: 10px -10px;
}
.ip-wrapper.ip-wrapper-bottom .adslot {
  margin: 10px 0 0px;
}
.ip-wrapper-bottom.lv-wrapper-adsense {
  margin: 10px -10px 0 !important;
}
.ip-wrapper-bottom.lv-wrapper-adsense ins {
  margin: 0 auto;
}
.row.feature .skyscraper.column {
  margin-bottom: 10px;
  text-align: center;
  float: left;
  width: 100%;
}
.lv-wrapper-adsense {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.lv-wrapper-adsense > ins {
  width: 300px;
  height: 250px;
}
.lv-wrapper {
  margin: 0 -10px;
  overflow: hidden;
}
.lv-wrapper .adslot {
  margin: 0 0 10px;
}
.lv-wrapper > ins {
  margin: 0 auto 10px;
}
.lv-wrapper .lv-inner {
  margin: 0 10px;
}
.lv-ip-wrapper .adslot {
  margin: 10px 0;
}
.bo-wrapper {
  margin-bottom: 10px;
}
.ad-wrapper-single-header {
  width: 320px;
}
.sc-ad-wrapper {
  margin: 0 -10px 20px;
}
.sc-ad-wrapper .adslot {
  margin: 0 auto;
}
.pop-ad-wrapper {
  overflow: hidden;
}
.pop-ad-wrapper .adslot {
  margin: 10px auto;
}
p + .inj-ad-wrapper,
blockquote + .inj-ad-wrapper {
  margin-top: -20px;
}
.inj-ad-wrapper {
  margin: 0 -20px;
  min-height: 20px;
}
.inj-ad-wrapper .adslot {
  padding: 16px 0 0;
}
.inj-ad-wrapper.lv-wrapper-adsense {
  margin: 10px 0;
}
.inj-ad-wrapper.lv-wrapper-adsense > ins {
  margin: 0 -10px;
}
.adslot {
  clear: both;
  text-align: center;
}
.adslot.bottom {
  display: none;
}
.adslot > div {
  text-align: center;
  margin: 0 auto;
  min-height: 0px !important;
}
.ap-sidebar-ad {
  display: none;
}
.large-post .post-header h2 {
  width: 86%;
  font-size: 22px;
  line-height: 27px;
}
.post-hero {
  display: block;
  position: relative;
  margin: 10px -10px;
}
.post-hero img {
  display: block;
  clear: both;
}
.post.page-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  box-shadow: none;
}
.post.page-body h3:first-child {
  margin-top: 0;
}
.post.page-body #ap-mobile-2.ip-wrapper.lv-wrapper-adsense ins {
  margin: 0 auto;
}
.news-meta li {
  line-height: 1.5em;
}
.ap-cell-post .post-categories {
  position: absolute;
  top: 54px;
  left: 85px;
}
.ap-cell-post .post-categories li {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  float: left;
  margin-right: 5px;
}
.ap-cell-post .post-categories li a:before {
  line-height: 1;
}
.cat i {
  margin-right: 4px;
  font-size: 13px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}
.dots li {
  display: inline;
  font-family: 'Oswald', Arial, sans-serif;
}
.footer-break {
  display: block;
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../images/ap-animation-dark.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  color: #aaa;
}
.nivo-lightbox-nav {
  top: auto;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  color: #666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nivo-lightbox-nav i {
  padding: 0 4px;
}
.nivo-lightbox-prev {
  left: 6px;
}
.nivo-lightbox-next {
  right: 6px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  width: 22px;
  height: 22px;
  padding: 5px;
  opacity: 0.5;
  top: 0;
  right: 4px;
  z-index: 1;
  color: white;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-wrap {
  background: black url(../images/bg-pattern-dark.png);
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 1%;
  right: 1%;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-sidebar {
  display: none !important;
  float: left;
  width: 24%;
  height: 100%;
  background: black;
  display: inline;
  border-left: 1px solid #222;
  position: relative;
}
.nivo-lightbox-sidebar .nivo-ad {
  width: 300px;
  height: 250px;
  margin: 30px auto;
  z-index: 1;
  position: relative;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
  float: left;
  padding-bottom: 40px;
  position: relative;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  height: 40px;
  bottom: 0%;
}
.nivo-lightbox-title-wrap {
  width: 100%;
  height: 5%;
  background: black;
  border-top: 1px solid #141414;
  font-family: 'Roboto', Arial, sans-serif;
  color: #999;
  padding: 6px;
}
.nivo-lightbox-thumb-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  padding-top: 310px;
}
.nivo-lightbox-thumb-wrap .flex-direction-nav {
  position: relative;
  bottom: 5px;
}
.nivo-lightbox-thumb-wrap .flex-direction-nav a {
  color: #555;
  margin-top: -28px;
}
.nivo-lightbox-thumb-wrap .flex-direction-nav a.flex-next {
  position: relative;
  float: right;
}
.nivo-lightbox-thumb-wrap .flex-direction-nav a.flex-prev:hover,
.nivo-lightbox-thumb-wrap .flex-direction-nav a.flex-next:hover {
  color: #999;
}
.nivo-lightbox-thumb-wrap .flex-direction-nav a.flex-disabled {
  color: #444 !important;
}
.nivo-lightbox-thumb-wrap .flex-control-nav {
  background: #111;
  border-top: 1px solid #222;
  position: absolute;
  bottom: 0;
  height: 40px;
}
.nivo-lightbox-thumb-wrap .flex-control-nav li {
  margin-top: 6px;
}
.nivo-lightbox-thumb-wrap .flex-control-nav a {
  color: #999;
}
.nivo-lightbox-thumb-wrap .flex-control-nav a.flex-active {
  color: #ff0000;
}
.nivo-lightbox-thumb-wrap .flex-control-nav a:hover {
  color: #fff;
}
.nivo-lightbox-thumb-wrap .flex-viewport {
  height: 100%;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider {
  background: none;
  width: 300px;
  height: 100%;
  margin: 0 auto;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides {
  width: 100%;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides li a {
  width: 30.6%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
  opacity: .5;
  transition: opacity .2s;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides li a.active,
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides li a.active:hover {
  opacity: 1;
  box-shadow: inset 0 0 0px 1px red;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides li a:nth-child(3n) {
  margin-right: 0;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides li a:hover {
  opacity: 1;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides li img {
  float: left;
  padding: 4px;
  max-width: 100%;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides .clone a {
  transition: none;
}
.nivo-lightbox-thumb-wrap .sbar-flexslider ul.slides .clone a.active {
  opactiy: .5;
  box-shadow: none;
  transition: none;
}
.nivo-lightbox-overlay *::selection {
  background: none;
}
/* jQuery FlexSlider v2.0
================================================== */
/* Browser Resets */
.flex-container a:active,
.flex-container a:focus,
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles */
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme */
.flex-viewport {
  height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav li {
  margin: 0;
}
.flex-direction-nav a {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  color: #444;
  text-transform: uppercase;
  margin: -29px 6px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav a:hover {
  color: black;
}
.flex-direction-nav li a i {
  position: relative;
  width: .8em !important;
}
.flex-direction-nav a.flex-next {
  right: 0px;
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  height: 33px;
  background: #eee;
}
.flex-control-nav li {
  font-family: 'Oswald', Arial, sans-serif;
  margin: 4px 0 0 0;
  display: inline-block;
  zoom: 1;
  font-size: 16px;
  display: none;
}
.flex-control-paging li a {
  color: #444;
  display: block;
  padding: 0 5px;
  cursor: pointer;
}
.flex-control-paging li a:hover {
  color: black;
}
.flex-control-paging li a.flex-active {
  color: red;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.post-edit-link {
  color: red;
  margin-right: 4px;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-family: 'Oswald', Arial, sans-serif;
}
.flex-counter {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 2px;
  font-family: 'Oswald', Arial, sans-serif;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/* #Globals
================================================== */
::selection {
  background: #111111;
  color: #ffffff;
}
::-moz-selection {
  background: #111111;
  color: #ffffff;
}
a {
  color: #333;
  text-decoration: none;
}
/* #List Styles
=============================== */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled ul {
  list-style: none;
  padding: 0;
}
.list-inline li {
  display: inline;
}
.list-banners {
  margin-bottom: 10px;
}
.list-emphasis {
  font-style: italic;
}
.banner {
  display: inline-block;
  margin-left: -18px;
  line-height: 1.5em;
  margin-bottom: 8px;
  font-size: 14px;
  max-width: 100%;
  position: relative;
}
.banner .ellipsize {
  height: 22px;
  overflow: hidden;
  margin-top: -3px;
}
.banner-update {
  background-color: #fff598;
  border: 1px solid #eede6b;
  color: #555;
  padding: 2px 6px;
}
.banner-update span {
  display: inline-block;
}
.banner-update .date {
  border-right: 1px solid #eed36b;
}
.banner-update:hover {
  background-color: #FFF491;
  border: 1px solid #F5E365;
  color: #333;
}
.update-header {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.update-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
}
.update-header .update_1 {
  display: none;
}
.banner-update:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 999;
  border-right: 6px solid #eede6b;
  border-bottom: 4px solid transparent;
}
.content-update {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 20px -8px 30px;
  padding: 30px 8px 20px;
  position: relative;
}
.content-update .banner-update {
  position: absolute;
  font-size: 12px;
  padding: 4px 6px 0;
  background-color: #fff7b0;
  border: 1px solid #eede6b;
  color: #666;
}
.content-update .banner-update span {
  line-height: 1;
}
.content-update .banner-update-start {
  top: -14px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-update .banner-update-end {
  right: -11px;
  bottom: -20px;
}
.content-update .banner-update:after {
  top: 22px;
}
.content-update .banner-update-end:after {
  border-right: none;
  border-left: 8px solid #eede6b;
  left: auto;
  right: -1px;
}
.content-update.shift-right .banner-update-start {
  padding-left: 30px;
}
/* #Site Styles
================================================== */
/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: auto;
}
span.toc_number:after {
  content: '. ';
}
/* #Typographic Styles
================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.flexbox-h3 {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3,
.flexbox-h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.small-post {
  overflow: hidden;
}
.small-post > h1,
.small-post > h2,
.small-post > h3,
.small-post > h4,
.small-post > h5,
.small-post > h6 {
  line-height: 1;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 16px;
  line-height: 1.4em;
  color: #444;
  margin-bottom: 16px;
}
p.lead em {
  font-weight: bold;
  color: #333;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Universal Colour and Hover Styles
================================================== */
.comment-blue {
  color: #2775f4;
}
.comment-blue:hover {
  color: #2775ff;
}
.article-red {
  color: #ee0000;
}
.article-red:hover {
  color: #ff0000;
}
.wp-polls {
  clear: both;
}
.close-btn {
  display: none;
}
.wp-pagenavi {
  padding: 10px 6px 20px;
  text-align: center;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  background: white;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 1px 0 0 #cfcfcf;
}
.wp-pagenavi .pages {
  font-size: 15px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0;
  font-size: 13px;
  padding: 6px;
}
.wp-pagenavi a {
  color: #999;
}
.wp-pagenavi [class="smaller page"],
.wp-pagenavi [class="larger page"],
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi span.extend {
  color: #999;
  padding: 4px;
}
.wp-pagenavi a.first {
  padding-left: 0;
}
.wp-pagenavi a.last {
  padding-right: 0;
}
.wp-pagenavi a:hover {
  color: #777;
}
.wp-pagenavi span.pages {
  display: block;
  color: #777;
}
.wp-pagenavi span.current {
  border-bottom: 4px solid #212121;
}
.hotness {
  color: transparent;
  font: 0/0 a;
  height: 5px;
  width: 5%;
  position: relative;
  top: -1px;
  background: #F4EB28;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.hotness:after {
  content: '';
  float: right;
  position: relative;
  height: 5px;
  width: 5px;
  z-index: -1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ap-hotness-10 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#F5DF23));
  background-image: -webkit-linear-gradient(left, #F4EB28, #F5DF23);
  background-image: -moz-linear-gradient(left, #F4EB28, #F5DF23);
  background-image: -ms-linear-gradient(left, #F4EB28, #F5DF23);
  background-image: -o-linear-gradient(left, #F4EB28, #F5DF23);
}
.ap-hotness-10:after {
  box-shadow: 0 0 3px #f5df23;
}
.ap-hotness-20 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#F7CF28));
  background-image: -webkit-linear-gradient(left, #F4EB28, #F7CF28);
  background-image: -moz-linear-gradient(left, #F4EB28, #F7CF28);
  background-image: -ms-linear-gradient(left, #F4EB28, #F7CF28);
  background-image: -o-linear-gradient(left, #F4EB28, #F7CF28);
}
.ap-hotness-20:after {
  box-shadow: 0 0 3px #F7CF28;
}
.ap-hotness-30 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#F4BD26));
  background-image: -webkit-linear-gradient(left, #F4EB28, #F4BD26);
  background-image: -moz-linear-gradient(left, #F4EB28, #F4BD26);
  background-image: -ms-linear-gradient(left, #F4EB28, #F4BD26);
  background-image: -o-linear-gradient(left, #F4EB28, #F4BD26);
}
.ap-hotness-30:after {
  box-shadow: 0 0 3px #F4BD26;
}
.ap-hotness-40 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#F4AC29));
  background-image: -webkit-linear-gradient(left, #F4EB28, #F4AC29);
  background-image: -moz-linear-gradient(left, #F4EB28, #F4AC29);
  background-image: -ms-linear-gradient(left, #F4EB28, #F4AC29);
  background-image: -o-linear-gradient(left, #F4EB28, #F4AC29);
}
.ap-hotness-40:after {
  box-shadow: 0 0 3px #F4AC29;
}
.ap-hotness-50 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#F39A2D));
  background-image: -webkit-linear-gradient(left, #F4EB28, #F39A2D);
  background-image: -moz-linear-gradient(left, #F4EB28, #F39A2D);
  background-image: -ms-linear-gradient(left, #F4EB28, #F39A2D);
  background-image: -o-linear-gradient(left, #F4EB28, #F39A2D);
}
.ap-hotness-50:after {
  box-shadow: 0 0 3px #F39A2D;
}
.ap-hotness-60 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#F08727));
  background-image: -webkit-linear-gradient(left, #F4EB28, #F08727);
  background-image: -moz-linear-gradient(left, #F4EB28, #F08727);
  background-image: -ms-linear-gradient(left, #F4EB28, #F08727);
  background-image: -o-linear-gradient(left, #F4EB28, #F08727);
}
.ap-hotness-60:after {
  box-shadow: 0 0 3px #F08727;
}
.ap-hotness-70 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#EF7528));
  background-image: -webkit-linear-gradient(left, #F4EB28, #EF7528);
  background-image: -moz-linear-gradient(left, #F4EB28, #EF7528);
  background-image: -ms-linear-gradient(left, #F4EB28, #EF7528);
  background-image: -o-linear-gradient(left, #F4EB28, #EF7528);
}
.ap-hotness-70:after {
  box-shadow: 0 0 3px #EF7528;
}
.ap-hotness-80 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#EE6029));
  background-image: -webkit-linear-gradient(left, #F4EB28, #EE6029);
  background-image: -moz-linear-gradient(left, #F4EB28, #EE6029);
  background-image: -ms-linear-gradient(left, #F4EB28, #EE6029);
  background-image: -o-linear-gradient(left, #F4EB28, #EE6029);
}
.ap-hotness-80:after {
  box-shadow: 0 0 3px #EE6029;
}
.ap-hotness-90 {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#ED4725));
  background-image: -webkit-linear-gradient(left, #F4EB28, #ED4725);
  background-image: -moz-linear-gradient(left, #F4EB28, #ED4725);
  background-image: -ms-linear-gradient(left, #F4EB28, #ED4725);
  background-image: -o-linear-gradient(left, #F4EB28, #ED4725);
}
.ap-hotness-90:after {
  box-shadow: 0 0 3px #ED4725;
}
.ap-hotness-100,
.ap-hotness-max {
  background-color: #F4EB28;
  background-image: -webkit-gradient(linear, left top, right top, from(#F4EB28), to(#EB2229));
  background-image: -webkit-linear-gradient(left, #F4EB28, #EB2229);
  background-image: -moz-linear-gradient(left, #F4EB28, #EB2229);
  background-image: -ms-linear-gradient(left, #F4EB28, #EB2229);
  background-image: -o-linear-gradient(left, #F4EB28, #EB2229);
}
.ap-hotness-100:after,
.ap-hotness-max:after {
  box-shadow: 0 0 3px #EB2229;
}
.ap-hotness-max {
  border-radius: 0;
}
.hidden {
  display: none !important;
}
.fixed {
  position: fixed;
}
.wp-polls .Buttons,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.read-more,
a.primary-btn,
.wp-polls-ans a {
  background: #AF1C1C;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  color: white !important;
  outline: none;
  transition: all .2s;
}
input[type="button"].Buttons,
.wp-polls-ans a {
  width: 110px;
  font-size: 12px;
  border: none;
}
.wp-polls-ans a {
  line-height: 1 !important;
}
.wp-polls-ans p {
  margin-bottom: 10px;
}
a.read-more {
  float: right;
  line-height: inherit;
  padding: 6px 14px;
}
a.read-more i {
  padding-right: 6px;
  font-size: 19px;
  position: relative;
  top: 3px;
}
input[type="button"].Buttons:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.read-more:hover,
a.primary-btn:hover,
.wp-polls-ans a:hover {
  background: #c92020;
}
.widget a.primary-btn.btn-widget {
  text-transform: uppercase;
  font-size: 12px;
  min-width: 80px;
}
.widget .wp-polls > p {
  font-size: 16px;
}
.widget .wp-poll-descriptor {
  font-size: 10px;
}
.widget .wp-polls-loading {
  text-align: center;
  height: auto;
  margin-bottom: 6px;
}
#sbar .wp-polls .pollbar {
  margin: 1px;
  font-size: 6px;
  line-height: 8px;
  height: 8px;
  background: url(../images/section-header-red.png);
  border: none;
  border-top: 1px solid #dd5a5a;
}
.wp-polls ul li,
.wp-polls-ul li,
.wp-polls-ans ul li {
  margin-bottom: 10px;
}
.center-btn {
  text-align: center;
}
.center {
  text-align: center;
}
.band.header {
  padding: 12px 0;
  background: url(../images/square_bg.png) #fff;
}
.sql {
  margin-top: 20px;
}
.band.nav {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  -webkit-transform: translateZ(0);
  top: 0;
}
.band.nav .container {
  z-index: 1;
}
.primary-nav.active {
  left: 0;
}
.ap-hottest-content-wrapper {
  width: 100%;
  background: #111;
}
.band.footer {
  position: absolute;
  width: 100%;
  background: #111;
}
.band.footer .container {
  border: none;
  background: none;
}
.band.footer .heading-wrap {
  position: relative;
  display: block;
  border-bottom: 2px solid black;
  height: 38px;
}
.band.footer .cell-link {
  color: #999;
}
.band.footer .ap-hottest-content-nav h3 {
  width: 33.3%;
  float: left;
}
.band.footer .ap-hottest-content-nav h3:first-child,
.band.footer .ap-hottest-content-nav h3:last-child {
  border-left: none;
  border-right: none;
}
.band.footer .ap-popular-posts {
  display: none;
}
.band.footer .visible {
  display: block;
}
.band.footer h3 {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  margin: 0px;
  background: #2a2a2a;
  border: 1px solid #000;
  border-top: none;
  color: #888;
  cursor: pointer;
}
.band.footer h3.current {
  background: #212121;
  border-color: #000;
  border-bottom: none;
  color: #ccc;
  padding-bottom: 5px;
}
.band.footer .one-third h3 {
  display: none;
}
.pp_inline {
  padding: 20px;
}
.pp_inline p {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}
.pp_inline p:nth-child(2n) {
  margin: 0;
}
.pp_inline p.message,
.pp_inline p.quiz {
  display: block;
  width: 100%;
}
.pp_inline input[type="text"],
.pp_inline textarea {
  margin: 6px 0;
  max-width: 100%;
  width: 100%;
}
.pp_inline div.wpcf7-response-output {
  margin: 0;
  padding: 6px;
}
.band.sub-nav {
  display: none;
  background: #f8f8f8;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.ap-bar {
  display: block;
  width: 20px;
  height: 3px;
  background: #eee;
  margin-bottom: 4px;
}
.ap-bar:last-child {
  margin-bottom: 0;
}
.mobile-nav {
  height: 45px;
  background: #191919;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9998;
}
.mobile-nav .depth-priority {
  position: relative;
  z-index: 2;
}
.mobile-nav > li {
  float: left;
}
.mobile-nav > li > a {
  display: block;
  padding: 10px;
  color: #eee;
  line-height: 1;
}
.mobile-nav > li .search-btn i {
  font-size: 24px;
}
.mobile-nav > li .tip-us {
  display: none;
}
.mobile-nav > li #ap-menu-button {
  padding: 14px;
}
.mobile-nav > li #ap-logo-small {
  color: #fff;
  margin-left: 4px;
  line-height: 1;
  padding: 4px 4px 3px;
}
.mobile-nav > li #ap-logo-small i {
  font-size: 38px;
}
.mobile-nav > li:nth-child(3),
.mobile-nav .ap-new-articles {
  float: right;
  position: relative;
}
.ap-btn-red {
  transition: all .3s;
}
.ap-new-articles-btn {
  min-height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  background: #AF1C1C;
  color: white;
  height: 100%;
}
.ap-new-articles-btn span {
  font-family: 'Oswald', Arial, sans-serif;
}
.ap-new-articles-btn .ap-new-articles-num {
  font-size: 30px;
  display: inline-block;
}
.ap-new-articles-btn .ap-new-articles-lable {
  font-size: 12px;
  display: inline-block;
  line-height: 1.3;
}
.ap-new-articles-btn i {
  position: relative;
  top: -8px;
  padding-left: 2px;
}
/* REV CONTENT
************************/
.rc-provider {
  position: absolute;
  bottom: 0;
}
#rcjsload_301358 {
  margin: 15px -10px -20px;
}
/* Disqus Comments
***************************************************************************/
.recent-disqus {
  background: #111;
  border: 1px solid #222;
}
.recent-disqus .dqCommentWrap {
  padding: 20px;
  margin: 0;
  line-height: 20px;
  font-size: 15px;
  min-height: 120px;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.recent-disqus .dqCommentWrap i.icon-time {
  margin-left: 4px;
}
.recent-disqus .dqCommentWrap .dqCommentAuthor {
  display: block;
}
.recent-disqus .dqCommentWrap .dqCommentMeta {
  font-size: 13px;
  margin-left: -1px;
  position: relative;
  left: -2px;
}
.recent-disqus .dqCommentWrap .dqCommentContent {
  overflow: auto;
  font-size: 14px;
}
.recent-disqus .dqCommentWrap img.dqCommentAvatar {
  position: relative;
  top: 4px;
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
  width: 48px;
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.recent-disqus .dqCommentWrap a {
  color: #999;
}
.recent-disqus .dqCommentWrap a:hover {
  color: #bbb;
}
.recent-disqus .dqCommentWrap .dqCommentBody {
  padding-left: 64px;
}
.recent-disqus .dqCommentWrap .dqComment {
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  line-height: 19px;
}
.recent-disqus li:last-child {
  border: none;
}
.recent-disqus li:hover {
  background: #151515;
}
.recent-disqus li:hover img {
  opacity: 1;
}
span.dqCommentTime {
  font-size: 12px;
  margin-bottom: 4px;
}
blockquote {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 15px;
  background: url(../images/blockquote-pattern.png) repeat-y;
  padding-left: 30px;
  margin: 30px;
  clear: both;
}
blockquote h2,
blockquote h3,
blockquote h4,
blockquote p,
blockquote span {
  font-style: normal;
}
blockquote h2 {
  font-size: 18px;
}
blockquote h3 {
  font-size: 16px;
}
blockquote p {
  text-shadow: 1px 1px 0 white;
  color: #444;
  font-style: normal;
  font-size: 15px;
}
blockquote p::selection {
  text-shadow: none !important;
}
blockquote footer {
  padding-bottom: 10px;
  overflow: auto;
}
blockquote footer span {
  float: right;
  color: red;
  font-style: italic;
  font-size: 1.2em;
}
blockquote footer span:before {
  content: '- ';
}
blockquote.teal {
  background: url(../images/section-header-teal.png);
}
blockquote.light-teal {
  background: url(../images/section-header-light-teal.png);
}
blockquote.light-blue {
  background: url(../images/section-header-light-blue.png);
  border-left: 6px solid #6f9ed9;
}
blockquote.grey {
  background: url(../images/blockquote-pattern.png) repeat-y;
  padding-left: 30px;
}
blockquote.big-red {
  display: inline-block;
  background: url(../images/quotes-big.png) no-repeat 0 0;
  background-size: 18%;
  position: relative;
  z-index: 2;
  border: none;
  padding: 6px 6px 0 6px;
  font-style: normal;
  margin: 0 0 30px 0;
}
blockquote.big-red section {
  background: url(../images/section-header-red.png) repeat 0 0;
  border-bottom: 2px solid #212121;
  padding: 12px;
  overflow: auto;
}
blockquote.big-red section p {
  color: white;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 18px;
  text-shadow: 1px 1px 0 black, 2px 2px 3px rgba(0, 0, 0, 0.5);
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 0;
}
blockquote.big-red section span {
  float: right;
  color: white;
  font-family: 'Oswald', Arial, sans-serif;
  text-shadow: 2px 2px 0 black, 2px 2px 1px black;
}
blockquote.big-red section span:before {
  content: '- ';
}
.post-content iframe:not([name*='google_ads_iframe'], .twitter-tweet):not([src*='gfycat']),
.post-content object,
.post-content embed:not([src*='turner.com/tegwebapps']) {
  width: 100% !important;
}
.post-content embed[src*='turner.com/tegwebapps'] {
  max-width: 100%;
}
iframe[src*='instagram.com'] {
  display: block;
  width: 612px;
  margin: 40px auto;
  border: 1px solid gray;
}
blockquote.big-red:after {
  content: '';
  clear: both;
}
blockquote.left,
blockquote.right {
  width: 100%;
}
blockquote.right,
blockquote.left {
  display: block;
  margin: 0;
}
.multi-page-post.pages {
  width: 100px;
  float: right;
}
.multi-page-post.pages header.section-header {
  border: none;
  overflow: auto;
}
.multi-page-post.pages header.section-header span {
  font-size: 16px !important;
  position: static;
  float: left;
  line-height: 1.1;
  padding: 9px 9px 8px;
  display: block;
  border-bottom: 2px solid #212121;
  margin: 0;
}
.multi-page-post.btm {
  float: none;
  margin: 0 30px 30px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.multi-page-post.btm section {
  text-align: center;
}
.multi-page-post.btm section span {
  float: none;
  border: none;
  display: inline-block;
  padding: 0 10px 0 7px;
  margin-bottom: 0;
  border-right: 1px solid #ccc;
}
.multi-page-post.btm section > a:last-child span,
.multi-page-post.btm section > span:last-child {
  border: none;
  padding-left: 7px;
}
.option-two {
  margin: 30px 0 60px;
  overflow: auto;
}
.option-two .multi-page-post.btm-2 {
  float: left;
  margin: 0;
  display: inline-block;
}
.option-two .multi-page-post.btm-3 {
  float: right;
  display: inline-block;
  clear: none;
  width: 550px;
  margin: 0;
}
.multi-page-post {
  position: relative;
  z-index: 999;
  clear: both;
  margin: 0 0px 20px 30px;
  width: 33%;
  float: right;
}
.multi-page-post section {
  text-align: center;
  padding: 16px 13px;
  width: 100%;
  border: 1px solid #ddd;
  border-top: none;
}
.multi-page-post section span {
  font-family: 'Oswald', Arial, sans-serif;
  text-align: left;
  font-size: 14px;
  color: #222;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.multi-page-post section a span {
  color: #aaa;
}
.multi-page-post section > span:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.multi-page-post section > a:last-child span {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.multi-page-post section h2 {
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 10px;
}
.multi-page-post footer {
  padding: 0 20px;
}
blockquote.pr section.open {
  max-height: 9999px;
}
blockquote.pr section.open .fade-text {
  display: none;
}
blockquote.pr {
  /*position*/
  position: relative;
  /*styling*/
  background: white;
  padding: 0;
  margin: 10px 0 20px;
  font-style: normal;
  border: none;
  word-break: break-word;
  /*font*/
}
blockquote.pr .fade-text {
  position: absolute;
  bottom: 60px;
  height: 100px;
  width: 94%;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(center bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
blockquote.pr section {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 20px 20px 0 20px;
  max-height: 158px;
  overflow: hidden;
}
blockquote.pr section h2 {
  font-size: 20px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 8px;
}
blockquote.pr section p {
  color: #212121;
  font-family: 'Roboto', Arial, sans-serif;
  text-transform: none;
  font-style: normal;
  text-shadow: none;
  background: none;
  border: none;
  padding: 0;
  line-height: 24px;
}
blockquote.pr footer {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
.btn-group-title {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.btn-group {
  text-align: center;
  margin-bottom: 0;
}
.btn-group .btn-search {
  width: 30%;
}
.btn-group .btn:first-child {
  float: left;
}
.btn-group .btn:last-child {
  float: right;
}
.btn {
  border-radius: 3px;
  display: inline-block;
  background: #e0e0e0;
  color: #555;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5em;
  padding: 6px 8px;
  transition: .3s all;
}
.btn:hover {
  background: #d0d0d0;
}
.btn.disabled {
  cursor: default !important;
  color: #888;
}
.btn.disabled:hover {
  background: #dfdfdf;
}
.btn.right.disabled:before {
  border-left-color: #aaa;
}
.btn.left.disabled:before {
  border-right-color: #aaa;
}
.btn-small {
  font-size: 12px;
  padding: 5px 8px 3px;
}
.pushbullet-subscribe-widget.btn-small {
  float: left;
  clear: both;
}
.pushbullet-subscribe-widget.btn-small i {
  margin-right: 6px;
}
.btn-pb {
  color: white;
  background: #4ab367;
  padding-left: 28px;
  position: relative;
}
.btn-pb i {
  position: absolute;
  top: 4px;
  font-size: 16px;
  left: 8px;
}
.btn-subscribe {
  margin-top: 10px;
}
.btn-pb:hover {
  background: #6dc385;
}
a.btn.up:before {
  content: 'Collapse';
}
.btn.down:before {
  content: 'Expand';
}
.btn.down,
a.btn.up {
  width: 98px;
  cursor: pointer;
}
a.btn.left,
a.btn.right {
  width: 38px;
  height: 112px;
  font: 0/0 a;
  overflow: visible;
  position: relative;
}
.btn.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
a.btn.left:before,
a.btn.right:before {
  content: '';
  position: absolute;
  top: 46px;
  left: 13px;
}
a.btn.left:before {
  border-top: 14px solid transparent;
  border-right: 10px solid #606060;
  border-bottom: 14px solid transparent;
}
a.btn.right:before {
  border-top: 14px solid transparent;
  border-left: 10px solid #606060;
  border-bottom: 14px solid transparent;
  left: 15px;
}
.btn-search.active,
.btn-search.active:hover {
  color: #111;
  background: #bbb;
}
div.pp_default a.pp_previous,
div.pp_default a.pp_previous:hover,
div.pp_default a.pp_next,
div.pp_default a.pp_next:hover {
  width: 38px;
  height: 105px;
  background: #f5f5f5;
  border: 1px solid #bbb;
  font: 0/0 a;
  overflow: visible;
  position: relative;
  top: 46%;
}
div.pp_default a.pp_previous:hover:before {
  border-right: 16px solid #888;
}
div.pp_default a.pp_next:hover:before {
  border-left: 16px solid #888;
}
div.pp_default a.pp_next:before {
  content: '';
  border-top: 24px solid transparent;
  border-left: 16px solid #aaa;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: 28px;
  right: 7px;
}
div.pp_default a.pp_previous:before {
  content: '';
  border-top: 24px solid transparent;
  border-right: 16px solid #aaa;
  border-bottom: 24px solid transparent;
  position: absolute;
  top: 28px;
  left: 7px;
}
/* Single Post UI
***************************************************************************/
.left-arrow,
.right-arrow {
  font: 0/0 a;
  position: relative;
  height: 110px;
  display: inline-block;
  float: left;
  border-right: 1px solid #cccccc;
  padding: 10px;
  background: #f7f7f7;
}
.right-arrow {
  float: right;
  border-right: none;
  border-left: 1px solid #cccccc;
}
.left-arrow:before,
.right-arrow:before {
  border-top: 24px solid transparent;
  position: relative;
  top: 50%;
  content: '';
}
.right-arrow:before {
  border-left: 16px solid #999;
  border-bottom: 24px solid transparent;
}
.left-arrow:before {
  border-right: 16px solid #999;
  border-bottom: 24px solid transparent;
}
.single-post-widget {
  clear: both;
}
.single-post-widget .post-list {
  background: white;
  width: 100%;
}
.single-post-widget .ad-box {
  margin-top: 10px;
  float: left;
}
.single-post-widget .widget {
  border-bottom: 1px solid #e0e0e0;
}
.single-post-widget section {
  overflow: hidden;
}
#comments {
  padding-top: 20px;
}
.article-nav {
  width: 100%;
  overflow: hidden;
}
.article-nav h4 {
  font-size: 12px;
  line-height: 1;
  padding: 6px 9px;
  color: #212121;
  text-transform: uppercase;
  background: url(../images/section-header-light-red.png);
  display: inline-block;
  margin: 0;
}
.article-nav h4 span {
  color: #ff0000;
  padding-right: 2px;
}
.article-nav h5 {
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
  width: 100%;
  color: #eee;
  height: 100%;
  font-family: 'Roboto', Arial, sans-serif;
  text-shadow: 1px 1px 0 black;
}
.article-nav .comment-btn {
  z-index: 2;
  position: absolute;
  top: 9px;
  right: 9px;
}
.article-nav .article-nav-box {
  width: 50%;
  float: left;
  position: relative;
  height: 105px;
}
.article-nav .article-nav-box-title {
  background: rgba(0, 0, 0, 0.6);
  height: 50px;
  padding: 6px 9px;
  overflow: hidden;
}
.article-nav .article-nav-box-title .ellipsize {
  height: 100%;
  overflow: hidden;
}
.article-nav .article-nav-box-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.article-nav .article-nav-box-disabled {
  border-bottom: 1px solid #ccc;
  border-left: none;
  background-image: url(../images/header-sprite.png);
  background-repeat: repeat-x;
  background-position: 0px -624px;
}
.article-nav .article-nav-box-disabled h5 {
  background: none;
  text-shadow: none;
  text-align: center;
  color: #333;
  margin-top: 16.5%;
  height: auto;
}
.article-nav .frame {
  height: 100%;
  overflow: hidden;
}
.article-nav .frame img.centered {
  z-index: 1;
  height: 80%;
  width: auto;
  box-shadow: 0 0 40px 0 black;
  margin-top: 9px;
  background: white;
}
.article-nav .frame img.bg {
  display: block;
}
.article-nav .frame-image-wrapper {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  overflow: hidden;
}
.dont-miss .article-nav {
  margin-bottom: 0;
}
a.img-center {
  position: relative;
  display: block;
}
.tag-boxes {
  clear: both;
}
html,
body {
  height: 100%;
}
.pre-horizontal-boxes {
  margin-top: 20px;
}
.horizontal-boxes {
  display: inline-block;
}
.horizontal-boxes li {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 11px;
  display: inline-block;
  margin: -1px -1px 0 0;
  float: left;
  text-transform: uppercase;
  border: 1px solid #e0e0e0;
  color: #555;
  line-height: 1.5;
}
.horizontal-boxes li a {
  padding: 5px 12px 3px;
  display: block;
  border-bottom: none !important;
}
.horizontal-boxes li a:hover {
  background: #eee;
  border-bottom: none !important;
}
.horizontal-boxes li.title {
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 3px rgba(0, 0, 0, 0.8);
  position: relative;
  cursor: default;
  padding: 4px 15px;
  letter-spacing: .5px;
}
.horizontal-boxes li.title:hover {
  color: white;
}
.horizontal-boxes li.green-border {
  border-color: #4ea53c;
}
.horizontal-boxes-tags {
  width: 100%;
}
.post-footer-meta {
  margin-top: 20px;
  position: relative;
  line-height: 1;
}
/* TOC
***************************************************************************/
#toc_wrapper {
  margin: 0 -17px 4px;
  position: relative;
}
#toc_wrapper #toc_container {
  display: inline-block;
}
.no-scroll {
  overflow: hidden;
}
.no-scroll .band.nav {
  height: 100%;
}
#toc_container {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  z-index: 3;
  display: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkRFQUE2MzNEQzBDMTFFMUJDOUNCRTdBMENCNUNGREIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkRFQUE2MzREQzBDMTFFMUJDOUNCRTdBMENCNUNGREIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCREVBQTYzMURDMEMxMUUxQkM5Q0JFN0EwQ0I1Q0ZEQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCREVBQTYzMkRDMEMxMUUxQkM5Q0JFN0EwQ0I1Q0ZEQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuXJT1sAAAAhSURBVHjaYvzPwHCAAQLANBMyBwgcmJA5yCocYCoBAgwA5hEFh3QCK+EAAAAASUVORK5CYII=);
  border: 1px solid black;
  width: 100%;
  max-height: 28px;
  overflow: hidden;
  transition: width 300ms, max-height 300ms 300ms, min-height 300ms 300ms;
  -moz-transition: width 300ms, max-height 300ms 300ms, min-height 300ms 300ms;
  /* Firefox 4 */
  -webkit-transition: width 300ms, max-height 300ms 300ms, min-height 300ms 300ms;
  /* Safari and Chrome */
  -o-transition: width 300ms, max-height 300ms 300ms, min-height 300ms 300ms;
  /* Opera */
}
#toc_container .toggle {
  position: absolute;
  overflow: hidden;
  width: 22px;
  color: white;
  text-shadow: 1px 1px 0 black;
  padding: 4px 4px 5px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}
#toc_container .toc_title {
  cursor: pointer;
  /* Abs positioning makes it not take up vert space */
  top: 200px;
  left: 4px;
  width: 100%;
  /* Border is the new background */
  background: none;
  line-height: 1;
  text-align: center;
  font-family: 'Oswald', Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: 1px 1px 0 black;
  margin: 6px 0;
}
#toc_container .toc_list {
  margin-bottom: 0;
  background: #666;
  border-top: 1px solid #000;
  width: 100%;
  overflow: auto;
  margin-top: 0;
  list-style: none;
  padding: 0;
}
#toc_container .toc_list ul {
  padding: 0;
  list-style: none;
}
#toc_container .toc_list li {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  min-height: 38px;
}
#toc_container .toc_list li a {
  display: block;
  color: #ccc;
  text-shadow: 1px 1px 0 black;
  padding: 6px 8px;
  border-bottom: 1px solid black;
}
#toc_container .toc_list ul {
  margin: 0;
}
#toc_container .toc_list > li a {
  color: #ddd;
  background-color: #333;
  border-top: 1px solid #444;
}
#toc_container .toc_list > li a:hover {
  border-top: 1px solid #555;
  background: #444;
}
#toc_container .toc_list > li ul li a {
  border-top: 1px solid #333;
  padding-left: 24px;
  background: #222;
}
#toc_container .toc_list > li ul li a:hover {
  border-top: 1px solid #444;
  background: #333;
}
#toc_wrapper:before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: 999;
  border-right: 6px solid #000;
  border-bottom: 4px solid transparent;
}
#toc_wrapper:after {
  content: '';
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 999;
  border-left: 6px solid #000;
  border-bottom: 4px solid transparent;
}
.author-header-content {
  overflow: hidden;
}
.single .post {
  border-bottom: 1px solid #e0e0e0;
}
.author-widget {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  width: 100%;
}
.author-widget .post-list {
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.author-widget:last-child {
  margin-right: 0;
}
.author-widget-comments .ellipsize {
  height: 50px;
  overflow: hidden;
  margin-bottom: 6px;
}
.author-widget-comments .ellipsize h4 {
  min-height: 0;
}
.author-widget-meta {
  position: absolute;
  bottom: 9px;
  font-family: 'Oswald', Arial, sans-serif;
  color: #999;
  text-transform: uppercase;
  right: 0;
}
.g-follow-wrap {
  display: inline;
  margin-right: 4px;
}
/* Table Styles
************************************************************/
.post .post-content th,
.post .post-content td {
  padding: 8px 14px;
  border: 1px solid #ccc;
}
.post .post-content tr:nth-child(2n) td {
  background: #f4f4f4;
}
.post .post-content th {
  background: #eaeaea;
  font-size: 16px;
}
.post .post-content tr:last-child td {
  border-bottom: 1px solid #ddd;
}
.post .post-content tr td:last-child {
  border-right: 1px solid #ddd;
}
.post .post-content p[align="center"],
.post .post-content p.center {
  font-family: 'Arial';
}
.post .post-content p {
  margin: 20px 0;
}
.ap-table,
.tablepress {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
  position: relative;
}
.ap-table td.green,
.tablepress td.green,
.ap-table td.red,
.tablepress td.red {
  color: black;
  font-weight: bold;
}
.ap-table td.green,
.tablepress td.green {
  background: url(../images/section-header-light-green.png) 0 0 repeat #e1ffd2;
}
.ap-table td.red,
.tablepress td.red {
  background: url(../images/section-header-red-light.png) 0 0 repeat;
}
.ap-table td.black,
.tablepress td.black {
  background: url(../images/section-header-black.png) 0 0 repeat #e1ffd2;
}
.ap-table td.blue,
.tablepress td.blue {
  background: url(../images/section-header-blue.png) 0 0 repeat #e1ffd2;
}
.ap-table .column-1,
.tablepress .column-1 {
  font-weight: bold;
  border-left: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.ap-table .column-2 {
  word-break: break-word;
}
.ap-legacy-table {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: auto;
}
.ap-legacy-table table {
  width: 100%;
  border: 1px solid transparent;
  margin-bottom: 0 !important;
}
.ap-legacy-table table th,
.ap-legacy-table table td {
  line-height: 1.4em;
}
.ap-legacy-table table tr th:first-child,
.ap-legacy-table table tr td:first-child {
  border-left: none;
}
.ap-legacy-table table tr th:last-child {
  border-right: 1px solid #eaeaea;
}
.ap-legacy-table table tr td:last-child {
  border-right: none;
}
.ap-legacy-table table tr:nth-child(2n) td:last-child {
  border-right: 1px solid #f4f4f4;
}
.tablepress thead {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tablepress-colorize-red {
  color: #DB0404;
}
.tablepress-colorize-green {
  color: green;
}
.wp-caption {
  width: 100% !important;
  text-align: center;
}
.wp-caption > a {
  display: inline-block;
}
.wp-caption > a img {
  vertical-align: bottom;
}
.wp-caption .wp-caption-text {
  margin-top: 10px;
}
.post .dataTables_wrapper {
  padding: 20px 0 15px;
  width: 100%;
  overflow-y: auto;
  overflow: auto;
}
.post .dataTables_wrapper .dataTables_filter {
  position: relative;
  margin-bottom: 6px;
}
.post .dataTables_wrapper .dataTables_filter label input {
  margin: 0;
  font-size: 13px;
  padding: 6px;
}
.post .dataTables_wrapper .dataTables_filter label .icon-search {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 20px;
}
.dataTables_wrapper {
  position: relative;
}
.primary .tablepress thead th {
  background-color: #888;
  border: 1px solid #666 !important;
  color: white;
  font-size: 15px;
}
.tablepress td.dataTables_empty {
  border-left: 1px solid #ddd;
}
.primary .tablepress td,
.primary .tablepress th {
  padding: 4px 8px;
  padding-right: 20px;
}
.primary .dataTables_wrapper .sorting:hover {
  background-color: #999;
}
.primary .dataTables_wrapper .sorting_asc,
.primary .dataTables_wrapper .sorting_desc {
  background-color: #777;
}
.tablepress-table-description {
  position: relative;
  padding: 8px 10px;
  background: #333;
  color: #fff;
  top: -15px;
  font-size: 13px;
  line-height: 1.5em;
  border: 1px solid #222;
  margin-bottom: 20px;
  margin-top: 55px;
  z-index: 1;
}
.dataTables_paginate a {
  border-bottom: none !important;
}
.dataTables_wrapper .paginate_disabled_next:after,
.dataTables_wrapper .paginate_disabled_previous:before,
.dataTables_wrapper .paginate_button.next.disabled:after,
.dataTables_wrapper .paginate_button.previous.disabled:before,
.dataTables_wrapper .paginate_button.next.disabled:hover:after,
.dataTables_wrapper .paginate_button.previous.disabled:hover:before {
  color: #999;
}
.dataTables_wrapper .paginate_disabled_next:after,
.dataTables_wrapper .paginate_enabled_next:after,
.dataTables_wrapper .paginate_button.next:after,
.dataTables_wrapper .paginate_button.next.disabled:after {
  font-family: 'APfonts';
  content: "\f0da";
  text-shadow: none;
}
.dataTables_wrapper .paginate_disabled_previous:before,
.dataTables_wrapper .paginate_enabled_previous:before,
.dataTables_wrapper .paginate_button.previous:before,
.dataTables_wrapper .paginate_button.previous.disabled:before {
  font-family: 'APfonts';
  content: "\f0d9";
  text-shadow: none;
}
.dataTables_wrapper .paginate_enabled_next:hover:after,
.dataTables_wrapper .paginate_enabled_previous:hover:before,
.dataTables_wrapper .paginate_button.next:hover:after,
.dataTables_wrapper .paginate_button.previous:hover:before {
  color: #222;
}
.dataTables_wrapper .paginate_enabled_next:after,
.dataTables_wrapper .paginate_enabled_previous:before,
.dataTables_wrapper .paginate_button.next:after,
.dataTables_wrapper .paginate_button.previous:after {
  color: #222;
}
.dataTables_length {
  margin-top: 4px;
}
.dataTables_info,
.dataTables_paginate,
.dataTables_length {
  font-size: 14px;
}
/* Multi Column
***************************************************************************/
.multi-column.dark .gallery-display {
  background: url(../images/bg-pattern-dark.png);
  border: none;
}
.gallery-display {
  margin-right: 0 !important;
  margin-bottom: 10px;
  background: url(../images/square_bg.png);
  text-align: center;
  border: 1px solid #eee;
  height: 342px;
  position: relative;
}
.gallery-slider {
  background: #eee;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-slider .slider-mask {
  white-space: nowrap;
  height: 118px;
  width: 590px;
  left: 39px;
  position: absolute;
  overflow: hidden;
}
.gallery-slider a.btn {
  float: left;
  height: 118px;
  width: 39px;
  cursor: pointer;
}
.gallery-slider a.btn.right {
  float: right;
}
.gallery-slider ul {
  display: inline-block;
  height: 118px;
  float: left;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.gallery-slider ul li {
  display: inline;
  height: 100%;
}
.gallery-slider ul li a {
  opacity: .6;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
}
.gallery-slider ul li a.active,
.gallery-slider ul li a:hover,
.gallery-slider ul li a.active:hover {
  opacity: 1;
}
.gallery-slider ul li img {
  height: 100%;
}
.gallery-display-link {
  position: relative;
  height: 336px;
  line-height: 336px;
  z-index: 1;
  display: none;
  border: none !important;
}
.gallery-display-link img {
  vertical-align: middle;
}
.gallery-display-link.active {
  display: block;
}
.multi-column {
  overflow: hidden;
  clear: both;
}
.multi-column .half,
.multi-column .one-third,
.multi-column .two-thirds {
  margin-right: 2%;
}
.multi-column .half:nth-child(2n),
.multi-column .one-third:last-child,
.multi-column .two-thirds:last-child {
  margin-right: 0;
}
.multi-column a.imgset-link {
  display: block;
  margin-bottom: 6.31%;
  border: none !important;
}
.multi-column figure a,
.multi-column .one-third a {
  border: none !important;
}
.multi-column figure a img,
.multi-column .one-third a img {
  opacity: 1;
  vertical-align: bottom;
}
.multi-column figure a:hover,
.multi-column .one-third a:hover {
  border: none !important;
}
.multi-column figure a:hover img,
.multi-column .one-third a:hover img {
  opacity: .85;
}
.multi-column .one-third {
  width: 32%;
}
.multi-column .half {
  width: 49%;
  display: inline-block;
  float: left;
}
.multi-column .half .ap-figure a {
  margin-bottom: 5%;
}
.multi-column .one-third {
  display: inline-block;
  float: left;
}
.multi-column .one-third img {
  width: 100%;
}
.multi-column .one-third img:nth-child(2) {
  position: relative;
  top: -1px;
}
.multi-column .one-third p {
  padding-right: 10px;
}
.multi-column .two-thirds {
  width: 66%;
  display: inline-block;
  float: left;
}
.multi-column figure {
  position: relative;
}
.multi-column figure img {
  width: 100%;
}
.multi-column ul,
.multi-column ol {
  margin: 0;
}
figure.ap-figure {
  position: relative;
}
figure.ap-figure > a {
  display: inline-block;
  border: none !important;
}
figure.ap-figure > a:hover {
  opacity: .85;
}
figure.ap-figure img {
  vertical-align: bottom;
}
.ap-rel-parent {
  position: relative;
}
.ap-image-caption-wrapper {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  display: block;
  position: absolute;
  width: 100%;
  bottom: 4px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ccc;
  text-align: left;
  padding: 4px 30px 4px 8px;
  overflow: hidden;
  max-height: 125px;
  cursor: pointer;
}
.ap-image-caption-wrapper i {
  position: absolute;
  right: 3px;
  top: 2px;
}
.ap-image-caption-wrapper i:hover {
  color: white;
}
.ap-image-caption-wrapper i.icon-external-link {
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
}
.ap-image-caption-wrapper .ap-image-caption {
  text-align: left;
  display: block;
  font-size: 12px;
}
.ap-image-caption-wrapper.close {
  width: 22px;
  padding: 0;
  max-height: 22px;
}
.ap-image-caption-wrapper.close .ap-image-caption {
  margin-left: 25px;
}
.ap-image-caption-wrapper.close i {
  right: 4px;
}
.ap-figure .ap-image-caption-wrapper {
  bottom: -4px;
}
.multi-column.user-defined .half,
.multi-column.user-defined .one-third,
.multi-column.user-defined .two-thirds {
  margin-right: 0;
}
.multi-column.user-defined .one-third,
.multi-column.user-defined .half,
.multi-column.user-defined .two-thirds {
  width: 100%;
}
.clearboth {
  clear: both;
}
/* #Header Styles
**************************************************************/
h1.logo {
  background: url(../images/android-police-logo-ns.png?nocache=1) no-repeat;
  height: 103px;
  width: 181px;
  margin: 10px 0 0 0;
  display: inline-block;
  float: left;
  font: 0/0 a;
}
/*Ads
**************************************************************/
.header-ad {
  float: right;
  margin-top: 18px;
}
.mt-header {
  float: none;
  margin: 10px auto;
}
.mt-body {
  margin: 10px auto;
  overflow: hidden;
}
.leaderboard {
  margin-bottom: 0px;
  height: 90px;
}
.single-ad {
  padding: 10px 0 30px;
  text-align: center;
}
.execphpwidget {
  padding: 20px 10px;
}
.execphpwidget #wp125adwrap_2c .wp125ad,
.execphpwidget #wp125adwrap_1c .wp125ad,
.execphpwidget div.bsap_1246825 a {
  width: 50%;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}
.execphpwidget #wp125adwrap_2c .wp125ad a,
.execphpwidget #wp125adwrap_1c .wp125ad a,
.execphpwidget div.bsap_1246825 a a {
  display: block;
  line-height: 0;
}
.execphpwidget div.bsap_1246825 a.adhere {
  height: 125px;
  width: 125px;
  margin-left: 8px;
}
#taboola-below-article-thumbnails {
  margin: 15px 0 -20px 0;
}
/*Primary Navigation
**************************************************************/
ul.primary-nav .icon-caret-right:before {
  content: '\f0da';
}
ul.primary-nav,
ul.sub-nav {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  list-style: none;
  margin: 0;
}
ul.primary-nav > li > a,
ul.sub-nav > li > a {
  font-size: 15px;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  display: block;
  line-height: 1;
  padding: 12px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.primary-nav > li .tip-us,
ul.sub-nav > li .tip-us {
  padding: 14px;
}
ul.primary-nav > li [title='donate'],
ul.sub-nav > li [title='donate'] {
  color: #38b51e;
}
ul.primary-nav > li:nth-child(2),
ul.sub-nav > li:nth-child(2),
ul.primary-nav li:nth-child(1),
ul.sub-nav li:nth-child(1) {
  padding-left: 0;
}
ul.primary-nav {
  left: -100%;
  top: 0;
  z-index: 9997;
  background: #222;
}
ul.primary-nav > li {
  width: 40%;
}
ul.primary-nav > li a {
  width: 100%;
}
ul.primary-nav > li i {
  position: absolute;
  padding-left: 6px;
}
ul.primary-nav > li:last-child {
  border-bottom: none;
}
ul.primary-nav li > a:after {
  content: '';
}
ul.primary-nav .tip-us {
  position: absolute;
  bottom: 0;
}
.ap-nav-primary {
  background: black;
}
.ap-nav-primary.active,
.ap-nav-primary.active:hover {
  background: white;
  color: black;
}
.cat-select.active {
  display: block;
}
.cat-select {
  display: none;
  position: absolute;
  border-top: none;
  width: 100%;
  border-color: #393939;
  background: #393939;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.cat-select span {
  padding: 6px;
  border-bottom: 1px solid #ccc;
  display: block;
}
.cat-select .cat-ul {
  max-height: 323px;
  overflow-y: auto;
}
.cat-select .cat-ul .ap-loader-wrapper {
  min-height: 323px;
  padding: 120px 0;
}
.cat-select .cat-ul .ap-loader {
  position: relative;
  margin: auto;
  left: auto;
  right: auto;
}
.cat-select .cat-ul ul li a {
  padding-left: 15px;
  font-weight: normal;
}
.cat-select .cat-ul ul li ul li a {
  padding-left: 30px;
}
.cat-select .cat-ul ul li ul li ul li a {
  padding-left: 45px;
}
.cat-select li a {
  display: block;
  padding: 10px;
  line-height: 1;
  font-weight: bold;
  color: #eee;
}
/*Banner UI
************************************************/
.band.sub-nav.main {
  margin-bottom: 0;
}
.primary-nav {
  height: 100%;
}
.primary-nav .menu-item {
  background: #222222;
}
input.switch:empty {
  margin-left: -999px;
}
input.switch:empty ~ label {
  position: relative;
  float: left;
  line-height: 1.6em;
  text-indent: 4em;
  margin: 0.2em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form.switch {
  margin-bottom: 0;
}
input.switch:empty ~ label:before,
input.switch:empty ~ label:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 3.6em;
  background-color: #c33;
  border-radius: 0.3em;
  box-shadow: inset 0 0.2em 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
input.switch:empty ~ label:after {
  width: 1.4em;
  top: 0.1em;
  bottom: 0.1em;
  margin-left: 0.1em;
  background-color: #fff;
  border-radius: 0.15em;
  box-shadow: inset 0 -0.2em 0 rgba(0, 0, 0, 0.2);
}
input.switch:checked ~ label:before {
  background-color: #393;
}
input.switch:checked ~ label:after {
  margin-left: 2.1em;
}
.band.content.main {
  margin-top: 45px;
  padding-top: 10px;
  width: 100%;
  background: #f0f0f0;
}
.band.content.main .container:first-child {
  border-top: none;
}
.band.content.main .container .primary.column {
  position: relative;
  z-index: 1;
  padding: 0 9px;
}
.band.content.main .container .primary.column .quick-bar {
  position: absolute;
  left: -8px;
  z-index: 9999;
}
.band.content.main .container .primary.column .toc {
  position: relative;
}
.band.content.main .container .primary.column .quick-bar.is-sticky {
  left: auto;
}
.band.content.main .container .secondary.column {
  width: 300px;
}
.band.content.main .container.feature {
  border: none;
  background: none;
}
.drop-down.show {
  display: block;
}
.drop-down {
  display: none;
  top: 0;
  right: 0;
  left: auto;
  border: none;
  padding: 45px 0px 0px 0px;
  width: 60%;
  background-color: #fff;
  z-index: 990;
  position: absolute;
  min-height: 0;
  height: 100%;
}
.drop-down .container {
  height: 100%;
}
.drop-down ul {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.drop-down > li {
  width: 100%;
  padding: 0;
}
.drop-down > li > a {
  width: 100%;
}
.drop-down ul.sub-cat,
.drop-down ul.sub-menu {
  width: 19%;
  height: 463px;
  background-color: #eee;
}
.drop-down ul.sub-cat li,
.drop-down ul.sub-menu li {
  border-top: none;
  position: relative;
  white-space: nowrap;
}
.drop-down ul.sub-cat li a,
.drop-down ul.sub-menu li a {
  text-transform: uppercase;
  font-family: 'Oswald', Arial, sans-serif;
  color: #333;
  top: auto;
  font-weight: normal;
  padding: 12px;
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 15px;
  line-height: 1;
}
.drop-down ul.sub-cat li a:after,
.drop-down ul.sub-menu li a:after {
  position: absolute;
  width: 18px;
  height: 50px;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 75%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238, 238, 238, 0)), color-stop(75%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 75%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 75%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(238, 238, 238, 0) 0%, #eeeeee 75%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eeeeee 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#eeeeee', GradientType=1);
  /* IE6-9 */
}
.drop-down ul.sub-cat li:first-child,
.drop-down ul.sub-menu li:first-child {
  border-top: none;
}
.drop-down ul.sub-cat {
  width: 100%;
  height: 100%;
  box-shadow: inset 10px 0 17px -10px rgba(0, 0, 0, 0.6);
}
.drop-down .sub-cat li {
  cursor: pointer;
}
.drop-down #article-list {
  display: none;
  width: 81%;
  text-align: left;
  position: relative;
}
.drop-down #article-list ul.news-articles {
  border-right: 1px solid #eee;
  background: white;
}
.drop-down #article-list ul.news-articles:nth-child(2) {
  border-right: none;
}
.drop-down ul.sub-column {
  width: 50%;
  height: 100%;
  padding: 0;
  border: none;
  text-align: left;
}
.drop-down ul.sub-column > li {
  width: auto;
  height: auto;
}
.drop-down ul.sub-column li:nth-child(5) {
  border-bottom: none;
  box-shadow: none;
}
.drop-down ul.sub-column li:nth-child(5) {
  border-bottom: 1px solid #eee;
}
.drop-down .more-btn {
  position: absolute;
  bottom: 0px;
  padding: 14px;
  background-color: #bbb;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
}
.drop-down .more-btn:hover {
  color: #222;
}
.ap-dropdown {
  position: relative;
  display: inline-block;
}
.ap-dropdown-content {
  text-align: left;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  right: -4px;
  top: -10px;
  color: #333;
  background-color: white;
  border-radius: 2px;
  z-index: 1;
  transition: .3s all;
}
.ap-dropdown-content a.active {
  color: #157BDA;
}
.ap-dropdown-content a {
  padding: 10px 14px;
  white-space: nowrap;
  display: block;
}
.ap-dropdown-trigger {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 2px;
  color: #157BDA;
}
.ap-dropdown-trigger i {
  padding-left: 2px;
  position: relative;
  top: -2px;
  font-size: 11px;
}
.ap-dropdown-trigger:hover {
  color: #157BDA;
}
.ap-dropdown-trigger:hover span {
  border-bottom: 2px solid;
}
.ap-dropdown-content-bottom {
  top: auto;
  bottom: -8px;
}
.ap-dropdown-content.active {
  opacity: 1;
  transition: .3s all;
  max-height: 200px;
  max-width: 200px;
  z-index: 2;
}
.nav-bg {
  display: none;
  width: 100%;
  position: absolute;
  background: #333;
  z-index: 0;
  border-bottom: 4px solid #fff;
  min-height: 467px;
  top: 45px;
}
.ap-panel {
  padding: 45px 0 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ap-panel-header {
  padding: 12px;
  background: #0e78ca;
  font-family: 'Oswald', Arial, sans-serif;
  text-align: right;
}
.ap-panel-dropdown {
  display: inline-block;
  color: white;
  text-transform: uppercase;
}
.ap-panel-dropdown {
  padding-right: 10px;
}
.ap-panel-dropdown:last-child {
  padding-right: 0;
}
.ap-panel-news {
  top: -200%;
  left: 0;
  background: white;
  transition: all .3s;
  overflow: scroll;
}
.ap-panel-news .container {
  height: 100%;
}
.ap-panel-news.active {
  top: 0;
}
.ap-end-cap {
  display: block;
  width: 100%;
  padding: 10px 0 2px;
  text-align: center;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
ul.sub-nav li a {
  color: #777;
  font-size: 16px;
  top: 0px;
  padding: 10px 8px;
}
ul.sub-nav li a:hover {
  color: black;
}
ul.sub-nav .tip-us {
  position: static;
  margin-right: 0;
  color: white;
}
.search-results {
  margin-bottom: 10px;
}
.search-box {
  position: fixed;
  width: 100%;
  top: -45px;
  transition: .3s all;
  left: 0;
  height: 45px;
  z-index: 1;
}
.search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}
.search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
  opacity: 1;
}
.search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
  opacity: 1;
}
.search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}
.search-box form {
  margin: 0;
  position: relative;
  height: 100%;
}
.search-box form input::selection {
  background: white;
  color: black;
}
.search-box-close {
  width: 48px;
  font-size: 20px;
}
.search-box.active {
  top: 0;
}
.search-box form input {
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #393939;
  color: white;
}
.tip-us {
  /*styles*/
  background: #AF1C1C;
  padding: 12px 12px 10px;
  /*font styles*/
  color: white;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
}
.tip-us-iframe-body {
  background: white;
}
#tip-us-iframe {
  width: 100%;
  background: white;
  height: 682px;
}
img.full-width {
  width: 727px;
  position: relative;
  left: -30px;
  margin-bottom: 30px;
}
/* #Content Styles
================================================== */
#disqus_thread {
  padding: 10px;
}
.header-box {
  position: relative;
  min-height: 158px;
}
.header-box a img {
  display: block;
  margin: 0;
  vertical-align: bottom;
  width: 100%;
}
.header-box h4,
.header-box p {
  position: absolute;
  z-index: 100;
  color: white;
  margin: 0;
}
.header-box h4 {
  bottom: 56px;
  font-size: 16px;
  line-height: 1;
  padding: 8px;
  color: #212121;
  text-transform: uppercase;
  background: url(../images/section-header-light-red.png);
}
.header-box h4 span {
  color: red;
}
.header-box p {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  bottom: 0px;
  width: auto;
  font-family: 'Roboto Slab', Georgia, serif;
  font-size: 15px;
  text-shadow: 1px 1px 0 black;
  line-height: 18px;
  margin: 0;
  width: 100%;
}
.header-box .frame {
  z-index: 1;
}
.header-box .frame img {
  background: #222;
}
.breaking-bar {
  position: absolute;
  top: -40px;
  text-align: center;
  transition: .3s all;
}
.breaking-bar.active {
  top: -14px;
}
.breaking-bar--heading {
  font-size: 12px;
  font-family: 'Roboto', Arial, sans-serif;
  line-height: 1;
  margin: 0;
  display: inline-block;
  height: 25px;
  padding: 6px 8px;
  background: #c00000;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.breaking-bar--heading a {
  color: white;
}
.breaking-bar--heading i {
  margin-right: 4px;
}
.categories {
  clear: both;
  margin-top: 12px;
  display: block;
  border-top: 1px solid #ccc;
  position: relative;
  margin-left: -11px;
  margin-right: -11px;
  top: 1px;
}
.categories ul.post-categories {
  margin: 0;
  border-left: 1px solid #ccc;
  overflow: auto;
}
.categories ul.post-categories li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: -1px;
}
.categories ul.post-categories li:hover {
  background-color: #f6f6f6;
}
.categories ul.post-categories li:hover a {
  color: #666;
}
.categories li {
  display: inline;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}
.categories li a {
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 8px 4px;
  position: relative;
  margin-top: -1px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 10px;
  color: #888;
  float: left;
  height: 25px;
  line-height: 1.5em;
}
.categories li a.breaking {
  color: red;
}
.post-bar {
  background-color: #ccc;
  padding: 10px;
}
.large-post:first-child {
  margin-top: 0;
}
/* List View
***********************************************************/
.list-view {
  padding-bottom: 0;
}
.list-view blockquote.big-red,
.list-view .multi-page-post,
.list-view .post-footer-meta {
  display: none;
}
.list-view p:last-child {
  margin-bottom: 0;
}
.ap-break {
  border-bottom: 1px solid #e0e0e0;
  margin: 24px 0;
  position: relative;
  text-align: center;
}
.ap-break i {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #444;
  padding: 9px;
  font-size: 20px;
  background: white;
}
ul.post-categories {
  font-size: 13px;
}
.large-post a.read-more,
.med-post a.read-more,
.large-post a.primary-btn,
.med-post a.primary-btn {
  margin-top: 20px;
}
.post-meta {
  font-family: 'Roboto', Arial, sans-serif;
  color: #777;
  display: inline-block;
  float: left;
  line-height: 1;
  position: relative;
  clear: both;
  margin-bottom: 12px;
}
/*vert
-*/
#wrapper {
  float: left;
  height: 70px;
  width: 70px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}
#wrapper td {
  vertical-align: middle;
  text-align: center;
  padding: 0;
  border: none;
}
/*Primary Column Widgets
------------------------------------------*/
.primary-widget {
  clear: both;
  margin-bottom: 20px;
}
.primary-widget table tr:first-child td {
  border-top: none;
}
.primary-widget .widget-body {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  border-bottom: none;
  text-align: center;
  overflow: hidden;
}
.primary-widget section {
  border: 1px solid #ddd;
  border-top: none;
  text-align: center;
  overflow: hidden;
}
.primary-widget section a.g-play,
.primary-widget section a.qr {
  float: left;
  border: 1px solid #eee;
  width: 108px;
  height: 108px;
  overflow: hidden;
  margin-right: 10px;
}
.primary-widget section a.g-play img,
.primary-widget section a.qr img {
  width: 100%;
}
.primary-widget section a.qr {
  padding: 4px;
}
.primary-widget section a.qr img {
  height: 100%;
}
.primary-widget section ul,
.primary-widget section ol {
  clear: both;
  margin: 0;
  text-align: left;
  font-size: 14px;
}
.primary-widget section ul li,
.primary-widget section ol li {
  list-style: none;
}
.primary-widget section ul li:last-child,
.primary-widget section ol li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0px;
}
.primary-widget section ul li,
.primary-widget section ol li,
.primary-widget section ul a,
.primary-widget section ol a {
  color: #888;
}
.primary-widget section ul a:hover,
.primary-widget section ol a:hover,
.primary-widget section ul li:hover,
.primary-widget section ol li:hover {
  color: #888;
}
.primary-widget section ul a:hover ul.news-meta li,
.primary-widget section ol a:hover ul.news-meta li,
.primary-widget section ul li:hover ul.news-meta li,
.primary-widget section ol li:hover ul.news-meta li {
  color: #888;
}
.primary-widget section ul.open,
.primary-widget section ol.open {
  display: block;
  margin-top: 20px;
}
.primary-widget section p {
  text-align: left;
}
.primary-widget section a.btn {
  width: 140px;
  padding: 4px 7px;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.primary-widget section a.prev {
  float: left;
}
.primary-widget section a.next {
  float: right;
}
.primary-widget section a.expand {
  margin: 0 auto 20px;
}
.primary-widget section .disabled,
.primary-widget section .disabled:hover {
  color: #bbb;
  background: #f8f8f8;
  border-color: #dfdfdf;
}
.primary-widget section .disabled:before,
.primary-widget section .disabled:after {
  color: #bbb !important;
}
.primary-widget.table section {
  padding: 0;
  margin: 0;
}
/*********************************************************************/
/* Page Bits*/
/*********************************************************************/
.page-title {
  padding: 30px;
  border-bottom: 1px solid #ddd;
}
.page-title h1 {
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
}
/*********************************************************************/
/* Series Bits*/
/*********************************************************************/
#series section {
  padding-bottom: 0;
}
.series-wrapper {
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.series-wrapper.open {
  max-height: 1000px;
}
.nav-fix {
  position: absolute;
  top: -30px;
}
ul.series {
  padding-bottom: 0;
}
ul.series li:first-child {
  border-top: 1px solid #ddd;
}
ul.series li {
  position: relative;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
ul.series li .num {
  float: left;
  width: 45px;
  text-align: right;
  font-size: 31px;
  line-height: 1;
  font-family: 'Oswald', Arial, sans-serif;
  margin-right: 10px;
}
ul.series li .num-l {
  width: 65px;
}
ul.series li .post-date-time {
  font-size: 12px;
  line-height: 1.2;
  color: #888;
  float: left;
  margin-top: 4px;
}
ul.series .ellipsis {
  font-size: 36px;
  padding-top: 0 !important;
  padding-bottom: 18px !important;
  line-height: 1 !important;
}
ul.series li.center a {
  display: block;
  text-align: center;
  line-height: 1.1em;
}
ul.series .cell-link {
  padding: 10px;
  padding-right: 50px;
  border: none !important;
  color: #444 !important;
}
ul.series .cell-link .series-title {
  font-family: 'Roboto', Arial, sans-serif;
  display: block;
  line-height: 1.5em;
}
ul.series .cell-link-extra {
  padding: 20px 10px;
}
ul.series .ellipsize {
  max-height: 75px;
  overflow: hidden;
  width: 95%;
  margin-top: -2px;
}
.wp-flattr-button {
  display: none;
}
/*********************************************************************/
/* Review Bits*/
/*********************************************************************/
.conclusion {
  width: 100%;
  overflow: hidden;
}
.conclusion .left {
  width: 50%;
  margin-right: 4%;
  display: inline-block;
  position: relative;
  float: left;
  margin-bottom: 20px;
}
.conclusion .left .inner {
  position: relative;
  margin-bottom: 20px;
}
.conclusion .left canvas {
  width: 100%;
  height: auto;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.conclusion .left span {
  text-transform: uppercase;
  font-family: 'Oswald', Arial, sans-serif;
}
.conclusion .left span.name {
  width: 70%;
  text-align: center;
  left: 15%;
  bottom: 48%;
  position: absolute;
  padding-bottom: 6px;
  border-bottom: 4px solid #ddd;
  font-family: 'Roboto Slab', Georgia, serif;
  text-transform: none;
  line-height: 1.2;
}
.conclusion .left span.score {
  position: absolute;
  width: 70%;
  text-align: center;
  top: 58%;
  left: 15%;
  font-size: 2.5em;
}
.conclusion .left .meter {
  display: block;
  width: 100%;
  height: 20px;
  background-color: #d1d1d1;
  border-top: 1px solid #c1c1c1;
  margin-bottom: 10px;
}
.conclusion .left .value {
  background: url(../images/section-header-red.png) #ffffff;
  border-top: 1px solid #dd5a5a;
  position: relative;
  height: 20px;
  top: -1px;
  width: 0%;
}
.conclusion .left .value span {
  float: right;
  color: white;
  line-height: 1;
  text-shadow: 1px 1px 0 #111;
  font-size: 14px;
  position: relative;
  top: 2px;
  padding-right: 3px;
  letter-spacing: 1px;
}
.conclusion .right {
  display: inline;
  vertical-align: top;
}
.primary .widget {
  overflow: auto;
}
.primary .widget section .ad-box {
  display: inline-block !important;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 250px;
}
.primary .post-footer {
  border: 1px solid #e0e0e0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 10px;
  box-shadow: 0 1px 0 0 #cfcfcf;
  background: white;
}
.primary .post-footer-inner {
  background: white;
  overflow: hidden;
}
.wp-flattr-button {
  max-width: 150px;
}
.post-footer .article-nav {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.page .primary .post-footer {
  border-top: none;
}
.page .primary .post-footer .single-post-widget .widget {
  border-bottom: none;
}
ul.wp-polls-ul {
  list-style-position: outside;
  font-family: 'Roboto', Arial, sans-serif;
}
ul.wp-polls-ul li input {
  float: left;
  position: relative;
  margin: 4px 0 0;
}
ul.wp-polls-ul li label {
  font-weight: normal;
  display: block;
  margin-left: 18px;
  font-size: 13px;
  line-height: 1.5em;
}
.feature-right-nav {
  float: right;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.feature-right-nav p,
.feature-right-nav a {
  margin: 0;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  color: #555;
}
.feature-right-nav p {
  font-size: 11px;
}
.feature-right-nav a {
  font-size: 15px;
}
.feature-right-nav a:after {
  content: '|';
  padding: 0 6px;
}
.feature-right-nav a:last-child:after {
  content: none;
}
.feature-right-nav a:hover {
  color: #222;
}
.feature-right-nav a.current {
  color: red;
}
.feature-right-nav a.current:after {
  color: #555;
}
/* Sidebar Styles
******************************************************************/
.ap-sidebar-title {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
}
h3.ap-sidebar-title {
  text-transform: uppercase;
}
ul.post-list h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #222;
}
ul.post-list h3 span {
  color: red;
}
.ap-follow-widget .multi-column {
  margin-bottom: 20px;
  overflow: visible;
  height: 28px;
}
.ap-follow-widget .multi-column:last-child {
  margin-bottom: 0;
}
.ap-follow-btn {
  display: block;
}
.ap-follow-btn .ap-sidebar-title {
  display: inline-block;
  margin-top: 5px;
  color: #555;
}
.ap-follow-btn:hover .ap-sidebar-title {
  color: #333;
}
.ap-follow-btn:hover .ap-follow-icon {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.ap-follow-icon {
  float: left;
  border-radius: 3px;
  background: grey;
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  width: 28px;
  height: 28px;
  text-align: center;
  transition: all .25s;
  color: white;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.ap-follow-icon i {
  font-size: 13px;
  display: block;
  position: relative;
  top: 7px;
}
.ap-follow-icon i.icon-youtube {
  font-size: 12px;
  top: 8px;
}
.ap-follow-icon i.icon-google-plus {
  left: 2px;
  font-size: 15px;
}
.google-plus-color {
  background: #dd4b39;
}
.twitter-color {
  background: #00aced;
}
.facebook-color {
  background: #3B5998;
}
.newsstand-color {
  background: #3f5ca9;
}
.rss-color {
  background: #ff6600;
}
.youtube-color {
  background: #cc181e;
}
.app-dot-net-color {
  background: #d87a68;
}
.secondary .widget ul.post-list li {
  position: relative;
  padding: 0px;
  margin: 0;
  overflow: hidden;
}
.secondary .widget ul.post-list li p {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  min-height: 65px;
  line-height: 22px;
  overflow: hidden;
}
.secondary .widget ul.post-list li:hover .icon {
  opacity: 1;
}
.widget .wp-polls-ul {
  margin: 0 0 25px;
}
.section-header {
  border: none;
  border-bottom: 2px solid #212121;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMjAwcHgiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMDAgMjAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMyMTIxMjEiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBwb2ludHM9IjIwMCwyMDAgMCwyMDAgMCwwICIvPg0KPC9zdmc+DQo=);
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.section-header h1,
.section-header h2,
.section-header h3,
.section-header h4,
.section-header > span,
.flexbox-h3 {
  position: relative;
  left: auto;
  top: auto;
  display: inline-block;
  margin: 7px 0 5px 7px;
  text-transform: uppercase;
  color: white;
  text-shadow: 1px 1px 0px black;
  line-height: 1.15;
  padding: 6px 8px;
}
.section-header > span {
  font-size: 20px;
}
.header-bg,
.nav-bg:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAN8CAIAAADwCpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA21pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQzU3REFGNEM3RDQxMUUyQkRFNUNBQTYzM0ZCQkQzQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MzQxNEFFQTlFMkIxMUU0QjU3QTkzNTk4NThDN0YwQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MzQxNEFFOTlFMkIxMUU0QjU3QTkzNTk4NThDN0YwQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjJhODdlOGYtZDZlZi0zMzRhLWE1MzUtZWMzZjFjNjM3ZmYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZmZDI2ZjAxLTljOTctNTY0ZC1iNmEzLTkzOTZjMmQ5YjcxOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqHlFuIAAAEoSURBVHja7Nk9TsNAEIbh2cGSJX5k0dHQuAklnMBuOQU1JfdAouIA3MQ3oI3TcoCwQkg2Ai2zO+NxzgCfi+TNzjytFSchdR3J1ffywl40DOy1TErJaYCBgYGBWU33nHJckk20hjdiL5toySl7wcDAwMBU24v+dpNvsq9x4JvGyta05JS9bOKbMDAwMP/cVNenj/K2OT63tauzXNuPPXvZREtO2QsGBgYGJqT3/M2Umpflib8UxbuQktUyKSVzGBgYGJgD872/lzg6ebCJ1s/nU0hfOy2baMkcBgYGBmY1NE1TKpeE3G7zn07zPNuaVl3X7GUTLTmFgYGBgYGB+XOmGscxP3A1ja1pxRjZyyZacspeMDAwMDCh/MJFbduSl31Y63BB4leAAQD6wjAb26X3bQAAAABJRU5ErkJggg==');
}
.red-bg {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.blue-bg {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px -104px;
}
.green-bg {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px -208px;
}
.yellow-bg {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px -416px;
}
.black-bg {
  background: url(../images/section-header-black.png);
}
li.green header.section-header h4 {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px -208px;
}
li.teal header.section-header h4 {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px -312px;
}
li.blue header.section-header h4 {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px -104px;
}
li.red header.section-header h4 {
  background-color: transparent;
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
/*********************************************************************/
/* Social Media Buttons */
/*********************************************************************/
.share-box {
  display: inline-block;
  float: right;
  position: relative;
  font-family: 'Roboto', Arial, sans-serif;
  margin-top: -6px;
}
.share-box ul.share-btns {
  position: relative;
  z-index: 2;
}
.share-box ul.share-btns i {
  position: relative;
  top: 1px;
}
.share-box ul.share-btns li.active {
  border-bottom: 1px solid white;
}
.share-box ul.share-btns li.active .share-btn {
  display: block;
}
.share-box .shares {
  z-index: 1;
  position: relative;
  width: 100%;
  text-align: right;
  font-size: 13px;
  padding: 2px 0 0;
  color: #666;
  clear: both;
}
.share-box .shares span.count {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  padding: 4px 3px 3px;
  position: relative;
  margin-left: 8px;
  font-size: 11px;
  display: inline-block;
  line-height: 1;
}
.share-box .shares span.count:before {
  border-top: 5px solid transparent;
  position: absolute;
  top: 4px;
  left: -5px;
  content: '';
  border-right: 4px solid #e0e0e0;
  border-bottom: 5px solid transparent;
}
.share-box .shares span.count:after {
  border-top: 5px solid transparent;
  position: absolute;
  top: 4px;
  left: -4px;
  content: '';
  border-right: 4px solid white;
  border-bottom: 5px solid transparent;
}
.facebook-like {
  top: -2px;
  position: relative;
}
ul.share-btns {
  color: #777;
  display: block;
}
ul.share-btns li {
  display: inline;
  float: left;
  border: 1px solid #e0e0e0;
  margin-left: -1px;
  font-size: 14px;
  line-height: 1.5;
}
ul.share-btns li a {
  color: inherit;
  display: block;
  padding: 2px 6px;
}
ul.share-btns li i.icon-google-plus {
  color: #d43c2f;
  margin-right: 2px;
  margin-left: 2px;
}
ul.share-btns li i.icon-twitter {
  color: #00acee;
  margin-right: 2px;
  margin-left: 2px;
}
ul.share-btns li i.icon-facebook {
  color: #3b579d;
  font-size: 13px;
  top: 0px;
  margin-right: 3px;
  margin-left: 1px;
}
ul.share-btns li .share-btn {
  display: none;
  height: 30px;
  width: 100%;
  position: absolute;
  text-align: right;
  background: white;
  right: 0px;
  top: 30px;
}
ul.share-btns li .share-btn iframe {
  float: right;
}
/* Google+'s stupid widget that doesn't resize or center */
#___post_0 {
  margin: 0 auto !important;
  display: block !important;
}
li.widget {
  list-style: none;
  border-bottom: 1px solid #ccc;
}
li.widget .blogroll,
li.widget .ap-sbar-widget-wrapper {
  padding: 20px;
}
li.ap-cell-post {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
li.ap-cell-post img {
  float: left;
  width: auto;
  margin-right: 10px;
}
li.ap-cell-post h4 {
  margin-top: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}
li.ap-cell-post ul.news-meta {
  right: 10px;
}
li.ap-cell-post:last-child {
  border-bottom: none;
}
div.pager {
  min-height: 435px;
}
.dont-miss .header-box {
  margin-top: 20px;
}
.dont-miss .header-box h4 {
  bottom: 77px;
}
.dont-miss .header-box p {
  font-size: 16px;
  line-height: 1.2em;
}
.dont-miss .frame img.bg {
  min-height: 158px;
  max-height: 158px;
}
.news-data {
  position: relative;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  border-top: none;
  overflow: auto;
}
.naag-body {
  position: relative;
  overflow: hidden;
}
.naag-no-data-wrapper {
  display: table;
  width: 100%;
  height: 362px;
}
.naag-no-data {
  padding: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.naag-no-data span {
  display: block;
}
.dim {
  opacity: .5;
}
.fs-navigation {
  position: absolute;
  top: 45px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #ddd;
}
.fs-navigation .ap-dropdown-content {
  top: 0;
  bottom: auto;
}
.fs-control {
  float: left;
  text-align: center;
  display: block;
  padding: 10px;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
}
.fs-control-filters {
  width: 100%;
}
.fs-control-prev {
  border-right: 1px solid #ddd;
}
.fs-control-next,
.fs-control-prev {
  display: none;
  width: 33.333%;
}
.fs-control-next:hover,
.fs-control-prev:hover {
  color: #157BDA;
}
.fs-control-next.disabled,
.fs-control-prev.disabled {
  color: #888;
  cursor: default;
}
/* Image Frame functionality
******************************************************************/
.frame {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5em 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.frame img.center {
  position: absolute;
  left: 50%;
  margin-left: -20%;
  margin-top: 5%;
  z-index: 1;
  height: 80%;
  width: auto;
  box-shadow: 0 0 40px 0 black;
}
.frame img.bg {
  opacity: .7;
  width: 100%;
}
.frame img {
  position: relative;
  z-index: -1;
}
.header-box a:hover .frame {
  background-color: rgba(0, 0, 0, 0);
}
#news-slider {
  height: 100%;
  position: relative;
  background: white;
  padding-top: 44px;
}
#news-slider .flex-direction-nav,
#news-slider .flex-control-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.naag-slider {
  height: 100%;
  white-space: nowrap;
}
.naag-slider .slides {
  transition: .3s all;
  position: absolute;
  left: 0;
  width: 100%;
}
.naag-slider .slides > li {
  white-space: normal;
  vertical-align: top;
  height: 100%;
}
.naag-slider .slides > li > ul {
  height: 100%;
}
ul.news-articles {
  margin: 0;
  padding: 0px;
  float: left;
}
ul.news-articles > li {
  border-bottom: 1px solid #eee;
  width: 528px;
  position: relative;
  height: 87px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background: white;
}
a.bx-prev,
a.bx-next {
  cursor: pointer;
  padding: 2px 20px 0;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #999;
  display: inline-block;
  text-shadow: 1px 1px 0 white;
}
a.bx-prev i,
a.bx-next i {
  font-size: 18px;
  position: relative;
  top: -1px;
}
a.bx-prev:hover,
a.bx-next:hover {
  color: #777;
}
a.bx-prev {
  float: left;
}
a.bx-prev i {
  padding-right: 4px;
}
a.bx-next {
  float: right;
}
a.bx-next i {
  padding-left: 4px;
}
a.page-btn {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #bbb;
}
a.page-btn:hover,
a.page-btn.current {
  color: #007492;
}
.bx-pager {
  border: 1px solid #ddd;
  min-height: 34px;
  background: #ebebeb;
  text-align: center;
  padding: 7px 6px 1px;
  margin: 0 0 20px;
  overflow: auto;
}
.bx-pager a {
  padding: 0 8px;
  color: #999999;
  text-shadow: 1px 1px 0 white;
}
.bx-pager .pages {
  display: inline;
}
.multi-pager {
  border: 1px solid #ccc;
  background: #ebebeb;
  text-align: center;
  padding: 5px 8px 4px;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.multi-pager a {
  color: #999999;
  text-shadow: 1px 1px 0 white;
}
.multi-pager a.prev i,
.multi-pager a.next i {
  font-size: 18px;
}
.multi-pager a.prev {
  float: left;
}
.multi-pager a.prev i {
  padding-right: 4px;
}
.multi-pager a.next {
  float: right;
}
.multi-pager a.next i {
  padding-left: 4px;
}
.multi-pager a.page {
  padding: 0 8px;
}
.multi-pager a.current {
  color: #007492;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.note-wrapper {
  overflow: hidden;
}
.note {
  padding: 32px;
  padding-top: 33px;
  padding-bottom: 22px;
  margin-top: 25px;
  border: 1px solid #efef29;
  background: #ffffdc;
  position: relative;
}
.note i {
  line-height: 1.2em;
  font-size: 24px;
  color: white !important;
}
.note-heading {
  padding: 10px;
  background: white;
  position: absolute;
  top: -25px;
  left: 10px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.note-warning {
  border-color: #f79d97;
  background-color: #feedec;
}
.note-warning .note-heading {
  background-color: #f04338;
}
.note-note {
  border-color: #fedb75;
  background-color: #fff3d0;
}
.note-note .note-heading {
  background-color: #fdc110;
}
.note-tip {
  border-color: #96bfe2;
  background-color: #deebf6;
}
.note-tip .note-heading {
  background-color: #468fcc;
}
.note-important {
  border-color: #fbc57f;
  background-color: #feedd8;
}
.note-important .note-heading {
  background-color: #f8981c;
}
.note-important i {
  position: relative;
  left: 3px;
}
.note-help {
  border-color: #ec6c9b;
  background-color: #f7bdd2;
}
.note-help .note-heading {
  background-color: #d71b60;
}
.note h2:nth-child(2n),
.note h3:nth-child(2n),
.note h4:nth-child(2n),
.note h5:nth-child(2n),
.note h6:nth-child(2n),
.note ul {
  margin-top: 0px;
}
.note p:last-child,
.note ul:last-child {
  margin-bottom: 0px;
}
.note ul:nth-child(2n) {
  padding-left: 16px;
}
.card {
  border-radius: 3px;
  background: white;
}
.card-inner {
  padding: 10px;
}
.card-action {
  border-top: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
}
.card-post {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.card-action-btn {
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 4px;
}
.card-popup {
  opacity: 0;
  z-index: 100;
  position: absolute;
  line-height: 1.5em;
  max-width: 0;
  transition: all .3s;
  max-height: 0;
  overflow: hidden;
}
.card-pb {
  left: 0px;
  overflow-y: scroll;
  min-height: 80px;
}
.card-pb a {
  margin-bottom: 10px;
}
.card-pb a:last-child {
  margin-bottom: 0;
}
.card-pb .half {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  min-height: 70px;
}
.card-pb .half h5 {
  margin-bottom: 10px !important;
}
.card-pb .half:last-child {
  margin-bottom: 0;
}
.card-pb .ap-loader {
  position: absolute;
  top: 50px;
  z-index: -1;
}
.card-author {
  left: 0px;
}
.card-popup .card-inner {
  width: 320px;
  min-height: 70px;
}
.card-popup.active {
  opacity: 1;
  display: block;
  max-width: 360px;
  max-height: 600px;
}
.post header ~ h2 {
  margin-top: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.post .post-content {
  position: relative;
  word-wrap: break-word;
}
.post .post-content ul.gallery-thumbs {
  margin: 0;
}
.post .post-content a:not(.read-more):not(.btn):not(.banner):not(.no-style) {
  color: #157BDA;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.post .post-content a:not(.read-more):not(.btn):not(.banner):not(.no-style):hover {
  border-bottom: 1px solid #157BDA;
}
.post .post-content a:not(.read-more):not(.btn):not(.banner):not(.no-style):visited {
  color: #00517C;
}
.post .post-content a:not(.read-more):not(.btn):not(.banner):not(.no-style):visited:hover {
  border-color: #00517C;
}
.post .post-content a[href$=".gif"]:hover,
.post .post-content a[href$=".jpg"]:hover,
.post .post-content a[href$=".png"]:hover,
.post .post-content a[rel~="attachment"]:hover,
.post .post-content a[rel~="no_ul"]:hover {
  border: 0 !important;
}
.post .post-content a[href$=".gif"],
.post .post-content a[href$=".jpg"],
.post .post-content a[href$=".png"],
.post .post-content a[rel~="attachment"],
.post .post-content a[rel~="no_ul"] {
  border: 0 !important;
}
.footer-notes {
  text-align: center;
  font-family: 'Roboto', Arial, sans-serif;
  color: #666;
  margin: 10px 0;
}
.footer-notes a {
  color: #888;
}
.footer-notes a.contact {
  padding: 0 20px;
}
.footer-notes a:hover {
  color: #ccc;
}
.footer-notes #footer_signature {
  font-size: 0.7em;
  line-height: 16px;
}
ul.footer-list {
  margin-top: 20px;
  color: #888;
}
ul.footer-list li img {
  float: left;
  margin-right: 20px;
}
ul.footer-list li p {
  position: relative;
  top: -4px;
  line-height: 19px;
}
/* #Show/Hide Styles
================================================== */
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit;
}
.visible {
  display: block !important;
}
#sbar-content .widget,
.ap-hottest-content-wrapper {
  overflow: hidden;
  max-height: 48px;
  position: relative;
}
#sbar-content .widget .post-list h4,
.ap-hottest-content-wrapper .post-list h4 {
  margin-top: -2px;
  margin-bottom: 2px;
  line-height: 19px;
}
#sbar-content .none.widget {
  max-height: none;
}
.ap-hottest-content-wrapper .section-header h4:after,
#sbar-content .section-header h4:after {
  position: absolute;
  right: -20px;
  top: 15px;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 7px solid #aaa;
}
.ap-hottest-content-wrapper.open .section-header h4:after,
#sbar-content > li.open .section-header h4:after {
  position: absolute;
  right: -20px;
  top: 15px;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 7px solid #fff;
  border-top: none;
}
.ap-hottest-content-wrapper.open,
#sbar-content > li.open {
  max-height: none;
  border-bottom: 1px solid black;
}
.ap-hottest-content-wrapper.open .section-header,
#sbar-content > li.open .section-header {
  background: #3c3c3c;
  border-bottom: 1px solid black;
}
.ap-hottest-content-wrapper.open .section-header h4,
#sbar-content > li.open .section-header h4 {
  color: white;
  margin-left: 0;
}
.visible-handheld {
  display: none;
}
.ap-gfycat-wrapper {
  text-align: center;
}
.ap-gfycat-wrapper div div:nth-child(2) {
  width: 100% !important;
}
.twitter-tweet {
  margin: 0 auto !important;
}
/* #Media Queries
================================================== */
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1159px) {
  iframe[src*='instagram.com'] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .band.header .header-ad {
    margin-top: 12px;
  }
  .header-box .frame {
    overflow: hidden;
  }
  .header-box .frame img {
    height: 158px;
    width: auto;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .post-content iframe[src*='gfycat'] {
    width: 98% !important;
  }
  .multi-column .one-third.user-defined,
  .multi-column .two-thirds.user-defined {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .band.header h1.logo {
    display: none;
  }
  .band.header .sixteen.columns {
    text-align: center;
  }
  .band.header .header-ad {
    margin: 10px auto;
    float: none;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .band {
    padding: 0 10px;
  }
  .band .container {
    max-width: 740px;
    width: 100%;
  }
  .band.content.main .container .primary.column {
    width: 430px;
  }
  .sidebar-ad {
    margin: 0 0 10px;
  }
  #toc_container {
    margin-left: -31px;
  }
  h2 {
    font-size: 36px;
  }
  ul.primary-nav > li > a:after {
    top: 3px;
  }
  a.btn-search {
    font-size: 15px;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #sbar-content .none.widget {
    display: none;
  }
  #sbar {
    width: 100%;
  }
  #sbar-content {
    width: 100%;
    color: #aaa;
  }
  #sbar-content .widget {
    border-color: black;
  }
  #sbar-content .widget .section-header .header-bg {
    background: none !important;
  }
  #sbar-content .card {
    border-radius: 0;
    background: none;
  }
  #sbar-content .card-action {
    border: none;
  }
  #sbar-content .ap-follow-btn .ap-sidebar-title {
    color: #aaa;
  }
  #sbar-content .ap-follow-btn:hover .ap-sidebar-title {
    color: #aaa;
  }
  #sbar-content .widget,
  .ap-hottest-content-wrapper {
    background: #262626;
  }
  #sbar-content .widget .section-header,
  .ap-hottest-content-wrapper .section-header {
    background: #161616;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid black;
  }
  #sbar-content .widget .section-header h4,
  .ap-hottest-content-wrapper .section-header h4 {
    color: #aaa;
    margin-left: 0;
  }
  #sbar-content .widget li,
  .ap-hottest-content-wrapper li {
    border-color: #141414;
  }
  #sbar-content .widget li:last-child,
  .ap-hottest-content-wrapper li:last-child {
    border-bottom: none;
  }
  #sbar-content .widget .cell-link,
  .ap-hottest-content-wrapper .cell-link {
    color: #aaa;
  }
  #sbar-content .widget p,
  .ap-hottest-content-wrapper p,
  #sbar-content .widget strong,
  .ap-hottest-content-wrapper strong,
  #sbar-content .widget b,
  .ap-hottest-content-wrapper b,
  #sbar-content .widget h3,
  .ap-hottest-content-wrapper h3 {
    color: #eee;
  }
  #sbar-content .widget .post-date-time,
  .ap-hottest-content-wrapper .post-date-time {
    color: #777;
  }
  .multi-column .half.user-defined {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  .admin-bar {
    margin-top: 45px !important;
  }
  .logged-in {
    top: 45px !important;
  }
  .nav-bg {
    display: none !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  h2 {
    font-size: 30px;
  }
  h3,
  .flexbox-h3 {
    font-size: ;
  }
  h4 {
    font-size: 20px;
  }
  .band.top .four.columns {
    width: 40%;
    margin-right: 10%;
  }
  .band.top .twelve.columns {
    width: 50%;
  }
  .band.top .contact-box {
    margin-top: 20px;
  }
  .band.top .contact-box .contact a {
    display: block;
    float: right;
  }
  div.categories ul.post-categories {
    width: 100%;
  }
  .drop-down ul.sub-cat li.current:before,
  .drop-down ul.sub-menu li.current:before,
  .drop-down ul.sub-cat li.current:after,
  .drop-down ul.sub-menu li.current:after {
    content: none;
  }
  .feature-right-nav {
    bottom: -3px;
  }
  .feature-right-nav a {
    font-size: 12px;
  }
  .feature-right-nav a:after {
    padding: 0 4px;
  }
  .band.nav nav {
    height: 30px;
    display: block;
  }
  .skyscraper.column {
    float: none;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .container .news {
    width: 100%;
  }
  body,
  .band.content.main {
    font-size: 14px;
  }
  .flex-direction-nav a {
    font-size: 14px;
  }
  .news-data .articles,
  .news-data .new-comments {
    padding: 8px 6px 0;
  }
  .news-data h2 {
    font-size: 26px;
  }
  .news-data p {
    font-size: 10px;
    line-height: 1em;
  }
  .news-data p span {
    font-size: 14px;
  }
  .news-data .articles h2 {
    min-width: 30px;
  }
  .news-data .new-comments h2 {
    min-width: 40px;
  }
  .news-data .news-graph {
    padding-right: 4px;
  }
  .news-graph canvas {
    height: 24px !important;
  }
  .band.content.main .container {
    overflow: hidden;
  }
  .band.content.main .container .post {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .band.content.main .container .post-separator {
    display: none;
  }
  .band.content.main.single .container .post-separator {
    display: block;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .time-options {
    float: left;
    text-align: center;
    border: none;
    width: 100%;
  }
  .time-options a {
    display: inline-block;
    border: none;
  }
  .primary .post.list-view,
  .small-post {
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
  }
  .primary .post.list-view .post-content,
  .small-post .post-content {
    display: none;
  }
  .primary .post.list-view .share-box ul.share-btns li,
  .small-post .share-box ul.share-btns li {
    display: inline;
    float: left;
    margin-left: -1px;
    padding: 0px 2px;
    font-size: 12px;
    line-height: 1.8em;
  }
  .primary .post.list-view .share-box .shares,
  .small-post .share-box .shares {
    top: 0;
    font-size: 13px;
    padding: 2px 0;
    color: #666;
  }
  .primary .post.list-view div.categories ul.post-categories,
  .small-post div.categories ul.post-categories,
  .primary .post.list-view div.categories ul,
  .small-post div.categories ul {
    border: none;
    overflow: visible;
  }
  .primary .post.list-view div.categories ul.post-categories li,
  .small-post div.categories ul.post-categories li,
  .primary .post.list-view div.categories ul li,
  .small-post div.categories ul li {
    font-size: 11px;
    padding: 0;
  }
  .primary .post.list-view div.categories ul li a,
  .small-post div.categories ul li a {
    margin-left: 0;
  }
  .primary-widget section a.btn {
    width: auto;
    padding: 6px 10px;
    font-size: 20px;
    line-height: normal;
  }
  .primary-widget section a.next,
  .primary-widget section a.prev {
    font: 0/0 a;
  }
  .primary-widget section a.next:before,
  .primary-widget section a.prev:before {
    content: '\f0d9';
    font-family: 'ApFonts';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 29px;
    color: #444;
    line-height: normal;
  }
  .primary-widget section a.next:before {
    content: '\f0da';
  }
  .post-views-number {
    font-size: 11px;
  }
  .multi-column {
    -moz-column-count: 1!important;
    -webkit-column-count: 1!important;
    column-count: 1!important;
  }
  blockquote {
    margin: 20px 20px 20px 10px;
    padding-left: 20px;
  }
  .med-post header.post-header .share-box {
    right: 0 !important;
  }
  .med-post header.post-header ul.post-categories li a {
    margin-left: 0 !important;
  }
  .format-image h2 {
    display: block;
  }
  .frame {
    transition: none;
  }
  .header-box a:hover .frame {
    background-color: inherit;
  }
  .search-box {
    visibility: hidden;
  }
  .search-box.active {
    visibility: visible;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 599px) and (max-width: 767px) {
  #sbar-content .widget .cell-wrapper .comment-btn,
  .ap-hottest-content-wrapper .cell-wrapper .comment-btn {
    top: 19px;
  }
  #sbar-content .widget .post-list h4,
  .ap-hottest-content-wrapper .post-list h4 {
    margin-top: -2px;
  }
  #sbar-content .post-hotness-meter,
  .ap-hottest-content-wrapper .post-hotness-meter {
    top: 55px;
  }
  #sbar-content .ap-blast-from-past .post-hotness-meter {
    top: 77px;
  }
  #sbar-content .widget li {
    padding: 10px 15%;
  }
  #sbar-content .widget li .comment-btn,
  #sbar-content .widget li .post-hotness-meter {
    right: 15%;
  }
  .ap-hottest-content-wrapper section li {
    padding: 10px 15%;
  }
  .ap-hottest-content-wrapper section li .comment-btn,
  .ap-hottest-content-wrapper section li .post-hotness-meter {
    right: 15%;
  }
}
@media only screen and (max-width: 320px) {
  .news .section-header h4 {
    padding: 6px;
    margin: 6px 0 4px 6px;
    font-size: 16px;
  }
  .naag-filter-button {
    font-size: 13px;
  }
  .post-author {
    font-size: 15px;
  }
}
@media only screen and (min-width: 340px) {
  .primary.column {
    padding: 0 10px;
  }
  #ap-mobile-1.lv-wrapper-adsense,
  #ap-mobile-3.lv-wrapper-adsense,
  #ap-mobile-trending.lv-wrapper-adsense {
    margin-bottom: 10px;
  }
  #ap-mobile-1.lv-wrapper-adsense > ins,
  #ap-mobile-3.lv-wrapper-adsense > ins,
  #ap-mobile-trending.lv-wrapper-adsense > ins {
    width: 336px;
    height: 280px;
    margin: 0 auto;
  }
  #ap-in-post-1.lv-wrapper-adsense {
    margin: 10px;
  }
  #ap-in-post-1.lv-wrapper-adsense > ins {
    width: 320px;
    height: 50px;
    margin: 0 auto;
  }
  #ap-mobile-2.lv-wrapper-adsense,
  #ap-mobile-4.lv-wrapper-adsense,
  #ap-in-post-3.lv-wrapper-adsense {
    margin-bottom: 10px;
  }
  #ap-mobile-2.lv-wrapper-adsense > ins,
  #ap-mobile-4.lv-wrapper-adsense > ins,
  #ap-in-post-3.lv-wrapper-adsense > ins {
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }
  #ap-mobile-trending.lv-wrapper-adsense {
    margin-bottom: 0px !important;
  }
  #ap-mobile-2.ip-wrapper.lv-wrapper-adsense {
    margin: 10px -10px 0;
  }
  #ap-mobile-2.ip-wrapper.lv-wrapper-adsense > ins {
    margin: 0 -9px;
  }
  .ip-wrapper-bottom.lv-wrapper-adsense {
    margin-bottom: 10px !important;
  }
  .inj-ad-wrapper.lv-wrapper-adsense {
    margin: 10px 0;
  }
  .inj-ad-wrapper.lv-wrapper-adsense > ins {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 540px) {
  .post-thumb {
    margin: 0 15px 15px 0;
  }
  .post-header h2 {
    font-size: 21px;
    line-height: 29px;
    width: 74.5%;
    top: -6px;
  }
  .post-hero {
    margin: 20px -20px;
  }
  .post-meta {
    margin-bottom: 20px;
  }
  .categories {
    margin-left: -21px;
    margin-right: -21px;
  }
  .content-update {
    margin: 20px -20px 30px;
    padding: 30px 20px 20px;
  }
  .content-update .banner-update-end {
    right: -9px;
  }
  .banner {
    margin-left: -28px;
  }
  #toc_wrapper {
    margin: 0 -27px;
  }
  .post {
    padding: 20px;
  }
}
@media only screen and (max-width: 598px) {
  .naag-slider .cell-small .post-meta {
    padding-top: 2px;
  }
  .naag-slider .cell-small .post-date-time {
    font-size: 11px;
  }
  #toc_container.open {
    max-height: 300px !important;
  }
  #toc_container.open .toc_list {
    max-height: 272px !important;
  }
}
@media only screen and (min-width: 599px) {
  #ap-mobile-1.lv-wrapper-adsense,
  #ap-mobile-3.lv-wrapper-adsense,
  #ap-mobile-trending.lv-wrapper-adsense {
    margin-bottom: 20px;
  }
  .row.feature .skyscraper.column {
    width: 160px;
    float: none;
  }
  .row.feature .skyscraper.column > ins {
    width: 160px !important;
    height: 600px !important;
  }
  #sbar-content .widget.ap-blast-from-past .cell-wrapper .comment-btn {
    top: 42px;
  }
  .visible-handheld {
    display: block;
  }
  .lv-wrapper-handheld {
    display: none;
  }
  .naag-no-data-wrapper {
    height: 454px;
  }
  .naag-slider .cell-link h4 {
    max-height: 52px;
    overflow: hidden;
    min-height: 0;
    line-height: 18px;
  }
  .categories li a {
    height: 26px;
  }
  .band.content.main {
    padding-top: 20px;
  }
  .author-box {
    padding: 20px;
  }
  .author-box-single {
    margin: 20px -20px 0;
    clear: both;
  }
  .author-box-page {
    margin-bottom: 20px;
  }
  .author-box-heading {
    margin-top: -6px;
  }
  .footer-break:before {
    content: '|';
  }
  .footer-break {
    display: inline;
  }
  .footer-break-tab {
    display: block;
  }
  .primary footer {
    margin-bottom: 20px;
  }
  .row.feature {
    margin: 0 20px 20px;
  }
  .row.feature .news.column {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 180px;
  }
  .naag-header {
    padding: 14px 4px 6px;
  }
  #news-slider {
    height: 498px;
  }
  .bo-wrapper {
    margin-bottom: 20px;
  }
  .lv-wrapper .adslot {
    margin: 0 0 20px;
  }
  .lv-ip-wrapper .adslot {
    margin: 20px 0;
  }
  #ap2_feature_1,
  #ap-mobile-1.adslot-feature-wrapper.lv-wrapper-adsense > ins {
    margin: 0 20px 0 auto;
    text-align: right;
    width: 160px;
    position: absolute;
    right: 0;
  }
  .band.content.main .container .primary.column {
    padding: 0 20px;
  }
  .post-flag {
    left: 10px;
  }
  .post-meta {
    margin-bottom: 20px;
  }
  .wp-pagenavi {
    margin-bottom: 20px;
  }
  #toc_wrapper {
    min-height: 0;
    max-height: 26px;
    z-index: 99999;
    margin: 0 0 0 -10px;
  }
  #toc_wrapper:after,
  #toc_wrapper:before {
    content: none;
  }
  #toc_wrapper.zone1-absolute {
    position: absolute;
  }
  #toc_wrapper.zone2-fixed {
    position: fixed;
    top: 20px;
  }
  #toc_wrapper.zone3-absolute {
    position: absolute;
    bottom: 27px;
  }
  #toc_container.zone2-fixed {
    min-height: 0;
    max-height: 24px;
  }
  #toc_container.zone3-absolute {
    min-height: 0;
    max-height: 24px;
  }
  #toc_container {
    position: absolute;
    width: 24px;
    max-height: 145px;
    min-height: 145px;
    margin-left: -20px;
  }
  #toc_container .toggle {
    padding: 2px 4px 3px;
    border-bottom: 1px solid black;
  }
  #toc_container .toc_title {
    position: absolute;
    /* Rotate from top left corner (not default) */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    width: 170px;
    text-align: right;
    margin: 0;
  }
  #toc_container .toc_list {
    border: 1px solid #000000;
    border-top: none;
    border-bottom: none;
    margin-left: 22px;
    width: 257px;
  }
  #toc_container.close .toc_list li a {
    display: none;
  }
  #toc_container.open {
    max-height: 600px;
    width: 280px;
    transition: max-height 300ms, width 300ms 300ms;
    -moz-transition: max-height 300ms, width 300ms 300ms;
    /* Firefox 4 */
    -webkit-transition: max-height 300ms, width 300ms 300ms;
    /* Safari and Chrome */
    -o-transition: max-height 300ms, width 300ms 300ms;
    /* Opera */
  }
  #toc_container.open .toc_list {
    max-height: 600px;
  }
  #toc_container.open .toc_list li a {
    display: block;
  }
  .tip-us-one-half {
    float: left;
    width: 48%;
  }
  .tip-us-one-half-first {
    margin-right: 4%;
  }
  .tip-us-submit input {
    float: right;
  }
  .wpcf7-response-output {
    margin: 0 !important;
    float: right;
    width: 80%;
  }
  .band.footer h3 {
    font-size: 18px;
  }
  .post {
    margin-bottom: 20px;
  }
  .ip-wrapper.ip-wrapper-bottom .adslot {
    margin: 20px 0 0px;
  }
}
@media only screen and (min-width: 768px) {
  #header-ad-wrapper.lv-wrapper-adsense > ins {
    width: 728px;
    height: 90px;
  }
  #ap-mobile-1.lv-wrapper-adsense,
  #ap-mobile-3.lv-wrapper-adsense,
  #ap-mobile-trending.lv-wrapper-adsense {
    margin-bottom: 10px;
  }
  #sbar-content .ap-sponsor div.execphpwidget {
    display: block;
    margin-bottom: 10px;
  }
  .naag-no-data-wrapper {
    height: 430px;
  }
  .ap-bb-wrapper {
    width: 100%;
    height: 20px;
    overflow: hidden;
  }
  .band.content.main {
    margin-top: 0;
    padding-top: 10px;
  }
  .band.content.main .container {
    padding: 0;
  }
  .band.content.main .container .primary.column {
    margin-right: 10px;
    padding: 0;
  }
  .primary footer {
    margin-bottom: 10px;
  }
  .drop-down,
  .ap-panel-news {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden;
    width: 740px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .drop-down ul.sub-cat li a {
    padding: 16px 14px;
    font-size: 14px;
  }
  ul.sub-nav li:first-child a {
    padding-left: 0;
  }
  ul.sub-nav > li .tip-us {
    padding: 10px;
    background: none;
    color: #AF1C1C;
    padding-right: 0;
  }
  ul.sub-nav > li .tip-us:hover {
    color: #c92020;
  }
  ul.sub-nav > li > a {
    margin-right: 6px;
  }
  .visible-handheld {
    display: none !important;
  }
  .fs-navigation {
    top: auto;
    bottom: 0;
    border-bottom: 0;
  }
  .fs-navigation .ap-dropdown-content {
    top: auto;
    bottom: -8px;
  }
  .fs-control {
    padding: 12px;
    width: 20%;
  }
  .fs-control-next,
  .fs-control-prev {
    display: block;
  }
  .fs-control-filters {
    width: 60%;
    border-right: 1px solid #ddd;
  }
  .banner {
    margin-left: -23px;
  }
  .cell-thumb {
    opacity: .8;
  }
  .cell-wrapper:hover,
  .cell-wrapper.current {
    background: #f6f6f6;
  }
  .cell-wrapper:hover h4,
  .cell-wrapper.current h4,
  .cell-wrapper:hover .num,
  .cell-wrapper.current .num {
    color: #444;
  }
  .cell-wrapper:hover .cell-thumb,
  .cell-wrapper.current .cell-thumb {
    opacity: 1;
  }
  .cell-small .cell-content {
    height: 63px;
  }
  .cell-small .cell-content h4 {
    height: 47px;
    line-height: 1.3;
  }
  .cell-small .cell-content .post-meta {
    position: absolute;
    bottom: 0;
  }
  .content-update {
    margin: 20px -20px 30px;
    padding: 30px 20px 20px;
  }
  .nivo-lightbox-sidebar {
    display: block;
  }
  .bo-wrapper {
    margin-bottom: 10px;
  }
  .lv-wrapper {
    margin: 0;
  }
  .lv-wrapper .adslot,
  .lv-wrapper .lv-inner {
    margin: 0 0 10px 0;
  }
  .lv-wrapper .lv-inner {
    margin: 0;
  }
  .adslot-feature {
    float: left;
  }
  .sb-wrapper .adslot {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .adslot-feature-wrapper {
    width: 160px;
    height: 600px;
  }
  .adslot-wrapper-injected {
    width: 100%;
    margin: 0 auto;
  }
  .row.feature .skyscraper.column {
    float: left;
  }
  .visible-phone {
    display: none !important;
  }
  #header-ad-wrapper {
    float: right;
    margin: 16px 0;
  }
  #ap2_header_1 {
    width: 728px;
  }
  #singlePostWidgetAd {
    width: 320px;
  }
  #ap2_feature_1,
  #ap-mobile-1.adslot-feature-wrapper.lv-wrapper-adsense > ins {
    margin-right: 0;
    position: static;
  }
  .adslot.bottom {
    display: block;
  }
  .sidebar-ad {
    width: 300px;
  }
  #sbar-content > .widget:before {
    content: none;
  }
  #sbar .widget section {
    background: white;
    border: 1px solid #e0e0e0;
    border-top: none;
  }
  .single-post-widget .post-list {
    float: left;
  }
  .single-post-widget .post-list .cell-wrapper.cell-small .cell-link {
    padding-top: 16px;
    padding-bottom: 13px;
  }
  li.widget {
    border-bottom: none;
  }
  #news-slider {
    height: 459px;
    overflow: hidden;
    padding-top: 0;
  }
  #jqstooltip {
    display: block;
  }
  #sbar-content > li.open:before {
    content: none;
  }
  .ap-nav-wrapper {
    background: #0A0A0A;
  }
  .band.header {
    position: relative;
    height: 144px;
    z-index: 10;
  }
  .band.header .container {
    position: relative;
  }
  .band.nav {
    position: relative;
    height: auto;
  }
  .band.nav .container {
    position: relative;
  }
  #ap-menu-button {
    display: none;
  }
  .mobile-nav {
    box-shadow: none;
    margin: 0 auto;
    background: none;
  }
  .mobile-nav > li {
    width: auto;
    float: left;
    background: none;
  }
  .band.sub-nav {
    display: block;
  }
  ul.primary-nav {
    left: 50px;
    width: auto;
    background: none;
    position: absolute;
    z-index: 9998;
  }
  ul.primary-nav > li {
    float: left;
    width: auto;
  }
  ul.primary-nav .menu-item {
    display: none;
  }
  ul.primary-nav .tip-us {
    display: none;
  }
  ul.primary-nav .drop-down {
    display: none;
  }
  ul.primary-nav > li > a {
    font-size: 17px;
    width: auto;
    margin-right: 0;
    padding: 14px 12px;
  }
  ul.primary-nav > li > a > i {
    padding-left: 4px;
    position: relative;
    right: auto !important;
    top: -3px;
    font-size: 12px;
  }
  ul.primary-nav .icon-caret-right:before {
    content: '\f0dd';
  }
  .drop-down {
    transition: all .3s;
    display: block;
    top: -700px;
    padding: 0;
    height: auto;
    z-index: -1;
  }
  .drop-down .container {
    background: white;
  }
  .drop-down ul.sub-cat {
    width: 19%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    height: 488px;
    z-index: 1;
    position: relative;
    background: #eee;
  }
  .drop-down ul.sub-cat li {
    transition: all .3s;
  }
  .drop-down ul.sub-cat li a {
    color: #444;
  }
  .drop-down ul.sub-cat li.current,
  .drop-down ul.sub-cat li.current:active,
  .drop-down ul.sub-cat li.current:hover {
    background: white;
  }
  .drop-down ul.sub-cat li.current a,
  .drop-down ul.sub-cat li.current:active a,
  .drop-down ul.sub-cat li.current:hover a {
    color: black;
  }
  .drop-down ul.sub-cat li:hover {
    background: white;
  }
  .drop-down ul.sub-cat li:hover a {
    color: black;
  }
  .drop-down #article-list {
    display: inline-block;
    height: 445px;
  }
  .drop-down .more-btn {
    background: white;
    border-top: 1px solid #ddd;
    z-index: 2;
  }
  .ap-nav-primary i {
    display: inline-block;
  }
  .ap-nav-primary.active,
  .ap-nav-primary.active:hover {
    background: none;
    color: white;
  }
  .ap-nav-primary.active i,
  .ap-nav-primary.active:hover i {
    top: 0;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }
  .drop-down.show {
    top: 45px;
  }
  .ap-nav-primary {
    background: none;
  }
  .ap-btn-red i {
    display: inline-block;
  }
  .ap-btn-red.active {
    background: #d22222;
    color: white !important;
  }
  .ap-btn-red.active i {
    top: -3px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
  }
  .tip-us-wrapper {
    width: 660px;
    top: 3%;
    bottom: 3%;
    max-height: 802px;
    margin: auto;
  }
  .tip-us-wrapper .tip-us-header,
  .tip-us-wrapper .tip-us-body {
    padding: 20px;
  }
  ul.sub-nav {
    display: block;
    padding: 0;
  }
  ul.sub-nav li {
    float: left;
  }
  .mobile-nav li #ap-logo-small {
    margin-left: 0;
    padding: 4px 4px 2px 0;
  }
  .ap-panel {
    padding-top: 0;
  }
  .ap-panel-header {
    padding: 12px 20px;
  }
  .ap-panel-news {
    height: 489px;
    top: -675px;
    z-index: -1;
    visibility: hidden;
  }
  .ap-panel-news.active {
    top: 45px;
    visibility: visible;
  }
  .fs-navigation {
    display: block;
    border-top: 1px solid #ddd;
  }
  .post {
    padding: 15px;
    margin-bottom: 10px;
  }
  .post .post-header h2 {
    font-size: 17px;
    top: -4px;
    margin-bottom: 10px;
  }
  .post .post-header .comment-btn {
    padding: 7px 8px;
    font-size: 15px;
    min-width: 48px;
  }
  .post-meta {
    min-width: 230px;
    margin-bottom: 10px;
  }
  .post .post-hotness-meter {
    width: 48px;
    top: 44px;
  }
  .cell-wrapper .post-hotness-meter {
    right: 15px;
    top: 51px;
  }
  .ap-blast-from-past .cell-wrapper .post-hotness-meter {
    top: 77px;
  }
  .post.small-post {
    padding-bottom: 10px;
  }
  .post.small-post .post-header h2 {
    width: 66%;
    line-height: 22px;
  }
  .post:not(.small-post) .post-thumb {
    max-height: 86px;
    width: 86px;
  }
  .post:not(.small-post) .post-categories {
    margin-bottom: 10px;
  }
  .post-before-ad {
    border-bottom: 1px solid #e0e0e0;
  }
  .post-flag {
    margin-top: 20px;
    left: -10px;
  }
  .post-flag-brief {
    display: block;
  }
  .post-footer .article-nav {
    margin-bottom: 20px;
  }
  .multi-column.two,
  .multi-column.three {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
  }
  .single-post-widget .cell-link {
    padding: 20px;
  }
  .cell-wrapper .cell-link {
    padding: 15px;
    padding-bottom: 10px;
    padding-right: 60px;
  }
  .cell-wrapper .comment-btn {
    top: 15px;
    right: 15px;
  }
  .cell-wrapper .post-meta {
    top: auto;
    padding-top: 0;
  }
  .cell-small .post-meta {
    padding-top: 4px;
  }
  .cell-small .post-date-time {
    font-size: 11px;
  }
  .author-widget-comments .cell-wrapper.cell-small .cell-link {
    padding-right: 16px;
  }
  .naag-slider .slides {
    height: 100%;
  }
  .naag-slider .slides > li {
    width: 50%;
    display: inline-block;
    border-right: 1px solid #ddd;
  }
  .naag-slider .slides > li:nth-child(2n) {
    border-right: none;
  }
  #sbar .widget:not(.adslot) {
    display: block;
  }
  .sticky-wrapper {
    height: 48px !important;
  }
  blockquote.big-red section p {
    font-size: 20px;
  }
  #disqus_thread {
    padding: 20px;
  }
  .footer-notes {
    margin: 10px 0 0;
  }
  .footer-notes #footer_signature {
    font-size: 0.8em;
  }
  .article-nav {
    margin-bottom: 0;
  }
  .article-nav .article-nav-box-disabled {
    border-right: none;
    border-color: #e5e5e5;
  }
  .article-nav img {
    opacity: .8;
  }
  .article-nav .article-nav-box {
    height: 115px;
  }
  .article-nav .article-nav-box:hover img {
    opacity: 1;
  }
  .article-nav h4 {
    padding: 6px 14px;
  }
  .article-nav h5 {
    font-size: 14px;
  }
  .article-nav .comment-btn {
    top: 14px;
    right: 14px;
  }
  .article-nav .article-nav-box-title {
    height: 66px;
    padding: 12px 14px;
  }
  .article-nav .frame img.centered {
    margin-top: 14px;
  }
  .post-term-heading {
    padding: 24px 30px;
  }
  .row.feature {
    margin: 0 0 10px 0px;
  }
  .wp-pagenavi {
    padding: 10px 14px 20px;
    margin-bottom: 10px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 14px;
  }
  .wp-pagenavi [class="smaller page"],
  .wp-pagenavi [class="larger page"],
  .wp-pagenavi .extend {
    display: inline;
  }
  .categories {
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }
  .post-header h2 {
    width: 230px;
    line-height: 23px;
  }
  .small-post .post-header h2 {
    width: 250px;
  }
  .large-post .post-header h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .med-post .share-box {
    margin-top: 0;
  }
  .large-post .post-hero {
    margin: 10px -15px;
  }
  .large-post .categories {
    margin-top: 16px;
  }
  .section-header h4:after {
    content: none !important;
  }
  #sbar-content .widget li {
    padding: 0;
  }
  #sbar-content .widget li.count {
    padding: 20px;
  }
  .band.footer {
    background: black url(../images/bg-pattern-dark.png);
    padding: 20px 0;
  }
  .band.footer .cell-link {
    padding: 10px;
    padding-right: 54px;
  }
  .band.footer .comment-btn {
    top: 10px;
    right: 10px;
    font-size: 11px;
  }
  .band.footer .post-hotness-meter {
    right: 10px;
  }
  .band.footer .container {
    padding: 0;
  }
  .band.footer .section-header {
    border: none;
    text-align: center;
    background: none;
  }
  .band.footer .ap-hottest-content-wrapper {
    background: none;
    border: none;
    margin: none;
  }
  .band.footer .ap-hottest-content-wrapper h2 {
    color: #ddd;
    font-family: 'Oswald', Arial, sans-serif;
    text-align: center;
    text-shadow: none;
    background: none;
    font-size: 28px;
  }
  .band.footer .ap-hottest-content-wrapper section li {
    padding: 0;
  }
  .band.footer .ap-popular-posts {
    display: block;
  }
  .band.footer .post-list {
    background: #111;
  }
  .band.footer .post-list li {
    border: 1px solid #222;
    border-top: none;
  }
  .band.footer .post-list li .cell-link h4 {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0px;
  }
  .band.footer .post-list li .cell-link .post-date-time {
    font-size: 10px;
  }
  .band.footer .post-list li:first-child {
    border-top: 1px solid #222;
  }
  .band.footer h3,
  .band.footer h3.current {
    display: block;
    background: none;
    border: none;
    color: #999;
    width: auto;
    float: none;
  }
  .band.footer .one-third h3 {
    display: block;
  }
  .band.footer .ap-hottest-content-nav {
    display: none;
  }
  .band.footer .cell-wrapper:hover {
    background: #202020;
  }
  .band.footer .cell-wrapper:hover h4 {
    color: #aaa;
  }
  .band.footer .cell-wrapper:hover a {
    color: #bbb;
  }
  .band.footer .cell-wrapper:hover .post-date-time {
    color: #999;
  }
  #sbar-content .widget {
    overflow: visible;
    max-height: none;
    cursor: auto;
  }
  #sbar-content .widget:first-child {
    border-top: none;
  }
  #sbar-content .widget:last-child {
    border-bottom: none;
  }
  .ap-hottest-content-wrapper {
    max-height: none;
    overflow: auto;
    border-bottom: none;
    cursor: auto;
  }
  .ap-hottest-content-wrapper:before {
    content: none !important;
  }
  .band.footer h3 {
    cursor: auto;
  }
  ul.share-btns li .share-btn {
    top: 27px;
    padding-top: 4px;
  }
  ul.share-btns li:hover,
  ul.share-btns li.active {
    border-bottom: 1px solid white;
  }
  ul.share-btns li:hover .share-btn,
  ul.share-btns li.active .share-btn {
    display: block;
  }
  #series .btn {
    width: 111px;
    font-size: 13px;
  }
  ul.series .ellipsize {
    max-height: 63px;
  }
  ul.series h4 {
    font-size: 14px;
  }
  ul.series li .num {
    font-size: 36px;
  }
  ul.series .cell-link {
    padding: 20px;
    padding-right: 60px;
  }
  p.lead {
    font-size: 18px;
  }
  .search-box {
    left: auto;
    right: 0;
    padding: 0;
    width: 300px;
    position: absolute;
  }
  .search-box form input {
    padding-left: 10px;
  }
  .search-box.active {
    top: 0px;
  }
  .cat-select li a:hover,
  .cat-select li a.active {
    background: #595959;
    color: white;
    outline: none;
  }
  .search-results {
    margin-bottom: 0px;
  }
  .row.feature .news.column {
    padding: 0;
    margin: 0 10px 0 0;
    width: 570px;
  }
  .row.feature header h4 {
    font-size: 30px;
    margin: 10px 0px 8px 10px;
    padding: 6px 10px;
  }
  #sbar-content .widget {
    margin-bottom: 10px;
  }
  #sbar-content .widget li:last-child {
    border-bottom: none;
  }
  #sbar-content .widget section {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 0 0 #cfcfcf;
  }
  .author-box-page {
    margin-bottom: 10px;
  }
  .author-box-photo {
    width: auto;
  }
  .author-box-heading {
    font-size: 24px;
  }
  .author-meta {
    margin-top: 5px;
  }
  .author-social-box {
    margin-top: 4px;
  }
  .card-inner,
  .card-action {
    padding: 15px;
  }
  .card-author {
    left: 60px;
  }
  .card-popup .card-inner {
    width: 330px;
  }
  .card-popup.active {
    max-width: 330px;
  }
  .card-pb {
    overflow: hidden;
  }
}
@media only screen and (min-width: 960px) {
  .mobile-nav > li .search-btn {
    padding: 9px 6px;
  }
  #ap2_list_view_1_wrapper.lv-wrapper-adsense,
  #ap-mobile-1.lv-wrapper-adsense,
  #ap-mobile-3.lv-wrapper-adsense,
  #ap-mobile-4.lv-wrapper-adsense {
    margin-bottom: 16px;
  }
  #ap-in-post-1.lv-wrapper-adsense {
    margin: 10px;
  }
  #ap-in-post-1.lv-wrapper-adsense > ins {
    width: 468px;
    height: 60px;
    margin: 0 auto;
  }
  #ap-mobile-trending.lv-wrapper-adsense {
    margin: 10px;
  }
  #ap-mobile-trending.lv-wrapper-adsense > ins {
    width: 320px;
    height: 250px;
    margin: 0 auto;
  }
  .bigsponsor {
    margin-bottom: 15px;
  }
  #sbar-content .ap-sponsor div.execphpwidget {
    margin-bottom: 16px;
  }
  .naag-no-data span {
    display: inline;
  }
  .row.feature {
    margin-bottom: 16px;
  }
  .row.feature .news.column {
    margin: 0 16px 0px 0;
    width: 431px;
  }
  .row.feature .skyscraper.column {
    margin-right: 16px !important;
  }
  .row.feature .dont-miss.column {
    margin: 0;
    width: 300px;
  }
  .sc-ad-wrapper {
    margin-left: 20px !important;
    float: right;
    margin-right: 0;
  }
  .pop-ad-wrapper {
    float: left;
    width: 320px;
  }
  .bo-wrapper {
    margin-bottom: 16px;
  }
  .lv-wrapper .adslot {
    margin-bottom: 16px;
  }
  .ip-wrapper .adslot {
    margin: 20px 0;
  }
  #ap-logo-small {
    display: none;
  }
  .ip-wrapper.ip-wrapper-bottom .adslot {
    margin: 30px 0 0;
  }
  #toc_container {
    margin-left: -27px;
  }
  .more-btn {
    padding: 14px 14px 11px;
  }
  .drop-down,
  .ap-panel-news {
    width: 923px;
  }
  p.lead {
    font-size: 21px;
  }
  ul#menu-primary-nav > li:first-child > a {
    padding-left: 0;
  }
  .drop-down ul.sub-cat li a,
  .drop-down ul.sub-menu li a {
    padding: 18px 16px;
    font-size: 16px;
  }
  .drop-down ul.sub-cat li.current:before,
  .drop-down ul.sub-menu li.current:before,
  .drop-down ul.sub-cat li.current:after,
  .drop-down ul.sub-menu li.current:after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  ul.primary-nav {
    left: 0;
  }
  ul.primary-nav > li > a {
    font-size: 18px;
    padding-bottom: 13px;
  }
  ul.sub-nav > li > a {
    margin-right: 15px;
  }
  .band .container {
    width: 100%;
    max-width: 923px;
  }
  .band .sixteen.columns {
    width: 100%;
    margin: 0;
  }
  .band.content.main {
    padding-top: 16px;
  }
  .band.content.main .container .primary.column {
    width: 607px;
    margin-right: 16px;
  }
  .ap-new-articles {
    right: 280px;
    position: absolute;
  }
  .search-box {
    top: 4px;
    height: 37px;
    border: none;
  }
  .search-box form input {
    border-radius: 3px;
  }
  .search-box.active {
    top: 4px;
  }
  .cat-select {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 36px;
  }
  .cat-select li a:hover {
    background: #595959;
    color: white;
  }
  .multi-column.three {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari and Chrome */
    column-count: 3;
  }
  .banner {
    margin-left: -28px;
  }
  .content-update {
    margin: 20px -30px 30px;
    padding: 30px 30px 20px;
  }
  .nivo-lightbox-sidebar {
    display: block;
  }
  .flex-control-nav li {
    display: inline-block;
  }
  .flex-counter {
    display: none;
  }
  .sb-wrapper .adslot {
    margin-bottom: 16px;
  }
  #sbar-content .widget,
  .ap-hottest-content-wrapper {
    margin-bottom: 16px;
  }
  .band.footer .ap-hottest-content-header .one-third.column {
    width: 300px;
  }
  .band.footer .cell-link {
    padding: 15px;
    padding-right: 58px;
  }
  .band.footer .comment-btn {
    top: 15px;
    right: 15px;
    font-size: 13px;
  }
  .band.footer .post-hotness-meter {
    right: 15px;
  }
  .primary footer {
    margin-bottom: 16px;
  }
  .naag-header {
    padding: 14px 10px 8px;
    min-height: 62px;
  }
  #news-slider {
    height: 471px;
  }
  .time-options a {
    padding: 2px 5px;
  }
  .naag-info-title {
    font-size: 11px;
  }
  .naag-info-title span {
    font-size: 15px;
    margin-top: 1px;
  }
  .naag-info-num {
    font-size: 31px;
  }
  .term-icon {
    font-size: 58px;
  }
  .term-heading {
    margin-bottom: 10px;
  }
  .card-post .card-inner,
  .card-post .card-action {
    padding: 20px;
  }
  .card-popup .card-inner {
    width: 485px;
  }
  .card-popup.active {
    max-width: 485px;
  }
  .card-pb .card-inner {
    width: 545px;
  }
  .card-pb .half {
    margin-bottom: 0;
  }
  .card-pb.active {
    max-width: 545px;
  }
  .post {
    padding: 20px;
    margin-bottom: 16px;
  }
  .gallery-slider {
    margin-bottom: 20px;
  }
  .post.small-post {
    padding-bottom: 15px;
  }
  .post.small-post .hotness-meter {
    height: 90px;
  }
  .post.small-post .post-thumb {
    max-height: 90px;
    width: 90px;
  }
  .post.small-post .post-header h2 {
    width: 70%;
    line-height: 26px;
    font-size: 20px;
    top: -5px;
  }
  .post:not(.small-post) .post-thumb {
    max-height: 150px;
    width: 150px;
    margin: 0 20px 20px 0;
  }
  .med-post .post-header h2 {
    width: 58%;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 10px;
    top: -7px;
  }
  .large-post .post-hero {
    margin: 10px -20px 20px;
  }
  .large-post .post-header h2 {
    font-size: 32px;
    line-height: 1.3em;
    width: 88%;
  }
  .single .post .post-content h1:not(.header-bg),
  .single .post .post-content h2:not(.header-bg),
  .single .post .post-content h3:not(.header-bg),
  .single .post .post-content h4:not(.header-bg),
  .single .post .post-content h5:not(.header-bg) {
    line-height: 1.4em;
    margin-bottom: 22px;
  }
  .single .post .post-content h1,
  .single .post .post-content h2 {
    font-size: 38px;
  }
  .single .post .post-content h3,
  .single .post .post-content .tablepress-table-name {
    font-size: 30px;
  }
  .single .post .post-content h4 {
    font-size: 24px;
  }
  .single .post .post-content h5 {
    font-size: 20px;
  }
  .single .post .post-content h6 {
    font-size: 18px;
  }
  .single .post .post-content ul {
    margin-top: 0;
  }
  .single .post .post-content strong,
  .single .post .post-content b {
    font-weight: 700;
  }
  .post-flag {
    margin-top: 31px;
  }
  blockquote.left {
    float: left;
    margin: 10px 20px 20px 0;
  }
  blockquote.right {
    float: right;
    margin: 10px 0px 10px 20px;
  }
  blockquote.left,
  blockquote.right {
    width: 45%;
  }
  blockquote.big-red {
    padding: 10px 0 0 10px;
    background-size: auto;
  }
  blockquote.big-red section {
    padding: 16px;
  }
  blockquote.big-red section p {
    font-size: 24px;
    line-height: 1.4em;
  }
  .article-nav .article-nav-box {
    height: 135px;
    overflow: hidden;
  }
  .drop-down ul.sub-column > li ul.news-meta {
    display: block;
  }
  .article-nav {
    overflow: hidden;
  }
  .article-nav .article-nav-box-title {
    height: 66px;
  }
  .dont-miss .article-nav .article-nav-box {
    width: 100%;
    margin-top: 16px;
    height: 162px;
  }
  .dont-miss .article-nav h4 {
    font-size: 16px;
  }
  .dont-miss .article-nav h5 {
    font-size: 16px;
  }
  .dont-miss .article-nav .article-nav-box-title {
    height: 72px;
  }
  .ap-nav-primary.active,
  .ap-nav-primary.active:hover {
    padding-bottom: 13px;
  }
  .wp-pagenavi {
    margin-bottom: 16px;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 16px;
    padding: 7px;
  }
  .single-post-widget section {
    float: left;
    width: 285px;
  }
  .single-post-widget .post-list {
    margin-right: 10px;
    border-right: 1px solid #e0e0e0;
    height: 270px;
  }
  .single-post-widget .post-list li:last-child {
    border-bottom: none;
  }
  .popular-posts-ad-wrapper {
    float: left;
    width: 320px;
  }
  #series .btn {
    width: 140px;
    font-size: 16px;
  }
  .conclusion .left {
    width: 40%;
  }
  .author-box {
    padding: 30px;
  }
  .author-box-single {
    margin: 30px -30px 0;
  }
  .author-box-page {
    margin-bottom: 16px;
  }
  .author-widget {
    width: 48%;
    margin-right: 3%;
  }
  .horizontal-boxes-tags {
    width: 80%;
  }
  .btn-subscribe {
    float: right;
    margin-top: -1px;
  }
  .card-pb {
    left: auto;
    right: 0;
    top: 30px;
  }
  .card-pb .half {
    width: 49%;
  }
}
@media only screen and (min-width: 1160px) {
  .ap-new-articles {
    right: 286px;
  }
  .ap-panel-news {
    width: 1050px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .bigsponsor {
    margin-bottom: 20px;
  }
  #sbar-content .ap-sponsor div.execphpwidget {
    margin-bottom: 20px;
  }
  #ap2_list_view_1_wrapper.lv-wrapper-adsense,
  #ap-mobile-1.lv-wrapper-adsense,
  #ap-mobile-2.lv-wrapper-adsense,
  #ap-mobile-3.lv-wrapper-adsense,
  #ap-mobile-4.lv-wrapper-adsense {
    margin-bottom: 20px;
  }
  #ap2_list_view_1_wrapper.lv-wrapper-adsense > ins,
  #ap-mobile-1.lv-wrapper-adsense > ins,
  #ap-mobile-2.lv-wrapper-adsense > ins,
  #ap-mobile-3.lv-wrapper-adsense > ins,
  #ap-mobile-4.lv-wrapper-adsense > ins {
    width: 728px;
    height: 90px;
    margin: 0;
  }
  #ap-in-post-1.lv-wrapper-adsense,
  #ap-in-post-4.lv-wrapper-adsense {
    margin: 20px -30px !important;
  }
  #ap-in-post-1.lv-wrapper-adsense > ins,
  #ap-in-post-4.lv-wrapper-adsense > ins {
    width: 728px;
    height: 90px;
  }
  #ap-in-post-4.lv-wrapper-adsense {
    margin-bottom: -30px !important;
  }
  #ap-in-post-3.lv-wrapper-adsense {
    margin-bottom: 10px;
  }
  #ap-in-post-3.lv-wrapper-adsense > ins {
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }
  #ap-in-post-3.lv-wrapper-adsense {
    margin-bottom: 20px;
  }
  .post.page-heading {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 1px 0 0 #cfcfcf;
    margin-bottom: 20px !important;
  }
  .post-page-body {
    border-top: 1px solid #e0e0e0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .band.content.main {
    padding-top: 20px;
  }
  .band.content.main .container .primary.column {
    margin-right: 20px;
  }
  .author-box-page {
    margin-bottom: 20px;
  }
  .primary .post-footer {
    margin-bottom: 20px;
  }
  .card-post {
    margin-bottom: 20px;
  }
  .card-post .card-inner,
  .card-post .card-action {
    padding: 30px;
  }
  .card-popup .card-inner {
    width: 550px;
  }
  .card-popup.active {
    max-width: 550px;
  }
  .post {
    padding: 30px;
    margin-bottom: 20px;
  }
  .post.small-post {
    padding-bottom: 20px;
  }
  #sbar-content .widget,
  .ap-hottest-content-wrapper {
    margin-bottom: 20px;
  }
  .lv-wrapper .adslot {
    margin-bottom: 20px;
  }
  .ip-wrapper.ip-wrapper-bottom .adslot {
    min-height: 1px;
  }
  .wp-pagenavi {
    margin-bottom: 20px;
  }
  .row.feature {
    margin-bottom: 10px;
  }
  .row.feature .news.column {
    width: 550px;
    margin-right: 20px;
  }
  .row.feature .skyscraper.column {
    margin-right: 20px !important;
  }
  .row.feature .dont-miss .article-nav .article-nav-box {
    margin-top: 20px;
    height: 158px;
  }
  .lv-wrapper .adslot {
    height: 90px;
  }
  .ip-wrapper {
    margin: 0 -30px;
  }
  .single-post-widget section {
    width: 408px;
  }
  .band .container {
    max-width: 1050px;
  }
  ul.primary-nav > li > a > i {
    top: -3px;
  }
  .band.content.main .container .primary.column {
    width: 730px;
  }
  .band.content.main .container .secondary.column {
    width: 300px;
  }
  .nivo-lightbox-content {
    width: 72%;
    float: left;
  }
  .nivo-lightbox-wrap {
    top: 2%;
    bottom: 2%;
    left: 2%;
    right: 2%;
    max-height: 764px;
    min-height: 455px;
    margin: auto;
  }
  .nivo-lightbox-sidebar {
    display: block !important;
    width: 28%;
  }
  .nivo-lightbox-title-wrap {
    width: 72%;
  }
  .band.footer .ap-hottest-content-header .one-third.column {
    width: 336px;
  }
  .naag-slider .slides > li {
    width: 33.333%;
  }
  .naag-slider .slides > li:nth-child(2n) {
    border-right: 1px solid #ddd;
  }
  .naag-slider .slides > li:nth-child(3n) {
    border-right: none;
  }
  .med-post .post-header h2 {
    width: 64.6%;
  }
  .large-post .post-hero {
    margin: 20px -30px;
  }
  .banner {
    margin-left: -38px;
  }
  .post.small-post .post-header h2 {
    width: 75%;
  }
  .nav-bg {
    top: 47px;
  }
  .drop-down {
    width: 1050px;
  }
  .drop-down ul.sub-column > li ul.news-meta {
    left: 330px;
  }
  blockquote.big-red section p {
    font-size: 28px;
  }
  #disqus_thread {
    padding: 30px;
  }
  .article-nav .article-nav-box {
    height: 160px;
  }
  .wp-pagenavi {
    padding: 10px 20px 20px;
  }
  .single-post-widget .post-list {
    width: 407px;
  }
}
@media only screen and (min-width: 1300px) {
  .nivo-lightbox-content,
  .nivo-lightbox-title-wrap {
    width: 73%;
  }
  .nivo-lightbox-wrap {
    max-width: 1345px;
  }
  .nivo-lightbox-sidebar {
    width: 27%;
  }
}
@media only screen and (min-width: 1414px) {
  .nivo-lightbox-content,
  .nivo-lightbox-title-wrap {
    width: 73%;
  }
  .nivo-lightbox-sidebar {
    width: 27%;
  }
  .nivo-lightbox-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  div.wpappbox.error div.appdetails > div,
  div.wpappbox.error div.title {
    font-size: 10px !important;
  }
  div.wpappbox div.appdetails > div.buttons {
    display: flex !important;
    line-height: 8px !important;
  }
  div.wpappbox div.appdetails > div.buttons > a {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 800px) {
  div.wpappbox > a {
    display: none !important;
  }
}
