/* =============================================================================
   Fonts
   ========================================================================== */
/* Effra */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "EffraRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/effra_std_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/effra_std_rg-webfont.woff") format("woff"), url("../fonts/effra_std_rg-webfont.ttf") format("truetype"), url("../fonts/effra_std_rg-webfont.svg#EffraRegular") format("svg");
}
@font-face {
  font-family: "EffraMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/effra_std_md-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/effra_std_md-webfont.woff") format("woff"), url("../fonts/effra_std_md-webfont.ttf") format("truetype"), url("../fonts/effra_std_md-webfont.svg#EffraMedium") format("svg");
}
@font-face {
  font-family: "CrikeySquatRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/crikey_squat-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crikey_squat-webfont.woff") format("woff"), url("../fonts/crikey_squat-webfont.ttf") format("truetype"), url("../fonts/crikey_squat-webfont.svg#CrikeySquatRegular") format("svg");
}
@font-face {
  font-family: "CrikeySquatTall";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/crikey_tall-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/crikey_tall-webfont.woff") format("woff"), url("../fonts/crikey_tall-webfont.ttf") format("truetype"), url("../fonts/crikey_tall-webfont.svg#CrikeySquatTall") format("svg");
}
@font-face {
  font-family: "EigerdalsBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/1DB44F_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/1DB44F_0_0.woff") format("woff"), url("../fonts/1DB44F_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "EigerdalsHeavy";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/EIGERDALSHEAVY.eot?#iefix") format("embedded-opentype"), url("../fonts/EIGERDALSHEAVY.woff") format("woff"), url("../fonts/EIGERDALSHEAVY.ttf") format("truetype"), url("../fonts/EIGERDALSHEAVY.svg#EigerdalsHeavy") format("svg");
}
@font-face {
  font-family: "EigerdalsHeavyItalic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/E1826A0_1.eot?#iefix") format("embedded-opentype"), url("../fonts/E1826A0_1.woff") format("woff"), url("../fonts/E1826A0_1.ttf") format("truetype");
}
@font-face {
  font-family: "LittleBigPlanetoids";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/littlebigplanetoids-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/littlebigplanetoids-regular-webfont.woff") format("woff"), url("../fonts/littlebigplanetoids-regular-webfont.ttf") format("truetype"), url("../fonts/littlebigplanetoids-regular-webfont.svg#LittleBigPlanetoids") format("svg");
}
/*@mixin lbp-button{
  display: inline-block;
  margin: 0;
  z-index: 2;
  padding: .3em .7em .3em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255,255,255,.22);
  font-family: $heavy-display-font;
  font-size: 1rem;
  line-height: 1.2;
  border: 0;
  @include transition-property(all);
  @include transition-duration(0.15s);
  @include transition-timing-function(ease);
  @include transition-delay(0);
  border-radius: 30px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
  @include PIE;
  width: auto;
  height: auto;
  @include linear-gradient(#4cc1df, #0088aa);
  color: #000;
  .arr{
    @include triangle(10px 8px, black, right);
    display: inline-block;
    margin-left: 4px;
    @include transition-property(all);
    @include transition-duration(0.15s);
    @include transition-timing-function(ease);
    @include transition-delay(0);
  }
  &:active, &:focus, &:hover{
    color: white;
    position: absolute;
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    .arr{
      @include triangle(10px 8px, white, right);
    }
  }
}*/
/* Rescued from deprecation */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
#block-menu-menu-show-me-everything- h2.block-title {
  font-size: 150%;
  text-shadow: 0px 3px 6px #444;
  color: #ff0;
}
#block-menu-menu-show-me-everything- ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 150%;
  color: #123544;
  padding-bottom: 50px;
}
#block-menu-menu-show-me-everything- ul.menu a {
  color: white;
  text-shadow: 0px 3px 6px #444;
}
#block-menu-menu-show-me-everything- ul.menu a:hover, #block-menu-menu-show-me-everything- ul.menu a:active {
  color: #ff0;
}

#block-menu-menu-footer-menu {
  float: right;
  clear: right;
  font-size: 0.8em;
}
#block-menu-menu-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#block-menu-menu-footer-menu ul li {
  display: inline-block;
}
#block-menu-menu-footer-menu ul li:after {
  content: "|";
}
#block-menu-menu-footer-menu ul li:last-child:after {
  content: "";
}
#block-menu-menu-footer-menu ul li a, #block-menu-menu-footer-menu ul li a:visited {
  color: grey;
}

/*
* All the stuff for the various admin links and tabs
*/
div.view div.views-admin-links {
  width: auto;
}

