@import "../css/owl.carousel.css";

@import "../css/owl.theme.css";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fix {
  position: fixed;
}
.clear {
  clear: both;
}
.noise {
  background-image: url('../img/bg.png');
  background-repeat: repeat;
}
.noise_dark {
  background-image: url('../img/bg_dark.png');
  background-repeat: repeat;
}
.noise_alpha {
  background-image: url('../img/bg_noise.png');
  background-repeat: repeat;
}
.dropshadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.black2alpha {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
}
.alpha2black {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 68%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(68%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 68%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 68%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 68%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 68%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.orange_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 128, 0, 0.3);
}
.noise_auto_overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/bg_noise.png');
  background-repeat: repeat;
}
.shadow_highlight {
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
.error {
  color: #f00 !important;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 21, 2013 */
@font-face {
  font-family: 'brandon_blk';
  src: url('fonts/brandon/brandon_blk-webfont.eot');
  src: url('fonts/brandon/brandon_blk-webfont.svg#brandon_grotesqueblack') format('svg'), url('fonts/brandon/brandon_blk-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon/brandon_blk-webfont.woff') format('woff'), url('fonts/brandon/brandon_blk-webfont.ttf') format('truetype');
  -moz-text-stroke: 0.5px;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_bld';
  src: url('fonts/brandon/brandon_bld-webfont.eot');
  src: url('fonts/brandon/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg'), url('fonts/brandon/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/brandon/brandon_bld-webfont.woff') format('woff'), url('fonts/brandon/brandon_bld-webfont.ttf') format('truetype');
  -moz-text-stroke: 0.5px;
  font-weight: normal;
  font-style: normal;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.times {
  font-family: "Times New Roman", Times, serif;
}
.georgia {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
}
.impact {
  font-family: Impact, sans-serif;
}
.brandon {
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
}
.brandon_blk {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
}
.brandon_lig {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 100;
}
.inset-text {
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
}
h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.6em;
  font-style: italic;
  font-size: 14px;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #b8b8b1;
}
.bgMenu {
  background: url("../img/menu_noise.png") 0px 0px repeat #32322e;
}
.borderMenu {
  background: url("../img/border_noise.png") 0px 0px repeat transparent;
}
.carouselLabelTop {
  background: url("../img/carousel_label_top.png") 0px 0px repeat-x transparent;
}
.carouselLabelBottom {
  background: url("../img/carousel_label_bottom.png") 0px 0px repeat-x transparent;
}
.bgGrid4x4 {
  background: url("../img/bg_grid.jpg") 0px 0px no-repeat #d0cfc9;
}
.bgMonth {
  background: url("../img/bg_month.png") center no-repeat transparent;
}
.bgHighlight {
  background: url("../img/highlight_menu.png") center no-repeat transparent;
}
.bgHighlightSticky {
  background: url("../img/highlight_menu_sticky.png") center no-repeat transparent;
}
.bgFilterTab {
  background: url("../img/bg_filter_tab.png") 0px -10px repeat-x transparent;
}
.bgFilterTabSelected {
  background: url("../img/bg_filter_tab_sel.png") 0px -10px repeat-x transparent;
}
.timelinePast {
  background: url("../img/timeline_past.png") 0px 0px repeat-x transparent;
}
.timelineAxis {
  background: url("../img/timeline_indicator.png") 0px 0px repeat-x transparent;
}
.monthSeparator {
  background: url("../img/sprites.png") 0px -548px no-repeat transparent;
  width: 1px;
  height: 150px;
}
.monthSeparatorSticky {
  background: url("../img/sprites.png") -1px -548px no-repeat transparent;
  width: 1px;
  height: 110px;
}
.bgGrid {
  background: url("../img/bg_grid.jpg") 0px 0px repeat #d0cfc9;
  background-size: 20% auto;
}
.bg {
  background: url("../img/bg.png") 0px 0px repeat #d0cfc9;
  background-size: 20% auto;
}
.bgClose {
  background: url("../img/sprites.png") 0px -880px no-repeat transparent;
  width: 60px;
  height: 60px;
}
.bgCloseH {
  background: url("../img/sprites.png") 0px -940px no-repeat transparent;
  width: 60px;
  height: 60px;
}
.bgBack {
  background: url("../img/mobile_back_button.png") left 0px no-repeat #000000;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}
.logoDesktop {
  background: url("../img/sprites.png") -60px 0px no-repeat transparent;
  width: 306px;
  height: 283px;
}
.logoSticky {
  background: url("../img/sprites.png") -2px -651px no-repeat transparent;
  width: 328px;
  height: 122px;
}
.logoMobile {
  background: url("../img/logo-sticky.png") 0px 0px no-repeat transparent;
  width: 327px;
  height: 122px;
  background-size: 100% 100%;
}
.btTimelineLeft {
  background: url("../img/sprites.png") 0px -60px no-repeat transparent;
  width: 30px;
  height: 30px;
}
.btTimelineRight {
  background: url("../img/sprites.png") -30px -60px no-repeat transparent;
  width: 30px;
  height: 30px;
}
.btTimelineLeftH {
  background: url("../img/sprites.png") 0px -90px no-repeat transparent;
  width: 30px;
  height: 30px;
}
.btTimelineRightH {
  background: url("../img/sprites.png") -30px -90px no-repeat transparent;
  width: 30px;
  height: 30px;
}
.btTimelineLeftM {
  background: url("../img/timeline_arrows_m.png") -10px 0px no-repeat transparent;
  width: 32px;
  height: 29px;
}
.btTimelineRightM {
  background: url("../img/timeline_arrows_m.png") -58px 0px no-repeat transparent;
  width: 32px;
  height: 29px;
}
.selector {
  background: url("../img/selector.png") 0px 0px no-repeat transparent;
  width: 101px;
  height: 230px;
}
.selectorBevel {
  background: url("../img/sprites.png") -45px -283px no-repeat transparent;
  width: 38px;
  height: 33px;
}
.bevelBackground {
  background: url("../img/sprites.png") -2px -551px no-repeat transparent;
  width: 46px;
  height: 43px;
}
.selectorS {
  background: url("../img/counter_sticky.png") 0px 0px no-repeat transparent;
  width: 41px;
  height: 37px;
  background-size: 100% 100%;
}
.selectorBevelS {
  background: url("../img/counter_sticky_bevel.png") 0px 0px no-repeat transparent;
  width: 41px;
  height: 37px;
  background-size: 100% 100%;
}
.bgPager {
  background: url("../img/sprites.png") -83px -283px no-repeat transparent;
  width: 117px;
  height: 44px;
}
.bannerArticle {
  background: url("../img/banner_article.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 60px;
}
.bannerSocial {
  background: url("../img/banner_instagram.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
}
.bannerTwitter {
  background: url("../img/banner_twitter.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
}
.bannerYoutube {
  background: url("../img/banner_youtube.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
}
.bannerFact {
  background: url("../img/banner_fact.png") 0px 0px no-repeat transparent;
  width: 47px;
  height: 59px;
}
.bannerSponsor {
  background: url("../img/sprites.png") -237px -283px no-repeat transparent;
  width: 43px;
  height: 58px;
}
.bgTab {
  background: url("../img/sprites.png") -132px -352px no-repeat transparent;
  width: 241px;
  height: 51px;
}
.bgTabSelected {
  background: url("../img/sprites.png") -132px -413px no-repeat transparent;
  width: 241px;
  height: 51px;
}
.tabSelectIcon {
  background: url("../img/sprites.png") -45px -120px no-repeat transparent;
  width: 11px;
  height: 10px;
}
.badgeBrazil {
  background: url("../img/sprites.png") 0px -342px no-repeat transparent;
  width: 45px;
  height: 52px;
}
.badgeBrazilSelected {
  background: url("../img/sprites.png") 0px -396px no-repeat transparent;
  width: 45px;
  height: 59px;
}
.badgeBig {
  background: url("../img/sprites.png") 0px -455px no-repeat transparent;
  width: 45px;
  height: 53px;
}
.badgeHBig {
  background: url("../img/badgeH.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 60px;
}
.badgeGrayBig {
  background: url("../img/badgeGray.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 53px;
}
.badgeGrayHBig {
  background: url("../img/badgeGrayH.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 60px;
}
.badge {
  background: url("../img/badge.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
.badgeH {
  background: url("../img/badge.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
.badgeGray {
  background: url("../img/badge_gray.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
.badgeGrayH {
  background: url("../img/badge_gray.png") 0px -41px no-repeat transparent;
  width: 36px;
  height: 48px;
}
/*.badgeGame 				{ background: url("../img/sprites.png") 0px -120px no-repeat transparent; width:45px; height:52px; }
.badgeGameH				{ background: url("../img/sprites.png") 0px -172px no-repeat transparent; width:45px; height:59px; }
.badgeGameGray 			{ background: url("../img/sprites.png") 0px -231px no-repeat transparent; width:45px; height:52px; }
.badgeGameGrayH 		{ background: url("../img/sprites.png") 0px -283px no-repeat transparent; width:45px; height:59px; }*/
.badgeGame {
  background: url("../img/badge_game.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
.badgeGameH {
  background: url("../img/badge_game.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
.badgeGameGray {
  background: url("../img/badge_game_gray.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
.badgeGameGrayH {
  background: url("../img/badge_game_gray.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
.badgeTooltip {
  background: url("../img/tooltip.png") center 0px no-repeat transparent;
  height: 56px;
}
.badgeM {
  background: url("../img/badge_m.png") 0px 0px no-repeat transparent;
  width: 27px;
  height: 44px;
}
.badgeGrayM {
  background: url("../img/badge_gray_m.png") 0px 0px no-repeat transparent;
  width: 27px;
  height: 44px;
}
.playIcon {
  background: url("../img/sprites.png") -45px -55px no-repeat transparent;
  width: 110px;
  height: 110px;
}
.carouselLeft {
  background: url("../img/sprites.png") -45px -327px no-repeat transparent;
  width: 44px;
  height: 104px;
}
.carouselRight {
  background: url("../img/sprites.png") -88px -327px no-repeat transparent;
  width: 44px;
  height: 104px;
}
.arrowLeft {
  background: url("../img/sprites.png") -280px -283px no-repeat transparent;
  width: 17px;
  height: 43px;
}
.arrowDown {
  background: url("../img/sprites.png") -297px -283px no-repeat transparent;
  width: 43px;
  height: 17px;
}
.arrowLeftWhite {
  background: url("../img/arrowsWhite.png") 0px 0px no-repeat transparent;
  width: 17px;
  height: 43px;
}
.arrowDownWhite {
  background: url("../img/arrowsWhite.png") -17px 0px no-repeat transparent;
  width: 43px;
  height: 17px;
}
.timelineBorderLeft {
  background: url("../img/sprites.png") -373px -283px no-repeat transparent;
  width: 34px;
  height: 150px;
}
.timelineBorderRight {
  background: url("../img/sprites.png") -407px -283px no-repeat transparent;
  width: 34px;
  height: 150px;
}
.timelineBorderLeftS {
  background: url("../img/sprites.png") -374px -433px no-repeat transparent;
  width: 34px;
  height: 110px;
}
.timelineBorderRightS {
  background: url("../img/sprites.png") -407px -433px no-repeat transparent;
  width: 34px;
  height: 110px;
}
.timelineBorderLeftM {
  background: url("../img/sprites.png") -374px -450px no-repeat transparent;
  width: 34px;
  height: 68px;
}
.timelineBorderRightM {
  background: url("../img/sprites.png") -407px -450px no-repeat transparent;
  width: 34px;
  height: 68px;
}
.iconYouTube {
  background: url("../img/sprites.png") -434px -696px no-repeat transparent;
  width: 33px;
  height: 32px;
}
.iconVideo {
  background: url("../img/sprites.png") -155px -465px no-repeat transparent;
  width: 23px;
  height: 23px;
}
.iconInstagram {
  background: url("../img/sprites.png") -155px -487px no-repeat transparent;
  width: 23px;
  height: 23px;
}
.iconTwitter {
  background: url("../img/sprites.png") -155px -510px no-repeat transparent;
  width: 23px;
  height: 22px;
}
.iconGame {
  background: url("../img/icon_game.png") 0px 0px no-repeat transparent;
  width: 23px;
  height: 23px;
}
.iconKNVB {
  background: url("../img/icon_knvb.png") 0px 0px no-repeat transparent;
  width: 23px;
  height: 23px;
}
.iconGame {
  background: url("../img/icon_game.png") 0px 0px no-repeat transparent;
  width: 43px;
  height: 61px;
}
.iconStats {
  background: url("../img/banner_stats.png") 0px 0px no-repeat transparent;
  width: 47px;
  height: 61px;
}
.iconShare {
  background: url("../img/sprites.png") -155px -532px no-repeat transparent;
  width: 18px;
  height: 12px;
}
.btLeftWhite {
  background: url("../img/sprites.png") -180px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btLeftWhiteH {
  background: url("../img/sprites.png") -180px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btRightWhite {
  background: url("../img/sprites.png") -212px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btRightWhiteH {
  background: url("../img/sprites.png") -212px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btDownWhite {
  background: url("../img/white_arrow_down.png") 0px 0px no-repeat transparent;
  width: 86px;
  height: 32px;
}
.btDownWhiteH {
  background: url("../img/white_arrow_down.png") 0px -32px no-repeat transparent;
  width: 86px;
  height: 32px;
}
.btLeftGray {
  background: url("../img/sprites.png") -244px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btLeftGrayH {
  background: url("../img/sprites.png") -244px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btRightGray {
  background: url("../img/sprites.png") -276px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btRightGrayH {
  background: url("../img/sprites.png") -276px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.btTwitterFeedItemUp {
  background: url("../img/sprites.png") -276px -541px no-repeat transparent;
  width: 32px;
  height: 32px;
  background-color: #f00;
}
.btTwitterFeedItemUpH {
  background: url("../img/sprites.png") -266px -541px no-repeat transparent;
  width: 32px;
  height: 32px;
}
.btTwitterFeedItemDown {
  background: url("../img/sprites.png") -246px -541px no-repeat transparent;
  width: 32px;
  height: 32px;
}
.btTwitterFeedItemDownH {
  background: url("../img/sprites.png") -256px -541px no-repeat transparent;
  width: 32px;
  height: 32px;
}
.btGameItem {
  background: url("../img/game_button.png") 0px 0px no-repeat transparent;
  width: 200px;
  height: 45px;
}
.btGameItemH {
  background: url("../img/game_button.png") 0px -44px no-repeat transparent;
  width: 200px;
  height: 45px;
}
.btShareItem {
  background: url("../img/share_btn.png") 0px 0px no-repeat transparent;
  width: 113px;
  height: 45px;
}
.btShareItemH {
  background: url("../img/share_btn.png") 0px -45px no-repeat transparent;
  width: 113px;
  height: 45px;
}
.tweet_box {
  background: url("../img/tweet_box.png") center bottom no-repeat transparent;
}
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.hinge {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.pulse {
  -webkit-animation: pulse 1s ease-out;
  -moz-animation: pulse 1s ease-out;
  -o-animation: pulse 1s ease-out;
  animation: pulse 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  /*-webkit-transform : translateZ(0);
	-o-transform : translateZ(0);
*/

  /*.rel;
	height: 100%;
	width: 100%;*/

}
body {
  position: relative;
  background-color: #000;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 15px;
  width: 100%;
  overflow-x: hidden;
  /*	 filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);*/

}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}
#content {
  background: url("../img/bg_grid.jpg") 0px 0px repeat #d0cfc9;
  background-size: 20% auto;
  position: relative;
  z-index: 2;
}
#article_container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#article_container .articleView {
  width: 100%;
  height: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}
.overlay article.article {
  max-width: 990px;
  margin: 60px auto;
  cursor: default;
  position: relative;
}
.overlay article.article .close {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 60px;
  height: 60px;
}
.overlay article.article .close div.button {
  position: absolute;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #555555;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */

  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */

}
.overlay article.article .close div.button#close-normal {
  background: url("../img/sprites.png") 0px -880px no-repeat transparent;
  width: 60px;
  height: 60px;
}
.overlay article.article .close div.button#close-normal:hover {
  background-position: 0px -940px;
}
.overlay article.article header {
  position: relative;
  background-color: #fff;
  overflow: visible;
  padding: 20px;
  margin: 0;
}
.overlay article.article header .image_container {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.overlay article.article header .image_container img {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}
.overlay article.article header .text_container {
  position: absolute;
  bottom: 30px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  text-align: center;
}
.overlay article.article header .text_container .title {
  line-height: 2em;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 51px;
  margin: 0 0 -18px 0;
}
.overlay article.article header .text_container .title span {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 13px 0px 5px 0px;
  box-shadow: 10px 0px #000000, -10px 0px #000000;
}
.overlay article.article header .text_container .time {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  margin-top: -16px;
  color: #f17020;
  background-color: #000;
  text-align: center;
  padding: 5px 3px;
  box-shadow: 5px 0px #000000, -5px 0px #000000;
  margin: -12px 0 0 0;
}
.overlay article.article header .carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.overlay article.article header .carousel .images {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.overlay article.article header .carousel .images img {
  width: 100%;
  height: auto;
  position: relative;
  left: 0%;
  cursor: pointer;
}
.overlay article.article header .carousel button {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  left: 0px;
  background: url("../img/sprites.png") -180px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
}
.overlay article.article header .carousel button.next {
  left: auto;
  right: 0px;
  background: url("../img/sprites.png") -212px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
}
.overlay article.article .flip .backside {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.overlay article.article .flip .backside img {
  width: 100%;
  height: auto;
}
.overlay article.article .flip .frontside {
  background: #fff;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
}
.overlay article.article .flip .frontside .main {
  position: relative;
  border-bottom: 2px #fff solid;
  float: left;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 30px #000000;
  -moz-box-shadow: 0 0px 30px #000000;
  -o-box-shadow: 0 0px 30px #000000;
  box-shadow: 0 0px 30px #000000;
}
.overlay article.article .flip .frontside .main .social_box {
  position: relative;
  text-align: center;
  float: left;
  width: 203px;
  height: 9999px;
  margin-bottom: -9395px;
  padding: 0px 0px 0 0;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: -203px;
  z-index: 2;
}
.overlay article.article .flip .frontside .main .social_box h3 {
  padding-top: 30px;
  color: #72716d;
}
.overlay article.article .flip .frontside .main .social_box .arrow {
  position: absolute;
  right: 0;
  top: 78px;
  background: url("../img/sprites.png") -280px -283px no-repeat transparent;
  width: 17px;
  height: 43px;
}
.overlay article.article .flip .frontside .main .social_box .addthis_toolbox {
  width: 50px;
  margin: 30px auto 10px auto;
}
.overlay article.article .flip .frontside .main .social_box .addthis_toolbox .addthis_counter .addthis_button_expanded {
  height: 37px !important;
}
.overlay article.article .flip .frontside .main .social_box .hyves {
  margin-bottom: 15px;
}
.overlay article.article .flip .frontside .main .social_box .reacties {
  position: relative;
  width: 100%;
  height: 203px;
  padding-top: 47px;
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay article.article .flip .frontside .main .social_box .reacties .icon {
  cursor: pointer;
  position: static;
  width: 56px;
  height: 73px;
  margin: 0px auto 0px auto;
  overflow: hidden;
  background: transparent url('../img/reacties_banner.png') no-repeat;
}
.overlay article.article .flip .frontside .main .social_box .reacties .icon a {
  color: white;
  font-family: Impact, sans-serif;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
}
.overlay article.article .flip .frontside .main .social_box .reacties .icon:after {
  display: none;
}
.overlay article.article .flip .frontside .main .social_box .reacties h3 {
  padding-top: 0;
}
.overlay article.article .flip .frontside .main .social_box .reacties .arrow {
  top: 50%;
  margin-top: -22px;
}
.overlay article.article .flip .frontside .main .content {
  position: relative;
  padding: 20px 0px 0px 203px;
  float: left;
  width: 100%;
}
.overlay article.article .flip .frontside .main .content iframe {
  margin: 0 auto;
}
.overlay article.article .flip .frontside .main .content .icon {
  margin-left: 85px;
}
.overlay article.article .flip .frontside .main .content .time {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  font-size: 90%;
  color: #f17020;
}
.overlay article.article .flip .frontside .main .content .time:after {
  content: "";
  width: 40px;
  height: 3px;
  border-top: 1px solid #c7c6c2;
  border-bottom: 1px solid #fff;
  background: transparent;
  position: absolute;
  right: 50%;
  top: -17px;
  margin-right: -22px;
  z-index: 10;
  display: none;
}
.overlay article.article .flip .frontside .main .content .title {
  position: relative;
  color: #f17020;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 200%;
  margin-bottom: 80px;
  padding: 0 28%;
  text-align: center;
}
.overlay article.article .flip .frontside .main .content .title:after {
  content: "";
  width: 86px;
  height: 3px;
  background-color: #f17020;
  position: absolute;
  right: 50%;
  bottom: -40px;
  margin-right: -43px;
  z-index: 10;
}
.overlay article.article .flip .frontside .main .content .intro,
.overlay article.article .flip .frontside .main .content .intro2 {
  position: relative;
  color: #f17020;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  font-size: 19px;
  margin-bottom: 80px;
  padding: 0 15%;
}
.overlay article.article .flip .frontside .main .content .intro:after,
.overlay article.article .flip .frontside .main .content .intro2:after {
  content: "";
  width: 86px;
  height: 3px;
  background-color: #f17020;
  position: absolute;
  right: 50%;
  bottom: -40px;
  margin-right: -43px;
  z-index: 10;
}
.overlay article.article .flip .frontside .main .content .intro.video,
.overlay article.article .flip .frontside .main .content .intro2.video {
  color: #000;
  margin-bottom: 20px;
}
.overlay article.article .flip .frontside .main .content .intro2 {
  color: #000;
  margin-bottom: 20px;
}
.overlay article.article .flip .frontside .main .content .intro2:after {
  display: none;
}
.overlay article.article .flip .frontside .main .content .description {
  padding: 0 15% 60px 15%;
}
.overlay article.article .flip .frontside .main .content .description img {
  width: 100%;
  margin: 40px 0;
}
.overlay article.article .flip .frontside .main .content .description h2 {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #f17020;
  font-size: 130%;
  padding: 20px 0 0 0;
}
.overlay article.article .flip .frontside .main .content .description p {
  font-size: 0.9em !important;
  line-height: 1.6em !important;
}
.overlay article.article .flip .frontside .main .content .social_intro,
.overlay article.article .flip .frontside .main .content .social_feed {
  position: relative;
  color: #f17020;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  font-size: 130%;
  margin: 0 0 35px 0;
  text-align: center;
  padding: 50px 15% 36px 15%;
}
.overlay article.article .flip .frontside .main .content .social_intro.twitter,
.overlay article.article .flip .frontside .main .content .social_feed.twitter {
  padding: 50px 15% 36px 15%;
}
.overlay article.article .flip .frontside .main .content .social_intro.twitter:after,
.overlay article.article .flip .frontside .main .content .social_feed.twitter:after {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #dcdbd6;
  position: absolute;
  right: 0%;
  bottom: 0px;
  margin-right: 20%;
  z-index: 10;
}
.overlay article.article .flip .frontside .main .content .social_feed {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.overlay article.article .flip .frontside .main .content .instagram_carousel,
.overlay article.article .flip .frontside .main .content .twitter_carousel {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  margin: 0 auto;
}
.overlay article.article .flip .frontside .main .content .instagram_carousel .images,
.overlay article.article .flip .frontside .main .content .twitter_carousel .images {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  position: relative;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  border: 20px #ffffff solid;
}
.overlay article.article .flip .frontside .main .content .instagram_carousel .images img,
.overlay article.article .flip .frontside .main .content .twitter_carousel .images img {
  height: auto;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.overlay article.article .flip .frontside .main .content .instagram_carousel button,
.overlay article.article .flip .frontside .main .content .twitter_carousel button {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  left: -30px;
  background: url("../img/sprites.png") -45px -327px no-repeat transparent;
  width: 44px;
  height: 104px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
}
.overlay article.article .flip .frontside .main .content .instagram_carousel button.next,
.overlay article.article .flip .frontside .main .content .twitter_carousel button.next {
  left: auto;
  right: -30px;
  background: url("../img/sprites.png") -88px -327px no-repeat transparent;
  width: 44px;
  height: 104px;
}
.overlay article.article .flip .frontside .main .content .twitter_carousel {
  position: relative;
  width: 100%;
  height: auto;
}
.overlay article.article .flip .frontside .main .content .twitter_carousel .images {
  width: 140px;
  height: 140px;
  margin: auto;
  border: 10px #ffffff solid;
}
.overlay article.article .flip .frontside .main .content .twitter_carousel button {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  left: -30px;
  background: url("../img/sprites.png") -45px -327px no-repeat transparent;
  width: 44px;
  height: 104px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
}
.overlay article.article .flip .frontside .main .content .twitter_carousel button.next {
  left: auto;
  right: -30px;
  background: url("../img/sprites.png") -88px -327px no-repeat transparent;
  width: 44px;
  height: 104px;
}
.overlay article.article .flip .frontside .main .content .social_message {
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #807f7a;
  padding: 0 15%;
  margin-top: 40px;
  text-align: center;
}
.overlay article.article .flip .frontside .main .content .social_when_who {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #aaa;
  text-align: center;
  margin-bottom: 60px;
}
.overlay article.article .flip .frontside .main .content .social_when_who .time:after {
  content: "";
  display: none;
}
.overlay article.article .flip .frontside .main .content .social_end_container {
  width: 100%;
  padding: 60px 0%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  /* &:before, &:after{
                                content:"";
                                width: 15%;
                                height: 2px;
                                display: block;
                                position: absolute;
                                background-color: #fff;
                                border-top: 1px @button_dark_gray solid;
                                top:102px;
                                margin-top: -5px;
                                left: 10%;

                              }
                            &:after{

                                left:auto;
                                right:10%;
                            }*/

}
.overlay article.article .flip .frontside .main .content .social_end_container .title {
  position: relative;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.4em;
  color: #807f7a;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  display: block;
  margin-bottom: 40px;
  padding: 0 33%;
  line-height: 1.5em;
}
.overlay article.article .flip .frontside .main .content .social_end_container .title:before,
.overlay article.article .flip .frontside .main .content .social_end_container .title:after {
  content: "";
  width: 15%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 1px #a09f99 solid;
  top: 16px;
  margin-top: -5px;
  left: 15%;
}
.overlay article.article .flip .frontside .main .content .social_end_container .title:after {
  left: auto;
  right: 21%;
}
.overlay article.article .flip .frontside .main .content .social_end_container .social_end,
.overlay article.article .flip .frontside .main .content .social_end_container p {
  margin-top: 0px;
  padding: 0 15%;
  line-height: 1.6em;
  font-size: 0.9em;
}
.overlay article.article .flip .frontside .main .content .social_end_container:after {
  content: "";
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  bottom: auto;
  top: 0px;
  left: 0;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets {
  padding: 0 15% 40px 15%;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .intro {
  margin-bottom: 40px;
  padding: 0;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .intro:after {
  display: none;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container .minute {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #88877f;
  font-size: 14px;
  text-align: center;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container .minute:before,
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container .minute:after {
  content: "";
  width: 40%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 1px #a09f99 solid;
  top: 9px;
  left: 1%;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container .minute:after {
  left: auto;
  right: 1%;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container iframe {
  width: 100% !important;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container:first-child .minute {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 22px;
  color: #f17020;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container:first-child .minute:before,
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets .tweets .tweet_container:first-child .minute:after {
  height: 3px;
  background-color: #f17020;
  border-top: none;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets button {
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 14px;
  line-height: 40px;
  color: #4b4a48;
  border: 1px solid #dad9d4;
  border-bottom: 4px solid #dad9d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 42px;
  width: 99%;
  margin-left: 0.5%;
  margin-top: 10px;
}
.overlay article.article .flip .frontside .main .content .ninety_minute_tweets button:hover {
  color: #f17020;
  border-color: #dbdbd7;
}
.overlay article.article .flip .frontside .discus {
  padding: 30px 60px;
  clear: both;
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay article.article .flip .frontside .discus h1 {
  position: relative;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #807f7a;
  text-transform: uppercase;
  text-align: center;
}
.overlay article.article .flip .frontside .discus h1:after {
  content: "";
  width: 200px;
  height: 0px;
  border-bottom: 2px #e7e6e3 solid;
  border-top: 1px #807f7a solid;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: -20px;
  text-indent: -999999px;
}
.overlay article.article .flip .frontside .related_items {
  clear: both;
}
.overlay article.article .flip .frontside .related_items .related_item {
  height: 150px;
  -webkit-box-shadow: 0 0 1px #666666;
  -moz-box-shadow: 0 0 1px #666666;
  -o-box-shadow: 0 0 1px #666666;
  box-shadow: 0 0 1px #666666;
  margin: 0;
  padding: 0;
}
.overlay article.article .flip .frontside .related_items .related_item img {
  float: left;
  width: 150px;
  margin: 0 10px 0 0;
}
.overlay article.article .flip .frontside .related_items .related_item h2,
.overlay article.article .flip .frontside .related_items .related_item p {
  margin: 0 0 0px 0;
}
.overlay article.article.disclaimer {
  max-width: 790px;
}
.overlay article.article.disclaimer h1 {
  position: relative;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #f17020;
  font-size: 38px;
  padding: 0 20%;
  text-align: center;
  margin-bottom: 90px;
}
.overlay article.article.disclaimer h1:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 1px;
  bottom: -40px;
  left: 50%;
  margin-left: -43px;
  border-bottom: 3px solid #f17020;
}
.overlay article.article.disclaimer .article_header {
  border-bottom: none;
  padding: 80px 100px 0px 100px;
}
.overlay article.article.disclaimer .flip .frontside .main .content {
  position: relative;
  padding: 80px 100px 100px 100px;
}
.overlay article.article.disclaimer .flip .frontside .main .content h2 {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #f17020;
  font-size: 130%;
  padding: 20px 0 0 0;
}
.overlay article.article a,
.overlay article.article a:visited {
  color: #959595;
}
.overlay article.article a:hover,
.overlay article.article a:visited:hover {
  color: #c4c4c4;
}
.related_items {
  position: relative;
  width: 100%;
  height: 496px;
  overflow: hidden;
}
.related_items .article {
  width: 25%;
  height: 100%;
  background-color: #fff;
  margin: 0;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px #666666;
  -moz-box-shadow: 0 0 1px #666666;
  -o-box-shadow: 0 0 1px #666666;
  box-shadow: 0 0 1px #666666;
}
.related_items .article img,
.related_items .article .text_container {
  position: relative;
  float: left;
  width: 100%;
  height: 50%;
}
.related_items .article:hover .text_container {
  background: #fff;
}
.related_items .article:hover .text_container .title {
  color: #000;
}
.related_items .article:hover .text_container .time {
  color: #f17020;
}
.related_items .article:hover .text_container .time:after {
  border-top: 1px solid #f17020;
}
.related_items .article .text_container {
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  text-align: center;
  vertical-align: center;
}
.related_items .article .text_container .title {
  position: absolute;
  bottom: 35%;
  width: 100%;
  padding: 0 20px;
  font-size: 100%;
  color: #f17020;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  text-transform: uppercase;
}
.related_items .article .text_container .time {
  position: absolute;
  bottom: 15%;
  width: 100%;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-size: 90%;
}
.related_items .article .text_container .time:after {
  content: "";
  width: 40px;
  height: 1px;
  border-top: 1px solid #9d9c97;
  border-bottom: 1px solid #fff;
  background: transparent;
  position: absolute;
  right: 50%;
  top: -17px;
  margin-right: -22px;
  z-index: 10;
}
.related_items .article .text_container:after {
  content: "";
  background: url("../img/sprites.png") -297px -283px no-repeat transparent;
  width: 43px;
  height: 17px;
  position: absolute;
  right: 50%;
  bottom: -17px;
  margin-right: -22px;
  z-index: 10;
}
.related_items .article.fourth {
  position: absolute !important;
  top: 0;
  right: 0;
}
.related_items .article.second,
.related_items .article.third {
  width: 50%;
  height: 50%;
}
.related_items .article.second img,
.related_items .article.third img,
.related_items .article.second .text_container,
.related_items .article.third .text_container {
  width: 50%;
  height: 100%;
}
.related_items .article.second .text_container:after,
.related_items .article.third .text_container:after {
  content: "";
  background: url("../img/sprites.png") -280px -283px no-repeat transparent;
  width: 17px;
  height: 43px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: -17px;
  top: 50%;
  margin-right: 0px;
  margin-top: -22px;
  z-index: 10;
}
.related_items .article.second {
  float: left;
}
.related_items .article.second img {
  float: left;
}
.related_items .article.second .text_container {
  float: right!important;
}
.related_items .article.second .text_container:after {
  content: "";
  background: url("../img/sprites.png") -280px -283px no-repeat transparent;
  width: 17px;
  height: 43px;
  background: none;
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  position: absolute;
  right: auto;
  left: -17px;
  top: 50%;
  margin-right: 0px;
  margin-top: -22px;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .overlay article.article header .image_container {
    position: relative;
    overflow: hidden;
    height: 280px;
    text-align: center;
  }
  .overlay article.article header .image_container img {
    width: auto;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .overlay article.article header .text_container .title {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 775px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    cursor: pointer;
  }
  .overlay article.article {
    max-width: 990px;
    margin: 50px auto 0 auto;
    cursor: default;
    position: relative;
  }
  .overlay article.article .close {
    position: absolute;
    left: 0px;
    top: -50px;
    width: 100%;
    height: 50px;
    font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 14px;
    color: #999;
    line-height: 53px;
    padding-left: 70px;
  }
  .overlay article.article .close div.button {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    text-indent: 60px;
    width: 100%;
    padding: 0 0 0 0px;
    color: #fff;
  }
  .overlay article.article .close div.button#close-normal {
    background: url("../img/mobile_back_button.png") left 0px no-repeat #000000;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .overlay article.article .close div.button#close-normal:hover {
    background-position: 0px 0px;
  }
  .overlay article.article .close div.button#close-over {
    background: url("../img/mobile_back_button.png") left 0px no-repeat #000000;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .overlay article.article header {
    position: relative;
    background-color: #fff;
    overflow: visible;
    padding: 20px;
    margin: 0;
  }
  .overlay article.article header .text_container {
    position: absolute;
    bottom: 20px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    text-align: center;
  }
  .overlay article.article header .text_container .title {
    line-height: 2em;
    font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    font-size: 24px;
    padding: 0 15%;
    text-transform: uppercase;
    line-height: 1.8em;
    margin: 0 0 -18px 0;
  }
  .overlay article.article header .text_container .title span {
    background-color: #000;
    color: white;
    text-align: center;
    padding: 13px 0px 5px 0px;
    box-shadow: 10px 0px #000000, -10px 0px #000000;
  }
  .overlay article.article header .text_container .time {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: -16px;
    font-weight: bold;
    font-size: 12px;
    color: #f17020;
    background-color: #000;
    text-align: center;
    padding: 5px 3px;
    box-shadow: 5px 0px #000000, -5px 0px #000000;
    margin: -12px 0 0 0;
  }
  .overlay article.article header .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .overlay article.article header .carousel .images {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .overlay article.article header .carousel .images img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    cursor: pointer;
  }
  .overlay article.article header .carousel button {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 0px;
    background: url("../img/sprites.png") -180px -465px no-repeat transparent;
    width: 32px;
    height: 86px;
    border: none;
    text-indent: -999999px;
    cursor: pointer;
  }
  .overlay article.article header .carousel button.next {
    left: auto;
    right: 0px;
    background: url("../img/sprites.png") -212px -465px no-repeat transparent;
    width: 32px;
    height: 86px;
  }
  .overlay article.article .flip .backside {
    z-index: 10;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
  }
  .overlay article.article .flip .backside img {
    width: 100%;
    height: auto;
  }
  .overlay article.article .flip .frontside .main {
    padding: 0px 10%;
  }
  .overlay article.article .flip .frontside .main .social_box {
    position: static;
    text-align: left;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px 0px;
    background-color: transparent;
    margin-right: 0px;
    z-index: 2;
    border-bottom: 1px #b7b6b1 solid;
  }
  .overlay article.article .flip .frontside .main .social_box:after,
  .overlay article.article .flip .frontside .main .social_box:before {
    display: none !important;
  }
  .overlay article.article .flip .frontside .main .social_box h3 {
    padding-top: 10px;
    color: #72716d;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
    text-align: left;
    font-weight: normal;
    border-bottom: none;
  }
  .overlay article.article .flip .frontside .main .social_box .arrow {
    display: none;
  }
  .overlay article.article .flip .frontside .main .social_box .addthis_toolbox {
    width: 190px !important;
    float: left;
    margin: 0 !important;
  }
  .overlay article.article .flip .frontside .main .social_box .addthis_toolbox > a {
    float: left;
    margin-right: 10px;
  }
  .overlay article.article .flip .frontside .main .social_box .hyves {
    margin-bottom: 0px;
    margin-left: 0px !important;
    height: 90px;
    border: none;
  }
  .overlay article.article .flip .frontside .main .social_box .hyves:after {
    display: none;
  }
  .overlay article.article .flip .frontside .main .social_box .reacties {
    display: none!important;
  }
  .overlay article.article .flip .frontside .main .content {
    position: static;
    padding: 20px 0px 0px 0px;
    float: left;
    width: 100%;
  }
  .overlay article.article .flip .frontside .main .content .icon {
    margin-left: -20px;
  }
  .overlay article.article .flip .frontside .main .content .time {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
    font-size: 90%;
    color: #f17020;
  }
  .overlay article.article .flip .frontside .main .content .time:after {
    content: "";
    width: 40px;
    height: 3px;
    border-top: 1px solid #c7c6c2;
    border-bottom: 1px solid #fff;
    background: transparent;
    position: absolute;
    right: 50%;
    top: -17px;
    margin-right: -22px;
    z-index: 10;
  }
  .overlay article.article .flip .frontside .main .content .title {
    position: relative;
    color: #f17020;
    font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    font-size: 150%;
    margin-bottom: 80px;
    padding: 0 0%;
    text-align: center;
  }
  .overlay article.article .flip .frontside .main .content .title:after {
    content: "";
    width: 86px;
    height: 3px;
    background-color: #f17020;
    position: absolute;
    right: 50%;
    bottom: -40px;
    margin-right: -43px;
    z-index: 10;
  }
  .overlay article.article .flip .frontside .main .content .intro,
  .overlay article.article .flip .frontside .main .content .intro2 {
    position: relative;
    color: #f17020;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
    font-size: 19px;
    margin-bottom: 80px;
    padding: 0 0;
  }
  .overlay article.article .flip .frontside .main .content .intro2 {
    color: #000;
    margin-bottom: 20px;
  }
  .overlay article.article .flip .frontside .main .content .intro2:after {
    display: none;
  }
  .overlay article.article .flip .frontside .main .content .description {
    padding: 0 0 60px 0;
  }
  .overlay article.article .flip .frontside .main .content .description img {
    width: 100%;
    margin: 40px 0;
  }
  .overlay article.article .flip .frontside .main .content .description h2 {
    font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #f17020;
    font-size: 130%;
    padding: 20px 0 0 0;
  }
  .overlay article.article .flip .frontside .main .content .description p {
    font-size: 15px !important;
    line-height: 1.5em !important;
  }
  .overlay article.article .flip .frontside .main .content .social_intro,
  .overlay article.article .flip .frontside .main .content .social_feed {
    position: relative;
    color: #f17020;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
    font-size: 130%;
    margin: 0 0 35px 0;
    text-align: center;
    padding: 0 0 36px 0;
  }
  .overlay article.article .flip .frontside .main .content .social_intro.twitter span,
  .overlay article.article .flip .frontside .main .content .social_feed.twitter span {
    padding: 0 5% 36px 5%;
  }
  .overlay article.article .flip .frontside .main .content .social_feed {
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .overlay article.article .flip .frontside .main .content .social_message {
    font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    /*background-color: #333;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;*/
  
    color: rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
    color: #807f7a;
    padding: 0 15%;
    margin-top: 40px;
    text-align: center;
  }
  .overlay article.article .flip .frontside .main .content .social_when_who {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.6em;
    /*background-color: #333;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;*/
  
    color: rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
    color: #aaa;
    text-align: center;
    margin-bottom: 60px;
  }
  .overlay article.article .flip .frontside .main .content .social_when_who .time:after {
    content: "";
    display: none;
  }
  .overlay article.article .flip .frontside .main .content .social_end_container {
    width: 100%;
    padding: 60px 0%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    width: 130%;
    left: -60px;
    /* &:before, &:after{
                                      content:"";
                                      width: 15%;
                                      height: 2px;
                                      display: block;
                                      position: absolute;
                                      background-color: #fff;
                                      border-top: 1px @button_dark_gray solid;
                                      top:102px;
                                      margin-top: -5px;
                                      left: 10%;
  
                                    }
                                  &:after{
                                  
                                      left:auto;
                                      right:10%;
                                  }*/
  
  }
  .overlay article.article .flip .frontside .main .content .social_end_container .title {
    position: relative;
    font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    /*background-color: #333;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;*/
  
    color: rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-size: 28px;
    color: #807f7a;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    display: block;
    margin-bottom: 40px;
    padding: 0 33%;
  }
  .overlay article.article .flip .frontside .main .content .social_end_container .title:before,
  .overlay article.article .flip .frontside .main .content .social_end_container .title:after {
    content: "";
    width: 15%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-top: 1px #a09f99 solid;
    top: 16px;
    margin-top: -5px;
    left: 15%;
  }
  .overlay article.article .flip .frontside .main .content .social_end_container .title:after {
    left: auto;
    right: 21%;
  }
  .overlay article.article .flip .frontside .main .content .social_end_container .social_end {
    margin-top: 0px;
    padding: 0 15%;
  }
  .overlay article.article .flip .frontside .main .content .social_end_container:after {
    content: "";
    width: 100%;
    height: 20px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
    position: absolute;
    bottom: auto;
    top: 0px;
    left: 0;
  }
  .overlay article.article .flip .frontside .discus {
    padding: 30px 60px;
    clear: both;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .overlay article.article .flip .frontside .discus h1 {
    position: relative;
    /*background-color: #333;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;*/
  
    color: rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
    color: #807f7a;
    text-transform: uppercase;
    text-align: center;
  }
  .overlay article.article .flip .frontside .discus h1:after {
    content: "";
    width: 200px;
    height: 0px;
    border-bottom: 2px #e7e6e3 solid;
    border-top: 1px #807f7a solid;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -20px;
    text-indent: -999999px;
  }
  .overlay article.article .flip .frontside .related_items {
    position: relative;
    width: 100%;
    height: 496px;
    overflow: hidden;
  }
  .overlay article.article .flip .frontside .related_items .article {
    width: 100% !important;
    height: 50%;
    background-color: #fff;
    margin: 0;
    float: left;
    cursor: pointer;
    -webkit-box-shadow: 0 0 1px #666666;
    -moz-box-shadow: 0 0 1px #666666;
    -o-box-shadow: 0 0 1px #666666;
    box-shadow: 0 0 1px #666666;
  }
  .overlay article.article .flip .frontside .related_items .article img,
  .overlay article.article .flip .frontside .related_items .article .text_container {
    position: relative;
    float: left;
    width: 100%;
    height: 50%;
  }
  .overlay article.article .flip .frontside .related_items .article:hover .text_container {
    background: #fff;
  }
  .overlay article.article .flip .frontside .related_items .article:hover .text_container .title {
    color: #000;
  }
  .overlay article.article .flip .frontside .related_items .article:hover .text_container .time {
    color: #f17020;
  }
  .overlay article.article .flip .frontside .related_items .article:hover .text_container .time:after {
    border-top: 1px solid #f17020;
  }
  .overlay article.article .flip .frontside .related_items .article .text_container {
    background-image: url('../img/bg.png');
    background-repeat: repeat;
    text-align: center;
    vertical-align: center;
  }
  .overlay article.article .flip .frontside .related_items .article .text_container .title {
    position: absolute;
    bottom: 35%;
    padding: 0 20px;
    color: #f17020;
    font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
    line-height: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .overlay article.article .flip .frontside .related_items .article .text_container .time {
    position: absolute;
    bottom: 15%;
    width: 100%;
    /*background-color: #333;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;*/
  
    color: rgba(0, 0, 0, 0.1);
    text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  }
  .overlay article.article .flip .frontside .related_items .article .text_container .time:after {
    content: "";
    width: 40px;
    height: 1px;
    border-top: 1px solid #9d9c97;
    border-bottom: 1px solid #fff;
    background: transparent;
    position: absolute;
    right: 50%;
    top: -17px;
    margin-right: -22px;
    z-index: 10;
  }
  .overlay article.article .flip .frontside .related_items .article .text_container:after {
    content: "";
    background: url("../img/sprites.png") -297px -283px no-repeat transparent;
    width: 43px;
    height: 17px;
    position: absolute;
    right: 50%;
    bottom: -17px;
    margin-right: -22px;
    z-index: 10;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(1) {
    display: none !important;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(2) {
    float: left;
    display: none !important;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(3),
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) {
    width: 50%;
    height: 50%;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(3) img,
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) img,
  .overlay article.article .flip .frontside .related_items .article:nth-child(3) .text_container,
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) .text_container {
    width: 50%;
    height: 100%;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(3) .text_container:after,
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) .text_container:after {
    content: "";
    background: url("../img/sprites.png") -280px -283px no-repeat transparent;
    width: 17px;
    height: 43px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: -17px;
    top: 50%;
    margin-right: 0px;
    margin-top: -22px;
    z-index: 10;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) img {
    float: left;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) .text_container {
    float: right;
  }
  .overlay article.article .flip .frontside .related_items .article:nth-child(4) .text_container:after {
    content: "";
    background: url("../img/sprites.png") -280px -283px no-repeat transparent;
    width: 17px;
    height: 43px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    right: auto;
    left: -17px;
    top: 50%;
    margin-right: 0px;
    margin-top: -22px;
    z-index: 10;
  }
  .overlay article.article.disclaimer {
    max-width: 790px;
  }
  .overlay article.article.disclaimer h1 {
    position: relative;
    font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #f17020;
    font-size: 38px;
    padding: 0 20%;
    text-align: center;
    margin-bottom: 90px;
  }
  .overlay article.article.disclaimer h1:after {
    content: "";
    position: absolute;
    width: 86px;
    height: 1px;
    bottom: -40px;
    left: 50%;
    margin-left: -43px;
    border-bottom: 3px solid #f17020;
  }
  .overlay article.article.disclaimer .article_header {
    border-bottom: none;
    padding: 80px 100px 0px 100px;
  }
  .overlay article.article.disclaimer .flip .frontside .main .content {
    position: relative;
    padding: 80px 100px 100px 100px;
  }
  .overlay article.article.disclaimer .flip .frontside .main .content h2 {
    font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #f17020;
    font-size: 130%;
    padding: 20px 0 0 0;
  }
}
#carousel {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#carousel #slides {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  max-height: 335px;
}
@media (max-width: 768px) {
  #carousel #slides .owl-item {
    height: 200px !important;
    width: 100%;
  }
}
#carousel #slides .item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #carousel #slides .item {
    height: 100% !important;
  }
}
#carousel #slides .item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #carousel #slides .item img {
    height: 100% !important;
    width: auto !important;
  }
}
#carousel #slides .item #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#carousel #slides .item .cta {
  position: absolute;
  display: block;
  text-align: center;
  top: 15%;
  width: 100%;
  z-index: 10;
}
#carousel #slides .item .cta a {
  text-decoration: none;
}
#carousel #slides .item .cta span {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.4em;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}
#carousel #slides .item .cta span.headline {
  background: url("../img/carousel_label_top.png") 0px 0px repeat-x transparent;
  visibility: hidden;
  display: inline-block;
  padding: 10px 20px 0;
  margin: 0;
  line-height: 1.45;
}
#carousel #slides .item .cta span.headline.second {
  background: url("../img/carousel_label_bottom.png") 0px 0px repeat-x transparent;
}
#carousel #slides .item .cta span.subline {
  font-size: 1.2em;
  background-color: #ffffff;
  color: #f17020;
  margin-top: 30px;
  padding: 10px 10px 4px;
  visibility: hidden;
  line-height: 2;
}
#carousel #slides .item .cta span.hashtag {
  position: relative;
  font-size: 1.2em;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.6;
  padding: 10px 10px 4px;
  visibility: hidden;
}
#carousel #slides .item .cta span.hashtag .light {
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 1em;
  color: #555555;
  line-height: 1;
}
#carousel #slides .item .cta span.cta_arrow {
  color: #000000;
  font-size: 1.2em;
  line-height: 1;
  position: relative;
  top: -1px;
}
#carousel #slides .item .cta h2 {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ffffff;
}
#carousel #slides .item .cta hr {
  background: transparent;
}
#carousel #slides .owl-controlls {
  position: absolute;
  margin: 0 0 0 -58px;
  bottom: 20px;
  right: 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #carousel #slides .owl-controlls {
    background: none !important;
  }
}
#carousel #slides .owl-controlls .owl-page span {
  width: 6px;
  height: 6px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 11px 5px 0;
  background: #ffffff;
}
#carousel #slides .owl-controlls .owl-page.active span {
  background: #f17020;
}
#carousel .carousel_overlay,
#carousel #carousel_overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%    !important;
  height: auto !important;
  max-width: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #carousel #slides .item .cta {
    font-size: 80%;
  }
  #carousel #slides .item .cta span.headline {
    display: inline-block;
    padding: 3px 5px 0 5px;
    margin-top: 1px;
    line-height: 1.2;
  }
  #carousel #slides .item .cta span.subline {
    padding: 3px 10px;
    margin-top: 0px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel_overlay,
  #carousel_overlay {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .carousel_overlay,
  #carousel_overlay {
    display: none;
  }
  #carousel #slides .item .cta {
    font-size: 65%;
    line-height: 1em;
  }
  #carousel #slides .item .cta span.headline {
    display: inline-block;
    padding: 3px 5px 0 5px;
    margin-top: 1px;
    line-height: 1.2;
  }
  #carousel #slides .item .cta span.subline {
    display: inline-block;
    margin-top: -10px;
    padding: 5px 10px 0 10px;
    line-height: 1em;
  }
  #carousel #slides .item .cta span.hashtag {
    display: inline-block;
    margin-top: 1px;
    padding: 5px 10px 0 10px;
    line-height: 1em;
  }
  #carousel #slides .owl-controlls {
    -webkit-transform: scale(0.8);
    margin-top: -5px;
  }
}
/*@media screen and (max-width: 480px) {
    #carousel #slides .item .cta{
        font-size: 30%;
    }
     #carousel #slides .item .cta span.subline {
        display: inline-block;
        padding: 2px 2px;
        margin-top: -20px;
        margin-bottom: 8px;
    }
    #carousel #slides .owl-controlls {-webkit-transform:  scale(0.5); margin-top: -11px;}
}*//*#content{height: 100%; .rel; overflow: auto;}
#carousel{display: none !important;}
html,body, .container{height: 100%; .rel;}
*/
#tooltip {
  position: absolute;
  left: 50%;
  margin-left: -128px;
  width: 300px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  z-index: 99999;
}
#tooltip.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
#tooltip .inner {
  max-width: 265px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 11px 15px;
  display: inline-block;
  line-height: 11px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 1px 0px #c15818;
  background: url("../img/tooltip.png") center 0px no-repeat transparent;
  height: 56px;
  text-align: center;
}
#counterDays {
  background: url("../img/counter_sticky.png") 0px 0px no-repeat transparent;
  width: 41px;
  height: 37px;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
  margin-top: -50px;
  right: 0;
  z-index: 9999;
  font-family: Impact, sans-serif;
  font-size: 2em;
  color: #bdbcb6;
  text-align: center;
  padding: 0px 13px 0px 0px;
  line-height: 70px;
}
#counterDays .bevel {
  background: url("../img/counter_sticky_bevel.png") 0px 0px no-repeat transparent;
  width: 41px;
  height: 37px;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#load_future {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #f00;
  top: 50%;
  margin-top: -50px;
  right: 125px;
  z-index: 99999;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  cursor: pointer;
}
.one-edge-shadow {
  -webkit-box-shadow: 0 8px 16px -6px #454545;
  -moz-box-shadow: 0 8px 16px -6px #454545;
  box-shadow: 0 8px 16px -6px #454545;
}
.easeBackOut {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */

  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */

}
#menu-wrapper {
  position: relative;
  background: url("../img/menu_noise.png") 0px 0px repeat #32322e;
  filter: alpha(opacity=100);
  width: 100%;
  height: 173px;
  z-index: 999;
  /* Small devices (tablets, up to 768px) */

}
#menu-wrapper .line {
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 6px;
}
#menu-wrapper .highlight {
  position: absolute;
  width: 100%;
  height: 249px;
  background: url("../img/highlight_menu.png") center no-repeat transparent;
}
#menu-wrapper .logo {
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  background: url("../img/sprites.png") -2px -651px no-repeat transparent;
  width: 328px;
  height: 122px;
  top: 30px;
  right: 45px;
  bottom: none;
  left: none;
}
#menu-wrapper #logoM,
#menu-wrapper #timelineM {
  display: none;
}
#menu-wrapper #timeline {
  position: absolute;
  z-index: 900;
  left: 60px;
  top: 0px;
  width: 100%;
  height: 173px;
  overflow: hidden;
}
#menu-wrapper #timeline span.date {
  position: absolute;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #c4c4c4;
  top: 131px;
  font-size: 0.9em;
}
#menu-wrapper #timeline span.date.start {
  left: 1px;
}
#menu-wrapper #timeline span.date.end {
  right: 20px;
}
#menu-wrapper #timeline button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border: none;
  z-index: 1000;
}
#menu-wrapper #timeline button.btRight {
  background: url("../img/sprites.png") -30px -60px no-repeat transparent;
  width: 30px;
  height: 30px;
  right: 80px;
}
#menu-wrapper #timeline button.btRight:hover {
  background: url("../img/sprites.png") -30px -90px no-repeat transparent;
  width: 30px;
  height: 30px;
}
#menu-wrapper #timeline button.btLeft {
  background: url("../img/sprites.png") 0px -60px no-repeat transparent;
  width: 30px;
  height: 30px;
}
#menu-wrapper #timeline button.btLeft:hover {
  background: url("../img/sprites.png") 0px -90px no-repeat transparent;
  width: 30px;
  height: 30px;
}
#menu-wrapper #timeline .border {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  z-index: 1000;
  pointer-events: none;
}
#menu-wrapper #timeline .border.left {
  background: url("../img/sprites.png") -373px -283px no-repeat transparent;
  width: 34px;
  height: 150px;
  height: 110px;
  left: 46px;
}
#menu-wrapper #timeline .border.right {
  background: url("../img/sprites.png") -407px -283px no-repeat transparent;
  width: 34px;
  height: 150px;
  height: 110px;
  right: 126px;
}
#menu-wrapper #timeline #axis_outer {
  font-size: 80%;
  position: relative;
  position: absolute;
  width: auto;
  overflow: hidden;
  top: 0px;
  left: 46px;
  right: 126px;
  height: 173px;
}
#menu-wrapper #timeline #axis_outer #axis {
  position: absolute;
  width: auto;
  overflow-x: scroll;
  top: 0px;
  left: 0;
  right: 0;
  padding-top: 5px;
  height: 320px;
  z-index: 900;
  cursor: url(../img/drag-cursor.png), auto !important;
  cursor: url(../img/drag-cursor.cur), auto !important;
}
#menu-wrapper #timeline #axis_outer #axis #axis_inner {
  position: relative;
  float: left;
  height: 173px;
}
#menu-wrapper #timeline #axis_outer #axis .badges {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 900;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge {
  margin-top: 40px;
  background: url("../img/badge.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
  margin-bottom: 0px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  font-size: 0.8em;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge:hover {
  background: url("../img/badge.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge:hover span {
  color: #000000;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.fut {
  background: url("../img/badge_gray.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.fut span {
  color: #000000;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.fut:hover {
  background: url("../img/badge_gray.png") 0px -41px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.fut:hover span {
  color: #ffffff;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.now {
  background: url("../img/badge.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
  padding-top: 15px;
  font-size: 1em;
  margin-top: 33px;
  bottom: 50%;
  background: url("../img/sprites.png") 0px -455px no-repeat transparent;
  width: 45px;
  height: 53px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.now:hover {
  background: url("../img/badgeH.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 60px;
  color: #000;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.game {
  background: url("../img/badge_game.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.game:hover {
  background: url("../img/badge_game.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.game.fut {
  background: url("../img/badge_game_gray.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
#menu-wrapper #timeline #axis_outer #axis .badges .badge.game.fut:hover {
  background: url("../img/badge_game_gray.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .lines {
  position: absolute;
  top: 47%;
  z-index: 0;
}
#menu-wrapper #timeline #axis_outer #axis .lines .future {
  background-color: #6f6f6d;
  width: 0;
  height: 2px;
  top: 2px;
}
#menu-wrapper #timeline #axis_outer #axis .lines .future:after {
  content: "";
  position: absolute;
  right: -500px;
  width: 500px;
  height: 11px;
  opacity: 0.7;
  top: 0px;
  border-top: 3px dotted #555555;
}
#menu-wrapper #timeline #axis_outer #axis .lines .past {
  background: url("../img/timeline_past.png") 0px 0px repeat-x transparent;
  width: 0;
  height: 11px;
}
#menu-wrapper #timeline #axis_outer #axis .lines .past:before {
  content: "";
  position: absolute;
  left: -500px;
  width: 500px;
  height: 11px;
  opacity: 0.7;
  border-top: 6px dotted #f17020;
}
#menu-wrapper #timeline #axis_outer #axis .graph {
  position: relative;
  float: left;
  margin-top: 27px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .grid {
  position: absolute;
  top: 50%;
  margin-top: 0px;
  background: url("../img/timeline_indicator.png") 0px 0px repeat-x transparent;
  width: 0;
  height: 20px;
  z-index: 800;
}
#menu-wrapper #timeline #axis_outer #axis .graph .grid:after,
#menu-wrapper #timeline #axis_outer #axis .graph .grid:before {
  content: "";
  position: absolute;
  right: -500px;
  width: 500px;
  height: 20px;
  background-color: #f00;
  background: url("../img/timeline_indicator.png") 0px 0px repeat-x transparent;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#menu-wrapper #timeline #axis_outer #axis .graph .grid:before {
  right: auto;
  left: -500px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months {
  width: 406px;
  height: 110px;
  float: left;
  background: url("../img/timeline_indicator.png") 0px 0px repeat-x transparent;
  background-position: left bottom;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months:after,
#menu-wrapper #timeline #axis_outer #axis .graph .months:before {
  content: "";
  position: absolute;
  right: -500px;
  width: 500px;
  height: 110px;
  background-color: #f00;
  background: url("../img/timeline_indicator.png") 0px 0px repeat-x transparent;
  background-position: left bottom;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#menu-wrapper #timeline #axis_outer #axis .graph .months:before {
  right: auto;
  left: -500px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month {
  position: relative;
  background: url(../img/month_bg.png) 0px 0px no-repeat transparent;
  height: 100%;
  float: left;
  min-width: 85px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .title {
  position: absolute;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #c4c4c4;
  top: 99px;
  left: 10px;
  font-size: 14px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items {
  float: left;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items div {
  width: 5px;
  height: 50px;
  float: left;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge {
  margin-top: 40px;
  background: url("../img/badge.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
  margin-bottom: 0px;
  cursor: pointer;
  display: block;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #ffffff;
  padding-top: 10px;
  font-size: 0.8em;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge:hover {
  background: url("../img/badge.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge:hover span {
  color: #000000;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.fut {
  background: url("../img/badge_gray.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.fut span {
  color: #000000;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.fut:hover {
  background: url("../img/badge_gray.png") 0px -41px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.fut:hover span {
  color: #ffffff;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.now {
  background: url("../img/badge.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
  padding-top: 15px;
  font-size: 1em;
  margin-top: 33px;
  bottom: 50%;
  background: url("../img/sprites.png") 0px -455px no-repeat transparent;
  width: 45px;
  height: 53px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.now:hover {
  background: url("../img/badgeH.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 60px;
  color: #000;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.game {
  background: url("../img/badge_game.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.game:hover {
  background: url("../img/badge_game.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.game.fut {
  background: url("../img/badge_game_gray.png") 0px 0px no-repeat transparent;
  width: 36px;
  height: 42px;
}
#menu-wrapper #timeline #axis_outer #axis .graph .months .month .items .badge.game.fut:hover {
  background: url("../img/badge_game_gray.png") 0px -43px no-repeat transparent;
  width: 36px;
  height: 48px;
}
#menu-wrapper #timeline #axis_outer #selector {
  position: absolute;
  top: -65px !important;
  left: 50%;
  margin-left: -50px;
  background: url("../img/selector.png") 0px 0px no-repeat transparent;
  width: 101px;
  height: 230px;
  height: 238px;
  cursor: pointer;
  z-index: 700 !important;
}
#menu-wrapper #timeline #axis_outer #selector .bevel {
  position: absolute;
  background: url("../img/sprites.png") -45px -283px no-repeat transparent;
  width: 38px;
  height: 33px;
  top: 88px;
  left: 33px;
}
#menu-wrapper #timeline #axis_outer #selector .bevel.bg {
  background: url("../img/sprites.png") -2px -551px no-repeat transparent;
  width: 46px;
  height: 43px;
  top: 85px;
  left: 31px;
}
#menu-wrapper #timeline #axis_outer #selector span {
  display: block;
  position: absolute;
  top: 85px;
  left: 35px;
  font-family: Impact, sans-serif;
  font-size: 2em;
  color: #bdbcb6;
  width: 33px;
  text-align: center;
  padding-top: 5px;
}
#menu-wrapper #timeline .brazil {
  position: absolute;
  right: 0px;
  top: 20px;
}
#menu-wrapper #timeline .brazil h2 {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  color: #c4c4c4;
  font-size: 1em;
}
#menu-wrapper #timeline .brazil .badge {
  position: absolute;
  top: 45px;
  left: 10px;
  cursor: pointer;
  background: url("../img/sprites.png") 0px -342px no-repeat transparent;
  width: 45px;
  height: 52px;
}
#menu-wrapper #timeline .brazil .badge:hover {
  background: url("../img/sprites.png") 0px -396px no-repeat transparent;
  width: 45px;
  height: 59px;
}
@media (max-width: 703px) {
  #menu-wrapper #timelineM {
    display: none;
  }
}
@media (max-width: 768px) {
  #menu-wrapper {
    height: auto;
  }
  #menu-wrapper #logo {
    display: none;
    background: url("../img/logo-sticky.png") 0px 0px no-repeat transparent;
    width: 327px;
    height: 122px;
    background-size: 100% 100%;
    margin-left: -164px;
  }
  #menu-wrapper #timelineM {
    display: block;
    position: absolute;
    top: 65px;
    left: 25px;
  }
  #menu-wrapper #logoM {
    position: relative;
    display: block;
    margin: 0 auto 0;
    padding-top: 0px;
    width: 100%;
    max-width: 350px;
    padding-bottom: 20px;
    z-index: 99;
  }
  #menu-wrapper .line.top,
  #menu-wrapper #selector {
    display: none;
  }
  #menu-wrapper #timeline {
    display: none;
    left: 0px;
    height: 68px;
    right: 0px;
    bottom: 30px;
    width: auto;
  }
  #menu-wrapper #timeline button {
    top: 22px;
  }
  #menu-wrapper #timeline button.btRight {
    background: url("../img/timeline_arrows_m.png") -58px 0px no-repeat transparent;
    width: 32px;
    height: 29px;
    right: 25px;
  }
  #menu-wrapper #timeline button.btRight:hover {
    background: url("../img/timeline_arrows_m.png") -58px 0px no-repeat transparent;
    width: 32px;
    height: 29px;
  }
  #menu-wrapper #timeline button.btLeft {
    background: url("../img/timeline_arrows_m.png") -10px 0px no-repeat transparent;
    width: 32px;
    height: 29px;
    left: 25px;
  }
  #menu-wrapper #timeline button.btLeft:hover {
    background: url("../img/timeline_arrows_m.png") -10px 0px no-repeat transparent;
    width: 32px;
    height: 29px;
  }
  #menu-wrapper #timeline .border {
    position: absolute;
    top: 0px;
    z-index: 1000;
  }
  #menu-wrapper #timeline .border.left {
    background: url("../img/sprites.png") -374px -450px no-repeat transparent;
    width: 34px;
    height: 68px;
    left: 75px;
  }
  #menu-wrapper #timeline .border.right {
    background: url("../img/sprites.png") -407px -450px no-repeat transparent;
    width: 34px;
    height: 68px;
    right: 75px;
  }
  #menu-wrapper #timeline #axis_outer {
    height: 68px;
    left: 75px;
    right: 75px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges {
    top: 0px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge {
    background: url("../img/badge_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
    top: 0;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge .tooltip {
    display: none;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge span {
    display: none;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge:hover {
    background: url("../img/badge_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
    top: 0px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.current {
    background: url("../img/badge.png") 0px 0px no-repeat transparent;
    width: 36px;
    height: 42px;
    top: -7px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.current span {
    display: block;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.current:hover {
    background: url("../img/badge.png") 0px 0px no-repeat transparent;
    width: 36px;
    height: 42px;
    top: -7px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.current:hover span {
    margin-top: 13px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.game {
    background: url("../img/badge_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.game:hover {
    background: url("../img/badge_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
    top: 0px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.game:hover span {
    margin-top: 13px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.game.fut {
    background: url("../img/badge_gray_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.game.fut:hover {
    background: url("../img/badge_gray_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.game .tooltip {
    display: none;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.fut {
    background: url("../img/badge_gray_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .badge.fut:hover {
    background: url("../img/badge_gray_m.png") 0px 0px no-repeat transparent;
    width: 27px;
    height: 44px;
  }
  #menu-wrapper #timeline #axis_outer #axis .badges .tooltip {
    display: none;
  }
  #menu-wrapper #timeline #axis_outer #axis .lines {
    top: 13px;
  }
  #menu-wrapper #timeline #axis_outer #axis .lines .past {
    display: none;
  }
  #menu-wrapper #timeline #axis_outer #axis .months {
    display: none;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.sticky #menu-wrapper {
  border-bottom: 10px solid #000;
  -webkit-box-shadow: 0 8px 16px -6px #454545;
  -moz-box-shadow: 0 8px 16px -6px #454545;
  box-shadow: 0 8px 16px -6px #454545;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */

  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */

  height: 183px;
}
.sticky #menu-wrapper .highlight {
  width: 100%;
  height: 149px;
  background: url("../img/highlight_menu_sticky.png") center no-repeat transparent;
}
.sticky #menu-wrapper .line.top {
  visibility: hidden;
}
.sticky #filter-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
/** Filter **/
#filter-menu {
  position: relative;
  background: url("../img/bg_grid.jpg") 0px 0px repeat #d0cfc9;
  background-size: 20% auto;
  height: 51px;
  transition: all;
  z-index: 9999;
  overflow: hidden;
}
#filter-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#filter-menu ul li {
  position: relative;
  white-space: nowrap;
  float: left;
  width: 242px;
  background: url("../img/sprites.png") -132px -352px no-repeat transparent;
  width: 241px;
  height: 51px;
  cursor: pointer;
}
#filter-menu ul li:first-child {
  border: none;
}
#filter-menu ul li span {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  display: block;
  color: #7f7e7b;
  text-decoration: none;
  padding: 17px 0 0 20px;
  font-size: 1em;
  text-shadow: 0 -1px 1px #000000;
}
#filter-menu ul li span img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
#filter-menu ul li.selected {
  background: url("../img/sprites.png") -132px -413px no-repeat transparent;
  width: 241px;
  height: 51px;
}
#filter-menu ul li.selected span img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: none;
}
#filter-menu ul li:last-child.selected .tab-filler {
  background: url("../img/bg_filter_tab_sel.png") 0px -10px repeat-x transparent;
}
#filter-menu .tab-filler {
  position: absolute;
  background: url("../img/bg_filter_tab.png") 0px -10px repeat-x transparent;
  width: 999999999px;
  height: 51px;
  top: 0px;
  left: 235px;
  user-select: none;
}
#filter-menu .tab-filler.selected {
  background: url("../img/bg_filter_tab_sel.png") 0px -10px repeat-x transparent;
}
/* Large devices (the rest, 1024px and up) */
@media (max-width: 1024px) {
  #filter-menu {
    width: 100%;
    overflow: hidden;
    height: 40px;
    position: relative;
  }
  #filter-menu ul li {
    background: url("../img/bg_filter_tab.png") 0px -10px repeat-x transparent;
    border-right: 2px #000 solid !important;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 6px 1px #000;
    width: 25% !important;
    height: 34px !important;
  }
  #filter-menu ul li.selected {
    background: url("../img/bg_filter_tab_sel.png") 0px -10px repeat-x transparent;
  }
  #filter-menu ul li.filter_all {
    width: 25%!important;
  }
  #filter-menu ul li.filter_team {
    width: 25%!important;
  }
  #filter-menu ul li.filter_legioen {
    width: 25%!important;
  }
  #filter-menu ul li.filter_about {
    width: 25%!important;
    margin-right: -200px;
  }
  #filter-menu ul li span {
    font-size: 0.7em;
    padding: 13px 0 0 8px !important;
  }
  #filter-menu ul li .tab-filler {
    display: none;
  }
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.box {
  margin: 0px;
  padding: 0px;
  background: #D8D5D2;
  width: 16.6666666%;
  height: 110px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #888;
  color: #222;
  height: auto;
}
.one_one {
  background-color: #8ebccc;
}
.one_two {
  background-color: blue;
}
.two_one {
  background-color: #df2111;
}
.two_two {
  background-color: #f17020;
}
.filler {
  background-color: pink;
}
.twitter_feed.two_two {
  width: 33.33333%;
}
.tweet.box {
  width: 33.33333%;
}
.icon {
  position: absolute;
  left: 50%;
  top: -1px;
  margin-left: -19px;
  z-index: 10px;
  font-size: 12px;
  z-index: 4;
}
.icon:after {
  content: "";
  background: url('') center center no-repeat;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 8px;
  left: 7px;
}
.icon.twitter {
  background: url("../img/banner_twitter.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
  margin-left: -20px;
}
.icon.twitter:after {
  display: none;
}
.icon.instagram {
  background: url("../img/banner_instagram.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
}
.box.article .icon {
  background: url("../img/banner_article.png") 0px 0px no-repeat transparent;
  width: 45px;
  height: 60px;
  margin-left: -22px;
}
.box.fact .icon {
  background: url("../img/banner_fact.png") 0px 0px no-repeat transparent;
  width: 47px;
  height: 59px;
}
.box.video .icon {
  background: url("../img/banner_youtube.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
  margin-left: -20px;
}
.box.twitter_featured .icon,
.box.twitter_feed .icon {
  background: url("../img/banner_twitter.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
  margin-left: -20px;
}
.box.twitter_featured .icon:after,
.box.twitter_feed .icon:after {
  display: none;
}
.box.instagram_featured .icon,
.box.instagram_feed .icon {
  cursor: pointer;
  background: url("../img/banner_instagram.png") 0px 0px no-repeat transparent;
  width: 40px;
  height: 54px;
  /*  &:after{
      .iconInstagram;
      left: 9px;
    }*/

}
.box.playlist .icon {
  background: url("../img/banner_538.png") 0px 0px no-repeat transparent;
  width: 43px;
  height: 62px;
  margin-left: -20px;
}
.box.playlist .icon:after {
  display: none;
}
.box.game .icon {
  width: 23px;
  height: 23px;
  background: url("../img/icon_game.png") 0px 0px no-repeat transparent;
  width: 43px;
  height: 61px;
}
.box.stats .icon {
  background: url("../img/banner_stats.png") 0px 0px no-repeat transparent;
  width: 47px;
  height: 61px;
}
.scaleImage {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#container-masonry {
  position: relative;
  z-index: 99;
  min-height: 1000px;
}
#container-masonry:before,
#container-masonry:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#container-masonry:after {
  clear: both;
}
#container-masonry,
.related_items {
  background-color: #fff;
  width: 100%;
  height: 100%;
  clear: both;
  margin: 0 auto;
  padding: 0px;
  background: url("../img/bg_grid.jpg") 0px 0px repeat #d0cfc9;
  background-size: 20% auto;
}
#container-masonry .box,
.related_items .box {
  border: none;
  background-color: #f2f1ed;
  -webkit-box-shadow: 0 0 1px #666666;
  -moz-box-shadow: 0 0 1px #666666;
  -o-box-shadow: 0 0 1px #666666;
  box-shadow: 0 0 1px #666666;
  text-align: center;
  font-size: 11px;
}
#container-masonry .box .carousel_overlay,
.related_items .box .carousel_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%    !important;
  height: auto !important;
  max-width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
  -webkit-transform: scaleY(2.6);
  display: none;
}
#container-masonry .box:hover .carousel_overlay,
.related_items .box:hover .carousel_overlay {
  display: block;
}
#container-masonry .box .img_container,
.related_items .box .img_container {
  overflow: hidden;
}
#container-masonry .box .img_container img,
.related_items .box .img_container img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  #container-masonry .box:hover .img_container:after,
  .related_items .box:hover .img_container:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  #container-masonry .box:hover .img_container img,
  .related_items .box:hover .img_container img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#container-masonry .box.two_two .text_container,
.related_items .box.two_two .text_container {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#container-masonry .box.two_two .text_container .title,
.related_items .box.two_two .text_container .title {
  color: #f17020;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 0 15%;
  line-height: 31px;
  margin: 0;
}
#container-masonry .box.two_two .text_container .title span,
.related_items .box.two_two .text_container .title span {
  font-size: 28px;
  background: #000;
  color: #fff;
  box-shadow: 10px 0px #000000, -10px 0px #000000;
  padding-top: 7px;
  line-height: 36px;
}
#container-masonry .box.two_two .text_container .title span:after,
.related_items .box.two_two .text_container .title span:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/bg_noise.png');
  background-repeat: repeat;
}
#container-masonry .box.two_two .text_container .title span:after,
.related_items .box.two_two .text_container .title span:after {
  background-image: none;
}
#container-masonry .box.two_two .text_container .time,
.related_items .box.two_two .text_container .time {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 auto ;
  background: #000;
  color: #f17020;
  padding: 0px 7px;
  line-height: 23px;
  margin-top: -3px;
}
#container-masonry .box.fact,
.related_items .box.fact {
  cursor: default;
}
#container-masonry .box.fact .img_container,
.related_items .box.fact .img_container {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  cursor: default;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 20px solid #fff;
  overflow: hidden;
  /*&:after {
            .transition(all .3s ease-in-out;);
            content: ' ';
            position: absolute;
            left: 0; right: 0; top: 0; bottom: 0;
            background: url('../img/img_noise.png') repeat;
            background-color: rgba(255,255,255,.3);
           // user-select: none;
          }*/

}
#container-masonry .box.fact .img_container img,
.related_items .box.fact .img_container img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
#container-masonry .box.fact .text_container,
.related_items .box.fact .text_container {
  top: 150px !important;
}
#container-masonry .box.fact .title.sub,
.related_items .box.fact .title.sub {
  margin-top: 20px;
}
#container-masonry .box.fact .title.sub span,
.related_items .box.fact .title.sub span {
  color: #000 !important;
  background: #fff !important;
  box-shadow: 10px 0px #ffffff, -10px 0px #ffffff !important;
  font-size: 20px;
}
#container-masonry .box.fact .time,
.related_items .box.fact .time {
  display: none !important;
}
#container-masonry .box.twitter_featured,
.related_items .box.twitter_featured {
  background-color: #f17020;
  cursor: pointer;
}
#container-masonry .box.twitter_featured .img_container,
.related_items .box.twitter_featured .img_container,
#container-masonry .box.twitter_featured .text_container,
.related_items .box.twitter_featured .text_container,
#container-masonry .box.twitter_featured svg,
.related_items .box.twitter_featured svg {
  position: relative;
  float: left;
  width: 100%;
  height: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#container-masonry .box.twitter_featured .img_container img,
.related_items .box.twitter_featured .img_container img {
  width: 100%;
  height: 100%;
}
#container-masonry .box.twitter_featured .img_container:after,
.related_items .box.twitter_featured .img_container:after {
  background: none;
  background-color: transparent;
}
#container-masonry .box.twitter_featured .text_container,
.related_items .box.twitter_featured .text_container {
  background-image: url('../img/orange_rec_down.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 55%;
  z-index: 2;
  padding: 62px 0 10px 2%;
  text-align: center;
}
#container-masonry .box.twitter_featured .text_container .description,
.related_items .box.twitter_featured .text_container .description {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  font-size: 14px;
  line-height: 16px;
  width: 170px;
  height: 65px;
  overflow: hidden;
  margin: 0 auto;
  font-style: normal;
}
#container-masonry .box.twitter_featured .text_container .person,
.related_items .box.twitter_featured .text_container .person {
  color: #3b1904;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-overflow: ellipsis;
}
#container-masonry .box.twitter_featured .text_container .time,
.related_items .box.twitter_featured .text_container .time {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  font-size: 14px;
  color: #3b1904;
  position: absolute;
  width: 100%;
  bottom: 18px;
}
#container-masonry .box.twitter_featured .img_container,
.related_items .box.twitter_featured .img_container {
  margin-top: -10%;
}
#container-masonry .box.twitter_featured.two_one .img_container,
.related_items .box.twitter_featured.two_one .img_container,
#container-masonry .box.twitter_featured.two_one .text_container,
.related_items .box.twitter_featured.two_one .text_container,
#container-masonry .box.twitter_featured.two_one svg,
.related_items .box.twitter_featured.two_one svg {
  width: 50%;
  height: 100%;
}
#container-masonry .box.twitter_featured.two_one svg,
.related_items .box.twitter_featured.two_one svg {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
}
#container-masonry .box.twitter_featured.two_one .text_container,
.related_items .box.twitter_featured.two_one .text_container {
  width: 55%;
  padding-right: 7%;
  background-image: url('../img/orange_rec_right.png');
  background-repeat: no-repeat;
  background-size: auto 100% ;
}
#container-masonry .box.twitter_featured.two_one .text_container .icon,
.related_items .box.twitter_featured.two_one .text_container .icon {
  left: 46%;
}
#container-masonry .box.twitter_featured.two_one .text_container .person,
.related_items .box.twitter_featured.two_one .text_container .person {
  bottom: 22px;
  width: 80%;
}
#container-masonry .box.twitter_featured.two_one .text_container .time,
.related_items .box.twitter_featured.two_one .text_container .time {
  width: 80%;
  bottom: 0px;
}
#container-masonry .box.twitter_featured.two_one .img_container,
.related_items .box.twitter_featured.two_one .img_container {
  margin-top: 0%;
  margin-left: -5%;
}
#container-masonry .box.instagram_featured,
.related_items .box.instagram_featured {
  background-color: #f17020;
}
#container-masonry .box.instagram_featured .img_container,
.related_items .box.instagram_featured .img_container {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  cursor: pointer;
}
#container-masonry .box.instagram_featured .img_container img,
.related_items .box.instagram_featured .img_container img {
  cursor: pointer;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
#container-masonry .box.instagram_featured .img_container:after,
.related_items .box.instagram_featured .img_container:after {
  background: none;
  background-color: transparent;
}
@media (min-width: 1025px) {
  #container-masonry .box.instagram_featured .img_container:hover img,
  .related_items .box.instagram_featured .img_container:hover img {
    opacity: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#container-masonry .box.instagram_featured.two_two .img_container,
.related_items .box.instagram_featured.two_two .img_container {
  border: 20px solid #fff;
}
#container-masonry .box.twitter_feed,
.related_items .box.twitter_feed {
  background-color: #ffffff;
  border: 20px #ffffff solid;
  overflow: visible;
}
#container-masonry .box.twitter_feed .icon,
.related_items .box.twitter_feed .icon {
  top: -20px;
}
#container-masonry .box.twitter_feed header,
.related_items .box.twitter_feed header {
  position: relative;
  background: transparent url('../img/twitter_feed_header.png') center center no-repeat;
  width: 100%;
  height: 158px;
  overflow: hidden;
  padding-top: 44px;
  z-index: 2;
}
#container-masonry .box.twitter_feed header .title,
.related_items .box.twitter_feed header .title {
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
}
#container-masonry .box.twitter_feed header .time,
.related_items .box.twitter_feed header .time {
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  background-image: url('../img/bg_noise.png');
  background-repeat: repeat;
  margin-top: 15px;
}
#container-masonry .box.twitter_feed header .time:before,
.related_items .box.twitter_feed header .time:before {
  width: 40px;
  height: 1px;
  border-top: 2px #000 solid;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
}
#container-masonry .box.twitter_feed .tweets,
.related_items .box.twitter_feed .tweets {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  padding-top: 128px;
  overflow: hidden;
  background-color: #f17020;
  border-top: 20px solid #fff;
  background-image: url('../img/bg_noise.png');
  background-repeat: repeat;
}
#container-masonry .box.twitter_feed .tweets:after,
.related_items .box.twitter_feed .tweets:after {
  content: "";
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 128px;
  left: 0;
}
#container-masonry .box.twitter_feed .tweets .tweet,
.related_items .box.twitter_feed .tweets .tweet {
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #c15818;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
}
#container-masonry .box.twitter_feed .tweets .tweet .text_container,
.related_items .box.twitter_feed .tweets .tweet .text_container {
  width: auto;
  bottom: auto;
  top: 0;
  left: 103px;
  right: 0;
  padding: 15px 10px 0px 25px;
  height: 120px;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  background: transparent url('../img/twitter_feed_tweet.png') 0px center no-repeat;
  z-index: 0;
}
#container-masonry .box.twitter_feed .tweets .tweet .text_container .description,
.related_items .box.twitter_feed .tweets .tweet .text_container .description {
  margin: 0;
  font-variant: normal;
  font-size: 14px;
  padding: 0;
  height: 73px;
  overflow: hidden;
}
#container-masonry .box.twitter_feed .tweets .tweet .text_container .username,
.related_items .box.twitter_feed .tweets .tweet .text_container .username {
  margin: 0px 0;
  font-size: 100%;
  color: #c15818;
}
#container-masonry .box.twitter_feed .tweets .tweet img,
.related_items .box.twitter_feed .tweets .tweet img,
#container-masonry .box.twitter_feed .tweets .tweet canvas,
.related_items .box.twitter_feed .tweets .tweet canvas {
  height: 100%;
  float: left;
  margin-right: 20px;
}
#container-masonry .box.twitter_feed .tweets .tweet:after,
.related_items .box.twitter_feed .tweets .tweet:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 128, 0, 0.3);
  width: 120px;
}
#container-masonry .box.twitter_feed button,
.related_items .box.twitter_feed button {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -43px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
  z-index: 3;
  background: url("../img/white_arrow_down.png") 0px 0px no-repeat transparent;
  width: 86px;
  height: 32px;
}
#container-masonry .box.twitter_feed button.prev,
.related_items .box.twitter_feed button.prev {
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: none;
  top: auto;
  top: 127px;
}
#container-masonry .box.instagram_feed,
.related_items .box.instagram_feed {
  overflow: visible;
  background-color: #ffffff;
  border: 20px #ffffff solid;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
}
#container-masonry .box.instagram_feed .icon,
.related_items .box.instagram_feed .icon {
  top: -20px;
}
#container-masonry .box.instagram_feed header,
.related_items .box.instagram_feed header {
  position: relative;
  width: 100%;
  height: 34%;
  padding-top: 30px;
  overflow: hidden;
}
#container-masonry .box.instagram_feed header .title,
.related_items .box.instagram_feed header .title {
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 18px;
}
#container-masonry .box.instagram_feed header .time,
.related_items .box.instagram_feed header .time {
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  color: #f17020;
  margin-top: 16px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 0px;
}
#container-masonry .box.instagram_feed header .time:before,
.related_items .box.instagram_feed header .time:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #f00;
  border-top: 1px #f17020 solid;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
}
#container-masonry .box.instagram_feed header button,
.related_items .box.instagram_feed header button {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 0px;
  background: url("../img/sprites.png") -180px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
}
#container-masonry .box.instagram_feed header button:hover:enabled,
.related_items .box.instagram_feed header button:hover:enabled {
  background: url("../img/sprites.png") -180px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
#container-masonry .box.instagram_feed header button.next,
.related_items .box.instagram_feed header button.next {
  background: url("../img/sprites.png") -212px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
  left: auto;
  right: 0px;
}
#container-masonry .box.instagram_feed header button.next:hover:enabled,
.related_items .box.instagram_feed header button.next:hover:enabled {
  background: url("../img/sprites.png") -212px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
#container-masonry .box.instagram_feed .img_container,
.related_items .box.instagram_feed .img_container {
  position: relative;
  float: left;
  width: 33.33%;
  height: 33.33%;
  padding: 0px;
  overflow: hidden;
  /*.overlay{
          .orange_overlay;
          .transition(opacity .25s ease);

          &:hover{
            opacity: 0;
          }
        }*/

}
#container-masonry .box.instagram_feed .img_container img,
.related_items .box.instagram_feed .img_container img {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#container-masonry .box.instagram_feed .img_container:after,
.related_items .box.instagram_feed .img_container:after {
  background: none;
  background-color: transparent;
}
#container-masonry .box.article,
.related_items .box.article {
  background-color: #f2f1ed;
  cursor: pointer;
  position: relative;
}
#container-masonry .box.article.two_two,
.related_items .box.article.two_two {
  z-index: 10;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
#container-masonry .box.article.two_two .img_container,
.related_items .box.article.two_two .img_container {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 20px solid #fff;
  overflow: hidden;
  /*&:after {
            .transition(all .3s ease-in-out;);
            content: ' ';
            position: absolute;
            left: 0; right: 0; top: 0; bottom: 0;
            background: url('../img/img_noise.png') repeat;
            background-color: rgba(255,255,255,.3);
           // user-select: none;
          }*/

}
#container-masonry .box.article.two_two .img_container img,
.related_items .box.article.two_two .img_container img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  height: 100%;
}
#container-masonry .box.article.video,
.related_items .box.article.video {
  padding: 0;
  -webkit-box-shadow: 0 0 1px #666666;
  -moz-box-shadow: 0 0 1px #666666;
  -o-box-shadow: 0 0 1px #666666;
  box-shadow: 0 0 1px #666666;
}
#container-masonry .box.article.video .img_container,
.related_items .box.article.video .img_container {
  border: #ffffff 20px solid;
  width: 100%;
  height: 66%;
  overflow: hidden;
  position: relative;
}
#container-masonry .box.article.video .img_container:before,
.related_items .box.article.video .img_container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent url('../img/play_icon.png') 0 0 no-repeat;
  width: 110px;
  height: 110px;
  margin-top: -55px;
  margin-left: -55px;
  z-index: 99999;
}
#container-masonry .box.article.video .img_container img,
.related_items .box.article.video .img_container img {
  padding: 0px;
  width: 100%;
  height: auto;
}
#container-masonry .box.article.video .text_container,
.related_items .box.article.video .text_container {
  height: 34%;
  padding-top: 9%;
  bottom: 0px;
}
#container-masonry .box.article.video .text_container .title,
.related_items .box.article.video .text_container .title {
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  padding: 0 17%;
  height: 44px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
}
#container-masonry .box.article.video .text_container .title span,
.related_items .box.article.video .text_container .title span {
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.2em;
}
#container-masonry .box.article.video .text_container .time,
.related_items .box.article.video .text_container .time {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  vertical-align: top;
  margin: 0 auto ;
  background: transparent;
  color: #f17020;
  padding: 5px 10px;
}
#container-masonry .box.article.video .text_container .time:before,
.related_items .box.article.video .text_container .time:before {
  content: "";
  width: 40px;
  height: 2px;
  background: #f17020;
  position: absolute;
  right: 50%;
  top: 0px;
  margin-right: -22px;
  z-index: 10;
}
#container-masonry .box.article.video .text_container:after,
.related_items .box.article.video .text_container:after {
  content: "";
  background: url("../img/arrowsWhite.png") -17px 0px no-repeat transparent;
  width: 43px;
  height: 17px;
  position: absolute;
  right: 50%;
  top: -2px;
  margin-right: -22px;
  z-index: 10;
}
#container-masonry .box.article.one_two .img_container,
.related_items .box.article.one_two .img_container,
#container-masonry .box.article.two_one .img_container,
.related_items .box.article.two_one .img_container {
  position: relative;
}
#container-masonry .box.article.one_two .img_container img,
.related_items .box.article.one_two .img_container img,
#container-masonry .box.article.two_one .img_container img,
.related_items .box.article.two_one .img_container img {
  width: 100%;
  height: 100%;
}
#container-masonry .box.article.one_two .text_container,
.related_items .box.article.one_two .text_container,
#container-masonry .box.article.two_one .text_container,
.related_items .box.article.two_one .text_container {
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  position: relative;
  text-align: center;
  vertical-align: center;
}
#container-masonry .box.article.one_two .text_container .title,
.related_items .box.article.one_two .text_container .title,
#container-masonry .box.article.two_one .text_container .title,
.related_items .box.article.two_one .text_container .title {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 200px;
  height: 75px;
  overflow: hidden;
  margin-left: -100px;
  font-size: 16px;
  line-height: 1.5em;
  color: #f17020;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  padding: 0 20px;
}
#container-masonry .box.article.one_two .text_container .time,
.related_items .box.article.one_two .text_container .time,
#container-masonry .box.article.two_one .text_container .time,
.related_items .box.article.two_one .text_container .time {
  position: absolute;
  bottom: 15px;
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.6em;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #c3c3bf;
  font-size: 14px;
}
#container-masonry .box.article.one_two .text_container .time:after,
.related_items .box.article.one_two .text_container .time:after,
#container-masonry .box.article.two_one .text_container .time:after,
.related_items .box.article.two_one .text_container .time:after {
  content: "";
  width: 40px;
  height: 0px;
  border-top: 1px solid #9d9c97;
  border-bottom: 2px solid #fff;
  background: transparent;
  position: absolute;
  right: 50%;
  top: -8px;
  margin-right: -22px;
  z-index: 10;
}
#container-masonry .box.article.one_two,
.related_items .box.article.one_two {
  /*&:hover{
          .text_container{
            &:after{
              .arrowDownWhite;
            }
          }
        }*/

}
#container-masonry .box.article.one_two .img_container,
.related_items .box.article.one_two .img_container,
#container-masonry .box.article.one_two .text_container,
.related_items .box.article.one_two .text_container {
  width: 100%;
  height: 50%;
}
#container-masonry .box.article.one_two .text_container:after,
.related_items .box.article.one_two .text_container:after {
  content: "";
  background: url("../img/sprites.png") -297px -283px no-repeat transparent;
  width: 43px;
  height: 17px;
  position: absolute;
  right: 50%;
  bottom: -17px;
  margin-right: -22px;
  z-index: 10;
}
#container-masonry .box.article.two_one,
.related_items .box.article.two_one {
  /*&:hover{
          .text_container{
            &:after{
              .arrowLeftWhite;
            }
          }
        }*/

}
#container-masonry .box.article.two_one .icon,
.related_items .box.article.two_one .icon {
  left: 25%;
}
#container-masonry .box.article.two_one .img_container,
.related_items .box.article.two_one .img_container,
#container-masonry .box.article.two_one .text_container,
.related_items .box.article.two_one .text_container {
  float: right;
  width: 50%;
  height: 100%;
}
#container-masonry .box.article.two_one .text_container,
.related_items .box.article.two_one .text_container {
  float: left;
}
#container-masonry .box.article.two_one .text_container:after,
.related_items .box.article.two_one .text_container:after {
  content: "";
  background: url("../img/sprites.png") -280px -283px no-repeat transparent;
  width: 17px;
  height: 43px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: -17px;
  top: 50%;
  margin-right: 0px;
  margin-top: -22px;
  z-index: 10;
}
#container-masonry .box.article.two_one.align_right .icon,
.related_items .box.article.two_one.align_right .icon {
  left: 75%;
}
#container-masonry .box.article.two_one.align_right img,
.related_items .box.article.two_one.align_right img {
  float: left;
}
#container-masonry .box.article.two_one.align_right .text_container,
.related_items .box.article.two_one.align_right .text_container {
  float: right;
}
#container-masonry .box.article.two_one.align_right .text_container:after,
.related_items .box.article.two_one.align_right .text_container:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: auto;
  left: -17px;
}
#container-masonry .box.article.one_two.related .text_container .title,
.related_items .box.article.one_two.related .text_container .title,
#container-masonry .box.article.two_one.related .text_container .title,
.related_items .box.article.two_one.related .text_container .title {
  bottom: 30%;
  font-size: 20px;
  height: auto;
}
#container-masonry .box.article.one_two.related .text_container .time,
.related_items .box.article.one_two.related .text_container .time,
#container-masonry .box.article.two_one.related .text_container .time,
.related_items .box.article.two_one.related .text_container .time {
  bottom: 15%;
}
#container-masonry .box.article.sponsor img,
.related_items .box.article.sponsor img {
  padding: 0 !important;
}
#container-masonry .box.gallery,
.related_items .box.gallery {
  background-color: #f2f1ed;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
#container-masonry .box.gallery .carousel,
.related_items .box.gallery .carousel {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 20px;
}
#container-masonry .box.gallery .carousel .images,
.related_items .box.gallery .carousel .images {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*&:after {
            .transition(all .3s ease-in-out;);
            content: ' ';
            position: absolute;
            left: 0; right: 0; top: 0; bottom: 0;
            background: url('../img/img_noise.png') repeat;
            background-color: rgba(255,255,255,.3);
           // user-select: none;
          }*/

}
#container-masonry .box.gallery .carousel .images img,
.related_items .box.gallery .carousel .images img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#container-masonry .box.gallery .carousel button,
.related_items .box.gallery .carousel button {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  left: 20px;
  background: url("../img/sprites.png") -244px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
  z-index: 10;
}
#container-masonry .box.gallery .carousel button:hover:enabled,
.related_items .box.gallery .carousel button:hover:enabled {
  background: url("../img/sprites.png") -244px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
#container-masonry .box.gallery .carousel button.next,
.related_items .box.gallery .carousel button.next {
  background: url("../img/sprites.png") -276px -465px no-repeat transparent;
  width: 32px;
  height: 86px;
  left: auto;
  right: 20px;
}
#container-masonry .box.gallery .carousel button.next:hover:enabled,
.related_items .box.gallery .carousel button.next:hover:enabled {
  background: url("../img/sprites.png") -276px -551px no-repeat transparent;
  width: 32px;
  height: 86px;
}
#container-masonry .box.gallery .text_container,
.related_items .box.gallery .text_container {
  cursor: pointer;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
#container-masonry .box.gallery:hover .text_container,
.related_items .box.gallery:hover .text_container {
  opacity: 0;
}
@media (min-width: 1025px) {
  #container-masonry .box.gallery.zoom_effect img,
  .related_items .box.gallery.zoom_effect img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #container-masonry .box.gallery.zoom_effect:hover .images img,
  .related_items .box.gallery.zoom_effect:hover .images img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#container-masonry .box.game,
.related_items .box.game {
  background-color: #f2f1ed;
  z-index: 10;
  padding: 20px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.3);
}
#container-masonry .box.game .img_container,
.related_items .box.game .img_container {
  cursor: pointer;
}
#container-masonry .box.game .img_container img,
.related_items .box.game .img_container img {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
#container-masonry .box.game .img_container:after,
.related_items .box.game .img_container:after {
  background: none;
  background-color: transparent;
}
#container-masonry .box.game button,
.related_items .box.game button {
  position: absolute;
  text-indent: -999999px;
  bottom: 60px;
  left: 50%;
  margin-left: -100px;
  border: none;
  background: url("../img/game_button.png") 0px 0px no-repeat transparent;
  width: 200px;
  height: 45px;
}
#container-masonry .box.game:hover button,
.related_items .box.game:hover button {
  background: url("../img/game_button.png") 0px -44px no-repeat transparent;
  width: 200px;
  height: 45px;
}
#container-masonry .box.month,
.related_items .box.month {
  position: relative;
  width: 100%;
  height: 100px;
  line-height: 3em;
  text-align: center;
  background-color: #ccc;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: url("../img/bg_month.png") center no-repeat transparent;
  font-size: 32px;
  color: #b5b5ae;
}
#container-masonry .box.month:before,
.related_items .box.month:before,
#container-masonry .box.month:after,
.related_items .box.month:after {
  content: "";
  width: 15%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 1px #a09f99 solid;
  top: 50%;
  margin-top: -5px;
  left: 15%;
}
#container-masonry .box.month:after,
.related_items .box.month:after {
  left: auto;
  right: 15%;
}
@media (max-width: 1024px) {
  #container-masonry .box.month:before,
  .related_items .box.month:before {
    left: 10%;
  }
  #container-masonry .box.month:after,
  .related_items .box.month:after {
    right: 10%;
  }
}
@media (max-width: 600px) {
  #container-masonry .box.month:before,
  .related_items .box.month:before,
  #container-masonry .box.month:after,
  .related_items .box.month:after {
    display: none;
  }
}
#container-masonry .box.share,
.related_items .box.share {
  position: relative;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
}
#container-masonry .box.share .back,
.related_items .box.share .back,
#container-masonry .box.share .front,
.related_items .box.share .front {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#container-masonry .box.share .front,
.related_items .box.share .front {
  padding: 0;
  z-index: 2;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
#container-masonry .box.share .front h2,
.related_items .box.share .front h2 {
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  /*background-color: #333;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;*/

  color: rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #ffffff, 0px -1px 0px rgba(0, 0, 0, 0.2);
  color: #b8b8b1;
  font-size: 18px;
  border-bottom: 1px solid #c7c6c2;
  width: 120px;
  margin: 0 auto;
  padding: 35px 0 20px 0;
}
#container-masonry .box.share .front h2 span,
.related_items .box.share .front h2 span {
  color: #f17020;
}
#container-masonry .box.share .front button,
.related_items .box.share .front button {
  margin: 20px auto 0 auto;
  background: url("../img/share_btn.png") 0px 0px no-repeat transparent;
  width: 113px;
  height: 45px;
  border: none;
  text-indent: -999999px;
}
#container-masonry .box.share .front button:hover,
.related_items .box.share .front button:hover {
  background: url("../img/share_btn.png") 0px -45px no-repeat transparent;
  width: 113px;
  height: 45px;
}
#container-masonry .box.share .back,
.related_items .box.share .back {
  text-align: center;
  padding: 12% 50px;
  background-image: url('../img/bg_dark.png');
  background-repeat: repeat;
  -webkit-box-shadow: 0 0 20px #868686 inset;
  -moz-box-shadow: 0 0 20px #868686 inset;
  -o-box-shadow: 0 0 20px #868686 inset;
  box-shadow: 0 0 20px #868686 inset;
}
#container-masonry .box.share .back .hyves,
.related_items .box.share .back .hyves {
  margin: 0 18%;
}
#container-masonry .box.share .back .addthis_toolbox,
.related_items .box.share .back .addthis_toolbox {
  margin: 0px auto;
}
#container-masonry .box.share .back .addthis_toolbox p,
.related_items .box.share .back .addthis_toolbox p {
  position: relative;
  text-align: center;
  padding: 0  0px 0 0px;
  height: 30px;
  border-bottom: 1px solid #ddd;
}
#container-masonry .box.share .back .addthis_toolbox p .addthis_button_facebook_like,
.related_items .box.share .back .addthis_toolbox p .addthis_button_facebook_like {
  margin: 0 0 0 20px;
}
#container-masonry .box.share .back .addthis_toolbox p .addthis_button_tweet,
.related_items .box.share .back .addthis_toolbox p .addthis_button_tweet {
  margin: 0 12%;
  display: inline-block;
  width: 125px;
  text-align: center;
}
#container-masonry .box.share .back .addthis_toolbox p .addthis_counter,
.related_items .box.share .back .addthis_toolbox p .addthis_counter {
  margin: 0 20%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#container-masonry .box.share .back .addthis_toolbox p:after,
.related_items .box.share .back .addthis_toolbox p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
}
#container-masonry .box.disclaimer,
.related_items .box.disclaimer {
  display: none;
  cursor: pointer;
}
#container-masonry .box.disclaimer .content_disclaimer,
.related_items .box.disclaimer .content_disclaimer {
  width: 100%;
  height: 100%;
  padding: 45% 0;
  color: #f17020;
  font-family: 'brandon_bld', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#container-masonry .box.disclaimer .content_disclaimer:hover,
.related_items .box.disclaimer .content_disclaimer:hover {
  color: #000;
}
#container-masonry .box.future_divider,
.related_items .box.future_divider {
  width: 100%;
  height: 0px;
  line-height: 0px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#container-masonry .box.tweet,
.related_items .box.tweet {
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  position: relative;
  height: 100%;
}
#container-masonry .box.tweet header,
.related_items .box.tweet header {
  background: url("../img/tweet_box.png") center bottom no-repeat transparent;
  height: 50%;
  padding: 8% 30px 15% 30px;
}
#container-masonry .box.tweet header h2,
.related_items .box.tweet header h2 {
  color: #f17020;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 19px;
  margin: 0;
  padding: 0;
}
#container-masonry .box.tweet .content_tweet,
.related_items .box.tweet .content_tweet {
  height: 50%;
  position: relative;
  padding: 0px 30px;
}
#container-masonry .box.tweet .content_tweet #hash,
.related_items .box.tweet .content_tweet #hash {
  display: block;
  color: #C9C9C9;
  position: absolute;
  bottom: 55%;
  right: 40px;
}
#container-masonry .box.tweet .content_tweet #prefix,
.related_items .box.tweet .content_tweet #prefix {
  display: block;
  color: #C9C9C9;
  position: absolute;
  top: 5%;
  left: 44px;
  background-color: #fff;
}
#container-masonry .box.tweet .content_tweet textarea,
.related_items .box.tweet .content_tweet textarea {
  width: 100%;
  height: 50%;
  resize: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c2c1bb;
  padding: 22px 28px 22px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  -webkit-box-shadow: 0 5px 0 #f6f5f2 inset;
  -moz-box-shadow: 0 5px 0 #f6f5f2 inset;
  -o-box-shadow: 0 5px 0 #f6f5f2 inset;
  box-shadow: 0 5px 0 #f6f5f2 inset;
  margin-bottom: 5%;
}
#container-masonry .box.tweet .content_tweet #cb_tweet,
.related_items .box.tweet .content_tweet #cb_tweet {
  display: inline;
  margin-right: 10px;
  position: relative;
  top: 5px;
  margin-left: -28px;
}
#container-masonry .box.tweet .content_tweet button,
.related_items .box.tweet .content_tweet button {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  background-color: #fff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c2c1bb;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-box-shadow: 0 4px 0 #dddddd;
  -moz-box-shadow: 0 4px 0 #dddddd;
  -o-box-shadow: 0 4px 0 #dddddd;
  box-shadow: 0 4px 0 #dddddd;
}
#container-masonry .box.tweet .content_tweet button img,
.related_items .box.tweet .content_tweet button img {
  position: relative;
  top: 4px;
}
#container-masonry .box.tweet .content_tweet button:hover,
.related_items .box.tweet .content_tweet button:hover {
  background: #fff !important;
}
#container-masonry .box.tweet .content_tweet .count,
.related_items .box.tweet .content_tweet .count {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #b4b3ae;
  right: 40px;
  bottom: 25%;
}
#container-masonry .box.space,
.related_items .box.space {
  background-color: #f00;
  background-color: transparent;
}
#container-masonry .box.stats,
.related_items .box.stats {
  background-color: #fff;
  width: 480px;
  height: 240px;
}
#container-masonry .box.stats .content,
.related_items .box.stats .content {
  background: url("../img/bg.png") 0px 0px repeat #d0cfc9;
  background-size: 20% auto;
  position: absolute;
  width: 440px;
  height: 200px;
  top: 20px;
  left: 20px;
  margin-top: 0 !important;
}
#container-masonry .box.stats .content .visual,
.related_items .box.stats .content .visual {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background-color: #f2f1ed;
  border: 1px solid #d0d0d0;
  float: left;
  position: absolute;
  top: 50px;
  left: 50px;
}
#container-masonry .box.stats .content .divider,
.related_items .box.stats .content .divider {
  position: absolute;
  width: 49px;
  height: 2px;
  border-top: 1px solid #aeaeaa;
  background-color: #fff;
  top: 100px;
  left: 200px;
}
#container-masonry .box.stats .content .copy.game,
.related_items .box.stats .content .copy.game,
#container-masonry .box.stats .content .copy.tweets,
.related_items .box.stats .content .copy.tweets {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 33%;
}
#container-masonry .box.stats .content .copy.game span.data,
.related_items .box.stats .content .copy.game span.data,
#container-masonry .box.stats .content .copy.tweets span.data,
.related_items .box.stats .content .copy.tweets span.data {
  color: #eb5a1a;
  font-size: 50px;
  font-family: Arial;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background-color: #666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.6) 0px 2px 2px;
}
#container-masonry .box.stats .content .copy.game span.suffix,
.related_items .box.stats .content .copy.game span.suffix,
#container-masonry .box.stats .content .copy.tweets span.suffix,
.related_items .box.stats .content .copy.tweets span.suffix {
  top: 120px;
  width: 100%;
  color: #b6b6b2;
  font-size: 16px;
  font-family: Georgia;
  font-style: italic;
  text-align: center;
}
/* playlist */
#container-masonry .box.playlist,
.related_items .box.playlist {
  background-color: #ffffff;
  border: 20px #ffffff solid;
  overflow: visible;
}
#container-masonry .box.playlist .icon,
.related_items .box.playlist .icon,
#container-masonry .box.playlist .icon,
.related_items .box.playlist .icon {
  top: -20px;
}
#container-masonry .box.playlist header,
.related_items .box.playlist header {
  position: relative;
  background: #ffffff top center no-repeat;
  background-image: url('../img/huntelaar.png');
  background-size: 100% auto;
  width: 100%;
  height: 180px;
  overflow: hidden;
  /*padding-top: 10px;*/

  z-index: 2;
}
#container-masonry .box.playlist header .title,
.related_items .box.playlist header .title {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 45px;
  color: #f37020;
}
#container-masonry .box.playlist header span,
.related_items .box.playlist header span {
  background-color: #f2f1ed;
  padding-bottom: 3px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#container-masonry .box.playlist header img,
.related_items .box.playlist header img {
  margin-top: 7px;
}
#container-masonry .box.playlist header .time,
.related_items .box.playlist header .time {
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 1.5em;
  color: black;
}
#container-masonry .box.playlist header .time :before,
.related_items .box.playlist header .time :before {
  width: 40px;
  height: 1px;
  border-top: 2px #000 solid;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  z-index: 10;
}
#container-masonry .box.playlist .songs,
.related_items .box.playlist .songs {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  padding-top: 160px;
  overflow: hidden;
  background-color: #f2f1ed;
  border-top: 20px solid #fff;
  background-image: url('../img/bg_noise.png');
  background-repeat: repeat;
}
#container-masonry .box.playlist .songs :after,
.related_items .box.playlist .songs :after {
  content: "";
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 128px;
  left: 0;
}
#container-masonry .box.playlist .songs .song,
.related_items .box.playlist .songs .song {
  height: 120px;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.6em;
}
#container-masonry .box.playlist .songs .song .album_art,
.related_items .box.playlist .songs .song .album_art {
  width: 120px;
  height: 120px;
}
#container-masonry .box.playlist .songs .song .album_art .play_button,
.related_items .box.playlist .songs .song .album_art .play_button {
  width: 120px;
  height: 120px;
  background: transparent url('../img/play.png') center center no-repeat;
  cursor: pointer;
}
#container-masonry .box.playlist .songs .song .album_art .play_button.pauze,
.related_items .box.playlist .songs .song .album_art .play_button.pauze {
  background: transparent url('../img/pause.png') center center no-repeat;
}
#container-masonry .box.playlist .songs .song .text_container,
.related_items .box.playlist .songs .song .text_container {
  width: auto;
  bottom: auto;
  top: 0;
  left: 103px;
  right: 0;
  padding: 15px 10px 0px 25px;
  height: 120px;
  text-align: left;
  font-size: 15px;
  line-height: 18px;
  background: transparent url('../img/playlist_song.png') 0px center no-repeat;
  z-index: 0;
}
#container-masonry .box.playlist .songs .song .text_container .description,
.related_items .box.playlist .songs .song .text_container .description {
  margin: 0;
  font-variant: normal;
  font-style: italic;
  color: #babab6;
  font-size: 14px;
  padding: 0;
  height: 33px;
  overflow: hidden;
}
#container-masonry .box.playlist .songs .song .text_container .username,
.related_items .box.playlist .songs .song .text_container .username {
  margin: 0px 0;
  font-size: 100%;
  color: #c15818;
}
#container-masonry .box.playlist .songs .song img,
.related_items .box.playlist .songs .song img,
#container-masonry .box.playlist .songs .song canvas,
.related_items .box.playlist .songs .song canvas {
  height: 100%;
  float: left;
  margin-right: 20px;
}
#container-masonry .box.playlist .player_time,
.related_items .box.playlist .player_time {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: -22px;
  margin-right: 20px;
  color: #babab6;
  font-size: 14px;
}
#container-masonry .box.playlist .progressbarplay,
.related_items .box.playlist .progressbarplay {
  width: 150px;
  cursor: pointer;
  overflow: hidden;
  height: 8px;
  margin-bottom: 8px;
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, whiteSmoke, #f9f9f9);
  background-image: -ms-linear-gradient(top, whiteSmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whiteSmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whiteSmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whiteSmoke, #f9f9f9);
  background-image: linear-gradient(top, whiteSmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#container-masonry .box.playlist .progressbarplay .bar,
.related_items .box.playlist .progressbarplay .bar {
  cursor: pointer;
  background: #f37020;
  width: 0;
  height: 8px;
  color: white;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
#container-masonry .box.playlist button,
.related_items .box.playlist button {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -43px;
  border: none;
  text-indent: -999999px;
  cursor: pointer;
  z-index: 3;
  background: url("../img/white_arrow_down.png") 0px 0px no-repeat transparent;
  width: 86px;
  height: 32px;
}
#container-masonry .box.playlist button.prev,
.related_items .box.playlist button.prev {
  background: url("../img/white_arrow_up.png") 0px 0px no-repeat transparent;
  top: 167px;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
#footer {
  height: 0;
  width: 100%;
  background: url("../img/menu_noise.png") 0px 0px repeat #32322e;
}
button {
  cursor: pointer;
  outline: none;
}
button[disabled] {
  opacity: 0.5;
  cursor: default !important;
}
.placeholder {
  color: #aaa;
}
.loading:after {
  content: 'loading';
  text-indent: -9999999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) url('../img/loader.gif') center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
body.page-loader {
  overflow: hidden;
}
body.page-loader:after {
  content: 'loading';
  text-indent: -9999999px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8) url('../img/loader.gif') center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
body.page-loader:after {
  position: fixed;
  top: 0;
}
.load_more_container {
  position: relative;
  height: 100px;
  padding: 20px 0px;
  border-top: 1px solid #b5b4af;
  border-left: 2px solid #b5b4af;
  background-size: 20% auto;
  z-index: 99998;
  background: #cecec8 url('../img/bg_noise_noline.jpg') center center repeat;
}
.load_more_container #load_more,
.load_more_container #load_more_next {
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  font-family: 'brandon_blk', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 14px;
  line-height: 40px;
  color: #4b4a48;
  border: 1px solid #c1c0ba;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 6px 0px #c1c0ba;
  -moz-box-shadow: 0px 6px 0px #c1c0ba;
  box-shadow: 0px 6px 0px #c1c0ba;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.load_more_container #load_more:hover,
.load_more_container #load_more_next:hover {
  background: #fff;
  color: #f17020;
  border-color: #dbdbd7;
}
.load_more_container #load_more .icon_img,
.load_more_container #load_more_next .icon_img {
  width: 12px;
  height: 14px;
  position: relative;
  top: 3px;
  display: inline-block;
  background: transparent url('../img/refresh_icon.png') 0 0 no-repeat;
}
.load_more_container #load_more:hover,
.load_more_container #load_more_next:hover {
  background: #fff;
  color: #f17020;
  border-color: #dbdbd7;
}
.load_more_container #load_more:hover .icon_img,
.load_more_container #load_more_next:hover .icon_img {
  background-position: bottom;
}
.gridloader {
  position: relative;
  height: 100px;
  padding: 20px 0px;
  border-top: 1px solid #b5b4af;
  border-left: 2px solid #b5b4af;
  background-size: 20% auto;
  z-index: 99998;
  background: #cecec8 url('../img/bg_noise_noline.jpg') center center repeat;
  background: #efeee9;
  display: none;
}
.gridloader:after {
  content: 'loading';
  text-indent: -9999999px;
  width: 14px;
  height: 14px;
  background: transparent url('../img/grid_loader.gif') bottom center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -7px;
  z-index: 99999;
}
.item-loader {
  overflow: hidden;
  /*&:after{
	    content: 'loading';
	    text-indent: -9999999px;
	    width: 100%;
	    height: 100px;
	    background: rgba(0, 0, 0, 1) url('../img/loader.gif') center center no-repeat;
		.opacity(0.8);
	    position: fixed;
	    bottom:0;
	    left: 0;
	    z-index: 99999;
	}*/

}
.item-loader .gridloader {
  display: block;
}
.item-loader .load_more_container {
  display: none !important;
}
#at20mc {
  display: none!important;
}
/*.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
display: none !important;}*/
.box .fb_edge_widget_with_comment {
  overflow: hidden;
}
@media (min-width: 100px) {
  .container {
    max-width: 100%;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}
