/**
 * Monster Pictures
 *
 * Author: Jonathan Nicol @f6design.com
 * Dependencies: LESS
 *
 * MENU
 * ----
 * 1. LESS variables and mixins
 * 2. Base: CSS reset
 * 3. Base: Site specific
 * 4. Layout
 * 5. Modules
 * 6. Wordpress
 * 7. States
 * 8. Responsive design
 */
/**
 * Monster Pictures
 * LESS mixins
 */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  color: #262626;
  background: #231f20;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
a,
a:visited {
  color: #60bb46;
  text-decoration: none;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
a:hover,
a:active {
  color: #231f20;
}
blockquote {
  margin: 1.25em 0;
  color: #7d8076;
  font-size: 15px;
  font-style: italic;
}
blockquote .cite {
  margin-top: -1em;
  color: #262626;
  font-size: 13px;
  font-style: normal;
}
blockquote a,
blockquote a:visited {
  color: #262626;
}
blockquote a:hover,
blockquote a:active {
  color: #7d8076;
}
h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
}
.item h5 {
  text-transform: none;
}
h1,
h2,
h3 {
  -webkit-font-smoothing: antialiased;
  color: #231f20;
  font-family: FilmotypeModern, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
h1 {
  font-size: 48px;
  letter-spacing: -1px;
  margin: 20px 0 15px 0;
}
h1.has-subtitle {
  margin-bottom: 0;
}
h1.has-subtitle + h3 {
  margin: -5px 0 24px 0;
}
h1.separated {
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 10px solid #231f20;
  padding-bottom: 7px;
}
h2 {
  font-size: 37px;
  letter-spacing: -1px;
  margin: 20px 0 12px 0;
}
h2.separated {
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 10px solid #231f20;
  padding-bottom: 7px;
}
h3 {
  font-size: 31px;
  letter-spacing: -1px;
  margin: 0 0 11px;
}
h4,
h5,
h6 {
  font-weight: bold;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
  line-height: 1.2;
}
h6 {
  text-transform: uppercase;
  font-size: 10px;
  margin: 1em 0 0 0;
}
h6.inline {
  display: inline;
  margin: 0;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
  color: #231f20;
}
h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active,
h3 a:hover,
h3 a:active,
h4 a:hover,
h4 a:active,
h5 a:hover,
h5 a:active,
h6 a:hover,
h6 a:active {
  color: #60bb46;
}
h3 + h6,
h3 + p,
h3 + ul,
h3 + ol {
  margin-top: 0;
}
h6 + ul,
h6 + ol {
  margin-top: 3px;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.control-group {
  overflow: auto;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
label {
  position: relative;
  display: block;
  padding: 5px 15px 0 0px;
  margin: 0 0 3px 0;
  font-weight: bold;
}
input[type=text] {
  display: block;
  margin: 0 0 9px 0;
  border: none;
  padding: 4px 6px;
  width: 50%;
  height: 28px;
  line-height: 20px;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  background: #e2e3df;
}
input[type=text]:focus {
  outline: none;
}
.mobile-hide {
  display: block;
}
.mobile-hide.inline {
  display: inline;
}
textarea {
  display: inline-block;
  margin: 0 0 9px 0;
  border: none;
  padding: 4px 6px;
  width: 98%;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  background: #e2e3df;
}
textarea:focus {
  outline: none;
}
select {
  margin: 0;
}
input[type=submit] {
  -webkit-appearance: none;
}
input[type=submit]:focus {
  outline: none;
}
.invisible {
  position: absolute;
  left: -9999px;
}
p {
  margin: 1em 0;
}
ul,
ol {
  margin: 1em 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: lower-alpha;
}
ol ol {
  list-style-type: lower-roman;
}
li {
  margin: 0 0 3px 30px;
}
.subtle {
  color: #7d8076;
}
.wf-loading .module,
.mti-loading .module,
.wf-loading .nav-primary,
.mti-loading .nav-primary,
.wf-loading .footer,
.mti-loading .footer,
.wf-loading .l-sidebar,
.mti-loading .l-sidebar,
.wf-loading .ad-block,
.mti-loading .ad-block,
.wf-loading .feature-slider,
.mti-loading .feature-slider {
  visibility: hidden;
}
.wf-active .module,
.mti-repaint .module,
.wf-loading .nav-primary,
.mti-loading .nav-primary,
.wf-active .footer,
.mti-repaint .footer,
.wf-active .l-sidebar,
.mti-repaint .l-sidebar,
.wf-active .ad-block,
.mti-repaint .ad-block,
.wf-inactive .module,
.wf-inactive .footer,
.wf-inactive .l-sidebar,
.wf-inactive .ad-block,
.wf-active .feature-slider,
.wf-inactive .feature-slider {
  visibility: visible;
}
body {
  text-align: center;
}
.l-header,
.l-content-wrap,
.l-footer {
  max-width: 1010px;
  width: 1010px;
  overflow: auto;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
.l-header {
  overflow: visible;
}
.l-page-wrap {
  background: #d6d7d2 url('../img/bg.png') 0 0 repeat-x;
  min-width: 1010px;
  max-width: 1070px;
  margin: 0 auto;
  min-height: 100%;
}
.l-cols {
  background: transparent url('../img/col-bg.png') 73.23232323232324% top repeat-y;
  overflow: auto;
}
.l-main {
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  width: 73.23232323232324%;
  overflow: hidden;
}
.l-main.wide {
  float: none;
  padding-right: 0;
  width: 100%;
  background: #f5f5f4;
}
.l-sidebar {
  float: left;
  margin-right: -100%;
  margin-left: 73.23232323232324%;
  padding-left: 10px;
  width: 26.767676767676768%;
}
.l-sidebar > *:last-child {
  margin-bottom: 0 !important;
}
.l-cols {
  overflow: auto;
}
.l-content-cols {
  overflow: auto;
}
.l-content.secondary {
  float: left;
  margin-right: -100%;
  margin-left: 65.69343065693431%;
  padding-right: 0;
  padding-left: 20px;
  width: 34.306569343065696%;
}
.l-content.secondary.reversed {
  margin-left: 0%;
  padding-right: 20px;
  padding-left: 0;
  width: 34.306569343065696%;
}
.l-content.secondary > *:first-child {
  margin-top: 0;
}
.l-content.primary {
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  width: 65.69343065693431%;
}
.l-content.primary.reversed {
  margin-left: 34.306569343065696%;
  width: 65.69343065693431%;
}
.l-content.primary > *:first-child {
  margin-top: 0;
}
.l-content.secondary.cols-7-5 {
  margin-left: 57.08029197080292%;
  width: 42.91970802919708%;
}
.l-content.secondary.cols-7-5.reversed {
  margin-left: 0%;
  width: 42.91970802919708%;
}
.l-content.primary.cols-7-5 {
  margin-left: 0%;
  width: 57.08029197080292%;
}
.l-content.primary.cols-7-5.reversed {
  margin-left: 42.91970802919708%;
  width: 57.08029197080292%;
}
.l-content.secondary.wide {
  margin-left: 65.35353535353535%;
  padding-right: 0;
  padding-left: 0;
  width: 34.64646464646465%;
}
.l-content.secondary.wide.reversed {
  margin-left: 0%;
  padding-right: 0;
  padding-left: 0;
  width: 34.64646464646465%;
}
.l-content.primary.wide {
  margin-left: 0%;
  width: 65.35353535353535%;
}
.l-content.primary.wide.reversed {
  margin-left: 34.64646464646465%;
  width: 65.35353535353535%;
}
.l-content.secondary.wide-half {
  margin-left: 48.94736842105264%;
  padding-right: 0;
  padding-left: 20px;
  width: 51.05263157894737%;
}
.l-content.primary.wide-half {
  margin-left: 0%;
  width: 48.94736842105264%;
}
.l-content.secondary.product {
  margin-left: 0%;
  padding-right: 20px;
  padding-left: 0;
  width: 47.153284671532845%;
}
.l-content.primary.product {
  margin-left: 47.153284671532845%;
  width: 52.846715328467155%;
}
.l-footer {
  clear: both;
}
.l-footer-content {
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  padding: 20px;
  width: 73.23232323232324%;
}
.l-footer-content.wide {
  float: none;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}
.module {
  padding: 17px 20px 20px 20px;
  margin-bottom: 10px;
  background: #f5f5f4;
}
.module > *:first-child {
  margin-top: 0;
}
.module > h1:first-child {
  margin-top: 7px;
}
.module:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.module > h2:first-child {
  margin-top: 2px;
}
.module.compact-top {
  padding-top: 0;
}
.module.compact-btm {
  padding-bottom: 0;
}
.module.compact-l {
  padding-left: 0;
}
.module.filler {
  margin-top: -10px;
}
.module.has-sibling {
  margin-bottom: 0;
}
.content-block > .thumb-grid:last-child {
  margin-bottom: 0;
}
.nav-primary {
  z-index: 100;
  margin-top: 6px;
  overflow: auto;
}
.nav-primary ul {
  margin: 0 0 0 0;
  width: 100%;
  overflow: auto;
  list-style-type: none;
  background-color: #231f20;
  text-align: center;
}
.nav-primary li {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 0 17px 0 17px;
  padding: 0;
  text-transform: uppercase;
}
.nav-primary a {
  display: block;
  padding: 11px 0 11px 0;
  height: 56px;
  color: #f5f5f4;
  font-family: FilmotypeModern, Helvetica, Arial, sans-serif;
  font-size: 27px;
}
.nav-primary a:hover {
  color: #60bb46;
}
.nav-primary .nav-fest > a {
  background: url('../img/sprites.png') -233px 0px no-repeat;
  width: 133px;
  text-indent: -9999px;
}
.nav-primary .nav-fest > a:hover {
  background-position: -233px -56px;
}
.nav-primary .nav-monster-tv > a {
  background: url('../img/sprites.png') -388px 0px no-repeat;
  width: 141px;
  text-indent: -9999px;
}
.nav-primary .nav-monster-tv > a:hover {
  background-position: -388px -56px;
}
.nav-primary .current-menu-item > a,
.page-home .nav-home > a,
.post-type-mp_features .nav-features > a,
.section-monster-mouth .nav-monster-mouth > a,
.page-monster-mouth-article .nav-monster-mouth > a,
.page-catalogue .nav-catalogue > a,
.section-shop:not(.page-catalogue) .nav-shop > a {
  color: #60bb46;
}
.nav-primary .current-menu-item > a:hover,
.page-home .nav-home > a:hover,
.post-type-mp_features .nav-features > a:hover,
.section-monster-mouth .nav-monster-mouth > a:hover,
.page-monster-mouth-article .nav-monster-mouth > a:hover,
.page-catalogue .nav-catalogue > a:hover,
.section-shop:not(.page-catalogue) .nav-shop > a:hover,
.nav-primary .current-menu-item > a:active,
.page-home .nav-home > a:active,
.post-type-mp_features .nav-features > a:active,
.section-monster-mouth .nav-monster-mouth > a:active,
.page-monster-mouth-article .nav-monster-mouth > a:active,
.page-catalogue .nav-catalogue > a:active,
.section-shop:not(.page-catalogue) .nav-shop > a:active {
  color: #60bb46;
}
.nav-primary ul ul {
  position: absolute;
  left: -999em;
  z-index: 100;
  margin: 0;
  width: 240px;
  height: auto;
  overflow: visible;
  background: none;
}
.nav-primary li:hover ul {
  left: auto;
}
.nav-primary ul ul li {
  position: relative;
  display: block;
  margin: 0 0 0 -17px;
  border-top: 1px solid #d6d7d2;
  padding: 0;
  width: 240px;
  text-align: left;
}
.nav-primary ul ul li a {
  display: block;
  padding: 5px 17px 5px 17px;
  height: auto;
  font-size: 23px;
  background: #231f20;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.nav-primary ul ul li > a:hover,
.nav-primary ul ul .current-menu-item > a,
.nav-primary ul ul .current-menu-item > a:hover {
  color: #f5f5f4;
  background: #60bb46;
}
.nav-primary ul ul ul {
  top: -1px;
}
.nav-primary ul ul ul li {
  border-left: 1px solid #d6d7d2;
}
.nav-primary li:hover ul ul {
  left: -999em;
}
.nav-primary li:hover ul,
.nav-primary li li:hover ul {
  left: auto;
}
.nav-primary ul ul li:hover ul {
  left: 257px;
}
.nav-collapse .btn-navbar,
.nav-collapse .btn-navbar:visited {
  display: none;
  padding: 9px 15px 4px 15px;
  width: auto;
  height: auto;
  color: #f5f5f4;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: #231f20 url('../img/sprites.png') right -492px no-repeat;
}
.nav-collapse .btn-navbar:hover,
.nav-collapse .btn-navbar:visited:hover {
  background-color: #332d2f;
}
.nav-collapse .btn-navbar.is-active,
.nav-collapse .btn-navbar:visited.is-active {
  background-position: right -522px;
  background-color: #332d2f;
}
.nav-collapse .clone {
  display: none;
}
.nav-secondary {
  margin-left: -10px;
  padding-left: 30px;
}
.nav-secondary > h3:first-child {
  margin-top: 7px;
}
.nav-secondary h3 {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.nav-secondary ul {
  margin: 0 0 25px -20px;
  list-style-type: none;
}
.nav-secondary ul + p {
  margin: -10px 0 0 0;
}
.nav-secondary ul ul {
  margin-left: 0;
  margin-bottom: 0;
}
.nav-secondary ul ul a {
  padding-left: 20px;
}
.nav-secondary ul ul a:before {
  content: "\2013\00a0";
}
.nav-secondary > ul:last-child {
  margin-bottom: 0;
}
.nav-secondary li {
  margin: 0;
  padding: 0;
}
.nav-secondary a,
.nav-secondary a:visited {
  display: block;
  padding: 4px 10px 3px 20px;
  color: #7d8076;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-secondary a:hover,
.nav-secondary a:active {
  color: #60bb46;
}
.nav-secondary .current > a,
.nav-secondary .current-cat > a,
.nav-secondary .current_page_item > a,
.nav-secondary .current > a:visited,
.nav-secondary .current-cat > a:visited,
.nav-secondary .current_page_item > a:visited {
  -webkit-font-smoothing: antialiased;
  background: #231f20 url('../img/sprites.png') -1988px center no-repeat;
  color: #f5f5f4;
}
.nav-tabbed {
  overflow: auto;
  margin: 0 0 14px 0;
}
.nav-tabbed ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.nav-tabbed li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0 0 6px 0;
  text-transform: uppercase;
  font-weight: bold;
}
.nav-tabbed a {
  display: block;
  padding: 6px 12px 5px 12px;
  color: #262626;
  -webkit-font-smoothing: antialiased;
  background-color: #d6d7d2;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.nav-tabbed a:hover {
  color: #fff;
  background-color: #60bb46;
}
.nav-tabbed .is-active {
  background: url('../img/arrow-tabbed-nav.png') 50% bottom no-repeat;
}
.nav-tabbed .is-active a {
  color: #f5f5f4;
  background: #231f20;
}
.nav-prev-next {
  border-top: 10px solid #231f20;
  padding: 20px 0 20px 0;
  overflow: auto;
  line-height: 1;
}
.nav-prev-next .prev {
  float: left;
  width: 50%;
}
.nav-prev-next .next {
  float: right;
  width: 50%;
  text-align: right;
}
.nav-prev-next ul,
.nav-prev-next li,
.nav-prev-next a {
  display: inline-block;
}
.nav-prev-next li a {
  margin: 0 0 0 8px;
  border-left: 1px solid #b7b8b6;
  padding: 0 0 0 8px;
}
.nav-prev-next li:first-child a {
  margin-left: 0;
  border: none;
  padding-left: 0;
}
.ad-block div {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
}
.ad-block img,
.ad-block object,
.ad-block embed {
  display: block;
  margin: 0 auto 10px auto;
}
.ad-block.banner img,
.ad-block.banner object,
.ad-block.banner embed {
  margin-bottom: 0;
  border-bottom: 10px solid #cccdc8;
}
.article.teaser {
  border-top: 10px solid #231f20;
  padding: 20px 0 20px 0;
}
.article.no-divider {
  border-top: none;
  padding-top: 0;
}
.article > *:last-child {
  margin-bottom: 0;
}
.article .category {
  color: #7d8076;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.article .category a,
.article .category a:visited {
  color: #7d8076;
}
.article .category a:hover,
.article .category a:active {
  color: #60bb46;
}
.article .feature {
  display: block;
  margin: 0 0 15px 0;
}
.article h1,
.article h2 {
  margin: 1px 0 0 0;
}
.article .meta {
  margin: -1px 0 22px 0;
}
.article .meta .divider {
  color: #d0d0d0;
  margin: 0 4px;
}
.article .video-container {
  margin: 26px 0;
}
.article .mejs-player {
  max-width: 100%;
}
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter,
.article p img {
  clear: both;
  display: block;
  margin: 26px auto;
}
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin: 26px 0 26px 0;
}
.wp-caption {
  text-align: center;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  color: #7d8076;
  font-size: 12px;
  margin: 4px 0 1em 0;
}
.author-bio {
  clear: both;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  overflow: auto;
  margin: 15px 0 37px 0;
  padding: 10px 0;
}
.author-bio .avatar,
.author-bio .photo {
  border: 1px solid #d0d0d0;
  float: left;
  margin: 0 15px 0 0;
}
.award {
  min-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent url('../img/sprites.png') -1976px -299px no-repeat;
}
.award p {
  padding-left: 30px;
  margin: 11px 0 0 0;
  line-height: 1;
}
.award .festival {
  margin: 0;
  font-size: 10px;
}
.btn,
.btn:visited {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 12px 9px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #f5f5f4;
  line-height: 1;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-color: #231f20;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.btn:hover,
.btn:active {
  color: #fff;
  background-color: #60bb46;
}
.btn.icon {
  background-image: url('../img/sprites.png');
  background-repeat: no-repeat;
  padding-left: 41px;
}
.btn.buy {
  background-position: -1965px 5px;
}
.btn.buy:hover,
.btn.buy:active {
  background-position: -1965px -45px;
}
.btn.play {
  background-position: -1965px -95px;
}
.btn.play:hover,
.btn.play:active {
  background-position: -1965px -145px;
}
.btn.download {
  background-position: -1965px -195px;
}
.btn.download:hover,
.btn.download:active {
  background-position: -1965px -245px;
}
.btn.img {
  background-image: url('../img/sprites.png');
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.btn.img:hover,
.btn.img:active {
  background-color: transparent;
}
.btn.jb {
  margin-right: 25px;
  height: 47px;
  width: 80px;
  background-position: 0px -88px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.jb:hover,
.btn.jb:active {
  background-position: 0px -148px;
}
.btn.ebay {
  height: 47px;
  width: 95px;
  background-position: -103px -88px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.ebay:hover,
.btn.ebay:active {
  background-position: -103px -148px;
}
h6 + .btn {
  margin-top: 15px;
}
.callout {
  margin: 20px 0;
  padding: 15px;
  background: #e5e6e3;
}
.cast-crew ul {
  list-style-type: none;
}
.cast-crew li {
  margin: 0;
}
.catalogue.home {
  margin-bottom: 0;
}
.catalogue h2 {
  margin-bottom: 4px;
}
.catalogue-preview {
  display: none;
}
.catalogue-preview.is-active {
  display: block;
}
.content-block {
  border-top: 10px solid #231f20;
  padding-top: 20px;
}
.content-block > *:first-child {
  margin-top: 0;
}
.content-block > h2:first-child,
.content-block > h3:first-child,
.content-block > h4:first-child,
.content-block > h5:first-child,
.content-block > h6:first-child {
  margin-top: -3px;
}
.content-block > *:last-child {
  margin-bottom: 20px;
}
.department {
  list-style-type: none;
}
.department li {
  margin-left: 0;
}
.extras ul {
  list-style-type: none;
}
.extras li {
  margin: 0;
  padding-left: 12px;
  background: transparent url('../img/bullet-star.png') 0 4px no-repeat;
}
.film-title h1 {
  margin-bottom: 0;
}
.film-banner {
  display: block;
  margin-bottom: 10px;
}
.film-art:first-child {
  margin-top: 3px;
}
.film-meta {
  text-transform: uppercase;
  margin-bottom: 16px;
}
.film-meta ul {
  margin: 4px 0 0 0;
  overflow: auto;
}
.film-meta li {
  float: left;
  display: block;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  border-left: 1px solid #b7b8b6;
  color: #7d8076;
  line-height: 1;
}
.film-meta li:first-child {
  padding-left: 0;
  border: none;
  margin-left: 0;
}
.film-meta .release-date {
  clear: both;
  font-size: 15px;
  margin: 0;
}
.film-purchase {
  margin-top: 0;
}
.film-purchase .format-select,
.film-purchase .variations {
  display: block;
  margin: 0 0 12px 0;
}
.film-purchase form {
  margin: 0 0 16px 0;
}
.film-purchase form:last-child {
  margin-bottom: 0;
}
.film-purchase p {
  margin: 0 0 5px 0;
}
.film-purchase input[type="submit"] {
  margin-left: 0;
}
.filter {
  margin: 0 0 20px 0;
  color: #7d8076;
  text-transform: uppercase;
  font-weight: bold;
}
.filter form {
  display: inline-block;
  margin: 0 0 0 5px;
}
.feature-slider {
  position: relative;
  border-bottom: 10px solid #d6d7d2;
  height: 361px;
  overflow: hidden;
}
.feature-slider .flexslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 581px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  margin-left: 0;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides li {
  position: relative;
}
.flex-viewport {
  max-height: 2000px;
}
.loading .flex-viewport {
  max-height: 351px;
}
.flex-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 20px 20px;
  width: 100%;
  color: #fff;
  text-align: left;
  line-height: 1;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
}
.flex-caption .title {
  color: #fff;
  font-family: FilmotypeModern, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: -1px;
  display: block;
}
.flex-caption .desc {
  line-height: 1.4;
}
.flex-caption a,
.flex-caption a:visited,
.flex-caption a:hover,
.flex-caption a:active {
  color: #fff;
}
.slider-controls {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 144px;
  list-style: none;
}
.slider-controls li {
  position: relative;
  margin: 0;
  padding: 0;
  height: 88px;
  width: 144px;
  background: #231f20;
  background: #000;
  border-top: 1px solid #d6d7d2;
  border-left: 1px solid #d6d7d2;
}
.slider-controls li:first-child {
  height: 87px;
  border-top: none;
}
.slider-controls li:first-child img {
  top: 0;
}
.slider-controls li a img {
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.slider-controls li a:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: none;
}
.slider-controls li a.flex-active img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: none;
}
.slider-controls img {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  position: absolute;
  display: block;
}
.footer {
  margin: 10px 0 10px 0;
  color: #7d8076;
  background: #231f20;
}
.footer nav ul {
  margin: 0 0 45px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.footer nav li {
  float: left;
  margin: 0 25px 0 0;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-family: FilmotypeModern, Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.footer a {
  color: #f5f5f4;
}
.footer a:hover,
.footer a:active {
  color: #60bb46;
}
.footer .copyright {
  margin: 0;
}
.form-compact {
  position: relative;
  line-height: 1;
}
.form-compact input {
  height: 35px;
  overflow: hidden;
  padding: 0 65px 0 10px;
  margin: 0;
  width: 100%;
}
.form-compact .btn-submit {
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
  padding: 3px 12px 0 12px;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  color: #f5f5f4;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: FilmotypeModern, Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #60bb46;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.form-compact .btn-submit:hover {
  color: #f5f5f4;
  background-color: #231f20;
}
.form-compact.search {
  margin-bottom: 10px;
}
.form-compact.search .btn-submit {
  width: 43px;
  text-indent: -9999px;
  background-image: url('../img/sprites.png');
  background-position: 15px -29px;
  background-repeat: no-repeat;
}
.form-horizontal label,
#commentform label {
  position: relative;
  display: block;
  float: left;
  width: 20.437956204379564%;
  padding: 5px 15px 0 0px;
  text-align: right;
  font-weight: bold;
}
.form-horizontal label .required,
#commentform label .required {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 5px 0 0 2px;
  width: 15px;
  text-align: left;
}
.form-horizontal input[type=text],
#commentform input[type=text] {
  display: inline-block;
  width: 40%;
}
.form-horizontal textarea,
#commentform textarea {
  display: inline-block;
  width: 75%;
}
.form-horizontal input[type=submit],
#commentform input[type=submit] {
  margin-left: 20.437956204379564%;
}
.gform_wrapper {
  margin: 1em 0;
}
.gform_wrapper .validation_error {
  margin: -3px 0 10px 0;
  padding: 7px 12px;
  background: #fcffdf;
  color: #b72525;
  border-left: 5px solid #b72525;
}
.gform_wrapper .validation_message {
  display: inline-block;
  margin: -3px 0 10px 0;
  padding: 7px 12px;
  background: #fcffdf;
  color: #b72525;
  border-left: 5px solid #b72525;
}
.gfield_error label {
  color: #b72525;
}
#gforms_confirmation_message {
  margin: 1em 0;
  padding: 7px 12px;
  color: #2a9b0a;
  background: #fcffdf;
}
.gform_fields {
  margin: 0;
  list-style-type: none;
}
.gform_fields li {
  margin-left: 0;
}
.gfield_required {
  display: inline-block;
  margin-left: 4px;
}
.gform_button {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 12px 9px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #f5f5f4;
  line-height: 1;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-color: #231f20;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.gform_button:hover {
  color: #fff;
  background-color: #60bb46;
}
.header {
  position: relative;
  padding-top: 12px;
  margin-bottom: 20px;
}
.header .site-title {
  position: relative;
  margin: 0;
  padding: 0 0 28px 0;
}
.header .site-title img {
  display: block;
}
.header .site-title .tagline {
  position: absolute;
  bottom: 0;
  right: -10px;
}
.link-list {
  list-style-type: none;
}
.link-list li {
  margin: 0;
}
.link-list a,
.link-list a:visited {
  color: #7d8076;
}
.link-list a:hover,
.link-list a:active {
  color: #262626;
}
.media {
  margin: 20px 0;
}
.media .bd > :first-child {
  margin-top: 0;
}
.media .bd > :last-child {
  margin-bottom: 0;
}
.media .img,
.media .sec {
  float: left;
  margin-right: 20px;
}
.media .img img,
.media .sec img {
  display: block;
}
.media .img > :first-child,
.media .sec > :first-child {
  margin-top: 0;
}
.media .img-rev,
.media .sec-rev {
  float: right;
  margin-left: 20px;
}
.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .sec.sidebar,
.media .sec-rev.sidebar {
  width: 34.306569343065696%;
}
.media .sec.sidebar > *:first-child,
.media .sec-rev.sidebar > *:first-child {
  margin-top: 0;
}
.media .sec.sidebar {
  margin-right: 0;
  padding-right: 20px;
}
.media .sec-rev.sidebar {
  margin-left: 0;
  padding-left: 20px;
}
.msg {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 12px;
  text-align: center;
  width: 100%;
}
.msg.info {
  background: #fcffdf;
}
.msg.no-top {
  margin-top: 0;
}
.monster-freaks h3 {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.monster-freaks .feature {
  margin-bottom: 20px;
}
.popular h3 {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.popular h5 {
  margin: 4px 0 9px 0;
}
.popular img {
  display: block;
}
.popular ul {
  list-style-type: none;
}
.popular li {
  border-bottom: 1px solid #d0d0d0;
  margin: 0 0 10px 0;
}
.popular li:last-child {
  border: none;
  margin-bottom: 0;
}
.popular li:last-child h5 {
  margin-bottom: 0;
}
.pagination {
  padding: 8px 10px 7px 10px;
  overflow: hidden;
  background: #e5e6e3;
  line-height: 1;
}
.pagination ul {
  float: right;
  position: relative;
  right: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination li {
  float: left;
  position: relative;
  left: 50%;
  display: block;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  border-left: 1px solid #b7b8b6;
  color: #7d8076;
}
.pagination li:first-child {
  padding-left: 0;
  border: none;
  margin-left: 0;
}
.pagination a,
.pagination a:visited {
  color: #262626;
}
.pagination a:hover,
.pagination a:visited:hover,
.pagination a:active,
.pagination a:visited:active {
  color: #7d8076;
}
.product-detail .price {
  font-size: 18px;
  font-weight: bold;
  color: #7d8076;
  margin-top: -17px !important;
  margin-bottom: 20px !important;
}
.product-detail .variations {
  margin: 25px 0;
}
.product-detail .secure {
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  padding-top: 20px;
  overflow: auto;
}
.product-detail .paypal-logo {
  float: right;
}
.paypal-logo {
  width: 148px;
  height: 68px;
  text-indent: -9999px;
  background: transparent url('../img/sprites.png') 0 -230px no-repeat;
}
.search-result {
  border-top: 1px solid #d6d7d2;
  padding: 15px 0 5px 0;
}
.search-result h2,
.search-result h3,
.search-result h4 {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: subpixel-antialiased;
}
.search-result .search-result-title {
  font-size: 18px;
  margin: 0;
}
.search-result .search-result-title + p {
  margin-top: 5px;
}
.search-result .search-result-title a,
.search-result .search-result-title a:visited {
  color: #60bb46;
}
.search-result .search-result-title a:hover,
.search-result .search-result-title a:active {
  color: #262626;
}
.sidebar-widgets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widgets .widget {
  padding: 17px 20px 20px 20px;
  margin: 0 0 10px 0;
  background: #f5f5f4;
}
.sidebar-widgets .widget_simpleimage {
  background: none;
  padding: 0;
}
.sidebar-widgets .widget_simpleimage img {
  display: block;
}
.sidebar-widgets h2,
.sidebar-widgets h3 {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  margin-top: 0;
  font-size: 31px;
  letter-spacing: -1px;
}
.social {
  overflow: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  list-style-type: none;
}
.social li {
  width: 29%;
  float: left;
  margin: 0;
  text-align: center;
}
.social a {
  display: block;
  margin: 0 auto;
  height: 30px;
  text-indent: -9999px;
  background-image: url('../img/sprites.png');
}
.social .facebook {
  width: 19%;
}
.social .facebook a {
  width: 21px;
  background-position: 0px 0px;
}
.social .twitter a {
  width: 37px;
  background-position: -20px 0px;
}
.social .youtube a {
  width: 26px;
  background-position: -59px 0px;
}
.social .rss {
  width: 22%;
}
.social .rss a {
  width: 27px;
  background-position: -90px 0px;
}
.addthis_toolbox {
  margin: 37px 0 20px 0;
}
.addthis_toolbox * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.addthis_button_facebook_like {
  width: 100px;
}
.addthis_toolbox.addthis_pill_combo_style a.addthis_button_tweet {
  margin-top: 0;
}
.thumb-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}
.thumb-grid li {
  box-sizing: content-box;
  width: 22.773722627737225%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0% 2.9197080291970803% 0% 0%;
  margin-bottom: 20px;
}
.thumb-grid li:nth-child(4n+4) {
  margin-right: 0;
  width: 22.773722627737225%;
}
.thumb-grid li.modulo-4 {
  margin-right: 0;
  width: 22.773722627737225%;
}
.thumb-grid.cols-3 li {
  width: 31.386861313868614%;
  margin: 0% 2.9197080291970803% 0% 0%;
  margin-bottom: 20px;
}
.thumb-grid.cols-3 li:nth-child(3n+3) {
  margin-right: 0;
  width: 31.386861313868614%;
}
.thumb-grid.cols-3 li.modulo-3 {
  margin-right: 0;
  width: 31.386861313868614%;
}
.thumb-grid.cols-3.narrow li {
  width: 31.100478468899524%;
  margin: 0% 3.349282296650718% 0% 0%;
  margin-bottom: 20px;
}
.thumb-grid.cols-3.narrow li:nth-child(3n+3) {
  margin-right: 0;
  width: 31.100478468899524%;
}
.thumb-grid.cols-3.narrow li.modulo-3 {
  margin-right: 0;
  width: 31.100478468899524%;
}
.message span {
  border: 1px solid #ff0000;
}
.thumb {
  line-height: 1.2;
}
.thumb img.border {
  border: 1px solid #b7b8b6;
}
.thumb h5 {
  margin-top: 4px;
}
.thumb .meta {
  margin: 0;
  color: #7d8076;
  font-size: 12px;
}
.tweets {
  padding: 0 0 20px 0;
}
.tweets img {
  display: block;
}
.tweets .tweet-container {
  margin: 14px 0 0 0;
  padding: 0 20px;
}
.tweets ul {
  list-style-type: none;
}
.tweets li {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #d0d0d0;
}
.tweets li:last-child {
  padding-bottom: 0;
}
.tweets li .tweet_avatar {
  padding: 0 10px 0 0;
  float: left;
}
.tweets li .tweet_avatar img {
  width: 32px;
  height: 32px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videos > h2 {
  margin-top: 2px;
}
.videos .current-video-title,
.videos .tubepress_embedded_title {
  margin: 7px 0 20px 0;
  line-height: 1.2;
}
.videos .current-video-meta {
  display: none;
  margin: 0 0 20px 0;
  color: #7d8076;
  font-size: 12px;
}
.videos .tubepress-player-top {
  height: 10px;
  margin-top: -10px;
  overflow: hidden;
}
.videos .tubepress_embedded_title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0 20px 0;
}
.videos .tubepress_thumbs {
  margin-top: 20px;
}
.videos .tubepress_thumb {
  float: none;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: inherit;
  display: inline-block;
  overflow: hidden;
}
.videos .tubepress_thumb img {
  padding: 0;
}
.videos .pagination {
  text-align: center;
}
.videos .pagination a,
.videos .pagination a:visited {
  color: #7d8076;
}
.videos .pagination a:hover,
.videos .pagination a:active {
  color: #262626;
}
.videos .pagination a,
.videos .pagination span {
  display: inline-block;
  padding: 0 5px;
}
.commentlist {
  border-top: 1px solid #d0d0d0;
  margin: 9px 0 35px 0;
  padding: 0;
  list-style-type: none;
}
.commentlist .avatar,
.commentlist .photo {
  border: 1px solid #d0d0d0;
  float: right;
}
.commentlist li {
  margin: 0;
  border-bottom: 1px solid #d0d0d0;
  padding: 10px;
  background: #f5f5f4;
}
.commentlist li.bypostauthor {
  background: #e2eedf;
}
.commentlist .reply {
  text-align: left;
}
.commentlist .reply a,
.commentlist .reply a:visited {
  font-weight: normal;
}
.commentlist ol {
  list-style: none;
  margin: 10px 0 0 20px;
  padding: 0;
}
.commentlist ol li {
  border: 1px solid #d0d0d0;
  margin-top: 10px;
}
.commentlist .cancel-comment-reply {
  margin: 0 0 10px 0;
}
.comment-author .fn {
  font-weight: bold;
  font-size: 15px;
}
.comment-author .fn a,
.comment-author .fn a:visited {
  color: #262626;
}
.comment-author .fn a:hover,
.comment-author .fn a:active {
  color: #60bb46;
}
.comment-meta {
  margin: 0 0 1em 0;
}
.comment-meta a,
.comment-meta a:visited {
  font-weight: normal;
  color: #7d8076;
}
.comment-meta a:hover,
.comment-meta a:active {
  color: #60bb46;
}
#reply-title {
  margin-bottom: 27px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
#commentform .form-submit {
  margin-top: 0;
}
#commentform .form-submit input {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 12px 9px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #f5f5f4;
  line-height: 1;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background-color: #231f20;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#commentform .form-submit input:hover {
  color: #fff;
  background-color: #60bb46;
}
.sociable + .sociable {
  margin: 37px 0 20px 0;
}
.sociable_tagline {
  display: none;
}
#Facebook_Counter {
  width: 110px;
}
.is-placeholder {
  color: #71716f;
}
@media (max-width: 568px) {
  .feature-slider {
    height: auto;
    overflow: visible;
  }
  .feature-slider .flexslider {
    position: relative;
    width: 100%;
  }
  .slider-controls {
    display: none;
  }
}
@media (max-width: 568px) {
  .l-main,
  .l-sidebar,
  .l-footer,
  .l-content.secondary,
  .l-content.secondary.reversed,
  .l-content.primary,
  .l-content.primary.reversed,
  .l-content.secondary.wide,
  .l-content.secondary.wide.reversed,
  .l-content.primary.wide,
  .l-content.primary.wide.reversed,
  label {
    float: none;
    width: auto;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .l-cols {
    background: none;
  }
  input[type=text],
  textarea {
    width: auto;
  }
  .form-compact input {
    width: 100%;
  }
  input[type="submit"] {
    margin-left: 0;
  }
  .l-content.primary.wide,
  .l-content.primary.wide.reversed {
    padding-left: 20px;
  }
  .l-footer-content {
    float: none;
    width: auto;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    padding: 20px;
  }
  label {
    text-align: left;
  }
  label .required {
    position: static;
  }
  .filler {
    display: none;
  }
}
@media (min-width: 569px) {
  .nav-collapse ul {
    display: block !important;
    height: auto !important;
  }
  .nav-collapse ul ul {
    overflow: visible !important;
  }
}
@media (max-width: 568px) {
  .mobile-hide {
    display: none;
  }
  .mobile-hide.inline {
    display: none;
  }
  .mobile-invisible {
    position: absolute;
    left: -9999px;
  }
  .mobile-show {
    display: block;
  }
  .l-page-wrap {
    min-width: 0;
  }
  .l-header,
  .l-content-wrap,
  .l-footer {
    width: auto;
  }
  .l-header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
  .l-header .site-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .l-content,
  .l-sidebar {
    background-color: #f5f5f4;
  }
  .l-content.primary.wide,
  .l-content.primary.wide.reversed {
    padding-left: 15px;
  }
  .l-content.secondary.wide-half,
  .l-content.primary.wide-half {
    float: none;
    width: auto;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .l-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer-content {
    padding: 15px;
    margin-top: 0;
  }
  .header .site-title {
    padding-bottom: 15px;
  }
  .header .site-title .tagline {
    display: none;
  }
  .nav-collapse {
    margin: 0 15px 10px 15px;
    font-size: 22px;
    font-family: FilmotypeModern, Helvetica, Arial, sans-serif;
  }
  .nav-collapse .btn-navbar {
    display: block !important;
  }
  .nav-collapse > ul {
    display: none;
  }
  .nav-collapse ul {
    padding: 10px 0;
  }
  .nav-collapse ul li {
    text-align: left;
    display: block;
    margin: 0 15px;
    padding: 0 !important;
  }
  .nav-collapse ul a {
    height: auto;
    padding: 5px 0 !important;
    background: none !important;
    text-indent: 0 !important;
    font-size: 20px !important;
  }
  .nav-collapse ul a:hover {
    color: #60bb46 !important;
  }
  .nav-collapse ul ul {
    position: static;
    width: auto;
    margin: 0 0 0 20px !important;
    padding: 0;
  }
  .nav-collapse ul ul li {
    width: auto;
    margin: 0;
    border: none !important;
  }
  .nav-collapse ul ul a {
    width: auto;
  }
  .nav-collapse ul ul li > a:hover,
  .nav-collapse ul ul .current-menu-item > a,
  .nav-collapse ul ul .current-menu-item > a:hover {
    color: #60bb46;
  }
  .nav-secondary {
    margin-left: 0;
  }
  .nav-secondary ul {
    margin-left: 0;
  }
  .nav-secondary a,
  .nav-secondary ul ul a {
    padding-left: 0;
  }
  .nav-secondary .current > a,
  .nav-secondary .current-cat > a,
  .nav-secondary .current_page_item > a,
  .nav-secondary .current > a:visited,
  .nav-secondary .current-cat > a:visited,
  .nav-secondary .current_page_item > a:visited {
    background: none;
    color: #262626;
  }
  .module {
    padding: 15px;
  }
  .feature-slider,
  .ad-unit.banner,
  .ad-block.banner {
    margin-left: 15px;
    margin-right: 15px;
  }
  .ad-block.banner {
    padding-top: 15px;
  }
  .ad-block.banner img,
  .ad-block.banner object,
  .ad-block.banner embed {
    border-bottom: none;
    margin-bottom: 15px;
  }
  .feature-slider {
    border-bottom: none;
  }
  .flex-caption {
    padding: 15px 15px 7px 15px;
  }
  .flex-caption .title {
    font-size: 37px;
  }
  .flex-caption .desc {
    display: none;
  }
  .page-home .nav-prev-next {
    display: none;
  }
  .thumb-grid li,
  .thumb-grid li.modulo-4 {
    margin-right: 3.937007874015748%;
    width: 30.708661417322837%;
  }
  .thumb-grid li:nth-child(4n+4),
  .thumb-grid li.modulo-4:nth-child(4n+4),
  .thumb-grid li:nth-child(even),
  .thumb-grid li.modulo-4:nth-child(even) {
    margin-right: 3.937007874015748%;
    width: 30.708661417322837%;
  }
  .thumb-grid li:nth-child(3n+3),
  .thumb-grid li.modulo-4:nth-child(3n+3) {
    margin-right: 0;
    width: 30.708661417322837%;
  }
  .thumb-grid.cols-3 li,
  .thumb-grid.cols-3.narrow li,
  .thumb-grid.cols-3 li.modulo-3,
  .thumb-grid.cols-3.narrow li.modulo-3 {
    width: 47.5609756097561%;
    margin: 0% 4.878048780487805% 0% 0%;
    margin-bottom: 20px;
  }
  .thumb-grid.cols-3 li:nth-child(3n+3),
  .thumb-grid.cols-3.narrow li:nth-child(3n+3),
  .thumb-grid.cols-3 li.modulo-3:nth-child(3n+3),
  .thumb-grid.cols-3.narrow li.modulo-3:nth-child(3n+3) {
    width: 47.5609756097561%;
  }
  .thumb-grid.cols-3 li:nth-child(even),
  .thumb-grid.cols-3.narrow li:nth-child(even),
  .thumb-grid.cols-3 li.modulo-3:nth-child(even),
  .thumb-grid.cols-3.narrow li.modulo-3:nth-child(even) {
    margin-right: 0;
  }
  .catalogue.home .thumb-grid li:nth-child(4) {
    display: none;
  }
  .catalogue .more {
    display: none;
  }
  .catalogue .nav-tabbed {
    display: none;
  }
  .form-horizontal label,
  #commentform label {
    float: none;
    width: auto;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .form-horizontal label .required,
  #commentform label .required {
    position: static;
  }
  #commentform .form-submit input {
    margin-left: 0;
  }
  .l-sidebar .module + .module {
    padding-top: 5px;
  }
  .form-compact.search {
    margin: 15px;
  }
  .form-compact.search {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 10px solid #231f20;
    border-bottom: 10px solid #231f20;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-compact.search .btn-submit {
    top: 20px;
  }
  .l-sidebar .ad-block {
    margin-bottom: 15px;
    border-bottom: 10px solid #231f20;
  }
  .l-sidebar .ad-block.premium {
    padding: 20px 0 20px 0;
    margin: 0 15px;
  }
  .l-sidebar .ad-block.premium img,
  .l-sidebar .ad-block.premium object,
  .l-sidebar .ad-block.premium embed {
    margin-bottom: 0;
  }
  .l-sidebar .ad-block div div + div {
    margin: 20px 15px 0 15px !important;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0 !important;
  }
  .l-sidebar .ad-block div div + div img,
  .l-sidebar .ad-block div div + div object,
  .l-sidebar .ad-block div div + div embed {
    margin-top: 20px;
  }
  .l-sidebar .ad-block div div + div img:last-child,
  .l-sidebar .ad-block div div + div object:last-child,
  .l-sidebar .ad-block div div + div embed:last-child {
    margin-bottom: 0;
  }
  .l-sidebar .ad-block div div + div:last-child {
    margin-bottom: 0;
    padding-bottom: 20px !important;
  }
  .social {
    margin: 0 15px 15px 15px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 10px solid #231f20;
  }
  .nav-secondary + .social {
    padding-top: 20px !important;
    border-top: 10px solid #231f20;
  }
  .monster-freaks {
    margin-bottom: 0;
  }
  .monster-freaks form {
    border-bottom: 10px solid #231f20;
    padding-bottom: 20px;
  }
  .popular {
    margin-bottom: 0;
  }
  .popular ul {
    border-bottom: 10px solid #231f20;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .popular img {
    display: none;
  }
  .tweets {
    margin-bottom: 0;
    margin-top: -15px;
    padding: 0 0 15px 0;
  }
  .tweets .tweet-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tweets .tweet-container ul {
    border-bottom: 10px solid #231f20;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .article .divider,
  meta .divider,
  .article .divider + a,
  meta .divider + a {
    display: none;
  }
  .commentlist ol {
    margin-left: 0;
  }
}
@media (max-width: 382px) {
  .thumb-grid li,
  .thumb-grid li.modulo-4 {
    margin-right: 6.024096385542169%;
    width: 46.98795180722892%;
  }
  .thumb-grid li:nth-child(3n+3),
  .thumb-grid li.modulo-4:nth-child(3n+3),
  .thumb-grid li:nth-child(4n+4),
  .thumb-grid li.modulo-4:nth-child(4n+4) {
    margin-right: 6.024096385542169%;
    width: 46.98795180722892%;
  }
  .thumb-grid li:nth-child(even),
  .thumb-grid li.modulo-4:nth-child(even) {
    margin-right: 0;
    width: 46.98795180722892%;
  }
  .catalogue.home .thumb-grid li:nth-child(4) {
    display: inline-block;
  }
}