.field-collection-container ul.field-collection-view-links {
  float: none;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 60%;
  top: 40%;
  left: 0;
  z-index: 2000;
}
.field-collection-container ul.field-collection-view-links li {
  /*display: none;*/
  display: none;
  float: none;
}
.field-collection-container ul.field-collection-view-links:hover li {
  display: inline;
}
.field-collection-container ul.field-collection-view-links a {
  border: 1px solid #b80000;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f85454;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f00;
  background-image: -webkit-linear-gradient(#f00, #c70000);
  background-image: linear-gradient(#f00, #c70000);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #a30000;
  background-clip: padding-box;
  margin-bottom: 3px;
  opacity: 0.5;
}
.field-collection-container ul.field-collection-view-links a:hover:not(:disabled) {
  background-color: #e10505;
  background-image: -webkit-linear-gradient(#e10505, #b80000);
  background-image: linear-gradient(#e10505, #b80000);
  box-shadow: inset 0 1px 0 0 #f72222;
  cursor: pointer;
}
.field-collection-container ul.field-collection-view-links a:active:not(:disabled), .field-collection-container ul.field-collection-view-links a:focus:not(:disabled) {
  border: 1px solid #b80000;
  box-shadow: inset 0 0 8px 4px #a80000, inset 0 0 8px 4px #a80000;
}
.field-collection-container ul.field-collection-view-links a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.field-collection-container ul.field-collection-view-links.active a, .field-collection-container ul.field-collection-view-links a:hover {
  opacity: 1;
  border: 1px solid #b8b800;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f8f854;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #ff0;
  background-image: -webkit-linear-gradient(#ff0, #c7c700);
  background-image: linear-gradient(#ff0, #c7c700);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffff14;
  background-clip: padding-box;
}
.field-collection-container ul.field-collection-view-links.active a:hover:not(:disabled), .field-collection-container ul.field-collection-view-links a:hover:hover:not(:disabled) {
  background-color: #e1e105;
  background-image: -webkit-linear-gradient(#e1e105, #b8b800);
  background-image: linear-gradient(#e1e105, #b8b800);
  box-shadow: inset 0 1px 0 0 #f7f722;
  cursor: pointer;
}
.field-collection-container ul.field-collection-view-links.active a:active:not(:disabled), .field-collection-container ul.field-collection-view-links.active a:focus:not(:disabled), .field-collection-container ul.field-collection-view-links a:hover:active:not(:disabled), .field-collection-container ul.field-collection-view-links a:hover:focus:not(:disabled) {
  border: 1px solid #b8b800;
  box-shadow: inset 0 0 8px 4px #a8a800, inset 0 0 8px 4px #a8a800;
}
.field-collection-container ul.field-collection-view-links.active a:disabled, .field-collection-container ul.field-collection-view-links a:hover:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action-links {
  position: absolute;
  z-index: 2000;
  list-style-type: none;
  right: 0;
}
.action-links li a {
  border: 1px solid #b80000;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f85454;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f00;
  background-image: -webkit-linear-gradient(#f00, #c70000);
  background-image: linear-gradient(#f00, #c70000);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #a30000;
  background-clip: padding-box;
  margin-bottom: 3px;
  opacity: 0.5;
}
.action-links li a:hover:not(:disabled) {
  background-color: #e10505;
  background-image: -webkit-linear-gradient(#e10505, #b80000);
  background-image: linear-gradient(#e10505, #b80000);
  box-shadow: inset 0 1px 0 0 #f72222;
  cursor: pointer;
}
.action-links li a:active:not(:disabled), .action-links li a:focus:not(:disabled) {
  border: 1px solid #b80000;
  box-shadow: inset 0 0 8px 4px #a80000, inset 0 0 8px 4px #a80000;
}
.action-links li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.action-links li.active a, .action-links li a:hover {
  opacity: 1;
  border: 1px solid #b8b800;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f8f854;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #ff0;
  background-image: -webkit-linear-gradient(#ff0, #c7c700);
  background-image: linear-gradient(#ff0, #c7c700);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffff14;
  background-clip: padding-box;
}
.action-links li.active a:hover:not(:disabled), .action-links li a:hover:hover:not(:disabled) {
  background-color: #e1e105;
  background-image: -webkit-linear-gradient(#e1e105, #b8b800);
  background-image: linear-gradient(#e1e105, #b8b800);
  box-shadow: inset 0 1px 0 0 #f7f722;
  cursor: pointer;
}
.action-links li.active a:active:not(:disabled), .action-links li.active a:focus:not(:disabled), .action-links li a:hover:active:not(:disabled), .action-links li a:hover:focus:not(:disabled) {
  border: 1px solid #b8b800;
  box-shadow: inset 0 0 8px 4px #a8a800, inset 0 0 8px 4px #a8a800;
}
.action-links li.active a:disabled, .action-links li a:hover:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (min-width: 1500px) {
  .action-links {
    border-top: 1px dashed #ccc;
    width: 150px;
    right: -150px;
  }
}

ul.primary, ul.secondary {
  position: absolute;
  z-index: 2000;
  padding: 0;
  margin: 0;
  border: 0;
}
ul.primary li, ul.secondary li {
  display: block;
}
ul.primary li a, ul.secondary li a {
  border: 1px solid #b80000;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f85454;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f00;
  background-image: -webkit-linear-gradient(#f00, #c70000);
  background-image: linear-gradient(#f00, #c70000);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #a30000;
  background-clip: padding-box;
  margin-bottom: 3px;
  opacity: 0.5;
}
ul.primary li a:hover:not(:disabled), ul.secondary li a:hover:not(:disabled) {
  background-color: #e10505;
  background-image: -webkit-linear-gradient(#e10505, #b80000);
  background-image: linear-gradient(#e10505, #b80000);
  box-shadow: inset 0 1px 0 0 #f72222;
  cursor: pointer;
}
ul.primary li a:active:not(:disabled), ul.primary li a:focus:not(:disabled), ul.secondary li a:active:not(:disabled), ul.secondary li a:focus:not(:disabled) {
  border: 1px solid #b80000;
  box-shadow: inset 0 0 8px 4px #a80000, inset 0 0 8px 4px #a80000;
}
ul.primary li a:disabled, ul.secondary li a:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
ul.primary li.active a, ul.primary li a:hover, ul.secondary li.active a, ul.secondary li a:hover {
  opacity: 1;
  border: 1px solid #b8b800;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f8f854;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #ff0;
  background-image: -webkit-linear-gradient(#ff0, #c7c700);
  background-image: linear-gradient(#ff0, #c7c700);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffff14;
  background-clip: padding-box;
}
ul.primary li.active a:hover:not(:disabled), ul.primary li a:hover:hover:not(:disabled), ul.secondary li.active a:hover:not(:disabled), ul.secondary li a:hover:hover:not(:disabled) {
  background-color: #e1e105;
  background-image: -webkit-linear-gradient(#e1e105, #b8b800);
  background-image: linear-gradient(#e1e105, #b8b800);
  box-shadow: inset 0 1px 0 0 #f7f722;
  cursor: pointer;
}
ul.primary li.active a:active:not(:disabled), ul.primary li.active a:focus:not(:disabled), ul.primary li a:hover:active:not(:disabled), ul.primary li a:hover:focus:not(:disabled), ul.secondary li.active a:active:not(:disabled), ul.secondary li.active a:focus:not(:disabled), ul.secondary li a:hover:active:not(:disabled), ul.secondary li a:hover:focus:not(:disabled) {
  border: 1px solid #b8b800;
  box-shadow: inset 0 0 8px 4px #a8a800, inset 0 0 8px 4px #a8a800;
}
ul.primary li.active a:disabled, ul.primary li a:hover:disabled, ul.secondary li.active a:disabled, ul.secondary li a:hover:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media screen and (min-width: 1500px) {
  ul.primary, ul.secondary {
    border-top: 1px dashed #ccc;
    width: 150px;
    left: -150px;
  }
  ul.primary li, ul.secondary li {
    float: right;
  }
}

.big-feature {
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/big-feature-border-back-white.png) 13 17 26 21 stretch;
  border-image: url(../images/optimized/borders/big-feature-border-back-white.png) 13 17 26 21 stretch;
  border-style: solid;
  border-width: 13px 17px 26px 21px;
  position: relative;
  margin: 0 auto 1em auto;
  padding: 0;
  width: 100%;
  display: inline-block;
}

.block-facetapi h2 {
  font-size: 150%;
  text-shadow: 0px 3px 6px #444;
  color: #ff0;
}
.block-facetapi .facetapi-facetapi-links, .block-facetapi .item-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 150%;
  color: #123544;
  background: transparent url(../images/optimized/backgrounds/dashed-line-white.png) left bottom repeat-x;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.block-facetapi .facetapi-facetapi-links a, .block-facetapi .item-list ul a {
  color: white;
  text-shadow: 0px 3px 6px #444;
}
.block-facetapi .facetapi-facetapi-links a:hover, .block-facetapi .facetapi-facetapi-links a:active, .block-facetapi .item-list ul a:hover, .block-facetapi .item-list ul a:active {
  color: #ff0;
}
.block-facetapi:last-of-type .facetapi-facetapi-links, .block-facetapi:last-of-type .item-list ul {
  margin-bottom: 0;
  background-image: none;
}
.block-facetapi .facetapi-facetapi-links li, .block-facetapi .item-list ul li {
  padding: 0;
  margin: 0;
}
.block-facetapi .facetapi-facetapi-links li .counter, .block-facetapi .item-list ul li .counter {
  display: none;
}
.block-facetapi.tag-facet .facetapi-facetapi-links, .block-facetapi.tag-facet .item-list ul {
  color: #fff;
  font-size: 100%;
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
}
.block-facetapi.tag-facet .facetapi-facetapi-links li, .block-facetapi.tag-facet .item-list ul li {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  display: inline-block;
  line-height: 120%;
  padding: 0 0.3em;
}
.block-facetapi.tag-facet .facetapi-facetapi-links li:hover, .block-facetapi.tag-facet .item-list ul li:hover {
  background: #000;
}
.block-facetapi.tag-facet .facetapi-facetapi-links li a, .block-facetapi.tag-facet .item-list ul li a {
  color: #ff0;
}

#block-locale-language {
  z-index: 100;
  color: #fff;
  position: absolute;
  top: -35px;
  right: 0;
  margin: 0;
}
@media screen and (min-width: 481px) {
  #block-locale-language {
    top: 10px;
  }
}
#block-locale-language.open {
  background-color: rgba(0, 0, 0, 0.8);
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-radius: 1em;
  width: 250px;
}
#block-locale-language .block-inner {
  position: relative;
}
#block-locale-language h2 {
  font-size: 16px;
  padding: 10px 15px;
  background: transparent url("../images/optimized/backgrounds/lang-divide.png") center bottom no-repeat;
}
#block-locale-language ul.language-switcher-locale-url {
  margin: 0;
  padding: 15px;
  /* Row 1 sprites */
  /* Row 1 sprites */
}
#block-locale-language ul.language-switcher-locale-url li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#block-locale-language ul.language-switcher-locale-url li.active {
  position: inline;
}
#block-locale-language ul.language-switcher-locale-url a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: transparent no-repeat;
  border-radius: 3px;
}
#block-locale-language ul.language-switcher-locale-url a.active {
  position: absolute;
  top: 7px;
  right: 25px;
  box-shadow: 0 0 0 2px white;
}
#block-locale-language ul.language-switcher-locale-url a:hover {
  box-shadow: 0 0 0 2px white;
}
#block-locale-language ul.language-switcher-locale-url li.en a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -213px -253px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.fr a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -183px -253px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.da a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -273px -253px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.nb a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -388px -148px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.fi a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -198px -184px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.de a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -33px -296px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.it a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -282px -231px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.es a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -63px -296px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.pl a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -252px -231px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.pt a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -303px -253px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.nl a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -388px -168px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.pt-pt a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -303px -253px;
  width: 30px;
  height: 20px;
}
#block-locale-language ul.language-switcher-locale-url li.sv a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -243px -253px;
  width: 30px;
  height: 20px;
}

/* Now part of the main menu, see regions/_regions.help-siderbar.scss*/
/*#block-menu-menu-help{
    h2.block-title{
        font-family:$light-display-font;
        font-size:3.6em;
    }
    ul.menu{
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-family: $heavy-display-font;
        font-size: 150%;
        padding-bottom: 50px;
        a{
            color: white;
            text-shadow: 0px 3px 6px #444;
            &:hover, &:active{
                color: #ff0;
            }
            &.active{
                color:#123544;
                text-shadow:none;
            }
        }
    }
}*/
/* Now part of the main menu, see regions/_regions.media-sidebar.scss*/
/*#block-menu-menu-other-media{
    h2.block-title{
        font-size: 150%;
        text-shadow: 0px 3px 6px #444;
        color: #ff0;
    }
    ul.menu{
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-family: $heavy-display-font;
        font-size: 150%;
        color: #123544;
        padding-bottom: 50px;
        a{
            color: white;
            text-shadow: 0px 3px 6px #444;
            &:hover, &:active{
                color: #ff0;
            }
        }
    }
}*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-Mar-2015, 16:18:57
    Author     : stuart
*/
#block-menu-menu-social-menu {
  display: none;
}
@media screen and (min-width: 481px) {
  #block-menu-menu-social-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    background-color: #0c9da6;
    background: rgba(12, 157, 166, 0.9);
    border-radius: 0 0 1em 1em;
    min-height: 60px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 38.98305%;
    margin-right: 0;
  }
  #block-menu-menu-social-menu:last-child {
    margin-right: 0;
  }
  #block-menu-menu-social-menu ul.menu {
    margin: 4px 0 0 0;
  }
  #block-menu-menu-social-menu ul.menu li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #block-menu-menu-social-menu ul.menu li a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
  }
  #block-menu-menu-social-menu ul.menu li.lbp-me a {
    background-image: url("../images/optimized/sprites/spritesheet.png");
    background-position: -341px -148px;
    width: 47px;
    height: 40px;
    margin-right: 20px;
  }
  #block-menu-menu-social-menu ul.menu li.facebook a {
    background-image: url("../images/optimized/sprites/spritesheet.png");
    background-position: -198px -106px;
    width: 40px;
    height: 39px;
  }
  #block-menu-menu-social-menu ul.menu li.twitter a {
    background-image: url("../images/optimized/sprites/spritesheet.png");
    background-position: -198px -145px;
    width: 40px;
    height: 39px;
  }
  #block-menu-menu-social-menu ul.menu li.youtube a {
    background-image: url("../images/optimized/sprites/spritesheet.png");
    background-position: -341px -238px;
    width: 40px;
    height: 39px;
  }
}

#block-system-main-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 5%;
  width: 90%;
  height: auto;
  z-index: 99;
  background-color: #0c9da6;
  background: rgba(12, 157, 166, 0.9);
  border-radius: 1em;
  padding: 1em;
}
@media screen and (min-width: 74.375em) {
  #block-system-main-menu {
    display: block !important;
  }
}
#block-system-main-menu .content > ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#block-system-main-menu .content > ul.menu li a {
  color: #fff;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 2em;
  display: block;
}
#block-system-main-menu .content > ul.menu li a:hover {
  color: black;
  text-decoration: none;
}
#block-system-main-menu .content > ul.menu li li a {
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
}
#block-system-main-menu .content > ul.menu li.expanded ul {
  display: none;
}
#block-system-main-menu .content > ul.menu li.mid-656 {
  position: relative;
}
#block-system-main-menu .content > ul.menu li.mid-656 li {
  list-style: none;
}
#block-system-main-menu .content > ul.menu li.mid-656 > a {
  padding-right: 60px;
}
#block-system-main-menu .content > ul.menu li.mid-656 > a:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0.5em;
}
#block-system-main-menu .content > ul.menu li.mid-656 > a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.16em;
  top: 0.73em;
  height: 0;
  width: 0;
  border-left: 0.275em solid transparent;
  border-right: 0.275em solid transparent;
  border-top: 0.43em solid white;
}
#block-system-main-menu .content > ul.menu li.mid-656 > a.active-trail:before {
  border: solid 2px rgba(0, 0, 0, 0.5);
}
#block-system-main-menu .content > ul.menu li.mid-656 > a.active-trail:after {
  height: 0;
  width: 0;
  border-left: 0.275em solid transparent;
  border-right: 0.275em solid transparent;
  border-top: 0.43em solid black;
}
#block-system-main-menu .content > ul.menu li.mid-656 > a.active-trail:hover {
  color: white;
}
#block-system-main-menu .content > ul.menu li.mid-656 > a.active-trail:hover:before {
  border: solid 2px rgba(255, 255, 255, 0.5);
}
#block-system-main-menu .content > ul.menu li.mid-656 > a.active-trail:hover:after {
  height: 0;
  width: 0;
  border-left: 0.275em solid transparent;
  border-right: 0.275em solid transparent;
  border-top: 0.43em solid white;
}
@media screen and (min-width: 481px) {
  #block-system-main-menu {
    background: transparent;
    display: block;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 38.98305%;
    margin-right: 0;
    left: auto;
    right: 0;
    top: 100px;
    padding: 0;
  }
  #block-system-main-menu:last-child {
    margin-right: 0;
  }
  #block-system-main-menu .content > ul.menu {
    font-size: 89%;
    margin: 0;
  }
}
@media screen and (min-width: 481px) and (min-width: 74.375em) {
  #block-system-main-menu .content > ul.menu {
    font-size: 100%;
  }
}
@media screen and (min-width: 481px) {
  #block-system-main-menu .content > ul.menu > li {
    margin: 0;
    padding: 0;
    font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
    list-style-type: none;
    display: inline-block;
  }
  #block-system-main-menu .content > ul.menu > li.active-trail > a {
    color: #2f1111;
    text-decoration: none;
    background: #ff0;
    -moz-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
  }
  #block-system-main-menu .content > ul.menu > li > a {
    display: inline-block;
    white-space: nowrap;
    background-color: #0c9da6;
    background: rgba(12, 157, 166, 0.9);
    color: #fff;
    padding: .225em .45em .225em;
    line-height: 1;
    letter-spacing: -1px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    vertical-align: bottom;
    behavior: url(../css/PIE.htc);
  }
  #block-system-main-menu .content > ul.menu > li > a:hover {
    color: #2f1111;
    text-decoration: none;
    background: #ff0;
    -moz-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
  }
  #block-system-main-menu .content > ul.menu > li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
  }
  #block-system-main-menu .content > ul.menu > li a {
    position: relative;
  }
  #block-system-main-menu .content > ul.menu > li.mid-656 > a:hover {
    background-color: #0c9da6;
    background: rgba(12, 157, 166, 0.9);
  }
  #block-system-main-menu .content > ul.menu > li.mid-656 {
    z-index: 2;
  }
  #block-system-main-menu .content > ul.menu > li.mid-656 a {
    z-index: 2;
  }
  #block-system-main-menu .content > ul.menu > li.mid-656 a:before {
    right: 0.5em;
    top: 0.3em;
  }
  #block-system-main-menu .content > ul.menu > li.mid-656 a:after {
    right: 0.64em;
    top: 0.5em;
  }
  #block-system-main-menu .content > ul.menu > li.mid-656 ul.menu {
    position: absolute;
    right: 0;
    top: 1.5em;
    width: 100%;
    padding: 2.5em 10px 10px 10px;
    font-size: 56%;
    letter-spacing: -1px;
    -moz-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #0c9da6;
    background: rgba(12, 157, 166, 0.9);
    z-index: -1;
    list-style-type: none;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(1) {
    font-size: 100%;
    margin-top: 0.5em;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(2) {
    font-size: 140%;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(3) {
    font-size: 100%;
    margin-top: 0.5em;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(4) {
    font-size: 100%;
    clear: left;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(5) {
    font-size: 120%;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(6) {
    font-size: 80%;
    margin-left: 20px;
    clear: left;
  }
  #block-system-main-menu .content > ul.menu > li:nth-child(7) {
    font-size: 100%;
  }
}

.buy-box {
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-style: solid;
  border-width: 24px 15px 24px 23px;
  z-index: 97;
  width: 100%;
  background: #e400d1;
  border-radius: 15px;
  margin: 40px 0 40px 0;
  position: relative;
  text-align: center;
  padding: 0 1em;
}
.buy-box > a {
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  letter-spacing: 0px;
  font-size: 2.5em;
  display: block;
  width: 100%;
  line-height: 1em;
  color: white;
}
@media screen and (min-width: 481px) {
  .buy-box > a {
    font-size: 3.125em;
    word-spacing: -0.12em;
  }
}
.buy-box > a:hover, .buy-box > a:visited {
  color: white;
}
.buy-box > a:after {
  content: ">";
  color: #fff;
  font-family: 'LittleBigPlanetoids';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.buy-box > a img {
  position: absolute;
  right: 1em;
  top: -.6em;
  z-index: 98;
}
@media screen and (max-width: 480px) {
  .buy-box > a img {
    display: none;
  }
}
.buy-box .field-name-field-retailers {
  text-align: center;
  margin: 4px 0 0 0;
  padding: 20px 0 0 0;
  font-size: 1px;
  line-height: 0;
  background: transparent url(../images/optimized/backgrounds/dashed-line-white.png) left top repeat-x;
}
.buy-box .field-name-field-retailers .field-item {
  display: inline-block;
  margin: 5em;
}
.buy-box .field-name-field-retailers .field-item img {
  border-radius: 15px;
}
.buy-box.buy-box-open > a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

body {
  background: url(../images/optimized/backgrounds/back-body-main.png) center top repeat #20a497;
  background: -moz-radial-gradient(center, ellipse cover, rgba(186, 211, 42, 0.9) 20%, rgba(186, 211, 42, 0) 75%), url(../images/optimized/backgrounds/back-body-main.png) center top repeat;
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%, rgba(186, 211, 42, 0.9)), color-stop(75%, rgba(186, 211, 42, 0))), url(../images/optimized/backgrounds/back-body-main.png) center top repeat;
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(186, 211, 42, 0.9) 20%, rgba(186, 211, 42, 0) 75%), url(../images/optimized/backgrounds/back-body-main.png) center top repeat;
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(186, 211, 42, 0.9) 20%, rgba(186, 211, 42, 0) 75%), url(../images/optimized/backgrounds/back-body-main.png) center top repeat;
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(186, 211, 42, 0.9) 20%, rgba(186, 211, 42, 0) 75%), url(../images/optimized/backgrounds/back-body-main.png) center top repeat;
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(186, 211, 42, 0.9) 20%, rgba(186, 211, 42, 0) 75%), url(../images/optimized/backgrounds/back-body-main.png) center top repeat;
  /* W3C */
}

