.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon:empty {
  width: 1em;
}
.socicon-easid:before {
  content: "5";
}
.socicon-twitter:before {
  content: "a";
}
.socicon-facebook:before {
  content: "b";
}
.socicon-google:before {
  content: "c";
}
.socicon-pinterest:before {
  content: "d";
}
.socicon-foursquare:before {
  content: "e";
}
.socicon-yahoo:before {
  content: "f";
}
.socicon-skype:before {
  content: "g";
}
.socicon-yelp:before {
  content: "h";
}
.socicon-feedburner:before {
  content: "i";
}
.socicon-linkedin:before {
  content: "j";
}
.socicon-viadeo:before {
  content: "k";
}
.socicon-xing:before {
  content: "l";
}
.socicon-myspace:before {
  content: "m";
}
.socicon-soundcloud:before {
  content: "n";
}
.socicon-spotify:before {
  content: "o";
}
.socicon-grooveshark:before {
  content: "p";
}
.socicon-lastfm:before {
  content: "q";
}
.socicon-youtube:before {
  content: "r";
}
.socicon-vimeo:before {
  content: "s";
}
.socicon-dailymotion:before {
  content: "t";
}
.socicon-vine:before {
  content: "u";
}
.socicon-flickr:before {
  content: "v";
}
.socicon-500px:before {
  content: "w";
}
.socicon-instagram:before {
  content: "x";
}
.socicon-wordpress:before {
  content: "y";
}
.socicon-tumblr:before {
  content: "z";
}
.socicon-blogger:before {
  content: "A";
}
.socicon-technorati:before {
  content: "B";
}
.socicon-reddit:before {
  content: "C";
}
.socicon-dribbble:before {
  content: "D";
}
.socicon-stumbleupon:before {
  content: "E";
}
.socicon-digg:before {
  content: "F";
}
.socicon-envato:before {
  content: "G";
}
.socicon-behance:before {
  content: "H";
}
.socicon-delicious:before {
  content: "I";
}
.socicon-deviantart:before {
  content: "J";
}
.socicon-forrst:before {
  content: "K";
}
.socicon-play:before {
  content: "L";
}
.socicon-zerply:before {
  content: "M";
}
.socicon-wikipedia:before {
  content: "N";
}
.socicon-apple:before {
  content: "O";
}
.socicon-flattr:before {
  content: "P";
}
.socicon-github:before {
  content: "Q";
}
.socicon-chimein:before {
  content: "R";
}
.socicon-friendfeed:before {
  content: "S";
}
.socicon-newsvine:before {
  content: "T";
}
.socicon-identica:before {
  content: "U";
}
.socicon-bebo:before {
  content: "V";
}
.socicon-zynga:before {
  content: "W";
}
.socicon-steam:before {
  content: "X";
}
.socicon-xbox:before {
  content: "Y";
}
.socicon-windows:before {
  content: "Z";
}
.socicon-outlook:before {
  content: "1";
}
.socicon-coderwall:before {
  content: "2";
}
.socicon-tripadvisor:before {
  content: "3";
}
.socicon-netcodes:before {
  content: "4";
}
.socicon-lanyrd:before {
  content: "7";
}
.socicon-slideshare:before {
  content: "8";
}
.socicon-buffer:before {
  content: "9";
}
.socicon-rss:before {
  content: ",";
}
.socicon-vkontakte:before {
  content: ";";
}
.socicon-disqus:before {
  content: ":";
}
/*************************************/
/* ------------ MIX IN'S ----------- */
/*************************************/
.sans {
  font-family: Arial, helvetica, sans-serif;
}
.serif {
  font-family: Georgia, serif;
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.smartFill {
  width: 100%;
  max-height: 100%;
}
.ccnr {
  background-position: center center;
  background-repeat: no-repeat;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/vendor/backgroundsize.min.htc);
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.triggerGPU {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
/*************************************/
/* ------------ TRANSISIONS ------------ */
/*************************************/
/***************************************************************************************************************/
/* ----------- GLOBALS ------------*/
/***************************************************************************************************************/
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  background: black url('../img/hw_bg_blank@2x.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../js/vendor/backgroundsize.min.htc);
}
.container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  color: white;
  text-align: center;
  background-image: url("../img/noise@2x.jpg");
  background-size: 100px 100px;
  position: relative;
}
.container .logo {
  width: 100%;
  height: 40px;
  background-image: url("../img/title_mobile@2x.png");
  background-size: 250px 17px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.container h2 {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  color: #A70000;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 40px;
  margin-bottom: 0px;
}
.container h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: 14px;
  font-family: Arial, helvetica, sans-serif;
  text-shadow: 2px 2px 2px #000000;
}
.container h3 {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  color: #A70000;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.container .heritage {
  width: 180px;
  height: 57px;
  background: url("../img/heritage.jpg") center center no-repeat;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
body {
  padding: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: black;
}
@media only screen and (min-width: 600px) {
  .container h2 {
    font-size: 16px;
  }
  .container h4 {
    font-size: 18px;
  }
  .container h3 {
    font-size: 16px;
  }
  .container .col {
    display: inline-block;
    width: 45%;
    vertical-align: top;
  }
  .container .col.left {
    text-align: right;
    padding-right: 10px;
  }
  .container .col.right {
    text-align: left;
    padding-left: 10px;
  }
  .container .logo {
    height: 100px;
    margin-top: 10px;
    background-image: url("../img/title@2x.png");
    background-size: 500px 32px;
  }
}
