/*
Theme Name: Gamezebo
Author: Coulee Creative
Author URI: http://couleecreative.com
Version: 1.0
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==== RESET ============================================= */
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  /* remember to define focus styles! */
  outline: 0;
}
body {
  background: #fff;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* ==== BOOTSTRAP 3 ============================================= */
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ==== BASE STYLES ============================================= */
@charset "UTF-8";
@font-face {
  font-family: "gamezebo";
  src: url("css/fonts/gamezebo.eot");
  src: url("css/fonts/gamezebo.eot?#iefix") format("embedded-opentype"), url("css/fonts/gamezebo.woff") format("woff"), url("css/fonts/gamezebo.ttf") format("truetype"), url("css/fonts/gamezebo.svg#gamezebo") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "gamezebo" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="gz-"]:before,
[class*=" gz-"]:before {
  font-family: "gamezebo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gz-fontawesome-webfont-1:before {
  content: "b";
}
.gz-export:before {
  content: "c";
}
.gz-social-reddit:before {
  content: "d";
}
.gz-fontawesome-webfont-2:before {
  content: "e";
}
.gz-fontawesome-webfont-6:before {
  content: "i";
}
.gz-fontawesome-webfont-7:before {
  content: "j";
}
.gz-fontawesome-webfont-8:before {
  content: "k";
}
.gz-social-twitter:before {
  content: "l";
}
.gz-social-facebook:before {
  content: "n";
}
.gz-x-circle:before {
  content: "p";
}
.gz-x:before {
  content: "q";
}
.gz-play:before {
  content: "r";
}
.gz-play-circle:before {
  content: "s";
}
.gz-fontawesome-webfont-9:before {
  content: "t";
}
.gz-fontawesome-webfont-10:before {
  content: "u";
}
.gz-fontawesome-webfont-12:before {
  content: "w";
}
.gz-fontawesome-webfont-13:before {
  content: "x";
}
.gz-fontawesome-webfont-14:before {
  content: "y";
}
.gz-fontawesome-webfont-16:before {
  content: "A";
}
.gz-fontawesome-webfont-17:before {
  content: "B";
}
.gz-fontawesome-webfont-18:before {
  content: "C";
}
.gz-fontawesome-webfont-23:before {
  content: "H";
}
.gz-fontawesome-webfont-24:before {
  content: "I";
}
.gz-fontawesome-webfont-25:before {
  content: "o";
}
.gz-plus-1:before {
  content: "K";
}
.gz-eye:before {
  content: "L";
}
.gz-fontawesome-webfont-15:before {
  content: "z";
}
.gz-fontawesome-webfont-27:before {
  content: "M";
}
.gz-fontawesome-webfont-28:before {
  content: "N";
}
.gz-search:before {
  content: "O";
}
.gz-fontawesome-webfont-29:before {
  content: "Q";
}
.gz-right-open-big:before {
  content: "R";
}
.gz-share:before {
  content: "S";
}
.gz-right-circled:before {
  content: "T";
}
.gz-forward:before {
  content: "U";
}
.gz-cancel:before {
  content: "V";
}
.gz-cancel-circled:before {
  content: "Y";
}
.gz-fontawesome-webfont-32:before {
  content: "m";
}
.gz-eye-1:before {
  content: "D";
}
.gz-facebook:before {
  content: "E";
}
.gz-gplus:before {
  content: "F";
}
.gz-user:before {
  content: "G";
}
.gz-users:before {
  content: "0";
}
.gz-twitter:before {
  content: "1";
}
.gz-thumbs-up:before {
  content: "4";
}
.gz-thumbs-down:before {
  content: "5";
}
.gz-chat:before {
  content: "a";
}
.gz-minus:before {
  content: "f";
}
.gz-check-1:before {
  content: "h";
}
.gz-fontawesome-webfont:before {
  content: "v";
}
.gz-dot:before {
  content: "J";
}
.gz-fontawesome-webfont-3:before {
  content: "W";
}
.gz-facebook-circled:before {
  content: "X";
}
.gz-twitter-circled:before {
  content: "6";
}
.gz-fontawesome-webfont-4:before {
  content: "7";
}
.gz-fontawesome-webfont-5:before {
  content: "8";
}
.gz-fontawesome-webfont-11:before {
  content: "9";
}
.gz-book-read-streamline:before {
  content: "g";
}
.gz-clock:before {
  content: "P";
}
.gz-bubble:before {
  content: "Z";
}
.gz-chart-bar:before {
  content: "#";
}
.gz-chart-area:before {
  content: "!";
}
.gz-eye-view-1:before {
  content: "\"";
}
.gz-close-button-2:before {
  content: "$";
}
.gz-next-2:before {
  content: "%";
}
.gz-next-1:before {
  content: "&";
}
.gz-plus-1-1:before {
  content: "'";
}
.gz-plus-6:before {
  content: "(";
}
.gz-plus-4:before {
  content: ")";
}
.gz-bookmark-star-favorite:before {
  content: "*";
}
.gz-chevron-medium-big-4-01:before {
  content: ",";
}
.gz-chevron-medium-big-3-01:before {
  content: "-";
}
.gz-squared-big-circle-2-01:before {
  content: ".";
}
.gz-rounded-big-circle-2-01:before {
  content: "/";
}
.gz-triangle-medium-circle-1-01:before {
  content: ":";
}
.gz-triangle-medium-circle-2-01:before {
  content: ";";
}
.gz-analytics-chart-graph:before {
  content: "<";
}
.gz-half-rating-start:before {
  content: "=";
}
.gz-joystick:before {
  content: "2";
}
.gz-fontawesome-webfont-19:before {
  content: "3";
}
.gz-bag-shopping:before {
  content: "+";
}
.gz-cart-shopping-1:before {
  content: ">";
}
/* change box model */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body i:before {
  position: relative;
  top: .125em;
}
body i.fa:before {
  position: static;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  line-height: 1em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p,
ul,
ol,
dl {
  font-size: 1em;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #009b71;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:focus {
  outline: none;
  color: #00684c;
}
a:hover {
  text-decoration: none;
  color: #00684c;
}
button::-moz-focus-inner {
  border: 0;
}
article,
.text-content {
  line-height: 1.35em;
}
article h1,
.text-content h1,
article h2,
.text-content h2,
article h3,
.text-content h3,
article h4,
.text-content h4,
article h5,
.text-content h5,
article h6,
.text-content h6 {
  margin: .5em 0;
}
article p,
.text-content p,
article ul,
.text-content ul,
article ol,
.text-content ol {
  margin: 1em 0;
}
article ol,
.text-content ol {
  list-style: decimal;
  padding-left: 20px;
}
article ol ol,
.text-content ol ol,
article ol ul,
.text-content ol ul {
  margin-bottom: 0;
}
article ul,
.text-content ul {
  list-style: disc;
  padding-left: 20px;
}
article ul ul,
.text-content ul ul,
article ul ol,
.text-content ul ol {
  margin-bottom: 0;
}
body strong,
body b {
  font-weight: bold;
}
body em {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
}
iframe,
object,
embed {
  max-width: 100%;
}
.video-container,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.embed-container iframe,
.video-container object,
.embed-container object,
.video-container embed,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* WordPress Default Classes
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 10px auto 5px auto;
  clear: both;
}
.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}
.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
a img.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}
a img.alignnone {
  margin: 10px 30px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.tb {
  display: table;
}
.tb > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
.tb > .tb-td.va-top {
  vertical-align: top;
}
.tb > .tb-td.va-bottom {
  vertical-align: bottom;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
blockquote {
  font-style: italic;
  margin: 1.5em 0;
  padding: 5px 15px;
  text-align: center;
  font-size: 18px;
}
blockquote p {
  font-size: 1em !important;
  line-height: 1.375em !important;
  font-family: "ff-meta-serif-web-pro", serif;
  margin: 0 !important;
}
blockquote p:before {
  content: '\201c';
}
blockquote p:after {
  content: '\201d';
}
blockquote.featured-quote {
  border-left: 3px solid #009b71;
  text-align: left;
  padding-left: 25px;
}
blockquote.featured-quote p {
  font-size: .75em !important;
}
.tb {
  display: table;
}
.tb > .tb-td {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}
.tb > .tb-td.va-top {
  vertical-align: top;
}
.tb > .tb-td.va-bottom {
  vertical-align: bottom;
}
/* clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
/* ==== SITE STYLES ============================================= */
/* ==== MAIN MENU SHOW/HIDE ============================================= */
.site-outer-container {
  overflow: hidden;
}
.three-d-link,
.three-d-link * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-container {
  width: 100%;
  position: relative;
  z-index: 1;
  left: 0;
  background: #fff;
  min-height: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.site-container #logo {
  position: relative;
  z-index: 101;
}
body.showing-menu .site-container {
  -moz-transform: translate3d(305px, 0px, 0px);
  -webkit-transform: translate3d(305px, 0px, 0px);
  -o-transform: translate3d(305px, 0px, 0px);
  -ms-transform: translate3d(305px, 0px, 0px);
  transform: translate3d(305px, 0px, 0px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body.showing-menu .site-container:after {
  z-index: 100;
  opacity: 1;
}
body.showing-menu #main-menu > .inner-container {
  -moz-transform: scale(1) translate3d(0px, 0, 0);
  -webkit-transform: scale(1) translate3d(0px, 0, 0);
  -o-transform: scale(1) translate3d(0px, 0, 0);
  -ms-transform: scale(1) translate3d(0px, 0, 0);
  transform: scale(1) translate3d(0px, 0, 0);
  opacity: 1;
}
#main-menu {
  background: #161616;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  overflow: scroll;
  width: 100%;
}
#main-menu > .inner-container {
  background: #161616 url(images/menu-bg.png) repeat;
  width: 305px;
  min-height: 100%;
  opacity: .5;
  -moz-transform: scale(0.9) translateX(-20px);
  -webkit-transform: scale(0.9) translateX(-20px);
  -o-transform: scale(0.9) translateX(-20px);
  -ms-transform: scale(0.9) translateX(-20px);
  transform: scale(0.9) translateX(-20px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.loaded #main-menu {
  display: block;
}
/* ==== GENERAL ============================================= */
body {
  background: #1c1c1c;
}
#main-menu {
  font-family: "proxima-nova", sans-serif;
}
#main-menu > .inner-container {
  padding: 10px 0 0;
}
#main-menu .title {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 1.66em;
  border-bottom: 1px solid #2e4b53;
}
#main-menu .menu-container .close-menu {
  background: #212121;
  color: #999999;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: .66em 15px;
  height: 64px;
  margin: 0 -19px 1em;
  font-size: 24px;
  cursor: pointer;
}
#main-menu .menu-container .close-menu i {
  position: relative;
  top: 1px;
}
#main-menu .menu-container .close-menu:hover {
  background: #00644b;
  color: #1c1c1c;
}
#main-menu hr {
  border: none;
  margin: 1em 0;
  border-bottom: 1px solid #474646;
}
#main-menu a {
  display: block;
  color: #829298;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#main-menu a:hover {
  color: #fff;
}
#main-menu .menu-container {
  padding: 0 30px;
}
#main-menu .menu li {
  line-height: 2.5em;
}
#main-menu .menu li.current-menu-item > a,
#main-menu .menu li.current-cat > a {
  color: #fff;
}
#main-menu .menu li a:before {
  font-family: "gamezebo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  margin-left: -20px;
  display: inline-block;
  color: #009b71;
  font-size: 13px;
}
#main-menu .menu li a[href*="play."]:before {
  content: '3';
}
#main-menu .menu li a[href$="shop/"]:before,
#main-menu .menu li a[href*="deals."]:before {
  content: '+';
}
#main-menu .expandable {
  position: relative;
  padding-left: 10px;
  margin-left: -10px;
}
#main-menu .expandable .sub-menu {
  display: none;
  padding-left: 10px;
}
#main-menu .expandable > li {
  position: relative;
  z-index: 1;
}
#main-menu .expandable > li > a {
  padding-left: 16px;
  margin-left: -16px;
}
#main-menu .expandable:before {
  content: '+';
  color: #009b71;
  position: absolute;
  top: -2px;
  right: 100%;
  margin: .5em 0;
  height: 1em;
  z-index: 0;
  font-size: 18px;
}
#main-menu .expandable.expanded:before {
  content: '-';
}
#main-menu .mail-form {
  background: none;
}
#main-menu .mail-form .title {
  text-align: left;
}
#main-menu .mail-form .form-container {
  background: #009b71 url(images/green-bg.png) repeat-x top left;
  background-size: auto 120%;
}
#main-menu .mail-form .form-container form {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0;
}
#main-menu .mail-form .form-container form .field-email input {
  padding-right: 10px;
}
#main-menu .mail-form .form-container form .field-submit {
  position: static;
  width: 100%;
  border-radius: 3px;
}
#main-menu .follow-us {
  padding: 1.5em 30px;
}
#main-menu .follow-us .title {
  margin-bottom: .5em;
}
#main-menu .follow-us li {
  line-height: 1.66em;
}
header.site {
  background: #00826f url(images/green-bg.png);
  position: relative;
}
header.site #topbar {
  position: relative;
  z-index: 7;
}
header.site #logo {
  height: 55px;
  float: left;
}
header.site #logo .image,
header.site #logo img {
  background: #000;
  display: block;
  height: 55px;
  line-height: 55px;
}
header.site #logo .three-d-link {
  height: 55px;
  line-height: 55px;
  border: 0;
}
header.site #logo .three-d-link > span:before {
  text-align: center;
  color: #000000;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  background: #009b71;
  padding: 0;
}
header.site #logo .three-d-link:hover > span {
  -webkit-transform: rotateX(90deg) translateY(-30px);
  -moz-transform: rotateX(90deg) translateY(-30px);
  transform: rotateX(90deg) translateY(-30px);
}
header.site .row {
  margin: 0;
}
header.site .row > div {
  padding: 0;
}
header.site .fading-bgs {
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
header.site .banner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.75s ease, -webkit-transform 0.75s ease;
  -moz-transition: opacity 0.75s ease, -moz-transform 0.75s ease;
  -ms-transition: opacity 0.75s ease, -ms-transform 0.75s ease;
  -o-transition: opacity 0.75s ease, -o-transform 0.75s ease;
  transition: opacity .75s ease, transform .75s ease;
  background: center center repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-size: cover;
  opacity: .2;
}
header.site .banner-text {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
header.site .banner-text .container {
  height: 100%;
}
header.site .banner-text .title {
  font-size: 16px;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
}
header.site .banner-text .inner-container {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
header.site .banner-text .hgroup {
  display: table-cell;
  height: 100%;
  padding-bottom: 40px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
header.site .banner-text .hgroup .featured-post-title {
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}
header.site .banner-text .hgroup .featured-post-title > a {
  color: #fff;
}
header.site .banner-text .hgroup .featured-post-subtitle {
  font-family: "ff-meta-serif-web-pro", serif;
  font-size: 18px;
  margin: 15px 0 0;
  font-weight: normal;
}
header.site .top-nav .menu {
  min-height: 52px;
  float: right;
  padding-top: .33em;
}
header.site .top-nav .menu > li {
  float: left;
  position: relative;
}
header.site .top-nav .menu > li > a {
  border-top: 2px solid transparent;
  margin-top: 0px;
  display: block;
  padding: 1.125em 8px .875em;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  opacity: .8;
  color: #fff;
  font-size: 12px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
header.site .top-nav .menu > li:first-child > a {
  padding-left: 0;
}
header.site .top-nav .menu > li:hover > a {
  opacity: 1;
}
header.site .top-nav .menu > li.current-menu-item > a {
  opacity: 1;
  border-top-color: #fff;
}
header.site .social-links {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  text-align: right;
}
header.site .social-links > li {
  display: inline-block;
}
header.site .social-links > li > a {
  width: 32px;
  height: 52px;
  padding-top: 2px;
  display: block;
  vertical-align: bottom;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  color: #fff;
}
header.site .social-links > li > a:hover {
  color: #1c1c1c;
}
header.site.has-banner {
  background: #009b71;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #25716d), color-stop(1, #009b71));
  background: -ms-linear-gradient(bottom, #25716d, #009b71);
  background: -moz-linear-gradient(center bottom, #25716d 0%, #009b71 100%);
  background: -o-linear-gradient(#009b71, #25716d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009b71', endColorstr='#25716d', GradientType=0);
  padding: 10px;
  background: #00826f;
}
header.site.has-banner .top-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}
header.site.has-banner .top-nav .menu {
  border-top: 1px solid #92b8b3;
  text-align: center;
  padding-top: 0;
  float: none;
}
header.site.has-banner .top-nav .menu > li > a {
  border-top-width: 3px;
  margin-top: -1.5px;
}
header.site.has-banner .top-nav .menu > li:first-child > a {
  padding-left: 0;
}
header.site.has-banner #logo img {
  height: 64px;
}
header.site.has-banner #logo .three-d-link {
  height: 64px;
  line-height: 64px;
}
header.site.has-banner .social-links > li > a {
  padding-top: 4px;
}
header.site.has-banner #search-form {
  width: 67px;
  height: 67px;
}
header.site.has-banner #search-form .search-submit,
header.site.has-banner #search-form .search-icon {
  width: 67px;
}
header.site.has-banner .right {
  margin-left: 88px;
  float: right;
}
header.site.has-banner .right > * {
  float: left;
}
#search-form {
  position: relative;
}
#search-form .search-submit,
#search-form .search-icon {
  width: 52px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
}
#search-form .search-input {
  padding: 18px 15px 15px;
  height: 55px;
  line-height: 22px;
  width: 100%;
  padding-right: 52px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  opacity: .65;
  font-size: 14px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#search-form .search-input::-webkit-input-placeholder {
  color: #fff;
}
#search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#search-form .search-input:-ms-input-placeholder {
  color: #fff;
}
#search-form .search-input:focus {
  background: #000;
  opacity: 1;
  color: #fff;
}
#search-form .search-submit {
  text-indent: -1000em;
  z-index: 2;
  border: none;
}
#search-form .search-icon {
  z-index: 1;
  padding: 15px 0;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-form-fnacy-container {
  width: 61px;
  height: 61px;
}
#search-form-fancy {
  width: 64px;
  height: 64px;
  padding-right: 61px;
  position: relative;
  float: right;
  z-index: 0;
}
#search-form-fancy .search-submit,
#search-form-fancy .search-icon {
  width: 64px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#search-form-fancy .search-icon {
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 0;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search-form-fancy .search-icon:hover {
  background: rgba(0, 0, 0, 0.3);
}
#search-form-fancy .search-submit {
  display: none;
  text-indent: -1000em;
  z-index: 2;
  background: transparent;
  border: 0;
}
#search-form-fancy .search-input-container {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 320px;
  margin-right: -1px;
  overflow: hidden;
}
#search-form-fancy .search-input {
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 15px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#search-form-fancy .search-input::-webkit-input-placeholder {
  color: transparent;
}
#search-form-fancy .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
#search-form-fancy .search-input:-ms-input-placeholder {
  color: transparent;
}
#search-form-fancy.active {
  z-index: 2;
}
#search-form-fancy.active .search-icon {
  background: #000000;
}
#search-form-fancy.active .search-submit {
  display: block;
}
#search-form-fancy.active .search-input {
  right: 0;
  background: #000000;
}
#search-form-fancy.active .search-input::-webkit-input-placeholder {
  color: #efefef;
}
#search-form-fancy.active .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #efefef;
}
#search-form-fancy.active .search-input:-ms-input-placeholder {
  color: #efefef;
}
.persistent-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 54px;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 4;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  margin-top: -54px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.persistent-menu > .container {
  position: relative;
  text-align: center;
  padding: 0 15px 0 80px;
}
.persistent-menu .logo {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 15px;
}
.persistent-menu .logo img {
  max-height: 42px;
}
.persistent-menu .sharing {
  padding: 5px 0;
}
.persistent-menu .sharing .row {
  margin: 0 -10px;
}
.persistent-menu .sharing .row > div {
  padding: 0 10px;
}
.persistent-menu .sharing .label .text {
  font-size: 14px;
}
.persistent-menu .sharing .count {
  padding-top: 1px;
  font-size: 24px;
}
.persistent-menu.visible {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  margin-top: 0;
}
.persistent-menu.visible.hiding {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* Inspirated from  http://www.alessioatzeni.com/wp-content/tutorials/html-css/CSS3-loading-animation-loop/index.html */
.loading-animation {
  /* v2 */
  /* v3 */
  /* round variation */
  /* double variation */
}
.loading-animation .ouro {
  position: relative;
  display: inline-block;
  height: 46px;
  width: 46px;
  margin: 1em;
  border-radius: 50%;
  background: none repeat scroll 0 0 #1c1c1c;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset, 0 0 25px rgba(0, 0, 255, 0.075);
}
.loading-animation .ouro:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  height: 28px;
  width: 28px;
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.loading-animation .ouro > span {
  position: absolute;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.loading-animation .left {
  left: 0;
}
.loading-animation .right {
  left: 50%;
}
.loading-animation .anim {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 999px;
  background: none repeat scroll 0 0 #009b71;
  opacity: 0.8;
  -webkit-animation: ui-spinner-rotate-left 3s infinite;
  animation: ui-spinner-rotate-left 3s infinite;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0;
}
.loading-animation .left .anim {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.loading-animation .right .anim {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  left: -100%;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
}
.loading-animation .ouro2 .anim {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.loading-animation .ouro2 .right .anim {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.loading-animation .ouro3 .anim {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: linear;
}
.loading-animation .ouro3 .right .anim {
  -webkit-animation-name: ui-spinner-rotate-right;
  -webkit-animation-delay: 0;
  -webkit-animation-delay: 1s;
  animation-name: ui-spinner-rotate-right;
  animation-delay: 0;
  animation-delay: 1s;
}
.loading-animation .round .ouro:after {
  display: none;
}
.loading-animation .double .ouro:after {
  height: 13px;
  width: 13px;
  left: 7px;
  top: 7px;
  border: 10px solid #ddd;
  background: transparent;
  box-shadow: none;
}
@keyframes ui-spinner-rotate-right {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ui-spinner-rotate-left {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes ui-spinner-rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*
 * Some bugs with Chrome (Android), Safari and Opera, I'll try to see how http://atomeye.com/projects/sass-css-spinner.html made his code.
 */
body {
  background: #fff;
}
.container {
  max-width: 100%;
}
/* ==== MAIN PAGES ============================================= */
header.site * {
  -webkit-backface-visibility: none;
  backface-visibility: none;
}
header.site.has-banner {
  height: 300px;
  width: 100%;
}
header.site.has-banner.loading .fading-bgs,
header.site.has-banner.loading .banner {
  left: -1000em;
  opacity: 0;
}
header.site.has-banner.loading .banner {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* ==== CONTENT ============================================= */
#content {
  position: relative;
}
#content .hentry {
  position: relative;
}
/* ==== POST LIST ============================================= */
.post-list {
  /* ==== FEATURED POSTS ============================================= */
}
.post-list .row > div {
  border-bottom: 1px solid #ededed;
}
.post-list .row > div:nth-child(6n + 1) {
  clear: both;
}
.post-list .post-box {
  position: relative;
  padding: 40px 0 30px;
}
.post-list .post-box .meta {
  font-size: 14px;
  padding-bottom: 3px;
}
.post-list .post-box .meta .category {
  float: left;
}
.post-list .post-box .meta .time-to-read {
  float: right;
  color: #b3b3b1;
}
.post-list .post-box .image {
  position: relative;
  min-height: 150px;
  background: #999 center center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.post-list .post-box .image > img {
  display: block;
}
.post-list .post-box .image .overlay-link {
  width: 100%;
  height: 100%;
  display: block;
}
.post-list .post-box .image .hover {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.2s ease-out 0s, -webkit-transform 0.3s ease-out 0;
  -moz-transition: opacity 0.2s ease-out 0s, -moz-transform 0.3s ease-out 0;
  -ms-transition: opacity 0.2s ease-out 0s, -ms-transform 0.3s ease-out 0;
  -o-transition: opacity 0.2s ease-out 0s, -o-transform 0.3s ease-out 0;
  transition: opacity 0.2s ease-out 0s, transform 0.3s ease-out 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}
.post-list .post-box .image .hover > .inner-container {
  display: table;
  height: 100%;
  width: 100%;
}
.post-list .post-box .image .hover > .inner-container > a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 50px;
  color: #fff;
}
.post-list .post-box .image .hover > .inner-container > a .views {
  display: block;
  padding-bottom: 0px;
  border-bottom: 1px solid #878684;
  font-size: 21px;
}
.post-list .post-box .image .hover > .inner-container > a .views i {
  color: #009b71;
}
.post-list .post-box .image .hover > .inner-container > a .views > img {
  position: relative;
  top: -3px;
}
.post-list .post-box .image .hover > .inner-container > a .shares {
  padding: 5px 0;
  display: block;
}
.post-list .post-box .image .hover > .inner-container > a .shares img {
  position: relative;
  top: -3px;
}
.post-list .post-box .image .hover > .inner-container > a .shares i {
  color: #009b71;
  font-size: 22px;
  position: relative;
  top: 1px;
}
.post-list .post-box .image .hover > .inner-container > a .shares .label {
  font-size: 12px;
  text-transform: uppercase;
}
.post-list .post-box .image .hover > .inner-container > a .shares .label .count {
  text-transform: none;
  font-size: 21px;
  padding-right: 3px;
}
.post-list .post-box .image .hover > .inner-container > a .read-more {
  margin-top: 5px;
  display: inline-block;
}
.post-list .post-box .image .hover > .inner-container > a .read-more:hover {
  color: #1c1.c1c;
}
.post-list .post-box .post-info {
  padding: 1em 0 0;
}
.post-list .post-box .post-info .author-image {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 3px;
}
.post-list .post-box .post-info .author-image img {
  border-radius: 20px;
}
.post-list .post-box .post-info .post-title {
  margin-left: 40px !important;
  line-height: 1.2em;
  margin-bottom: 0;
}
.post-list .post-box .post-info .post-title > a {
  color: #333332;
}
.post-list .post-box .post-info .post-title > a:hover {
  color: #009b71;
}
.post-list .post-box .post-info .post-sub-title {
  margin-left: 40px;
  font-weight: normal;
  color: #555;
  padding-top: 5px;
}
.post-list .post-box:hover .image .hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease-out 0.05s, -webkit-transform 0.2s ease-out 0;
  -moz-transition: opacity 0.3s ease-out 0.05s, -moz-transform 0.2s ease-out 0;
  -ms-transition: opacity 0.3s ease-out 0.05s, -ms-transform 0.2s ease-out 0;
  -o-transition: opacity 0.3s ease-out 0.05s, -o-transform 0.2s ease-out 0;
  transition: opacity 0.3s ease-out 0.05s, transform 0.2s ease-out 0;
}
.post-list .post-box.ad-container .image {
  background: none;
}
.post-list .hentry.post-quote .image {
  display: table;
  position: relative;
  overflow: visible;
  border-radius: 4px;
}
.post-list .hentry.post-quote .image:after,
.post-list .hentry.post-quote .image:before {
  content: '';
  position: absolute;
  width: 84px;
  height: 67px;
  margin: 15px;
  background: no-repeat center center;
}
.post-list .hentry.post-quote .image:after {
  top: 0;
  left: 0;
  background-image: url(images/quote-l.png);
}
.post-list .hentry.post-quote .image:before {
  bottom: 0;
  right: 0;
  background-image: url(images/quote-r.png);
}
.post-list .hentry.post-quote .quotation {
  color: #fff;
  font-size: 28px;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: bold;
  line-height: 1.25em;
  background: rgba(0, 155, 113, 0.6);
  text-align: left;
  padding: 1em 15px;
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
.post-list .hentry.post-quote .quotation:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 40px;
  width: 73px;
  height: 38px;
  background: url(images/quote-bubble.png) no-repeat top left;
}
.post-list .featured-posts {
  background: #1c1c1c url(images/menu-bg.png) repeat;
  background-attachment: fixed;
  color: #fff;
  padding: 40px 0 60px;
  margin: 30px 0;
}
.post-list .featured-posts .title {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: normal;
  padding: 20px 0;
  margin-bottom: 0;
}
.post-list .featured-posts a {
  color: #fff;
}
.post-list .featured-posts .row > div {
  border: none;
}
.post-list .featured-posts .hentry {
  padding: 0;
}
.post-list .featured-posts .hentry .meta .time-to-read {
  color: #777;
}
.post-list .featured-posts .hentry .meta a {
  color: #009b71;
}
.post-list .featured-posts .hentry .post-info .post-title > a {
  color: #fff;
}
.post-list .featured-posts .hentry .post-info .post-title > a:hover {
  color: #009b71;
}
.post-list .load-more-container {
  text-align: center;
  padding: 30px 0 60px;
  position: relative;
}
.post-list .load-more-container.loading .loading-animation {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.post-list .load-more-container.loading .load-more {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.post-list .load-more-container.loading.loading-done .loading-animation {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.post-list .load-more-container.loading .remaining-count {
  display: none;
}
.post-list .load-more-container .load-more {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 1;
}
.post-list .load-more-container .load-more:hover {
  background: #2B956F;
}
.post-list .load-more-container .remaining-count {
  display: block;
  text-align: center;
  padding: 1em 0 0;
  color: #ccc;
  font-size: 12px;
}
.post-list .load-more-container .loading-animation {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* ==== SINGLE POST ============================================= */
.single-post header.post-header .post-title {
  margin-bottom: .25em;
}
.single-post header.post-header .subtitle {
  color: #666666;
  font-weight: 300;
}
.single-post header.post-header .meta {
  font-size: 14px;
  margin: 20px 0;
}
.single-post header.post-header .featured-image {
  text-align: center;
  background: #1c1c1c;
  position: relative;
}
.single-post header.post-header .featured-image .terms {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  padding: 0;
}
.single-post header.post-header .featured-image .terms li > a {
  white-space: nowrap;
}
.single-post header.post-header .featured-image .terms li > a > span {
  background: #009069;
  color: #fff;
  white-space: nowrap;
}
.single-post header.post-header .featured-image .terms li > a > span:before {
  background: #fff;
  color: #009b71;
}
.single-post header.post-header .author-description {
  color: #b3b3b1;
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
}
.single-post header.post-header .author-description .author-image {
  float: left;
  margin-top: -4px;
}
.single-post header.post-header .author-description img {
  border-radius: 50%;
  margin-right: 10px;
}
.single-post header.post-header .author-description a {
  color: #81817d;
}
.single-post header.post-header .author-description a:hover {
  color: #4d4d4b;
}
.single-post header.post-header .author-description .twitter-link {
  color: #b3b3b1;
  margin-left: 5px;
}
.single-post header.post-header .author-description .twitter-link:hover {
  color: #009b71;
  border-color: #009b71;
}
.single-post header.post-header .time-to-read {
  float: right;
  background: #bebebd;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  padding: 2px 10px;
}
.single-post header.post-header .time-to-read i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
.single-post header.post-header .sharing {
  padding: 20px 0 25px;
}
.single-post header.post-header .sharing .count {
  padding-top: 7px;
}
.single-post article {
  font-family: "ff-meta-serif-web-pro", serif;
}
.single-post .post.category-reviews .post-content .terms {
  padding: 30px 0;
}
.post-content {
  padding-bottom: 50px;
}
.post-content p,
.post-content ul,
.post-content ol {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 24px;
}
.post-content .embed-container {
  overflow: visible;
}
.post-content iframe {
  width: 100%;
}
.post-content ul {
  list-style: none;
}
.post-content ul > li {
  position: relative;
  border-bottom: 3px solid #eaeaea;
  padding: .5em 0;
}
.post-content ul > li:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: .75em;
  margin-left: -23px;
  border: 2px solid #009b71;
  border-radius: 50%;
}
.ratings-container {
  color: #fff;
  background: #1c1c1c;
}
.ratings-container .pros-cons {
  padding: 30px 0;
  margin-bottom: 1.25em;
}
.ratings-container .pros-cons .title {
  margin: 0 0 .75em;
}
.ratings-container .pros-cons ul {
  margin-bottom: 0;
}
.ratings-container .pros-cons ul > li {
  font-family: "ff-meta-serif-web-pro", serif;
  font-style: italic;
  font-weight: 300;
  padding-left: 20px;
  position: relative;
  padding-bottom: .5em;
}
.ratings-container .pros-cons ul > li i {
  position: absolute;
  top: 0px;
  left: 0;
}
.ratings-container .pros-cons .pros {
  padding: 40px 20px;
  background: #009b71;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #25716d), color-stop(1, #009b71));
  background: -ms-linear-gradient(bottom, #25716d, #009b71);
  background: -moz-linear-gradient(center bottom, #25716d 0%, #009b71 100%);
  background: -o-linear-gradient(#009b71, #25716d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009b71', endColorstr='#25716d', GradientType=0);
}
.ratings-container .pros-cons .cons {
  padding: 40px 20px;
  background: #d55423;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd3714), color-stop(1, #d55423));
  background: -ms-linear-gradient(bottom, #dd3714, #d55423);
  background: -moz-linear-gradient(center bottom, #dd3714 0%, #d55423 100%);
  background: -o-linear-gradient(#d55423, #dd3714);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d55423', endColorstr='#dd3714', GradientType=0);
}
.ratings-container .rating {
  max-width: 100%;
  width: 420px;
  background: #272727;
  margin: 0 auto;
  text-align: center;
  padding: 40px 30px;
  margin-bottom: -1.25em;
  margin-top: -1.25em;
  position: relative;
  z-index: 1;
}
.ratings-container .rating .title {
  margin-bottom: .375em;
}
.ratings-container .rating .subtitle {
  font-size: 12px;
}
.ratings-container .rating .stars {
  padding: 1.5em 0 0;
  white-space: nowrap;
}
.ratings-container .rating .stars i {
  color: #ffe100;
  font-size: 30px;
  width: 19%;
  display: inline-block;
  text-align: center;
}
.ratings-container + * > .container {
  padding-top: 40px;
}
.social-options {
  padding: 20px 0;
}
.social-options > .container {
  max-width: 780px;
}
.comments-container {
  padding: 20px 0;
}
.comments-container .comments-show-button {
  background: #333332;
  color: #fff;
  text-align: center;
  display: block;
  padding: .5em 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.comments-container .comments-show-button .count {
  padding: 0 5px;
}
.comments-container .comments-show-button:hover {
  background: #1c1c1c;
}
.available-on-container {
  padding: 40px 0 50px;
  text-align: center;
  background: #e1e1e1;
}
.available-on-container > .container {
  max-width: 780px;
}
.available-on-container .title {
  margin-bottom: 1em;
}
.available-on-container .links > li {
  display: inline-block;
  padding: 0 3px;
}
.available-on-container .links > li > a {
  font-size: 18px;
  line-height: 35px;
  height: 35px;
}
.available-on-container .links > li > a .text {
  padding: 0 15px;
}
.terms {
  padding: 30px 0;
  font-family: "proxima-nova", sans-serif;
}
.terms .label {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #1c1c1c;
  font-size: 14px;
  display: inline-block;
}
.terms ul {
  display: inline-block;
  margin: 0;
}
.terms ul > li {
  border: none;
  display: inline-block;
  padding-right: 5px;
}
.terms ul > li:before {
  display: none;
}
.twitter-link {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  font-size: 14px;
  color: #b3b3b1;
  padding: 3px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.twitter-link:hover {
  color: #009b71;
}
.sharing {
  color: #fff;
}
.sharing a {
  color: #fff;
}
.sharing .row {
  margin: 0 -5px;
}
.sharing .row > div {
  padding: 0 5px;
}
.sharing .option {
  background: #ccc;
  overflow: hidden;
  border-radius: 3px;
  height: 35px;
  padding: .5em 0 .5em 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sharing .option.facebook {
  background: #3e53a0;
}
.sharing .option.facebook:hover {
  background: #30407b;
}
.sharing .option.facebook:hover .count {
  background: #3e53a0;
}
.sharing .option.twitter {
  background: #47a9e1;
}
.sharing .option.twitter:hover {
  background: #2293d3;
}
.sharing .option.twitter:hover .count {
  background: #47a9e1;
}
.sharing .option.subscribe {
  background: #009069;
  cursor: pointer;
  overflow: visible;
}
.sharing .option.subscribe .label {
  padding-right: 15px;
}
.sharing .option.subscribe .label > i {
  padding-left: 5px;
  position: relative;
  top: -2px;
}
.sharing .option.subscribe .mail-form-container {
  display: none;
  max-width: none;
  position: absolute;
  top: 100%;
  left: -10px;
  margin: 0 0;
  z-index: 2;
}
.sharing .option.subscribe .mail-form-container .mail-form {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sharing .option.subscribe.open {
  height: 45px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sharing .option.subscribe.open:hover {
  background: #009069;
}
.sharing .option.subscribe.open .label > i {
  top: 0px;
}
.sharing .option.subscribe.open .label > i:before {
  content: 'k';
}
.sharing .option.subscribe:hover {
  background: #005d44;
}
.sharing .option.google-plus {
  background: #DD4B39;
}
.sharing .option.google-plus i {
  font-size: 16px;
}
.sharing .option.google-plus:hover {
  background: #c23321;
}
.sharing .option.google-plus:hover .count {
  background: #DD4B39;
}
.sharing .label {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  display: block;
  padding-right: 35px;
  white-space: nowrap;
  text-align: center;
}
.sharing .label .text {
  display: none;
  font-size: 12px;
}
.sharing .count {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #efe6e6;
  background: #333332;
  float: right;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0;
  right: 0;
  margin-right: 5px;
  width: 35px;
  text-align: center;
  height: 100%;
  padding: 3px 0 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sharing i {
  padding-right: 5px;
}
/* ==== SIDEBAR ============================================= */
aside {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}
aside .widget {
  margin: 1.5em 0;
}
aside .widget .widget-title {
  font-family: "ff-meta-serif-web-pro", serif;
  margin-bottom: .25em;
  margin-top: 40px;
}
aside .widget.featured-sidebar-posts .hentry .featured-image {
  padding-bottom: 4px;
}
aside .widget.featured-sidebar-posts .hentry .post-title {
  margin-bottom: 25px;
}
aside .widget.featured-sidebar-posts .hentry .post-title > a {
  color: inherit;
  line-height: 1.33em;
}
aside .widget.featured-sidebar-posts .hentry .post-title > a:hover {
  color: #009b71;
}
/* ==== RELATED POSTS ============================================= */
.related-posts-container {
  background: #1c1c1c url(images/menu-bg.png);
  background-attachment: fixed;
  padding: 2em 0;
  color: #fff;
}
.related-posts-container .title {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: normal;
  text-align: center;
}
.related-posts-container .container {
  width: 100%;
}
.related-posts-container .container .post-box .image {
  margin: 0 -15px;
}
.related-posts-container .container .post-box .post-title > a {
  color: #fff;
}
.related-posts-container .container .post-box .post-sub-title {
  color: #fff;
}
.related-posts-container .container .row > div {
  border-bottom: 0;
}
.must-reads-container {
  margin-bottom: 100px;
  margin-top: 50px;
}
i:before {
  content: ' ';
}
.must-reads .title {
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: normal;
  margin: 0;
}
.must-reads .sub-title {
  font-family: "proxima-nova", sans-serif;
  color: #666666;
  font-weight: normal;
}
.must-reads .posts {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.must-reads .posts > li {
  position: relative;
  padding: 30px 110px 30px 80px;
  border-bottom: 1px solid #ededed;
}
.must-reads .posts > li:first-child {
  border-top: 1px solid #ededed;
}
.must-reads .posts > li .full-link-overlay {
  cursor: pointer;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.must-reads .posts > li .number {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 13px 5px 10px;
  line-height: 25px;
  font-size: 25px;
  background: #1c1c1c;
  color: #009b71;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.must-reads .posts > li .time-to-read {
  position: absolute;
  padding: 0 15px;
  width: 115px;
  right: 0;
  font-size: 13px;
  color: #b3b3b1;
  top: 30px;
}
.must-reads .posts > li .time-to-read i {
  font-size: 18px;
  line-height: 14px;
  top: 3px;
  position: relative;
  margin-right: -1px;
}
.must-reads .posts > li .post-sub-title {
  color: #666665;
  font-weight: normal;
  padding-top: .75em;
}
.must-reads .posts > li:hover {
  background: #009b71;
  color: #fff;
}
.must-reads .posts > li:hover .post-sub-title,
.must-reads .posts > li:hover .time-to-read {
  color: #fff;
}
.must-reads .posts > li:hover .number {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  color: #00e7a9;
}
/* ==== ADS ============================================= */
.header-ad-container,
.footer-ad-container {
  text-align: center;
  background: #f9f9f9;
}
.header-ad-container .container,
.footer-ad-container .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.takeover {
  display: none;
  /* faded in with js */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  text-align: center;
}
.takeover > a,
.takeover > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.takeover .content-bg {
  height: 100%;
  background: #fff;
  position: relative;
}
.takeover img {
  width: 100%;
  height: auto;
  display: block;
}
.takeover + .header-ad-container {
  background: none;
}
.takeover + .header-ad-container .ad-label {
  color: #fff;
  font-weight: bold;
}
.header-ad-container {
  position: relative;
  z-index: 1;
}
.header-ad-container .inline-ad {
  position: relative;
}
.hentry.ad-container .image {
  background: none;
}
.ad {
  display: inline-block;
  position: relative;
}
.ad img {
  max-height: 100%;
}
.ad .ad-label {
  font-size: 12px;
  color: #a5a5a5;
  display: block;
  text-align: left;
  padding: 5px 0 0;
  font-family: "proxima-nova", sans-serif;
}
.ad.full-width {
  text-align: center;
  display: block;
}
.ad.post-list-ad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 63px 0;
}
.ad.post-list-ad .ad-label {
  position: absolute;
  top: 35px;
}
.ad.post-list-ad img {
  padding-top: 30px;
}
.ad.label-top {
  padding-top: 25px;
}
.ad.label-top .ad-label {
  position: absolute;
  top: 0;
}
/* ==== HOME PAGE ============================================= */
.home .persistent-menu {
  display: none;
}
/* ==== SEARCH RESULTS ============================================= */
.search-results-title .search-term {
  color: #1c1c1c;
}
.search-results-title .search-term:before,
.search-results-title .search-term:after {
  content: '"';
}
/* ==== ARCHIVE PAGES ============================================= */
.archive-header {
  position: relative;
}
.archive-header .term-name {
  margin-top: 55px;
  margin-bottom: 10px;
}
/* ==== FOOTER ============================================= */
footer.site {
  position: relative;
  z-index: 1;
}
footer.site .social-icons-container {
  background: #232323;
}
footer.site .social-icons-container a {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
footer.site .social-icons-container .social-links > li {
  float: left;
}
footer.site .social-icons-container .social-links > li i {
  padding-right: 8px;
  display: inline-block;
}
footer.site .social-icons-container .social-links > li .label {
  display: inline-block;
  font-size: 14px;
}
footer.site .social-icons-container .social-links > li > a {
  display: block;
  padding: 30px 5px 30px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
footer.site .social-icons-container .social-links > li > a:hover {
  background: #2c2c2c;
}
footer.site .social-icons-container .social-links.number-links-2 > li {
  width: 49.9%;
}
footer.site .social-icons-container .social-links.number-links-3 > li {
  width: 33.3%;
}
footer.site .social-icons-container .social-links.number-links-4 > li {
  width: 25%;
}
footer.site .social-icons-container .social-links.number-links-5 > li {
  width: 20%;
}
footer.site .info-container {
  background: #1e1e1e;
  color: #7d7d7d;
  font-size: 14px;
  text-align: center;
}
footer.site .info-container a {
  color: #7d7d7d;
}
footer.site .info-container a:hover {
  color: #ccc;
}
footer.site .info-container .logo {
  margin-right: 15px;
}
footer.site .info-container .copyright,
footer.site .info-container .footer-menu {
  padding: 20px 0 0;
  white-space: nowrap;
}
footer.site .info-container .copyright {
  margin-right: 6px;
  display: none;
}
footer.site .info-container .footer-menu .menu > li {
  display: inline-block;
  border-left: 1px solid #7d7d7d;
  line-height: 1.2em;
}
footer.site .info-container .footer-menu .menu > li:first-child {
  display: none;
}
footer.site .info-container .footer-menu .menu > li:first-child + li {
  border-left: none;
}
footer.site .info-container .footer-menu .menu > li > a {
  padding: 0 4px 0 6px;
}
footer.site .info-container .attribution {
  padding: 20px 15px 0 0;
}
footer.site .info-container .attribution > a {
  text-transform: uppercase;
  font-weight: 600;
}
/* ==== AUTHOR PAGE ============================================= */
.author-header {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.5em;
}
.author-header .author-name {
  margin-bottom: .375em;
  text-align: center;
}
.author-header .author-image {
  margin-top: 3em;
  text-align: center;
}
.author-header .author-image img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 1em;
}
/* ==== FORMS ============================================= */
input {
  padding: .5em 15px;
  font-family: "proxima-nova", sans-serif;
  color: #333;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #666;
  padding-top: 1px;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  padding-top: 1px;
}
:-ms-input-placeholder {
  color: #666;
  padding-top: 1px;
}
/* ==== HELPRS ============================================= */
.button {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  padding: .5em 20px .375em;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.button.button-black {
  background: #1c1c1c;
  color: #fff;
}
.button.button-black:hover {
  background: #363636;
}
.button.button-hollow {
  border: 2px solid #fff;
  padding: 3px 10px 2px;
  line-height: 1em;
  font-size: 15px;
  font-weight: bold;
}
.button-w-slide {
  position: relative;
  overflow: hidden;
}
.button-w-slide:after {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 0%;
  height: 100%;
  box-sizing: content-box;
  z-index: -1;
  background: #fff;
  border: none;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  -o-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.button-w-slide:hover:after {
  width: 100%;
  padding: 2px;
}
.three-d-link {
  display: inline-block;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  background: #efefef;
  color: #1c1c1c;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.three-d-link > span {
  position: relative;
  display: inline-block;
  padding: 0 0;
  line-height: inherit;
  height: inherit;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.three-d-link > span .text {
  display: inline-block;
  padding: 0 10px;
}
.three-d-link > span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  height: inherit;
  padding: 0 10px;
  color: #fff;
  content: attr(data-hover);
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.three-d-link:hover > span {
  -webkit-transform: rotateX(90deg) translateY(-9px);
  -moz-transform: rotateX(90deg) translateY(-9px);
  transform: rotateX(90deg) translateY(-9px);
}
.three-d-link:hover > span:before {
  background: #009b71;
}
.mail-form {
  padding: 3em 0 1.5em;
  background: #1b775a url(images/green-bg.png) repeat-x top left;
}
.mail-form .title {
  text-align: center;
  padding: 0 30px 13px;
  border-bottom: none;
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.mail-form .subtitle {
  text-align: center;
  font-family: "ff-meta-serif-web-pro", serif;
  font-weight: normal;
  color: #fff;
}
.mail-form .form-container {
  max-width: 620px;
  margin: 0 auto;
}
.mail-form form {
  margin: 2em auto;
  position: relative;
}
.mail-form form .field-email {
  padding-bottom: .5em;
}
.mail-form form .field-email input {
  width: 100%;
  padding-right: 225px;
  height: 45px;
  font-size: 17px;
  padding-top: 12px;
  font-weight: normal;
  font-family: "ff-meta-serif-web-pro", serif;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mail-form form .field-email input:focus {
  border: 2px solid #000;
  background: #e8e8e8;
}
.mail-form form .field-submit {
  background: #1c1c1c;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
  white-space: nowrap;
  height: 45px;
}
.mail-form form .field-submit:hover {
  background: #020202;
}
.mail-form form .field-submit input {
  border: none;
  background: none;
  color: #fff;
  padding-right: 3px;
  padding-left: 5px;
  width: auto;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 300;
}
.mail-form form .field-submit i {
  color: #fff;
}
form {
  max-width: 480px;
}
form input,
form textarea {
  border: 1px solid #666;
  width: 100%;
}
form input:focus,
form textarea:focus {
  border-color: #009b71;
}
input[type="submit"] {
  background: #333;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="submit"]:hover {
  background: #121212;
}
form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
form .wpcf7-not-valid-tip {
  background: #333;
  color: #fff;
  padding: .5em 15px;
  border-radius: 3px;
  margin: .25em 0;
}
.fading-bgs .bg {
  -webkit-transition: opacity 2.5s linear;
  -moz-transition: opacity 2.5s linear;
  -o-transition: opacity 2.5s linear;
  transition: opacity 2.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  opacity: 0;
}
.fading-bgs .bg.show {
  opacity: 1;
  -webkit-transition: opacity 2.5s linear;
  -moz-transition: opacity 2.5s linear;
  -o-transition: opacity 2.5s linear;
  transition: opacity 2.5s linear;
}
.fading-bgs .bg.bg1 {
  background-image: url(images/small-header-bg1.png);
}
.fading-bgs .bg.bg2 {
  background-image: url(images/small-header-bg2.png);
}
.fading-bgs .bg.bg3 {
  background-image: url(images/small-header-bg3.png);
}
/* ==== TOUCH TWEAKS ============================================= */
body.no-touch .post-list .hentry .image .hover {
  display: block;
}
body.no-touch .post-list .hentry .image .overlay-link {
  display: none;
}
.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
  width: 100% !important;
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
  width: 100% !important;
}
.fb-comments iframe .pluginSkinLight > div {
  max-width: 100%;
}
/* ==== MEDIAQUERIES ============================================= */
@media (max-width: 400px) {
  .takeover {
    display: none !important;
  }
  .footer-ad-container,
  .ad-container {
    display: none !important;
  }
  body footer.site .info-container {
    padding-bottom: 60px;
  }
  .header-ad-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header-ad-container .container {
    padding: 0;
  }
  .header-ad-container iframe {
    background: #fff;
    width: 100%;
  }
  body header.site .top-nav .menu {
    padding-top: .5em;
  }
  body header.site .top-nav .menu > li > a {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 2px;
  }
}
/* from 480 DOWN */
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-3 {
    width: 24.99%;
  }
  .col-xxs-4 {
    width: 33.3%;
  }
  #search-form-fancy .search-input-container {
    width: 160px;
  }
  .mail-form {
    padding: 2em 0 0;
  }
  .mail-form .title {
    padding: 0;
    margin: 0;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  blockquote {
    font-size: 16px !important;
  }
  blockquote.featured-quote {
    font-size: 20px !important;
  }
  .fading-bgs {
    background-image: url(images/header-bg1.png);
    opacity: .5;
  }
  .fading-bgs .bg {
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    transition: opacity 0 linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: .5;
  }
  .fading-bgs .bg.show {
    opacity: 1;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    transition: opacity 0 linear;
  }
  .fading-bgs > * {
    display: none !important;
  }
  .must-reads .posts > li {
    padding-right: 15px;
  }
  .must-reads .posts > li .time-to-read {
    top: auto;
    bottom: 5px;
    text-align: right;
  }
  .mail-form form .field-email input {
    padding-right: 15px;
  }
  .mail-form form .field-submit {
    position: static;
    border-radius: 3px;
    width: 100%;
  }
  header.site .container {
    padding: 0;
  }
  header.site .top-nav .container {
    padding: 0;
  }
  header.site .top-nav .menu {
    text-align: right;
    padding-right: 5px;
  }
  header.site .top-nav .menu > li {
    display: inline-block;
    float: none;
  }
  header.site .top-nav .menu > li > a {
    padding-right: 4px;
    padding-left: 4px;
  }
  header.site .banner-text .hgroup {
    padding-top: 40px;
  }
  .sharing .option.more .label {
    text-align: center;
  }
  .sharing .option.more i {
    font-size: 16px;
  }
  .sharing .option.more .text {
    display: none !important;
  }
  .ratings-container .pros-cons .cons {
    margin-top: 1.5em;
  }
  .ratings-container .rating {
    padding: 15px;
    max-width: 290px;
  }
  .ratings-container .rating .stars {
    padding-top: 1em;
  }
  .ratings-container .rating .stars i {
    font-size: 22px;
  }
  .post-list .container {
    max-width: 390px;
    margin: 0 auto;
  }
  .header-ad-container .takeover-banner {
    display: none;
  }
  header.site #logo {
    text-align: left;
  }
  footer.site .info-container {
    text-align: center;
    padding-bottom: 1em;
  }
  footer.site .info-container .footer-menu {
    float: none;
    white-space: normal;
  }
  footer.site .info-container .footer-menu .menu > li:first-child {
    border-left: none;
  }
  footer.site .social-icons-container .social-links > li .label {
    font-size: 12px;
    display: block;
  }
}
/* Small devices (tablets, 768px and UP) */
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 16px;
  }
  blockquote {
    font-size: 20px !important;
  }
  header.site.has-banner {
    height: 430px;
  }
  header.site .top-nav .menu {
    padding-top: .33em;
    float: left;
  }
  .sharing .label .text {
    display: inline-block;
  }
  .single-post .post.category-reviews .post-content .alignleft {
    margin-left: -13%;
  }
  .single-post .post.category-reviews .post-content .alignright {
    margin-right: -13%;
  }
  .single-post .post.category-reviews .post-content .ad {
    float: right;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-right: -20.333%;
  }
  .single-post .post.category-reviews .post-content .embed-container {
    clear: both;
  }
  .single-post .post.category-reviews .post-content .embed-container iframe {
    padding-left: 200%;
    padding-right: 200%;
    margin-left: -200%;
    width: 500%;
    max-width: none;
    background: #1c1c1c;
  }
  .single-post .post.category-reviews .post-content .align-to-outside,
  .single-post .post.category-reviews .post-content blockquote {
    margin-left: -13%;
    margin-right: -13%;
    max-width: 126%;
  }
  .single-post .post.category-reviews .post-content .post-ad {
    margin-right: -26%;
    float: right;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .persistent-menu > .container {
    padding: 0 120px;
  }
  .author-header .author-name {
    text-align: left;
  }
  .ratings-container .pros-cons .pros {
    padding-left: 200%;
    width: 300%;
    margin-left: -200%;
  }
  .ratings-container .pros-cons .cons {
    padding-right: 200%;
    width: 300%;
    margin-right: -200%;
  }
  .post-list .post-box.post-quote .quotation {
    font-size: 28px;
    font-family: "ff-meta-serif-web-pro", serif;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer.site .social-icons-container .social-links > li .label {
    font-size: 16px;
  }
  footer.site .info-container .footer-menu .menu > li:first-child {
    display: inline-block;
    border-left: none;
  }
  footer.site .info-container .footer-menu .menu > li:first-child + li {
    border-left: 1px solid #7d7d7d;
  }
  footer.site .info-container .attribution {
    text-align: right;
  }
}
/* Medium devices (desktops, 992px and UP) */
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  blockquote {
    font-size: 28px !important;
  }
  .sharing .label {
    padding-right: 50px;
  }
  .sharing .label .text {
    font-size: 14px;
  }
  .sharing .count {
    font-size: 22px;
    width: 50px;
  }
  .single-post article {
    font-family: "ff-meta-serif-web-pro", serif;
  }
  header.site .top-nav .menu > li > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: .875em;
  }
  footer.site .info-container .copyright {
    display: inline-block;
  }
  footer.site .info-container .footer-menu {
    display: inline-block;
  }
  footer.site .info-container .footer-menu .menu > li:first-child {
    border-left: 1px solid #7d7d7d;
  }
  .post-content p,
  .post-content ul,
  .post-content ol {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
/* Large devices (large desktops, 1200px and UP) */