body.cke_editable, .cke_panel_container body {
  background: #FFF !important;
}
body.cke_editable:before, .cke_panel_container body:before {
  background: transparent !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/optimized/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/optimized/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/optimized/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/optimized/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/optimized/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/optimized/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("../images/optimized/fancybox/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

.lbpme-banner {
  width: 100%;
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-style: solid;
  border-width: 24px 15px 24px 23px;
  background: url(../images/optimized/logo/lbpme.png) no-repeat bottom center;
}
@media screen and (min-width: 481px) {
  .lbpme-banner {
    background-position: right 1em center;
  }
}
.lbpme-banner .content {
  text-align: center;
}
.lbpme-banner .content a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3.4375em;
  color: white;
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  padding-bottom: 1.875em;
}
@media screen and (min-width: 481px) {
  .lbpme-banner .content {
    text-align: left;
  }
  .lbpme-banner .content a {
    padding-bottom: 0;
    padding-right: 2em;
  }
}

.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media-youtube-video iframe, .media-youtube-video object, .media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.node-homepage .big-feature > .content > .media-youtube-video {
  padding-bottom: 43.4%;
}

.item-list ul.pager {
  float: right;
  list-style: none;
  padding: 0;
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
}
.item-list ul.pager li {
  position: relative;
  font-size: 1em;
  padding: .1em .6em;
  list-style: none;
  float: left;
  color: #123544;
  background: #fff000;
  border-radius: 1.4em;
  margin: 0 .7em .7em 0;
  min-width: 2.8em;
  min-height: 2.8em;
  line-height: 2.8em;
  behavior: url(/assets/PIE.htc);
}
@media screen and (min-width: 1190px) {
  .item-list ul.pager li {
    font-size: 0.8em;
  }
}
.item-list ul.pager li:hover {
  color: #000;
  background: #ff9000;
  text-decoration: none;
  -moz-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 7px 7px -2px rgba(0, 0, 0, 0.5);
}
.item-list ul.pager li.last, .item-list ul.pager li.first {
  display: none;
}
.item-list ul.pager li.pager-current {
  background: #ccc;
  cursor: default;
  box-shadow: none;
}
.item-list ul.pager li a {
  display: block;
  height: 100%;
  width: 100%;
}

.view > .item-list:after {
  clear: both;
  content: "";
  display: table;
}

/** Reponsive Slides **/
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li.field-item {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li.field-item:first-child {
  position: relative;
  display: block;
  float: left;
}
@media screen and (max-width: 480px) {
  .rslides li.field-item {
    /* stack-em for mobile
    *  Given the necessary overrides for the 
    *  inline styles, can't go mobile first on this
    */
    display: block !important;
    float: none !important;
    margin: 5px 0;
    opacity: 1 !important;
    position: relative !important;
  }
}
.rslides li.field-item article .content {
  background-color: white;
}
@media screen and (min-width: 481px) {
  .rslides li.field-item article {
    /* For tablet make space for the nav */
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 86.44068%;
    margin-left: 6.77966%;
  }
  .rslides li.field-item article:last-child {
    margin-right: 0;
  }
}
.rslides li.field-item article .field-name-field-news-carousel-summary {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 1.875em 2%;
  word-wrap: break-word;
}
@media screen and (min-width: 481px) {
  .rslides li.field-item article .field-name-field-news-carousel-summary {
    width: 40%;
    padding: 0.3125em 2%;
  }
}
.rslides li.field-item article .field-name-field-news-carousel-image-video {
  display: inline-block;
  width: 100%;
  padding: 0.3125em 2%;
}
@media screen and (min-width: 481px) {
  .rslides li.field-item article .field-name-field-news-carousel-image-video {
    width: 60%;
    padding: 2.875em 2%;
    background-image: url(../images/optimized/backgrounds/media-bg.png);
  }
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.rslides_nav {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 100;
  transition: all 0.5s ease;
}
.rslides_nav.next {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -242px -99px;
  width: 99px;
  height: 99px;
  right: 0;
}
.rslides_nav.prev {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: 0px -106px;
  width: 99px;
  height: 99px;
  left: 0;
}
.rslides_nav:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
@media screen and (max-width: 480px) {
  .rslides_nav {
    display: none;
  }
}

#carousel-tabs {
  margin: 0;
  list-style-type: none;
  padding: 0 0 0 10px;
  display: none;
}
@media screen and (min-width: 481px) {
  #carousel-tabs {
    display: block;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 86.44068%;
    margin-left: 6.77966%;
    margin-top: -40px;
    margin-bottom: 1em;
  }
  #carousel-tabs:last-child {
    margin-right: 0;
  }
}
#carousel-tabs li {
  float: left;
  margin-right: 5px;
  max-width: 19%;
}
#carousel-tabs li a {
  color: #fff;
  background-color: #089da6;
  background-image: -webkit-linear-gradient(top, #089da6 0%, #047f89 100%);
  background-image: linear-gradient(to bottom,#089da6 0%, #047f89 100%);
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding: 22px 10% 15px;
  line-height: 25px;
  max-width: 180px;
  font-size: 18px;
  display: block;
  font-family: "EigerdalsHeavy";
  text-align: center;
}
#carousel-tabs li.news {
  float: right;
}
#carousel-tabs li.news a {
  color: #034a4e;
  background-color: #a8ce32;
  background-image: -webkit-linear-gradient(#a8ce32 0%, #a8ce32 100%);
  background-image: linear-gradient(#a8ce32 0%, #a8ce32 100%);
}
#carousel-tabs li a:hover, #carousel-tabs .rslides_here a {
  color: #000;
  background: #d0d030;
  background: -moz-linear-gradient(top, #d0d030 0%, #ffff00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d0d030), color-stop(100%, #ffff00));
  background: -webkit-linear-gradient(top, #d0d030 0%, #ffff00 100%);
  background: -o-linear-gradient(top, #d0d030 0%, #ffff00 100%);
  background: -ms-linear-gradient(top, #d0d030 0%, #ffff00 100%);
  background: linear-gradient(to bottom, #d0d030 0%, #ffff00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d030', endColorstr='#ffff00',GradientType=0 );
  text-decoration: none;
}

.share-tools:before {
  content: "";
  width: 224px;
  height: 224px;
  position: absolute;
  top: -40px;
  left: -100px;
  z-index: 100;
  background: transparent url(../images/optimized/share/share-main.png) top left no-repeat;
}
.share-tools .speech-box {
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-style: solid;
  border-width: 24px 15px 24px 23px;
  position: relative;
  min-height: 60px;
  margin-left: 80px;
}
.share-tools .speech-box:after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 481px) {
  .share-tools .speech-box {
    margin-left: 115px;
  }
}
.share-tools .speech-box:before {
  content: "";
  position: absolute;
  left: -59px;
  top: 10%;
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -381px -238px;
  width: 33px;
  height: 30px;
}
.share-tools .speech-box h2 {
  color: #fff;
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.8em;
  word-spacing: -8px;
  margin-bottom: 10px;
}
@media screen and (min-width: 481px) {
  .share-tools .speech-box h2 {
    font-size: 4.3em;
    float: left;
    width: 63%;
    word-spacing: -6px;
  }
}
.share-tools .speech-box #google-plus, .share-tools .speech-box #twitter, .share-tools .speech-box #facebook {
  float: left;
  margin-right: 12px;
}
@media screen and (min-width: 481px) {
  .share-tools .speech-box #google-plus, .share-tools .speech-box #twitter, .share-tools .speech-box #facebook {
    float: right;
  }
}

/* Unique sackboys */
.page-games-littlebigplanet-psvita .share-tools:before {
  background: transparent url(../images/optimized/share/share-vita.png) top left no-repeat;
}

.page-games-littlebigplanet-karting .share-tools:before {
  background: transparent url(../images/optimized/share/share-sack-truck.png) top left no-repeat;
}

.page-games-littlebigplanet-2 .share-tools:before {
  background: transparent url(../images/optimized/share/share-2.png) top left no-repeat;
}

@media screen and (min-width: 481px) {
  #skip {
    position: absolute;
  }
}
#skip a:link, #skip a:hover, #skip a:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #fff;
}
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
#skip a.skipMain {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: .3em .7em .3em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 1em;
  line-height: 1.2;
  border: 0;
  border-radius: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 1px 1px 1px rgba(255, 255, 255, 0.44);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  behavior: url(PIE.htc);
  color: #123544;
  background: -webkit-linear-gradient(#0aceff, #0082a3) top repeat;
  background: linear-gradient(#0aceff, #0082a3) top repeat;
  position: absolute;
  width: auto;
  height: auto;
  top: 50px;
  left: auto;
  right: 5%;
  z-index: 10;
}
#skip a.skipMain:after {
  content: ">";
  font-family: "LittleBigPlanetoids";
  padding-left: .5em;
}
#skip a.skipMain:active, #skip a.skipMain:focus, #skip a.skipMain:hover {
  color: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
#skip a.skipMain:active .arr, #skip a.skipMain:focus .arr, #skip a.skipMain:hover .arr {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
  border-top: 5px solid transparent;
}
@media screen and (min-width: 481px) {
  #skip a.skipMain {
    left: -10000px;
    top: auto;
    right: auto;
  }
}

/* =============================================================================
   Collapsible Text
   ========================================================================== */
/*
 * Description: This are the collapsible field sets created on basic pages
 */
.collapse-text-fieldset {
  background: transparent;
  border: 0;
  margin: 2.5em 0;
}
.collapse-text-fieldset .fieldset-legend {
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 1.125em;
  line-height: 1.25em;
  background: transparent !important;
  position: relative;
}
.collapse-text-fieldset .fieldset-legend:before {
  content: ">";
  color: black;
  font-family: 'LittleBigPlanetoids';
  position: absolute;
  top: 0;
  left: 0;
}
.collapse-text-fieldset .fieldset-wrapper {
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-style: solid;
  border-width: 24px 15px 24px 23px;
  padding: 1em;
  background: #e8e8e8;
  border-radius: 10px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Headings
   ========================================================================== */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1, h2, h3 {
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
}

h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: .2em;
  margin-bottom: 0.5em;
}

h4 {
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.6875em;
}

h3 {
  font-size: 1.7em;
  line-height: 1em;
  margin-bottom: .2em;
}

a {
  color: #00abd6;
  text-decoration: none;
}

a:visited {
  color: #551a8b;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Shortcode Button
   ========================================================================== */
/*
 * Description: [button link="URL"]Text[/button] 
 */
.shortcode-button {
  clear: right;
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-image: url(../images/optimized/borders/share-bar-border-back-white.png) 24 15 24 23 fill stretch;
  border-style: solid;
  border-width: 24px 15px 24px 23px;
  background-color: #0c9da6;
  background: rgba(12, 157, 166, 0.9);
  border-radius: 0.3125em 0.3125em 0.3125em 0.3125em;
  -moz-border-radius: 0.3125em 0.3125em 0.3125em 0.3125em;
  -webkit-border-top-left-radius: 0.3125em;
  -webkit-border-top-right-radius: 0.3125em;
  -webkit-border-bottom-right-radius: 0.3125em;
  -webkit-border-bottom-left-radius: 0.3125em;
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  color: white;
  display: block;
  font-size: 3.125em;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .shortcode-button {
    text-align: left;
    margin: 0 1%;
    padding: 0 1%;
  }
}
.shortcode-button a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
@media screen and (min-width: 481px) {
  .shortcode-button a:after {
    content: ">";
    color: white;
    font-family: 'LittleBigPlanetoids';
    position: absolute;
    padding-left: 0.5em;
    right: 1.5625em;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
}
.shortcode-button a:hover {
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  .shortcode-button a:hover {
    margin-left: 0.1875em;
  }
  .shortcode-button a:hover:after {
    right: 1.75em;
  }
}

/*
 * Description: [smallbutton link="URL"]Text[/smallbutton] 
 */
.shortcode-smallbutton {
  background: #0c9da6;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: .3em .7em .3em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 1em;
  line-height: 1.2;
  border: 0;
  border-radius: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 1px 1px 1px rgba(255, 255, 255, 0.44);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  behavior: url(PIE.htc);
  color: #123544;
  background: -webkit-linear-gradient(#0aceff, #0082a3) top repeat;
  background: linear-gradient(#0aceff, #0082a3) top repeat;
}
.shortcode-smallbutton:after {
  content: ">";
  font-family: "LittleBigPlanetoids";
  padding-left: .5em;
}
.shortcode-smallbutton:active, .shortcode-smallbutton:focus, .shortcode-smallbutton:hover {
  color: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.shortcode-smallbutton:active .arr, .shortcode-smallbutton:focus .arr, .shortcode-smallbutton:hover .arr {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
  border-top: 5px solid transparent;
}
.shortcode-smallbutton a {
  color: #123544;
  text-decoration: none;
}
.shortcode-smallbutton:hover a {
  color: white;
}

span.pslogo {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -341px -277px;
  width: 21px;
  height: 16px;
  display: inline-block;
}
span.psnlogo {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -312px -231px;
  width: 17px;
  height: 16px;
  display: inline-block;
}
span.ps3logo {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -381px -268px;
  width: 37px;
  height: 8px;
  display: inline-block;
}
span.pssymbols {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -362px -277px;
  width: 39px;
  height: 8px;
  display: inline-block;
}
span.scelogo {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -91px -279px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
span.element-invisible {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
  color: #222;
}

body {
  line-height: 1.625;
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
}
body.cke_ltr cke_panel_frame, body.cke_show_borders {
  background: #fff !important;
  max-width: 730px;
}

p {
  font-size: 0.9em;
  margin: 1em 0;
}
@media screen and (min-width: 481px) {
  p {
    font-size: 1em;
  }
}
p b, p strong {
  font-family: "EffraMedium", "Helvetica Neue", Helvetica, Sans-serif;
}

div.ng-binding {
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1.625;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 */
::-moz-selection {
  background: #10AABE;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #10AABE;
  color: #fff;
  text-shadow: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
*/
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*WYSIWYG Styles*/
.text-align-center {
  text-align: center;
}

.page-downloadable-content-items #content-area h1 {
  background: #ece333;
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 1.875em;
  line-height: 2.125em;
  margin: -1em -0.83333em 1em -0.83333em;
  text-align: center;
}
.page-downloadable-content-items #header {
  min-height: 375px;
  max-height: 407px;
}
.page-downloadable-content-items #page:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 518px;
  height: 741px;
  background: transparent url(../images/optimized/backgrounds/lbp-hp-mobile2.png) left top no-repeat;
  margin-left: -259px;
  top: 40px;
  left: 50%;
}
@media screen and (min-width: 481px) {
  .page-downloadable-content-items #page:before {
    background: transparent url(../images/optimized/backgrounds/dlc-bg.png) center top no-repeat;
    width: 1077px;
    height: 663px;
    left: 50%;
    margin-left: -320px;
    top: 83px;
  }
}
@media screen and (min-width: 481px) {
  .page-downloadable-content-items #content-area:after {
    content: "";
    background: url("../images/optimized/design-elements/hp-sackboy2.png") no-repeat 0 0 transparent;
    height: 343px;
    left: 2%;
    position: absolute;
    top: -310px;
    width: 296px;
  }
}

.page-downloadable_content_items .node-page > header {
  padding: 0 !important;
  margin: 0 !important;
}
.page-downloadable_content_items .node-page > header h2 {
  background: #0c9da6;
  font-size: 2em;
  padding: 0.625em;
  color: white;
  text-align: right;
  margin: -0.9375em -0.78125em 0 -0.78125em;
}
@media screen and (min-width: 481px) {
  .page-downloadable_content_items .node-page > header h2 {
    font-size: 3.625em;
    padding: 0.34483em;
    margin: -0.51724em -0.43103em 0 -0.43103em;
  }
}
.page-downloadable_content_items .node-page > header h2:before {
  content: "Welcome to";
  color: black;
  display: block;
}
.page-downloadable_content_items #content-area .block-views {
  margin-bottom: 1.5em;
}
.page-downloadable_content_items #content-area .block-views:last-of-type {
  margin-bottom: 0;
}
.page-downloadable_content_items #content-area h2.block-title {
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
  line-height: 1em;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 0;
}
.page-downloadable_content_items #content-area .field-name-body h2 {
  background: #ece333;
  font-family: "EffraRegular", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 1.875em;
  line-height: 1.13333em;
  margin: 0 -0.83333em 1em -0.83333em;
  padding: 0.66667em;
  text-align: center;
}

.page-media #header {
  min-height: 375px;
  max-height: 407px;
}
.page-media #page:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 518px;
  height: 741px;
  background: transparent url(../images/optimized/backgrounds/lbp-hp-mobile2.png) left top no-repeat;
  margin-left: -259px;
  top: 40px;
  left: 50%;
}
@media screen and (min-width: 481px) {
  .page-media #page:before {
    background: transparent url(../images/optimized/backgrounds/dlc-bg.png) center top no-repeat;
    width: 1077px;
    height: 663px;
    left: 50%;
    margin-left: -320px;
    top: 83px;
  }
}
@media screen and (min-width: 481px) {
  .page-media #content-area:after {
    content: "";
    background: url("../images/optimized/design-elements/hp-sackboy2.png") no-repeat 0 0 transparent;
    height: 343px;
    left: 2%;
    position: absolute;
    top: -310px;
    width: 296px;
  }
}

.view-media-library {
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.view-media-library:after {
  clear: both;
  content: "";
  display: table;
}
.view-media-library .views-row {
  float: left;
  margin: 0 0 .6em 0;
  width: 50%;
  padding: 0 1em 0 0;
}
@media screen and (min-width: 481px) {
  .view-media-library .views-row {
    width: 25%;
  }
}
@media screen and (min-width: 74.375em) {
  .view-media-library .views-row {
    width: 20%;
  }
}
.view-media-library .views-row img {
  border: solid 1px #000;
  width: 100%;
  height: auto;
}

.page-news #header {
  min-height: 375px;
  max-height: 407px;
}
.page-news #page:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 518px;
  height: 741px;
  background: transparent url(../images/optimized/backgrounds/lbp-hp-mobile2.png) left top no-repeat;
  margin-left: -259px;
  top: 40px;
  left: 50%;
}
@media screen and (min-width: 481px) {
  .page-news #page:before {
    background: transparent url(../images/optimized/backgrounds/dlc-bg.png) center top no-repeat;
    width: 1077px;
    height: 663px;
    left: 50%;
    margin-left: -320px;
    top: 83px;
  }
}
@media screen and (min-width: 481px) {
  .page-news #content-area:after {
    content: "";
    background: url("../images/optimized/design-elements/hp-sackboy2.png") no-repeat 0 0 transparent;
    height: 343px;
    left: 2%;
    position: absolute;
    top: -310px;
    width: 296px;
  }
}
.page-news #content-area h1 {
  padding-bottom: .6em;
  margin: 0 0 1.2em 0;
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
}

.node-type-community-page {
  background-image: url("../images/optimized/backgrounds/comm-bg.png");
  background-position: center 670px;
  background-repeat: no-repeat;
  background-color: black;
}
@media screen and (min-width: 481px) {
  .node-type-community-page {
    background-position: center top;
  }
}
.node-type-community-page #content {
  margin-bottom: 25em;
}
.node-type-community-page #content .node-community-page {
  text-align: center;
}
.node-type-community-page #content .node-community-page a, .node-type-community-page #content .node-community-page .field-type-text {
  display: block;
  font-size: 2.5em;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  color: white;
  text-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
  line-height: 44px;
  text-decoration: none;
}
.node-type-community-page #content .node-community-page .community-link {
  display: inline-block;
  position: relative;
}
.node-type-community-page #content .node-community-page .community-link:nth-of-type(2) {
  margin-right: 5%;
}
.node-type-community-page #content .node-community-page .field-name-field-community-link-first a, .node-type-community-page #content .node-community-page .field-name-field-community-link-second a, .node-type-community-page #content .node-community-page .community-link-title {
  background-image: url("../images/optimized/sprites/comm-icons.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.node-type-community-page #content .node-community-page .field-name-field-community-link-first a {
  width: 333px;
  padding: 315px 40px 0 40px;
  background-position: -1030px 0;
}
.node-type-community-page #content .node-community-page .field-name-field-community-link-first a:hover {
  background-position: 0 0;
}
.node-type-community-page #content .node-community-page .field-name-field-community-link-second a {
  padding: 315px 0 0 0;
  width: 260px;
  background-position: -1388px 0;
}
.node-type-community-page #content .node-community-page .field-name-field-community-link-second a:hover {
  background-position: -358px 0;
}
.node-type-community-page #content .node-community-page .community-link-title {
  padding: 315px 0 0 0;
  width: 265px;
  background-position: -1749px 0;
}
.node-type-community-page #content .node-community-page .field-name-field-youtube-url a, .node-type-community-page #content .node-community-page .field-name-field-facebook-url a, .node-type-community-page #content .node-community-page .field-name-field-twitter-url a {
  background-image: url("../images/optimized/sprites/lbp-social-icons.png");
  position: absolute;
  text-indent: -99999px;
  height: 95px;
  width: 95px;
}
.node-type-community-page #content .node-community-page .field-name-field-youtube-url a {
  left: 64px;
  top: 63px;
  background-position: -104px -148px;
}
.node-type-community-page #content .node-community-page .field-name-field-youtube-url a:hover {
  background-position: -104px 0;
}
.node-type-community-page #content .node-community-page .field-name-field-facebook-url a {
  left: 124px;
  top: 85px;
  background-position: -195px -148px;
}
.node-type-community-page #content .node-community-page .field-name-field-facebook-url a:hover {
  background-position: -195px 0;
}
.node-type-community-page #content .node-community-page .field-name-field-twitter-url a {
  left: 22px;
  top: 129px;
  background-position: 0 -148px;
}
.node-type-community-page #content .node-community-page .field-name-field-twitter-url a:hover {
  background-position: 0 0;
}

.node {
  position: relative;
}
.node .links.inline {
  list-style-type: none;
  padding: 0;
}
.node .links.inline .node-readmore a {
  background: #0c9da6;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: .3em .7em .3em;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 1em;
  line-height: 1.2;
  border: 0;
  border-radius: 30px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 1px 1px 1px rgba(255, 255, 255, 0.44);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  behavior: url(PIE.htc);
  color: #123544;
  background: -webkit-linear-gradient(#0aceff, #0082a3) top repeat;
  background: linear-gradient(#0aceff, #0082a3) top repeat;
}
.node .links.inline .node-readmore a:after {
  content: ">";
  font-family: "LittleBigPlanetoids";
  padding-left: .5em;
}
.node .links.inline .node-readmore a:active, .node .links.inline .node-readmore a:focus, .node .links.inline .node-readmore a:hover {
  color: white;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.node .links.inline .node-readmore a:active .arr, .node .links.inline .node-readmore a:focus .arr, .node .links.inline .node-readmore a:hover .arr {
  height: 0;
  width: 0;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
  border-top: 5px solid transparent;
}
@media screen and (min-width: 481px) {
  .node header h2 {
    font-size: 2em;
    padding-right: 3em;
  }
}
.node small.date {
  display: block;
  font-family: 'CrikeySquatRegular';
  color: #d2d6d9;
}
@media screen and (min-width: 481px) {
  .node small.date {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.node-dlc.node-teaser {
  position: relative;
  text-align: center;
  padding-top: 126px;
}
.page-node #content-area .node-dlc.node-teaser header {
  background-image: none;
  padding: 1em 0 0 0;
  margin: 0;
}
.page-node #content-area .node-dlc.node-teaser header:before {
  content: "";
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -91px -205px;
  width: 161px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 99px;
  margin-left: -79px;
}
.node-dlc.node-teaser h2 {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.node-dlc.node-teaser .field-name-field-thumbnail-image {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -63px;
}
.node-dlc.node-teaser .field-name-field-release-date {
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
  color: #999999;
  font-size: 0.85em;
}
.node-dlc.node-teaser:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -.5em;
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: 0px -205px;
  width: 91px;
  height: 91px;
  -webkit-animation: rotateone 1s infinite;
  -moz-animation: rotateone 1s infinite;
  animation: rotateone 1s infinite;
}
.node-dlc .field-name-field-feature-image {
  margin: 0 -1.6em;
}
.node-dlc .field-name-field-feature-image img {
  width: 100%;
}
.node-dlc .field-name-field-dlc-item-image-video {
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.node-dlc .field-name-field-dlc-item-image-video:after {
  clear: both;
  content: "";
  display: table;
}
.node-dlc .field-name-field-dlc-item-image-video .field-item {
  float: left;
  margin: 0 0 .6em 0;
  width: 25%;
  padding: 0 1em 0 0;
}
@media screen and (min-width: 74.375em) {
  .node-dlc .field-name-field-dlc-item-image-video .field-item {
    width: 20%;
  }
}
.node-dlc .field-name-field-dlc-item-image-video .field-item img {
  border: solid 1px #000;
  width: 100%;
  height: auto;
}
.node-dlc .add-on-information {
  background: #0c9da6;
  padding: 0.625em 0 1.875em 0;
  color: white;
}
.node-dlc .add-on-information > div {
  padding: 1.25em 1.875em 0 1.875em;
}
.node-dlc .add-on-information > div:nth-child(n+2) {
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left top repeat-x;
  margin-top: 1.25em;
}
.node-dlc .buy-box {
  background-color: #ff6700;
}
@media screen and (min-width: 481px) {
  .node-dlc .buy-box {
    width: 80%;
  }
}

.node-type-dlc #header {
  min-height: 375px;
  max-height: 407px;
}
.node-type-dlc #page:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 518px;
  height: 741px;
  background: transparent url(../images/optimized/backgrounds/lbp-hp-mobile2.png) left top no-repeat;
  margin-left: -259px;
  top: 40px;
  left: 50%;
}
@media screen and (min-width: 481px) {
  .node-type-dlc #page:before {
    background: transparent url(../images/optimized/backgrounds/dlc-bg.png) center top no-repeat;
    width: 1077px;
    height: 663px;
    left: 50%;
    margin-left: -320px;
    top: 83px;
  }
}
@media screen and (min-width: 481px) {
  .node-type-dlc #content-area:after {
    content: "";
    background: url("../images/optimized/design-elements/hp-sackboy2.png") no-repeat 0 0 transparent;
    height: 343px;
    left: 2%;
    position: absolute;
    top: -310px;
    width: 296px;
  }
}
.node-type-dlc #content-area .block-views {
  padding-top: 1.875em;
  margin-top: 1.875em;
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left top repeat-x;
}
.node-type-dlc #content-area .block-views .block-title {
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.5em;
}
.node-type-dlc #content-area article header {
  padding-bottom: .6em;
  margin-bottom: 1.2em;
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
}

@-webkit-keyframes rotateone {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes rotateone {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes rotateone {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.node-type-landing-page #sidebar-first {
  display: none;
}

.node-news {
  /* Applies to non-page nodes e.g teasers */
}
.node-news.node-teaser {
  margin-bottom: 1em;
  padding-bottom: 1.5em;
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
}
.node-news.node-teaser:after {
  clear: both;
  content: "";
  display: table;
}
.node-news .field-name-field-thumbnail-image {
  float: right;
  margin-top: 1.3em;
  max-width: 36%;
}
@media screen and (min-width: 481px) {
  .node-news .field-name-field-thumbnail-image {
    max-width: 172px;
  }
}

.node-type-news #header {
  min-height: 375px;
  max-height: 407px;
}
.node-type-news #page:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 518px;
  height: 741px;
  background: transparent url(../images/optimized/backgrounds/lbp-hp-mobile2.png) left top no-repeat;
  margin-left: -259px;
  top: 40px;
  left: 50%;
}
@media screen and (min-width: 481px) {
  .node-type-news #page:before {
    background: transparent url(../images/optimized/backgrounds/dlc-bg.png) center top no-repeat;
    width: 1077px;
    height: 663px;
    left: 50%;
    margin-left: -320px;
    top: 83px;
  }
}
@media screen and (min-width: 481px) {
  .node-type-news #content-area:after {
    content: "";
    background: url("../images/optimized/design-elements/hp-sackboy2.png") no-repeat 0 0 transparent;
    height: 343px;
    left: 2%;
    position: absolute;
    top: -310px;
    width: 296px;
  }
}
.node-type-news #content-area article header {
  padding-bottom: .6em;
  margin-bottom: 1.2em;
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
}
.node-type-news .news-tags {
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left top repeat-x;
  padding-top: 1em;
  margin-top: 0.4em;
}
.node-type-news .news-tags .field-label {
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
  text-transform: uppercase;
  font-size: 1.125em;
  line-height: 1.6875em;
}
.node-type-news .news-tags .field-items {
  margin: 1em 0;
  padding: 0 0 0 2.5em;
}
.node-type-news .news-tags .field-item {
  font-size: 100%;
  font-family: "CrikeySquatRegular", "Helvetica Neue", Helvetica, Sans-serif;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  display: inline-block;
  line-height: 120%;
  padding: 0 0.3em;
  margin: 0 0.2em;
  color: #ffc600;
  /* link styles
  &:hover{
    background:#000;
  }
  a{
    color:#ffc600;
    &:hover{
      text-decoration:none;
    }
  }*/
}

.node-type-page #header {
  min-height: 375px;
  max-height: 407px;
}
.node-type-page #page:before {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  width: 518px;
  height: 741px;
  background: transparent url(../images/optimized/backgrounds/lbp-hp-mobile2.png) left top no-repeat;
  margin-left: -259px;
  top: 40px;
  left: 50%;
}
@media screen and (min-width: 481px) {
  .node-type-page #page:before {
    background: transparent url(../images/optimized/backgrounds/dlc-bg.png) center top no-repeat;
    width: 1077px;
    height: 663px;
    left: 50%;
    margin-left: -320px;
    top: 83px;
  }
}
@media screen and (min-width: 481px) {
  .node-type-page #content-area:after {
    content: "";
    background: url("../images/optimized/design-elements/hp-sackboy2.png") no-repeat 0 0 transparent;
    height: 343px;
    left: 2%;
    position: absolute;
    top: -310px;
    width: 296px;
  }
}
.node-type-page #content-area article header {
  padding-bottom: .6em;
  margin-bottom: 1.2em;
  background: transparent url(../images/optimized/backgrounds/dashed-line-content.png) left bottom repeat-x;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-Jul-2015, 16:41:36
    Author     : stuart
*/
/* =============================================================================
   Sidebar nav for the about pages
   ========================================================================== */
/*
 * Description: This are the collapsible field sets created on basic pages
 */
.section-about #sidebar-first h2 {
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 3.6em;
}

#content {
  position: relative;
}
@media screen and (min-width: 481px) {
  .no-sidebars #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
  }
  .no-sidebars #content:last-child {
    margin-right: 0;
  }
}
#content #content-area {
  position: relative;
  width: 100%;
  padding: 1em 1.5625em;
  margin-bottom: 2em;
}
@media screen and (min-width: 481px) {
  .one-sidebar.sidebar-second #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
  }
  .one-sidebar.sidebar-second #content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) {
  .one-sidebar.sidebar-first #content, .node-type-page #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-left: 33.89831%;
  }
  .one-sidebar.sidebar-first #content:last-child, .node-type-page #content:last-child {
    margin-right: 0;
  }
}
.one-sidebar.sidebar-first #content #content-area, .node-type-page #content #content-area {
  border-style: solid;
  border-color: white;
  -webkit-border-image: url(../images/optimized/borders/big-feature-border-back-white.png) 6 6 17 8 fill stretch;
  border-image: url(../images/optimized/borders/big-feature-border-back-white.png) 6 6 17 8 fill stretch;
  border-style: solid;
  behavior: url(PIE.htc);
  background: transparent;
  padding-top: 2em;
  border-width: 6px 6px 17px 8px;
}
.no-borderimage .one-sidebar.sidebar-first #content #content-area, .no-borderimage .node-type-page #content #content-area {
  background: #fff;
}
@media screen and (min-width: 481px) {
  .two-sidebars #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-left: 33.89831%;
  }
  .two-sidebars #content:last-child {
    margin-right: 0;
  }
}

#sliding-popup.sliding-popup-bottom {
  width: 30em !important;
  position: fixed;
  bottom: 1em !important;
  right: 1em;
  z-index: 999;
  padding: 1em 2em 1em 1em;
  font-size: 0.8em;
  line-height: 1.3;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em 1em 1em 1em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
}
@media screen and (max-width: 480px) {
  #sliding-popup.sliding-popup-bottom {
    width: 90% !important;
  }
}
#sliding-popup.sliding-popup-bottom .popup-content {
  max-width: 100%;
}
#sliding-popup.sliding-popup-bottom #popup-text {
  max-width: 100%;
}
#sliding-popup.sliding-popup-bottom a {
  color: #ff0;
}
#sliding-popup.sliding-popup-bottom #popup-buttons {
  position: absolute;
  top: 10px;
  right: 10px;
}
#sliding-popup.sliding-popup-bottom #popup-buttons .agree-button {
  margin: 0;
  opacity: 0.7;
  font-size: 0.7em;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  color: black;
  border: 0;
  border-radius: 0.9em 0.9em 0.9em 0.9em;
  -moz-border-radius: 0.9em 0.9em 0.9em 0.9em;
  -webkit-border-top-left-radius: 0.9em;
  -webkit-border-top-right-radius: 0.9em;
  -webkit-border-bottom-right-radius: 0.9em;
  -webkit-border-bottom-left-radius: 0.9em;
  padding: 0.3em 0.8em 0.4em 0.8em;
}
#sliding-popup.sliding-popup-bottom #popup-buttons .agree-button:hover {
  background: #ff0;
}
#sliding-popup.sliding-popup-bottom #popup-buttons .find-more-button {
  display: none;
}

/* =============================================================================
   Sidebar nav for the dlc pages
   ========================================================================== */
/*
 * Description: This are the collapsible field sets created on basic pages
 */
.section-downloadable_content_items #sidebar-first > h2 {
  background: transparent url(../images/optimized/backgrounds/dashed-line-white.png) left top repeat-x;
  padding-top: 50px;
  font-size: 150%;
  text-shadow: 0px 3px 6px #444;
  color: #ff0;
}
.section-downloadable_content_items #sidebar-first #secondary-menu-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 150%;
  color: #123544;
  padding-bottom: 50px;
}
.section-downloadable_content_items #sidebar-first #secondary-menu-links a {
  color: white;
  text-shadow: 0px 3px 6px #444;
}
.section-downloadable_content_items #sidebar-first #secondary-menu-links a:hover, .section-downloadable_content_items #sidebar-first #secondary-menu-links a:active {
  color: #ff0;
}

#footer {
  float: none;
  clear: both;
  background: black;
  color: #555;
  padding: 1em;
}
#footer .copyright {
  font-size: 0.8em;
  clear: both;
  text-align: center;
}
#footer .social-media, #footer .footer-logos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}
#footer .social-media {
  margin-bottom: 1em;
}
#footer .footer-logos {
  float: right;
}
#footer .footer-logos ul li {
  float: left;
  margin: 0 0 1em 1em;
}
#footer .footer-logos ul li a {
  display: inline-block;
  text-indent: -10000px;
}
#footer .ft-esrb-rating a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: 0px 0px;
  width: 242px;
  height: 106px;
}
#footer .ft-esrb-cert a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -341px 0px;
  width: 77px;
  height: 104px;
}
#footer .ft-pegi a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -385px -104px;
  width: 33px;
  height: 44px;
}
#footer .ft-mediamolecule a {
  margin-top: 9px;
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -91px -253px;
  width: 92px;
  height: 26px;
}
#footer .ft-psn a {
  margin-top: 9px;
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -252px -205px;
  width: 84px;
  height: 26px;
}
#footer .ft-sce a {
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: 0px -296px;
  width: 33px;
  height: 44px;
}
#footer .footer-policy {
  float: right;
  clear: right;
}
#footer .footer-policy li {
  font-size: 0.8125em;
  line-height: 0.625em;
  border-right: 1px solid #999999;
  padding-right: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
}
#footer .footer-policy li a {
  color: #999999;
}
#footer .footer-policy li:last-of-type {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#holder-sony {
  background: black;
  color: #fff;
  padding: 5px 0;
}
#holder-sony .make-believe {
  display: block;
  background-image: url("../images/optimized/sprites/spritesheet.png");
  background-position: -341px -213px;
  width: 71px;
  height: 25px;
}
@media screen and (min-width: 481px) {
  #holder-sony .make-believe {
    float: right;
  }
}

#header .container {
  position: relative;
}

#logo {
  display: block;
  min-height: 400px;
}
#logo img {
  position: absolute;
  z-index: -1;
}
.node-type-landing-page #logo img {
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #logo img {
    max-width: 200px;
    margin-left: 25%;
    height: auto;
  }
}

/* =============================================================================
   Sidebar nav for the help pages
   ========================================================================== */
/*
 * Description: This are the collapsible field sets created on basic pages
 */
.section-help #sidebar-first h2 {
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 3.6em;
}
.section-help #sidebar-first #secondary-menu-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 150%;
  padding-bottom: 50px;
}
.section-help #sidebar-first #secondary-menu-links a {
  color: white;
  text-shadow: 0px 3px 6px #444;
}
.section-help #sidebar-first #secondary-menu-links a:hover, .section-help #sidebar-first #secondary-menu-links a:active {
  color: #ff0;
}
.section-help #sidebar-first #secondary-menu-links a.active {
  color: #123544;
  text-shadow: none;
}

@media screen and (max-width: 480px) {
  .page-news #main > .container, .node-type-news #main > .container, .node-type-page #main > .container {
    background: url(../images/optimized/backgrounds/rocker.png) no-repeat bottom left transparent;
  }
}
@media screen and (min-width: 1190px) {
  .page-news #main > .container, .node-type-news #main > .container, .node-type-page #main > .container {
    background: url(../images/optimized/backgrounds/rocker.png) no-repeat bottom left transparent;
  }
}

/* =============================================================================
   Sidebar nav for the media pages
   ========================================================================== */
/*
 * Description: This are the collapsible field sets created on basic pages
 */
.section-media #sidebar-first > h2 {
  background: transparent url(../images/optimized/backgrounds/dashed-line-white.png) left top repeat-x;
  padding-top: 50px;
  font-size: 150%;
  text-shadow: 0px 3px 6px #444;
  color: #ff0;
}
.section-media #sidebar-first #secondary-menu-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "EigerdalsHeavy", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 150%;
  color: #123544;
  padding-bottom: 50px;
}
.section-media #sidebar-first #secondary-menu-links a {
  color: white;
  text-shadow: 0px 3px 6px #444;
}
.section-media #sidebar-first #secondary-menu-links a:hover, .section-media #sidebar-first #secondary-menu-links a:active {
  color: #ff0;
}

#page {
  background: no-repeat scroll 51% 40px transparent;
  position: relative;
  overflow: hidden !important;
}
@media screen and (min-width: 481px) {
  #page {
    background-position: 51% 0;
    min-width: 960px;
    overflow: hidden !important;
  }
  #page:after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 1190px) {
  #page {
    background-position: 51% 0;
    overflow: hidden !important;
    min-width: 1190px;
  }
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

#post-content {
  position: relative;
  width: 100%;
  padding: 1em 1.6em;
  margin-bottom: 2em;
}

#sidebar-first {
  background-color: #0c9da6;
  background: rgba(12, 157, 166, 0.9);
  border-radius: 1em;
  width: 100%;
  color: white;
  padding: 1em 1.6em;
  margin-bottom: 1em;
}
@media screen and (min-width: 481px) {
  #sidebar-first {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-left: -101.69492%;
  }
  #sidebar-first:last-child {
    margin-right: 0;
  }
  .sidebar-first #sidebar-first {
    margin-left: -101.69492%;
  }
}
#sidebar-first h1 {
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 3.6em;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  margin: 0;
}

#sidebar-second {
  width: 100%;
}
@media screen and (min-width: 481px) {
  #sidebar-second {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-left: 0%;
  }
  #sidebar-second:last-child {
    margin-right: 0;
  }
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 * 3. Fix that IE makes the width the size of the content rather than container
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
  max-width: 100%;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

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-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

#views-exposed-form-dlc-page {
  background: transparent url(../images/optimized/backgrounds/dashed-line-white.png) left bottom repeat-x;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
#views-exposed-form-dlc-page label {
  font-family: "CrikeySquatTall", "Helvetica Neue", Helvetica, Sans-serif;
  font-size: 3.6em;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  margin: 0;
}
#views-exposed-form-dlc-page #edit-search-api-views-fulltext-wrapper {
  float: none;
}
#views-exposed-form-dlc-page #edit-search-api-views-fulltext {
  padding: .6em;
  border: 0;
  border-radius: 0.3125em;
  width: 100%;
  box-sizing: border-box;
  behavior: url(/assets/PIE.htc);
}
#views-exposed-form-dlc-page .views-submit-button {
  visibility: hidden;
  position: absolute;
}

/*
* These are the design elements such as sackboy holding on to the carousel
* They need to be absolutely positioned and on top (z-index 1000)
* inline styles put in by the content type should control everything else
*/
.design-element {
  display: none;
  position: absolute;
  z-index: 3;
}
.design-element .inner {
  position: relative;
}
@media screen and (max-width: 480px) {
  .design-element.mobile {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  .design-element.tablet {
    display: block;
  }
}
@media screen and (min-width: 1190px) {
  .design-element.tablet {
    display: none;
  }
  .design-element.tablet.big-screen, .design-element.big-screen {
    display: block;
  }
}

/*  The rest of the CSS for this (and all carousels)
    is more generally in _blocks.rslides.scss
    */
.field-name-field-carousel {
  position: relative;
}

@media screen and (min-width: 481px) {
  .field-name-field-landing-block {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 86.44068%;
    margin-left: 6.77966%;
    margin-right: 0;
  }
  .field-name-field-landing-block:last-child {
    margin-right: 0;
  }
}
.field-name-field-landing-block .gutter {
  width: 2%;
}

article.landing-block {
  width: 100%;
  position: relative;
  margin: 0 0 1.1875em 0;
  padding: 0;
  border-style: solid;
  border-color: white;
  behavior: url(../css/PIE.htc);
  background: transparent;
  -webkit-border-image: url(../images/optimized/borders/big-feature-border-back-white.png) 13 17 26 21 stretch;
  border-image: url(../images/optimized/borders/big-feature-border-back-white.png) 13 17 26 21 stretch;
  border-style: solid;
  border-width: 13px 17px 26px 21px;
}
article.landing-block img, article.landing-block picture {
  width: 100%;
}
article.landing-block .field-name-field-html {
  background: white;
  padding-bottom: 1em;
  border: solid 1px white;
}
article.landing-block > h2 {
  background: white;
  width: 100%;
  padding: 0.3em 0.1em;
}
@media screen and (min-width: 481px) {
  article.landing-block > h2 {
    position: absolute;
    top: 0;
    background: transparent url(../images/optimized/backgrounds/sackboyrun-feature-bg.png) top left no-repeat;
    min-height: 117px;
  }
}
@media screen and (min-width: 481px) {
  article.landing-block {
    width: 48%;
    margin-right: 2%;
  }
  article.landing-block:nth-child(2n) {
    margin-right: 0;
  }
  article.landing-block .field-name-field-image {
    border-top: solid 63px white;
  }
}

.view-dlc:after {
  clear: both;
  content: "";
  display: table;
}
.view-dlc .views-row {
  width: 50%;
  float: left;
}
@media screen and (max-width: 480px) {
  .view-dlc .views-row:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 481px) {
  .view-dlc .views-row {
    width: 25%;
    float: left;
  }
  .view-dlc .views-row:nth-child(4n+1) {
    clear: left;
  }
}

.view-wallpaper .views-row {
  width: 14.1875em;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3125em;
  margin-bottom: 0.3125em;
}
.view-wallpaper .views-row:nth-child(3n) {
  margin-right: 0;
}
.view-wallpaper .views-row ul.field-name-field-wallpaper {
  padding-left: 1.5625em;
}
.view-wallpaper .views-row li {
  list-style: none;
}

.view-media-search ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.view-media-search ul li {
  display: inline;
  margin: 0;
  width: auto;
}
.view-media-search ul li .file-image, .view-media-search ul li .file-video {
  display: inline-block;
  margin: 0 0.3em 0.5em 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.file-video .content > a {
  display: block;
  position: relative;
}
.file-video .content > a:before {
  content: " >";
  color: #fff;
  font-family: 'LittleBigPlanetoids';
  position: absolute;
  top: 24%;
  left: 35%;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  width: 1.3em;
  border: 4px solid rgba(255, 255, 255, 0.7);
}

/*# sourceMappingURL=style.css.map */
