/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea {
  margin: 0; }


/* Clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * jQuery Blueberry Slider v0.4 BETA
 * http://marktyrrell.com/labs/blueberry/
 *
 * Copyright (C) 2011, Mark Tyrrell <me@marktyrrell.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 */
.blueberry {
  margin: 0 auto; }

.blueberry .slides {
  display: block;
  position: relative;
  overflow: hidden; }

.blueberry .slides li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.blueberry .slides li img {
  display: block;
  width: 100%;
  max-width: none; }

.blueberry .slides li.active {
  display: block;
  position: relative; }

.blueberry .crop li img {
  width: auto; }

.blueberry .pager {
  height: 40px;
  text-align: center; }

.blueberry .pager li {
  display: inline-block; }

.blueberry .pager li a,
.blueberry .pager li a span {
  display: block;
  height: 4px;
  width: 4px; }

.blueberry .pager li a {
  padding: 18px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.blueberry .pager li a span {
  overflow: hidden;
  background: #c0c0c0;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.blueberry .pager li.active a span {
  background: #404040; }

button {
  cursor: pointer; }

body {
  font-family: 'Montaga', times, serif;
  opacity: .99;
  color: #fff;
  background: black; }
  

/* ==============
    Page Specific Backgrounds
   ============== */
   
body.home, body.blog, body.game, body.multiplayer {
	background: black url('../images/masterbackground.jpg') top center repeat-y;	
}

.generic-text-gradient {
  color: #ffdc8e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}

.container {
  width: 100%; }
  .container .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .container .inner p {
    line-height: 1.5em;
    font-size: 1.1em;
    opacity: .99;
    font-family: 'Montaga', times, serif;
    margin: 15px 0;
    color: #DBD2BA;
    text-align: justify;
  }
  
  .container .inner.intro {
	margin-top: 20px;
  }
  
  .container .inner.intro h2 {
	font-size: 21px;
  }

.button {
  display: block;
  font-family: trajan-pro;
  text-align: center; }
  .button:link {
    color: #fff;
    text-decoration: none; }
  .button:visited {
    color: #fff;
    text-decoration: none; }

.omega-button, .generic-button {
  background: url("../images/button-omega.png") no-repeat;
  width: 152px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: trajan-pro;
  font-size: .75em;
  letter-spacing: .4em; }
  .omega-button.wide {
    background: url("../images/button-omega-wide.png") top center no-repeat;
    width: 190px;
    text-align: center;
    padding: 0 0 0 3px; }
  .omega-button:link, .generic-button:link {
    color: #fff;
    text-decoration: none; }
  .omega-button:visited, .generic-button:visited {
    color: #fff;
    text-decoration: none; }
#comments .next-previous .next {
    background: url("../images/comment_buttons/hide_comments.png");
    display: block;
    font-size: 23px;
    height: 29px;
    letter-spacing: 6px;
    line-height: 29px;
    margin: 50px auto auto;
    padding-left: 4px;
    width: 148px;
}
.generic-button {
  background: url("../images/button-generic.png") no-repeat;
  height: 15px;
  line-height: 15px; }
  .coming_soon_wrapper .generic-button {
      letter-spacing: 0.2em;
  }
  a.coming_soon,
  .coming_soon_wrapper .generic-button {
      cursor: default;
  }
  .generic-button.omega {
	line-height: 30px;
	height: 30px;
	background: url("../images/button-omega.png") no-repeat;	
}
  
.button-submit {
  background: url("../images/button-submit.jpg") top left repeat-x;
  width: 150px;
  height: 28px;
  border: 1px solid #3e3629;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  line-height: 1.7em;
  text-transform: uppercase;
  color: #ffdc8e;
  cursor: pointer; }
.button-submit .text {
  color: #ffdc8e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.button.more-content {
  background: url("../images/button-more-content.png") no-repeat;
  width: 254px;
  height: 32px;
  line-height: 2.1em;
  color: #ffdc8e;
  margin: 20px auto 20px auto;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }
  
.button.more-content .text-gradient {
  color: #ffdc8e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.meta {
  display: block;
  float: left;
  color: #81572e;
  font-size: .9em;
  padding-top: 5px;
  margin-left: 10px; }
  .meta .author {
    color: #afa283; }

.arrow {
  display: block;
  width: 61px;
  height: 39px; }
  .arrow.center {
    margin-left: auto;
    margin-right: auto; }

.clearfix {
  clear: both; }

.separator {
  max-width: 584px;
  height: 44px;
  margin: 30px auto 0 auto; }
  .separator.mini {
    max-width: 465px;
    height: 31px; }
  .separator img {
    width: 100%; }
  img.small-separator {
    width: auto;
    max-width: 100%;
    padding-left: 3px;
    margin: 0 auto;
    display: block;
  }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.uppercase {
  text-transform: uppercase; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.center {
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.full-width {
  width: 100%; }

.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

.big-bar-header {
  background: url("../images/big-bar-header-background2.png") no-repeat;
  height: 80px;
  width: 1131px;
  margin-left: auto;
  margin-right: auto; }
  .big-bar-header.wide {
    background: url("../images/title-bar-wide.png") no-repeat;
    height: 82px; }
  .big-bar-header img {
    position: relative;
    left: -50%;
    margin-left: -28px; }
  .big-bar-header h1 {
    top: -56px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 100%;
    width: 318px;
    font-size: 2em;
    text-align: center;
    padding-top: 11px;
    color: #c8b78c; }

.social {
  display: block;
  float: right;
  color: #c1864b;
  font-family: trajan-pro;
  font-size: 1em; }
  .social .clue, .social .likes, .social .share, .social .comments {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle; }
  .social a {
    color: #c1864b;
    text-decoration: none; }
    .social a:visited {
      color: #c1864b;
      text-decoration: none; }
  .social .clue {
    background: url("../images/clue.png");
    width: 28px;
    height: 27px; }
  .social .comments {
    color: #fff; }
  .social .share {
    margin-right: 10px; }
  .social .likes .count {
    color: #ccc; }
  .social.compact {
    margin-right: 10px; }
    .share .social-links li {
        margin-left: 3px;
        float: left;
    }

.standalone-header {
  width: 287px;
  height: 49px;
  background: url("../images/title-bar.png") no-repeat;
  text-align: center;
  color: #c8b993;
  font-size: 1.7em;
  line-height: 49px; }

.page-header {
  width: 100%; }
  .page-header .inner {
    text-align: center;
    font-family: trajan-pro;
    background: url("../images/gods/background-header.png") no-repeat;
    width: 1199px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    line-height: 2em;
    color: #c8b993;
    text-transform: uppercase; }

h1.generic, h2.generic, h3.generic {
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: trajan-pro; }

h1.generic {
  font-size: 2em; }

p.generic {
  color: #dbd2ba;
  line-height: 1.3em; }

ul.inline {
  display: inline; }
  ul.inline li {
    display: inline-block; }
	
ul.list-1 {
	margin-top: 2em;
}

	ul.list-1 li {
		line-height: 1.4em;
		padding-bottom:1em;
		font-size:.8em;
	}
	
		ul.list-1 li ul li {
		font-size:1em;
		}

.fb_iframe_widget {
  width: 207px; 
}

.fb_iframe_widget iframe {
  margin-top: 5px;
}

header#main-header {
  font-family: trajan-pro;
  text-transform: lowercase;
  background: url("../images/header/background-pattern.png") repeat; }
  header#main-header .mobile-nav {
    display: none; }
  header#main-header .crown-moulding {
    background: url("../images/header/background-spirals.png") repeat-x;
    width: 100%;
    height: 14px; }
  header#main-header .header-top {
    height: 63px; }
  header#main-header .inner {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    header#main-header .inner #logo {
      background: url("../images/header/logo.png") no-repeat;
      text-indent: -9999px;
      width: 163px;
      height: 34px;
      display: inline-block;
      margin-top: 15px; }
    header#main-header .inner .rise-of-the-warrior {
      position: absolute;
      right: 228px;
      top: 22px;
      font-size: .6em;
      line-height: 2.2;
      text-align: center;
      background: url("../images/header/button-rise.png") no-repeat;
      width: 172px;
      height: 31px; }
      header#main-header .inner .rise-of-the-warrior a {
        font-weight: bold;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block;
        color: #cab88b;
        text-decoration: none;
        text-transform: uppercase; }
        header#main-header .inner .rise-of-the-warrior a:visited {
          color: #cab88b;
          text-decoration: none;
          text-transform: uppercase; }
    header#main-header .inner .preorder {
      position: absolute;
      right: 0;
      top: 4px;
      width: 208px;
      height: 97px; }
      header#main-header .inner .preorder img {
        position: absolute; }
        header#main-header .inner .preorder img.desktop {
          display: block; }
        header#main-header .inner .preorder img.mobile {
          display: none; }
      header#main-header .inner .preorder a {
        color: #cab88b;
        text-decoration: none;
        position: relative;
        display: block;
        height: 93px; }
        header#main-header .inner .preorder a span {
          position: absolute;
          margin-left: 17px;
          font-weight: bold;
          bottom: 25%;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          header#main-header .inner .preorder a span.word {
            display: block;
            font-size: 23px;
            margin-top: 24px;
            padding-right: 90px;
            text-align: center;}
          
          /* These may conflict with observed iOS behavior */
          /*
          #pt-br_override header#main-header .inner .preorder a span.word {
              font-size: 13px;
              bottom: 24%;
          }
          #pl-pl_override header#main-header .inner .preorder a span.word {
              font-size: 13px;
              top: 3%;
          }
          */
          #de-at_override header#main-header .inner .preorder a span.word {
            padding-right: 94px;
          }
          #de-ch_override header#main-header .inner .preorder a span.word {
            padding-right: 94px;
          }
          #pt-br_override header#main-header nav#main-nav ul li a,
          #pt-pt_override header#main-header nav#main-nav ul li a {
              font-size: 15px;
          }
          #pl-pl_override header#main-header nav#main-nav ul li a {
              font-size: 14.4px;
          }
          #ru-ru_override header#main-header nav#main-nav ul li a {
              font-size: 15px;
          }
          #pt-pt_override header#main-header .inner .preorder.only-desktop a span.word,
          #pt-br_override header#main-header .inner .preorder.only-desktop a span.word,
          #it-it_override header#main-header .inner .preorder.only-desktop a span.word,
          #it-ch_override header#main-header .inner .preorder.only-desktop a span.word {
            bottom: 30%;
          }
          #it-it_override header#main-header .inner .preorder.only-mobile a span.word,
          #it-ch_override header#main-header .inner .preorder.only-mobile a span.word {
            bottom: 26%;
            font-size: 12px;
          }
          #fr-fr_override header#main-header .inner .preorder.only-desktop a span.word,
          #fr-ch_override header#main-header .inner .preorder.only-desktop a span.word,
          #fr-be_override header#main-header .inner .preorder.only-desktop a span.word,
          #fr-nl_override header#main-header .inner .preorder.only-desktop a span.word {
              padding-left: 5px;
          }
          #fr-fr_override header#main-header .inner .preorder.only-mobile a span.word,
          #fr-ch_override header#main-header .inner .preorder.only-mobile a span.word,
          #fr-be_override header#main-header .inner .preorder.only-mobile a span.word,
          #fr-nl_override header#main-header .inner .preorder.only-mobile a span.word {
              font-size: 13px;
              bottom: 36%;
          }
          #el-gr_override header#main-header .inner .preorder.only-desktop a span.word {
              padding-right: 95px;
              bottom: 27%;
          }
          #pl-pl_override header#main-header .inner .preorder.only-desktop a span.word {
              padding-right: 98px;
              bottom: 30%;
          }
          #ru-ru_override header#main-header .inner .preorder.only-desktop a span.word {
              padding-right: 94px;
              bottom: 26%;
          }
          #pt-br_override #jumbotron .inner .region-retailers a span {
              color: #CCC8BD;
              font-family: trajan-pro;
              font-size: 24px;
              font-weight: 200;
              letter-spacing: 3px;
              top: 38%;
          }
          header#main-header .inner .preorder a span.word_preorder {
            font-size: 15px;
            bottom: 28%; }
          header#main-header .inner .preorder a span.date {
            font-size: 1.5em; }
          header#main-header .inner .preorder a span.date_preorder {
            font-size: 1.5em;
            margin-top: 26px;
            bottom: 48%}
        header#main-header .inner .preorder a:visited {
          color: #cab88b; }
    header#main-header .inner .facebook-like {
      position: absolute !important;
      right: 588px !important;
      top: 23px !important;
      width: 160px !important; }
      header#main-header .inner .facebook-like ul {
        float: left !important;
        margin-right: 8px !important; }
      header#main-header .inner .facebook-like img {
        margin-right: 10px; }
      header#main-header .inner .facebook-like:after {
        content: " ";
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
        width: 1px;
        height: 42px;
        margin-right: 16px;
        background: -moz-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 60, 39, 0)), color-stop(100%, #523c27));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(82, 60, 39, 0) 0%, #523c27 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00523c27', endColorstr='#523c27',GradientType=0 );
        /* IE6-9 */ }
    header#main-header .inner .search {
      background: url("../images/header/search.png") no-repeat;
      width: 180px;
      height: 26px;
      position: absolute;
      right: 412px;
      top: 22px;
      /*&:after {
        content: " ";
        @include inline_block(middle);
        width: 1px;
        height: 42px;
        margin-right: 16px;
        background: -moz-linear-gradient(top,  rgba(82,60,39,0) 0%, rgba(82,60,39,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82,60,39,0)), color-stop(100%,rgba(82,60,39,1)));
        background: -webkit-linear-gradient(top,  rgba(82,60,39,0) 0%,rgba(82,60,39,1) 100%);
        background: -o-linear-gradient(top,  rgba(82,60,39,0) 0%,rgba(82,60,39,1) 100%);
        background: -ms-linear-gradient(top,  rgba(82,60,39,0) 0%,rgba(82,60,39,1) 100%);
        background: linear-gradient(to bottom,  rgba(82,60,39,0) 0%,rgba(82,60,39,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00523c27', endColorstr='#523c27',GradientType=0 );
      //}*/ }

        #searchResults{
            width: 174px;
            background: rgb(12, 7, 3);
            background: rgba(12, 7, 3, 0.8);
            color: white;
            position: absolute;
            top: 27px;
            left: 0px;
            z-index: 999999;
            display: none;
        }
        #searchResults .result{
           max-height: 85px;
           overflow: hidden;
           margin-bottom: 15px;
           padding: 5px;
        }
        #searchResults .result p{
            margin: 5px 0;
            font: 14px/14px trajan-pro;
            text-transform: none;
        }
        #searchResults a{
            color: white;
            font-family: trajan-pro;
            text-transform: none;
            text-decoration: none;
        }
      header#main-header .inner .search form {
        display: inline-block; }
        header#main-header .inner .search form input {
          background: transparent;
          border: transparent;
          color: #5f5045;
          padding: 5px;
          width: 146px;
          display: inline-block;
          outline: none;
          font-family: trajan-pro;
          font-size: 16px;
          line-height: 1em; }
        /* Temporary webkit solution for coloring input's placeholder */
       header#main-header .inner .search form input::-webkit-input-placeholder {
          color: #5f5045;
       }
        header#main-header .inner .search form button {
          width: 28px;
          height: 27px;
          background: url("../images/header/search.png") no-repeat -146px 0;
          border: none;
          display: inline-block;
          vertical-align: top; }
  header#main-header nav#main-nav {
    background: url("../images/header/background-leather.png") repeat-x;
    width: 100%;
    height: 45px;}
    header#main-header nav#main-nav ul {
      font-size: 1em;
      line-height: 42px;
      height: 42px; 
      text-transform: uppercase;}
      header#main-header nav#main-nav ul li {
        display: inline-block;
        text-align: center; }
          header#main-header nav#main-nav ul li:first-child:before {
            content: none; }
        header#main-header nav#main-nav ul li:before {
          content: " ";
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle;
          width: 1px;
          height: 42px;
          background: -moz-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 60, 39, 0)), color-stop(100%, #523c27));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(82, 60, 39, 0) 0%, #523c27 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00523c27', endColorstr='#523c27',GradientType=0 );
          /* IE6-9 */ }
        header#main-header nav#main-nav ul li:hover {
          background: url("../images/header/nav-glow.png") no-repeat center; }
        header#main-header nav#main-nav ul li a {
          font-weight: bold;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: bold;
          color: #EFDCB1;
          text-decoration: none;
          padding: 3px 19px 0 19px;}
        header#main-header nav#main-nav ul li.active a {
          color: #f1ddac;
          background: url("../images/header/nav-glow.png") no-repeat center; }
  header#main-header .rise-of-the-warrior-mobile {
    display: none;
    font-size: .8em; }
  header#main-header .highlight {
    background: url("../images/header/background-gold-highlight.png") repeat-x;
    height: 3px;
    width: 100%; }
  header#main-header .pattern {
    background: url("../images/header/background-pattern-nav.png") repeat-x;
    height: 11px;
    width: 100%; }
header#main-header nav#main-nav ul li:first-child a {
    padding: 3px 19px 0px 0px;
}
nav#sub-nav {
  font-family: trajan-pro;
  width: 100%;
  position: absolute;
  z-index: 3000;
  overflow: visible;
  display: none;
  height: 66px; }
  nav#sub-nav .inner {
    background: url("../images/header/background-sub-nav.png") repeat-x left bottom;
    width: 1180px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 1.2em;
    color: #cab88b;
    line-height: 42px;
    text-align: center; }
    nav#sub-nav .inner ul {
      display: none;
      line-height: 50px; }
      nav#sub-nav .inner ul li {
        display: inline-block;
        margin-right: 16px;
        font-size: .9em; }
        nav#sub-nav .inner ul li:first-child {
          margin-left: 0; }
          nav#sub-nav .inner ul li:first-child:before {
            content: none; }
        nav#sub-nav .inner ul li:before {
          content: " ";
          display: inline-block;
          *display: inline;
          zoom: 1;
          vertical-align: middle;
          width: 1px;
          height: 24px;
          margin-right: 16px;
          background: -moz-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 20%, #523c27 80%, rgba(82, 60, 39, 0) 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(82, 60, 39, 0)), color-stop(20%, #523c27), color-stop(80%, #523c27), color-stop(100%, rgba(82, 60, 39, 0)));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 20%, #523c27 80%, rgba(82, 60, 39, 0) 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 20%, #523c27 80%, rgba(82, 60, 39, 0) 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(82, 60, 39, 0) 0%, #523c27 20%, #523c27 80%, rgba(82, 60, 39, 0) 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(82, 60, 39, 0) 0%, #523c27 20%, #523c27 80%, rgba(82, 60, 39, 0) 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00523c27', endColorstr='#00523c27',GradientType=0 );
          /* IE6-9 */ }
        nav#sub-nav .inner ul li a {
          font-weight: bold;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: bold;
          color: #cab88b;
          text-decoration: none;
          text-transform: uppercase; }
		
		nav#sub-nav .inner ul li:hover {
          	background: url("../images/header/nav-glow.png") no-repeat center;
		}


#jumbotron {
  width: 100%; }
  #jumbotron .inner {
    width: 1185px;
    height: 563px;
    margin-left: auto;
    margin-right: auto;
    background: url("../images/jumbotron/carousel-background.png") no-repeat bottom left; }
    #jumbotron .inner .arrow {
      position: relative;
      top: -67px;
      left: 50%;
      margin-left: -37px;
      z-index: 2; }
    #jumbotron .inner .frames-border {
      width: 5px;
      height: 514px; }
      #jumbotron .inner .frames-border.left {
        float: left;
        background: url("../images/jumbotron/border-left.png") no-repeat bottom; }
      #jumbotron .inner .frames-border.right {
        float: right;
        background: url("../images/jumbotron/border-right.png") no-repeat bottom; }
    #jumbotron .inner .frames {
      float: left;
      position: relative; }
      #jumbotron .inner .frames .frame {
        width: 1175px;
        position: absolute;
        display: none; }
        #jumbotron .inner .frames .frame .frame_contents {
          position: relative; }
        #jumbotron .inner .frames .frame .copy {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        #jumbotron .inner .frames .frame h1, #jumbotron .inner .frames .frame h2, #jumbotron .inner .frames .frame h3 {
          font-family: trajan-pro;
          position: relative;
          text-align: center;
          text-shadow: 1px 1px 3px #000000; }
        #jumbotron .inner .frames .frame p, #jumbotron .inner .frames .frame .omega-button {
          font-family: trajan-pro;
          position: relative;
          max-width: 800px;
          /* Prevent element from causing side scrolling because of <br> not having impact on element width */ }
        #jumbotron .inner .frames .frame img {
          width: 100%; }
        #jumbotron .inner .frames .frame.frame1 h1 {
          font-size: 3.5em;
          left: -269px;
          top: 107px;
          margin: 0;
          /*letter-spacing: -0.1em; */
          }
        #jumbotron .inner .frames .frame.frame1 h1 span {
          font-size: 1.3em; }
        #jumbotron .inner .frames .frame.frame1 h2 {
          font-size: 2.2em;
          left: -280px;
          top: 109px;
          margin: 0; }
        #jumbotron .inner .frames .frame.frame1 p {
          text-align: justify;
          top: 129px;
          left: 136px;
          letter-spacing: .04em;
          line-height: 1.3em;
          color: #2e1f11;
          font-size: .9em;
          font-weight: bold; }
        #jumbotron .inner .frames .frame.frame1 .omega-button {
          bottom: -152px;
          left: 228px;
          font-size: .7em;}
        #jumbotron .inner .frames .frame.frame2 {
          display: none; }
          #jumbotron .inner .frames .frame.frame2 h1, #jumbotron .inner .frames .frame.frame2 h2, #jumbotron .inner .frames .frame.frame2 h3 {
            left: -275px; }
          #jumbotron .inner .frames .frame.frame2 h3 {
            font-size: 2.6em;
            top: 75px; }
          #jumbotron .inner .frames .frame.frame2 h2 {
            font-size: 3.5em;
            top: 70px;
            line-height: .95em; }
          #jumbotron .inner .frames .frame.frame2 h1 {
            font-size: 6.8em;
            top: 81px;
            line-height: 1em; }
          #jumbotron .inner .frames .frame.frame2 p {
            top: 90px;
            left: 100px;
            width: 460px;
            font-size: 14px;
            line-height: 21px; }
          #jumbotron .inner .frames .frame.frame2 .omega-button {
            bottom: -110px;
            left: 227px;
            letter-spacing: 2px; }
        #jumbotron .inner .frames .frame.frame3 {
          display: none; }
          #jumbotron .inner .frames .frame.frame3 h1, #jumbotron .inner .frames .frame.frame3 h2, #jumbotron .inner .frames .frame.frame3 h3 {
            left: -275px; }
          #jumbotron .inner .frames .frame.frame3 h3 {
            font-size: 1.5em;
            top: 186px; }
          #jumbotron .inner .frames .frame.frame3 h2 {
            font-size: 2em;
            top: 189px; }
          #jumbotron .inner .frames .frame.frame3 h1 {
            font-size: 4.6em;
            top: 187px; }
          /*#jumbotron .inner .frames .frame.frame3 h2 {
            font-size: 2.6em;
            top: 189px; }
          #jumbotron .inner .frames .frame.frame3 h1 {
            font-size: 4.5em;
            top: 187px; }*/
          #jumbotron .inner .frames .frame.frame3 p {
            top: 209px;
            left: 112px;
            color: white;
            width: 454px;
            line-height: 21px;
            font-size: 14px; }
          #jumbotron .inner .frames .frame.frame3 .omega-button {
            bottom: -232px;
            left: 233px; }
        #jumbotron .inner .frames .frame.frame4 {
          display: none; }
          #jumbotron .inner .frames .frame.frame4 h1, #jumbotron .inner .frames .frame.frame4 h2, #jumbotron .inner .frames .frame.frame4 h3 {
            left: -275px; }
          #jumbotron .inner .frames .frame.frame4 h3 {
            font-size: 1.3em;
            top: 142px; }
          #jumbotron .inner .frames .frame.frame4 h2 {
            font-size: 2.2em;
            top: 136px; }
          #jumbotron .inner .frames .frame.frame4 h1 {
            font-size: 3.5em;
            top: 146px;
            letter-spacing: 1px; }
          #jumbotron .inner .frames .frame.frame4 h1 span {
            font-size: 1.15em; }
          #jumbotron .inner .frames .frame.frame4 p {
            top: 163px;
            left: 85px;
            font-size: 14px;
            line-height: 19px;
            width: 450px; }
          #jumbotron .inner .frames .frame.frame4 .omega-button {
            bottom: -179px;
            left: 227px;
            font-size: .7em; }
    #jumbotron .inner.feature {
      height: 520px; }
      #jumbotron .inner.feature.tall_video {
      height: 539px; }
      #jumbotron .inner.feature .frames-border.left, 
      #jumbotron .inner.feature .frames-border.right {
        height: 471px; }
      #jumbotron .inner.feature.tall_video .frames-border.left, 
      #jumbotron .inner.feature.tall_video .frames-border.right {
        height: 492px; }
      #jumbotron .inner.feature .content, 
      #jumbotron .inner.feature .description {
        vertical-align: middle;
        display: inline-block;
        height: 471px; }
      #jumbotron .inner.feature.tall_video .content, 
      #jumbotron .inner.feature.tall_video .description {
        vertical-align: middle;
        display: inline-block;
        height: 490px; }
      #jumbotron .inner.feature .content {
        width: 824px; }
      #jumbotron .inner.feature .description_background {
        background: url("../images/jumbotron/background-description.jpg") no-repeat;
      }
      #jumbotron .inner.feature .description {
        background: url("../images/jumbotron/background-description.jpg") no-repeat;
        width: 341px;
        padding-left: 28px;
        padding-right: 28px; }
       #jumbotron .inner.feature.tall_video .description{
          width: 350px !important;
          background: url("../images/jumbotron/background-description.jpg") no-repeat scroll 0 0 / 350px 490px transparent !important;
       }
       #jumbotron .inner.feature .description_background .description {
       	background: none;
       	width: 345px;

       }
       #jumbotron .inner.feature .description_background .description .omega-button {
       	margin: auto;
       }
       #jumbotron .inner.feature .description_background .content {
       	float: right;
       	overflow: hidden;
       }
       #jumbotron .inner.feature .description_background .right {
       	float: right;
       	background-position: left top;
    	width: 5px;
       }
        #jumbotron .inner.feature .description h1, #jumbotron .inner.feature .description h2, #jumbotron .inner.feature .description h3, #jumbotron .inner.feature .description h4 {
          color: #FFF;
          font-family: trajan-pro;
          text-transform: uppercase; }
        #jumbotron .inner.feature .description h1 {
          font-size:2.9em;
          margin-top: 120px; }
        #jumbotron .inner.feature .description h4 {
          font-size: 15px;
          font-weight: 100; }
        #jumbotron .inner.feature .description p {
          font-family: trajan-pro;
          margin-top: 45px;
          color: #dbd2ba;
          margin-bottom: 30px;
          line-height: 1.3em; }
      #jumbotron .inner.feature .meta, 
      #jumbotron .inner.feature .social,
      #jumbotron .inner .social {
        margin-top: 8px; }
  #jumbotron .background {
    z-index: 1;
    position: relative;
    top: -56px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
    /*display: block;*/ }
  #jumbotron .carousel-nav {
	   width: 521px;
	    margin-left: auto;
    	margin-right: auto;
    text-align: center;
    height: 59px;
    margin-top: -2px;
    padding-top: 13px;
    padding-right: 15px;
	
    position: relative;
    z-index: 2; }
    #jumbotron .carousel-nav li {
      width: 28px;
      height: 27px;
      display: inline-block;
      margin: 0 6px;
      z-index: 4;
      background: transparent url("../images/jumbotron/nav-sprite.png") no-repeat left top;
      cursor: pointer; }
      #jumbotron .carousel-nav li:hover, #jumbotron .carousel-nav li.active {
        background-position: left bottom; }
    #jumbotron .carousel-nav.mobile li {
      width: 32px;
      height: 31px;
      background: transparent url("../images/jumbotron/nav-carousel-right.png") no-repeat left top; }
    #jumbotron .carousel-nav.mobile li:first-child {
      background: transparent url("../images/jumbotron/nav-carousel-left.png") no-repeat left top; }

#promos {
  margin-top: 40px;
  margin-bottom: 100px; }
  #promos .inner {
    width: 1212px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    background: url("../images/promos/promos-background.jpg") no-repeat; }
  #promos ul li {
    display: inline;
    float: left;
    width: 389px;
    height: 296px;
    margin-left: 2px;
    overflow:hidden;
    font-family: trajan-pro;
    text-align: center;
    letter-spacing: -0.2em;
    text-shadow: 2px 2px 5px #444; }
    #promos ul li .omega-button {
      position: relative;
      top: 250px;
      margin-left: auto;
      margin-right: auto;
      float: none; }
    #promos ul li.join {
      background: url("../images/promos/promo1.jpg") no-repeat center; }
      #promos ul li.join h1 {
        font-size: 2.7em;
        letter-spacing: 0;
        line-height: 1em;
        height: 39px; }
      #promos ul li.join h2 {
        padding-top: 120px;
        font-size: .95em;
        letter-spacing: 0;
        line-height: 1.6em; }
      #promos ul li.join p {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 16px;
        padding: 0 61px; }
      #promos ul li.join .omega-button {
        top: 8px; }
    #promos ul li.timeline {
      background: url("../images/promos/promo2.jpg") no-repeat center; }
      #promos ul li.timeline h1 {
        font-size: 2.1em;
        padding-top: 100px;
        letter-spacing: 0; }
      #promos ul li.timeline h2 {
        font-size: 1.8em;
        letter-spacing: 0;
        line-height: 1.3em; }
      #promos ul li.timeline h3 {
        font-size: 1.2em;
        letter-spacing: 0;
        line-height: 1.2em; }
      #promos ul li.timeline h4 {
        font-size: 1.3em; }
      #promos ul li.timeline .omega-button {
        top: 66px; }
    #promos ul li.buy {
      background: url("../images/promos/promo3.jpg") no-repeat center; }
      #promos ul li.buy h1 {
        padding-top: 130px;
        font-size: 2.8em;
        letter-spacing: 0px;
        line-height: .85em; }
      #promos ul li.buy h2 {
        font-size: 1.5em;
        letter-spacing: 0;
        line-height: 1.1em; }
      #promos ul li.buy .omega-button {
        top: 15px;
        font-size: .7em; }

.row-feature {
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: trajan-pro; }
  .row-feature .image {
    width: 565px;
    height: 258px; }
  .row-feature h1, .row-feature h2, .row-feature h3, .row-feature h4 {
    text-align: center;
    text-transform: uppercase;
    color: #cfcbc1; }
  .row-feature h1 {
    font-size: 3.4em; }
  .row-feature h2 {
    font-size: 2.8em;
    margin-bottom: -2px; }
  .row-feature h3 {
    font-size: 2em; }
  .row-feature h4 {
    font-size: 1.0em; }
  .row-feature p {
    font-family: 'Montaga', times, serif;
    line-height: 1.5em;
    font-size: 1.1em;
    margin: 15px 0;
    color: #dbd2ba;
    text-align: justify; }
	
  .row-feature.first {
	margin-top: 25px;
  }
  .row-feature .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 110px; }
    .row-feature .inner.compact {
      width: 1100px; }
    .row-feature .inner .social-counts {
      width: 100%;
      margin-top: 40px;
      font-weight: bold;
      font-size: .9em; }
      .row-feature .inner .social-counts .social-count {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        width: 33%; }
        .row-feature .inner .social-counts .social-count.likes {
          text-align: right; }
      .row-feature .inner .social-counts .label {
        color: #8e6235; }
    .row-feature .inner .meta {
      margin-left: 0; }
    .row-feature .inner .column-image {
      float: left; }
      .row-feature .inner .column-image .thin-border {
        border: 1px solid #271e17;
        padding: 10px; }
        .row-feature .inner .column-image .thin-border .thick-border {
          border: 13px solid #281f16;
          position: relative; }
        .row-feature .inner .column-image .thin-border .thick-border.fitted {
          width: 566px;
          height: 258px; }
          .row-feature .inner .column-image .thin-border .thick-border .spaceball {
            position: static; }
          .row-feature .inner .column-image .thin-border .thick-border .breakout {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%; }
    .row-feature .inner .column-copy {
      margin: 0 0 0 617px;
      width: 330px; }
    .row-feature .inner .column-meta-small {
      margin: -15px 0 0 0;
      width: 330px;
      float: left; }
    .row-feature .inner .column-meta-large {
      width: 617px;
      margin: -15px 0 0 0;
      float: left; }
    .row-feature .inner .generic-button {
      margin: 25px auto 0px auto; }
  .row-feature.alt .inner .column-image {
    margin-right: 55px;
    float: right; }
  #legacy_bundle.row-feature .inner .column{
    margin: 0;
    width: auto;
  }
  #legacy_bundle.row-feature .inner{
    padding-left: 0;
  }
  body.home .row-feature.alt .inner .column-image, 
  body.blog .row-feature.alt .inner .column-image {
    margin-right: 140px;
  }
  
  .row-feature.alt .inner .column-copy {
    margin-left: 0;
    margin-right: 657px; }
  
	.divider-1 {
		background: url('../images/content-separator.png') top center no-repeat;
		padding-top:85px;
	}
	
	.divider-2 {
		background: url('../images/content-separator.png') top center no-repeat;
		padding-top:50px;
	}

.home .thin-border .thick-border a{
    display: block;
    line-height: 0;
} 
#olympus h1, #olympus h2 {
  margin-left: 20px; }

#clash {
  margin-top: 100px; }
  #clash h1 {
    margin-left: 0px; }
  #clash h2 {
    font-size: 2.4em;
    margin-left: 20px; }

    footer#main-footer {
      font-family: trajan-pro;
      font-size: .8em; }
      footer#main-footer .separator {
        width: 781px;
        height: 12px;
        margin: 30px auto 30px auto;
      }
      footer#main-footer a {
        color: #3d3d3d; }
      footer#main-footer .crown-moulding {
        background: url("../images/header/background-spirals.png") repeat-x;
        width: 100%;
        height: 14px;
        float: left; }
      footer#main-footer .inner {
        width: 810px;
        margin: 30px auto 30px auto; }

        footer#main-footer .inner.logoContainer{
            width: 950px;
        }

        footer#main-footer .inner.logoContainer .logos li.rating-18 {
            height: 86px;
            padding-bottom: 92px;
        }

        footer#main-footer .inner .divider-vertical {
          background: url("../images/divider-vertical.jpg") top left no-repeat;
          width: 1px;
          height: 46px;
          float: left;
          margin: 20px 25px 0 25px; 
        }
        footer#main-footer .inner .language-container {
          width: 220px;
          padding: 0 0 0 60px;
          float: left;
          font-family: trajan-pro;
          text-transform: uppercase;
          font-size: 13px;
		  margin-left: 70px;
        }
        footer#main-footer .inner .language-container .text {
          margin: 38px 0 0 0;
          float: left;
          color: #5b452d;
        }
		
        footer#main-footer .inner .language-container .dropdown {
          width: 63px;
          height: 26px;
          padding: 12px 0 0 0px;
          margin: 28px 0 0 0px; 
          float: left;
        }
		
		footer#main-footer .inner .language-container .dd-container .dd-select {
			border: none !important;
		}
		
		footer#main-footer .inner .language-container .dd-container .dd-selected {
			padding: 5px 0 0 0;
		}
               footer#main-footer .inner .language-container .dropdown .dd-select {
                  border: none !important;
                  height: 25px !important; 
                }
                footer#main-footer .inner .language-container .dropdown .dd-selected-image {
                  position: absolute;
                  left: 8px;
                }
		
        footer#main-footer .inner .i18n-social {
          color: #5b452d;
          margin-top: 30px;
          text-align: center;
          float: left; }
          footer#main-footer .inner .i18n-social p.label, footer#main-footer .inner .i18n-social ul, footer#main-footer .inner .i18n-social li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle; }
          footer#main-footer .inner .i18n-social p.label {
            font-family: trajan-pro;
            font-size: 13px;
            margin-right: 8px; }
        footer#main-footer .inner .facepile-container {
          width: 250px;
          float: left; 
		  margin-top:30px;
		  height:70px;
		  overflow:hidden;
		  }
        footer#main-footer .inner .logos {
          margin-bottom: 40px;
          text-align: center; }
          footer#main-footer .inner .logos li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin: 0 10px; }

        footer#main-footer .inner .logos li.dts img{
            margin-bottom: 40px;
        }  
        footer#main-footer .inner .logos li.privacy img {
            margin-bottom: 33px;
        }
        footer#main-footer .inner .copyright {
          margin-bottom: 20px;
          color: #3d3d3d;
          font-family: Helvetica, Verdana, sans-serif; }
        footer#main-footer .inner .terms {
          color: #3d3d3d;
          font-family: Helvetica, Verdana, sans-serif;}

.social-links li a {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  float: left; }
  .social-links li a.twitter {
    background: url("../images/footer/twitter.png") no-repeat; }
  .social-links li a.facebook {
    background: url("../images/footer/facebook.png") no-repeat; }
  .social-links li a.google {
    background: url("../images/footer/google.png") no-repeat; }

.dd-container {
  float: left;
  margin-left: 15px;
  margin-top: -8px; }
  .dd-container .dd-select {
    border: 1px solid #352f21;
    padding-left: 15px;
    background: #000;}
    
  .location .dd-container .dd-select {
    padding-left: 10px;}
    .dd-container .dd-select .dd-selected {
      padding: 0; }
      .dd-container .dd-select .dd-selected .dd-selected-text {
        line-height: 32px; }
    .dd-container .dd-select .dd-pointer-down {
      border-top: solid 5px #d7c89b; }
    .dd-container .dd-select .dd-pointer-up {
      border-bottom: solid 5px #d7c89b; }

#gods-list {
  width: 100%; }
  #gods-list .inner {
    margin-left: auto;
    margin-right: auto;
    width: 1180px; }
    #gods-list .inner ul {
      display: inline-block;
      margin-top: 20px; }
      #gods-list .inner ul li {
        display: inline-block;
        vertical-align: top;
        width: 280px;
        margin-left: 16px; }
        #gods-list .inner ul li:first-child {
          margin-left: 0; }
        #gods-list .inner ul li img {
          border: 1px solid #392819; }
        #gods-list .inner ul li .name {
          margin-top: 3px;
          font-family: trajan-pro;
          text-transform: uppercase; }
        #gods-list .inner ul li p {
          margin-top: 10px;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
          color: #dbd2ba; }

body.the-gods{
    background-image: url(../images/multiplayer/favorofthegods/modes-background.jpg);
}

#callout {
  margin-top: 50px; }
  #callout .inner {
    display: block;
    width: 100%;
    background: url("../images/gods/background-callout.png");
    padding-top: 20px;
    padding-bottom: 20px; }
    #callout .inner p {
      text-align: center;
      font-family: trajan-pro; }
  #callout img {
    position: relative;
    top: -6px; }

h3.bullet {
  background: url(../images/bullet.png) no-repeat 0 50% transparent;
  padding-left: 30px;
  text-align: left;
}

.thin-border {
  margin-bottom: 15px; }

ul.gods-and-modes {
  margin-left: 13px; }
  ul.gods-and-modes li {
    width: 142px;
    text-align: center; }


#olympus {
  margin-top: 75px; }

sup {
	/* reinstated */
	vertical-align: super;
	font-size: 100%;
}

#coming-soon-overlay {
	background: black url("../images/COMINGSOON.jpg") center center no-repeat;	
	width:100%;
	height:100%;
	z-index: 200;
	position:absolute;
	top:0;
	left:0;
}
.hidden {
	display: none;
	visibility: hidden;
	height: 0px;
	width: 0px;
}
#official_rules {
	margin-right: 100px;
}
#official_rules .inner {
	width: 850px;
	line-height: 21px;
}
#official_rules li {
	margin: 20px 0 20px 35px;
}
#official_rules h1 {
	font-family: 'Montaga', times, serif;
	color: #DBD2BA;
	font-size: 2.5em;
	opacity: .99;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
	text-transform: none;
}
#official_rules strong {
	font-weight: bold;
}
#official_rules .centered {
	text-align: center;
}
#official_rules table {
	margin-top: 10px;
	width: 100%;
	text-align: left;
}
#official_rules td,
#official_rules th {
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-left: 2px solid #999;
	padding: 1px 5px 1px 8px;
}
#official_rules tr {
	border-bottom: 2px solid #999;
}
#official_rules .footnote {
	font-weight: bold;
}
#official_rules .footnote_title {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}
#feature .official_rules p {
	font-size: 20px;
	text-align: center;
}
#feature .official_rules a {
	color: #9D9582;
	text-shadow: 1px 1px 5px #000000;
	text-transform: uppercase;
}
p.gow{
    font-family: 'Montaga', times, serif;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
#jumbotron.beta .content{
   background: url("../images/beta/betaBannerBG.jpg") no-repeat;
   width: 1175px;
   height: 270px;
}
#jumbotron.beta .inner{
    height: 318px;
}
#jumbotron.beta .inner .frames-border{
    height: 273px
}
#jumbotron.beta h1{
    font: 52px trajan-pro;
    color: #CDCBC2;
    text-align: center;
    margin-top: 40px;
}
#jumbotron.beta p{
    color: white;
    font: 18px trajan-pro;
    text-align: center;
}
#jumbotron.beta p.betaCode{
    font-size: 36px;
    margin-top: 15px;
}
#jumbotron.beta p.betaDates{
    font-size: 12px;
}
#rewardInfo{
    width: 1185px;
    margin-left: auto;
    margin-right: auto;
}
#rewardInfo img{
    margin-left: 80px;
}
#rewardInfo .hitArea{
  display: block;
  height: 28px;
  left: 1018px;
  position: absolute;
  top: 584px;
  width: 217px;
  background: none repeat scroll 0 0 transparent;
}
#jumbotron.beta h1.notUS{
    margin-top: 0px;
}
.betaWelcome.notUS{
    font-size: 15px !important;
    width: 1035px;
    margin-left: auto;
    margin-right: auto;
}
#jumbotron.beta p.betaCode.notUS{
    margin-top: 7px;
}
#betaHeaderInfo .inner{
  width: 1175px;
  height: 220px;
  background-image: url("../images/beta/betaInfoBanner.jpg");
  background-repeat: no-repeat;
  padding: 15px;
}
#left{
  width: 377px;
  height: 177px;
  float: left;
}
#left h1, #right h1{
  color: white;
  font: 22px trajan-pro;
  text-align: center;
  letter-spacing: 5px;
}
#left h1{
  margin: 50px 0 20px 97px;
}
#left .omega-button{
  margin-left: 134px;
}
#right .omega-button{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
#right{
  width: 740px;
  float: right;
  height: 200px;
  padding-top: 11px;
}
#right p{
  text-align: center;
  color: #b8a67b;
  font: 12px trajan-pro;
}
#country-select {
	height: 35px;
	z-index: 5;
	overflow: visible;
}
#country-select ul.dd-click-off-close li {
	background: #000;
}

footer#main-footer .inner .mobile-logos{
  display: none;
}

footer#main-footer .inner .legal-agegate-mobile{
  text-transform: uppercase;
  display: none;
  margin-bottom: 20px;
  color: #545454;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 10.5px;
  letter-spacing: -0.06em;
}

.home #jumbotron .inner .frames .frame.frame3 .getinthebeta h1{
  font-size: 48px;
}

.home #jumbotron .inner .frames .frame.frame3 h2{
  font-size: 63px;
}

.home #jumbotron .inner .frames .frame.frame2 .strategybasic h1{
  font-size: 63px;
}

.home #jumbotron .inner .frames .frame.frame3 .getinthebeta h3{
  font-size: 23px;
  left: -5px;
  top: 202px;
  width: 634px;
}

.home #jumbotron .inner .frames .frame.frame3 .getinthebeta .copy{
  left: 40px;
}

#jumbotron .inner .frames .frame.frame3 .getinthebeta2 .copy{
  left: 0px!important;
  top: 115px;
}

#jumbotron .inner .frames .frame.frame3 .newsptrailer .copy{
  left: 0px;
  top: 115px;
}

#jumbotron .inner .frames .frame .frame-contents.riseofthewarrior h3{
  font-size: 26px; 
  margin-top:5px;
}

#jumbotron .inner .frames .frame .frame-contents.riseofthewarrior h2{
  font-size: 36px;
}

#jumbotron .inner .frames .frame .frame-contents.riseofthewarrior h1{
  font-size: 58px;
}

.desktop-main-nav{
  display: block;
}

.mobile-main-nav{
  display: none;
}

.jumbo-mobile-image{
  display: none;
}

.blog-main-image-link-mobile{
  display: none;
}

.only-mobile{
  display: none;
}

#connect .title {
    margin:
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px) {
    
    body#pl-pl_override header#main-header .inner .preorder a span.word, 
    body#pt-pt_override header#main-header .inner .preorder a span.word, 
    body#pt-br_override header#main-header .inner .preorder a span.word {
        font-size: 10px;
        top: 8%;
        padding-left: 5px;
    }
    body#es-es_override header#main-header .inner .preorder a span.word, 
    body#es-mx_override header#main-header .inner .preorder a span.word {
        font-size: 10px;
        top: 17%;
        padding-left: 5px;
    }
    body#fr-ch_override header#main-header .inner .preorder a span.word, 
    body#fr-fr_override header#main-header .inner .preorder a span.word,
    body#fr-be_override header#main-header .inner .preorder a span.word, 
    body#fr-nl_override header#main-header .inner .preorder a span.word {
        font-size: 10px;
        top: 14%;
        padding-left: 0px;
    }
    body#it-ch_override header#main-header .inner .preorder a span.word, 
    body#it-it_override header#main-header .inner .preorder a span.word {
        font-size: 10px;
        top: 5%;
        padding-left: 0px;
    }
    body#de-at_override header#main-header .inner .preorder a span.word,
    body#de-ch_override header#main-header .inner .preorder a span.word {
        padding-left: 6px;
    }
}


#es-es_override header#main-header .inner .preorder a span.word,
  #es-mx_override header#main-header .inner .preorder a span.word,
  #fr-fr_override header#main-header .inner .preorder a span.word,
  #it-it_override header#main-header .inner .preorder a span.word,
  #fr-ch_override header#main-header .inner .preorder a span.word,
  #it-ch_override header#main-header .inner .preorder a span.word,
  #fr-be_override header#main-header .inner .preorder a span.word,
  #fr-nl_override header#main-header .inner .preorder a span.word,
  #pl-pl_override header#main-header .inner .preorder a span.word,
  #pt-pt_override header#main-header .inner .preorder a span.word,
  #pt-br_override header#main-header .inner .preorder a span.word {
    font-size: 18px;
    padding-right: 96px;
    bottom: 40%;
  }
  #pt-br_override header#main-header .inner .preorder a span.word {
      font-size: 13px;
      top: 10%;
  }
  
  body header#main-header .inner .preorder.only-mobile a span.word{
      top: 5%;
  }
  
.centered_button {
    text-align: center;
}
.centered_button a {
    display: block;
    width: 1200px;
    margin: auto;
}
@media all and (max-width: 767px){
  .only-desktop{
    display: none;
  }

  .only-mobile{
    display: block;
  }
    .centered_button a {
        display: inline;
        width: auto;
    }
  #es-es_override header#main-header .inner .preorder a span.word,
  #es-mx_override header#main-header .inner .preorder a span.word,
  #fr-fr_override header#main-header .inner .preorder a span.word,
  #it-it_override header#main-header .inner .preorder a span.word,
  #fr-ch_override header#main-header .inner .preorder a span.word,
  #it-ch_override header#main-header .inner .preorder a span.word,
  #fr-be_override header#main-header .inner .preorder a span.word,
  #fr-nl_override header#main-header .inner .preorder a span.word,
  #pl-pl_override header#main-header .inner .preorder a span.word,
  #pt-pt_override header#main-header .inner .preorder a span.word,
  #pt-br_override header#main-header .inner .preorder a span.word {
    font-size: 18px;
    padding-right: 96px;
    bottom: 6%;
  }
  #pt-br_override header#main-header .inner .preorder a span.word {
      font-size: 13px;
      top: 3%;
  }
    footer#main-footer .inner .legal-agegate-mobile {
        margin-bottom: 0px;
    }
    footer#main-footer .inner .terms a {
        line-height: 20px;
    }
  #ru-ru_override header#main-header nav#main-nav ul li .submenu-item-content a,
  #pt-br_override header#main-header nav#main-nav ul li .submenu-item-content a, 
  #pt-pt_override header#main-header nav#main-nav ul li .submenu-item-content a
  header#main-header nav#main-nav ul li .submenu-item-content a {
      line-height: 19px;
  }
    #it-ch_override header#main-header .inner .preorder a span.word, 
    #it-it_override header#main-header .inner .preorder a span.word, 
    #fr-ch_override header#main-header .inner .preorder a span.word, 
    #fr-fr_override header#main-header .inner .preorder a span.word,
    #fr-be_override header#main-header .inner .preorder a span.word, 
    #fr-nl_override header#main-header .inner .preorder a span.word, 
    #pl-pl_override header#main-header .inner .preorder a span.word, 
    #pt-pt_override header#main-header .inner .preorder a span.word, 
    #pt-br_override header#main-header .inner .preorder a span.word {
        top: 6%;
        font-size: 11px;
    }
    #es-es_override header#main-header .inner .preorder a span.word, 
    #es-mx_override header#main-header .inner .preorder a span.word {
        font-size: 11px;
    }
  /* Multiplayer basic */
  .customizing .first-row .column .god-item .poseidon_blurb .title-gods-mobile {
      font-size: 24px;
  }
  #ru-ru_override .container.regenerate .inner h2 {
      font-size: 32px;
  }
  html.js body#ru-ru_override.home div.container.grappling div.box-border-mobile div.inner div.left-column h2 {
      margin-left: 0;
  }
  /* End multiplayer basic */
  body #connect .official_rules_scee {
      margin-left: 0;
      
  }
  body #connect .official_rules .note {
      width: 320px;
      font-size: 11px;
  }
  body #sign-up #connect .official_rules_scee .error {
      left: 0;
      width: 320px;
      top: 40px;
      padding: 6px 0 0;
      height: 47px;
  }
  body #sign-up #congratulations {
      height: 270px;
      font-size: 11px;
      margin: auto;
      width: 320px;
  }
  body #sign-up #congratulations .title {
      margin: 50px 0px 5px 0px;
  }
  body #congratulations .error {
      width: 320px;
      font-size: 11px;
      bottom: 5%;
  }
  body #sign-up .inner {
      min-height: 300px;
  }
  body #sign-up #register {
      margin: auto;
  }
  body #sign-up #register .left_col {
      width: 320px;
      margin-bottom: 12px;
  }
  body #sign-up #register .title {
      width: 300px;
      margin: 25px 20px 15px 0;
  }
  body #sign-up #register .name-input {
      max-width: 300px;
      padding: 0 20px 0 0;
  }
  body #connect .title {
      margin: 50px 0;
  }
  body #sign-up-junction #returning_warriors,
  body #sign-up-junction #new_mortals {
      margin: 0 auto;
  }
  #jumbotron .background {
    z-index: 1;
    position: relative;
    top: -74px;
    width: 521px;
    margin-left: auto;
    margin-right: auto;
    /*display: block;*/ }
  #jumbotron .carousel-nav {
       width: 521px;
        margin-left: auto;
        margin-right: auto;
    text-align: center;
    height: 76px;
    margin-top: -2px;
    padding-top: 10px;
    
    position: relative;
    z-index: 2; }
    #jumbotron .inner .arrow {
      position: relative;
      top: -87px;
      left: 50%;
      margin-left: -32px;
      z-index: 2; }
  header#main-header .inner{
    width: 100%;
    min-width: 320px;
  }

  header#main-header .inner #logo{
    width: 145px;
    height: 33px;
    background-image: url(../images/header/logo-mobile.png);
    margin-left: 20px;
  }

  header#main-header .inner .rise-of-the-warrior{
    display: none;
  }

  header#main-header .inner .preorder{
    width: 133px;
    height: 55px;
    top: 2px;
    overflow: visible;
  }

  header#main-header .inner .preorder img{
    width: 100%;
  }

  header#main-header .inner .preorder a span.word{
    font-size: 10px;
    margin-top: 17px;
    margin-left: 12px;
    font-family: trajan-pro;
  }
  
  header#main-header .inner .preorder.only-mobile a span.word{
    font-size: 12px;
    margin-top: 15px;
    margin-left: 11px;
    padding-right: 60px;
    overflow: visible;
    height: 30px;
    top: 14%;
  }
  
  header#main-header .inner .preorder.only-mobile a {
      height: 57px;
      overflow: visible;
  }

  header#main-header .inner .preorder a span.date{
    font-size: 14px;
    margin-left: 12px;
    font-family: trajan-pro;
  }

  header#main-header .highlight{
    display: none;
  }

  .desktop-main-nav{
    display: none;
  }

  .mobile-main-nav{
    display: block;
  }

  header#main-header .inner .facebook-like{
    display: none;
  }

  header#main-header .mobile-nav{
    display: block;
    height: 44px;
    line-height: 44px;
    background-image: url("../images/big-bar-header-background.png");
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    font-family: trajan-pro;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgb(215,200,155);
    color: rgba(215, 200, 155, 0.72);
    cursor: pointer;
  }

  header#main-header nav#main-nav{
    position:absolute;
    display: none;
    z-index: 20;
    height: auto;
  }

  header#main-header nav#main-nav ul.desktop-main-nav{
    display: none;
  }

  header#main-header nav#main-nav ul.mobile-main-nav{
    position: absolute;
    width: 100%;
    min-width: 320px;
    z-index: 999999;
    height: auto;
  }

  header#main-header nav#main-nav ul li{
    display:block;
    background-image:url(../images/header/mobile-menu-bg-brown.png);
    border-bottom: 1px solid #000;
    cursor: pointer;
  }

  header#main-header nav#main-nav ul li.rise-of-the-warrior-mobile-item{
    background-image:url(../images/header/mobile-menu-bg-red.png);
  }

  header#main-header nav#main-nav ul li:hover{
    display:block;
    background:url(../images/header/mobile-menu-bg-brown.png);
  }

  header#main-header nav#main-nav ul li.rise-of-the-warrior-mobile-item:hover{
    background-image:url(../images/header/mobile-menu-bg-red.png);
  }

  header#main-header nav#main-nav ul li::before{
    content: none;
  }

  header#main-header nav#main-nav ul li a{
    padding: 0;
    font-weight: normal;
    width: 100%;
    display: block;
    font-size: 16px;
  }

  header#main-header nav#main-nav ul li span{
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #EFDCB1;
    text-decoration: none;
    font-size: 16px;
  }

  header#main-header nav#main-nav ul li a:hover, header#main-header nav#main-nav ul li span:hover, header#main-header nav#main-nav ul li.selected span {
    /*color: #fff;
    -webkit-text-fill-color: #fff;*/
  }

  header#main-header nav#main-nav ul li.selected span{
    color: #fff;
    -webkit-text-fill-color: #fff;
  }

  header#main-header nav#main-nav ul li .submenu{
    display: none;
  }

  header#main-header nav#main-nav ul li .submenu a{
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .submenu{
    background-color: #2f2113;
    border-top: 1px solid #000;
  }

  #main-nav .submenu-item{
    width: 50%;
    float:left;
    cursor: pointer;
    display: table;
    text-align: center;
    height: 47px;
  }

  .submenu-item.first-row{
    border-bottom: 1px solid #000;
  }

  #main-nav .submenu-item.alone-item{
    width: 100%;
  }

  .submenu-item-content{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .submenu-item.even{
    border-left: 1px solid #000;
  }

  nav#sub-nav{
    display: none;
  }

  #jumbotron .inner{
    width: 100%;
    min-width: 320px;
    height: auto;
    background-image: none;
  }

  #jumbotron .inner .frames-border.left{
    display: none;
  }

  #jumbotron .inner .frames{
    width: 100%;
    /*height: 209px;*/
  }

  #jumbotron .inner .frames .slides.js-slides{
    width: 100%;
    /*height: 209px;*/
  }

  #jumbotron .inner .frames-border.right{
    display: none;
  }

  #jumbotron .inner .frames .frame{
    width: 100%;
  }

  #jumbotron .inner .frames .frame .frame-contents{
    height: 209px;
    background-position: center top;
    background-repeat: no-repeat;
  }

  #jumbotron .inner .frames .frame .frame-contents.getinthebeta{
    background-image: url(../images/jumbotron/Jumbotron-GetInTheBetaMobile.jpg);
  }

  #jumbotron .inner .frames .frame .frame-contents.getinthebeta2{
    background-image: url(../images/jumbotron/Jumbotron-GetInTheBeta2Mobile.jpg);
  }

  #jumbotron .inner .frames .frame .frame-contents.newsptrailer{
    background-image: url(../images/jumbotron/Jumbotron-NewSPTrailerMobile.jpg);
  }

  #jumbotron .inner .frames .frame .frame-contents.strategybasic{
    background-image: url(../images/jumbotron/Jumbotron-MPStrategyBasicMobile.jpg);
  }

  #jumbotron .inner .frames .frame .frame-contents.preorderforexclusive{
    background-image: url(../images/jumbotron/frame4Mobile.jpg);
  }

  #jumbotron .inner .frames .frame .frame-contents.riseofthewarrior{
    background-image: url(../images/jumbotron/rotw-12-10-12Mobile.jpg);
  }

  #jumbotron .inner .frames .frame .frame-contents img{
    width:100% !important;
    height:auto !important;
  }

  .home #jumbotron .inner .frames .frame.frame3 h1, .home #jumbotron .inner .frames .frame.frame2 h1, .home #jumbotron .inner .frames .frame.frame4 h1{
    top: 0;
    left: 0;
    font-size: 25.15px!important;
    letter-spacing: 0.093em;
  }

  .home #jumbotron .inner .frames .frame.frame3 .getinthebeta h1{
    font-size: 30px;
    padding-top: 117px;
  }

  .home #jumbotron .inner .frames .frame.frame2 .strategybasic h1{
    font-size: 35px;
    padding-top: 117px;
  }

  .home #jumbotron .inner .frames .frame.frame4 .preorderforexclusive h3{
    font-size: 13px;
  }

  .home #jumbotron .inner .frames .frame.frame4 .preorderforexclusive h1{
    font-size: 23px!important;
  }

  .home #jumbotron .inner .frames .frame.frame4 .preorderforexclusive .leonidas{
    font-size: 17px;
  }

  .home #jumbotron .inner .frames .frame.frame4 .preorderforexclusive .copy{
    left: -72px;
    top: 50px;
  }

  .home #jumbotron .inner .frames .frame.frame3 .riseofthewarrior .copy{
    left: -59px;
    top: 48px;
  }

  .home #jumbotron .inner .frames .frame.frame3 .riseofthewarrior h2{
    font-size: 23px;
  }

  .home #jumbotron .inner .frames .frame.frame3 .riseofthewarrior h3{
    font-size: 18px;
    margin: 0;
  }

  .home #jumbotron .inner .frames .frame.frame3 .riseofthewarrior h1{
    font-size: 29px;
  }

  .home #jumbotron .inner .frames .frame.frame3 .getinthebeta .copy{
    left: 0;
  }

  #jumbotron .carousel-nav{
    background-image: url(../images/jumbotron/carousel-nav.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: auto;
    height: 49px;
  }

  #jumbotron .inner.feature{
    height: auto;
  }

  #jumbotron .inner.feature .description_background{
    background-image: none;
  }

  #jumbotron .inner.feature .description_background .description{
    width: 100%;
    margin-top: 30px;
    float: none;
    display: block;
    height: auto;
  }

  #jumbotron .inner.feature .description_background .content{
    /*display: none;*/
  }

  #jumbotron .inner.feature .description_background .content img{
    width: 100%;
    height: auto;
  }

  #jumbotron .inner .arrow{
    top: -13px;
  }

  #jumbotron .background{
    display: none;
  }

  .home #jumbotron .inner .frames .frame.frame3 h2{
    top: 0;
    left: 0;
  }

  .home #jumbotron .inner .frames .frame.frame3 h3, .home #jumbotron .inner .frames .frame.frame3 p, .home #jumbotron .inner .frames .frame.frame2 p{
    display: none;
  }

  #jumbotron .inner .frames .frame .frame-contents.riseofthewarrior h3{
    top: 0;
    left: 0;
    display: block;
  }

  .home #jumbotron .inner .frames .frame.frame4 h3{
    top: 0;
    left: 0;
  }

  #jumbotron .inner .frames .frame.frame3 .omega-button, #jumbotron .inner .frames .frame.frame2 .omega-button, #jumbotron .inner .frames .frame.frame4 .omega-button{
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  #promos .inner{
    width: 316px;
    height: 720px;
    padding-top: 7px;
    padding-left: 7px;
    background: url("../images/promos/mobile-promos-background.jpg") no-repeat;
    background-position: center -4px;
  }

  #promos ul li:first-child{
    margin-top: 0;
  }

  #promos ul li{
    margin-top: 0px;
    margin-left: 0;
    display: block;
    width: 302px;
    height: 240px;
  }

  #promos ul li a img{
    width: 100%;
	height:auto !important;
  }

  .container .inner{
    width: auto;
  }

  .row-feature{
    margin-top: 0;
  }

  .row-feature .inner{
    width: 100%;
    min-width: 320px;
    padding: 0;
    margin: 0;
  }

  .row-feature .inner .column-image{
    float: none;
  }

  body.blog .row-feature .inner .column-image .thin-border{
    border-top: 1px solid #271e17;
    border-bottom: 1px solid #271e17;
    padding: 3px 0;
  }

  .row-feature .inner .column-image .thin-border{
    border: none;
    padding: 0;
  }

  .row-feature .inner .column-image .thin-border .thick-border{
    border: none;
  }

  .row-feature .inner .column-image .thin-border .thick-border img{
    width: 100%;
    height: auto;
    border: 7px solid #281f16;
  }

  .row-feature .inner .meta{
    float: none;
    text-align: center;
    padding: 0 20px;
  }

  .row-feature .inner .social{
    float: none;
    text-align: center;
    margin-top: 20px;
  }

  .row-feature .inner .column-copy{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }

  .row-feature h3{
    display:table;
	margin:0 auto;
	font-size: 40px;
    letter-spacing: -0.06em;
    line-height: 36px;
  }

  .row-feature p{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.025em;
  }

  #jumbotron .inner.feature .meta, #jumbotron .inner.feature .social, #jumbotron .inner .social{
    margin-top: 8px;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .jumbo-mobile-image{
    display: block;
    width: auto;
    height: auto;
  }

  .blog-main-image-link-mobile{
    display: block;
  }

  .mobile-head-image{
    width: 100%;
    min-width: 320px;
  }

  .mobile-head-image img{
    width: 100%;
    height: auto;
  }

  .separator img {
    min-width: 320px;
  }

  .container {
    min-width: 320px;
  }

  body.home .row-feature.alt .inner .column-image, body.blog .row-feature.alt .inner .column-image{
    float: none;
    margin: 0;
  }

  /*#jumbotron #videocontainer {*/
        
    /*}*/

  footer#main-footer .inner{
    width: 100%;
    min-width: 320px;
    margin-top: 0;
  }

  footer#main-footer .inner .logos{
    display: none;
  }

  footer#main-footer .inner .mobile-logos{
    display: block;
    width: 100%;
  }

  footer#main-footer .crown-moulding{
    display: none;
  }

  footer#main-footer .inner .copyright{
    display: none;
  }

  footer#main-footer .inner .legal-agegate-mobile{
    display: block;
  }

  footer#main-footer .inner .legal-agegate-mobile span{
    font-size: 12px;
  }

  footer#main-footer .inner .language-container{
    width: auto;
    padding: 0;
    margin: 0;
  }

  footer#main-footer .inner .language-container .text{
    margin: 0;
    float: none;
    text-align: center;
  }

  footer#main-footer .inner .language-container .dropdown{
    padding: 0;
    margin: 0 auto;
    float: none;
  }

    #gate .inner #country-select .dd-select{
        margin-top:-16px;
    }

  .dd-container{
    margin-left: 0;
    margin-top: 8px;
  }

  #sign-up #return_to_main_menu {
    right: 0!important;
    left: 50%;
    margin-left: -115px!important;
    top: 385px!important;
  }

  .generic-text-gradient{
    text-decoration: none;
    border: none;
  }

  footer#main-footer .inner .language-container {
    margin-top: 15px;
    width: 49%!important;
  }

  footer#main-footer .inner .facepile-container {
    display: none;
  }

  footer#main-footer .inner .divider-vertical.last-divider{
    display: none;
  }

  footer#main-footer .inner .divider-vertical.first-divider{
    margin: 0;
    width: 2%;
    height: 74px;
    background-position: center bottom;
  }

  footer#main-footer .inner.logoContainer{
    width: 100%;
  }

  footer#main-footer{
    background-color: #000;
  }

  footer#main-footer .inner .i18n-social{
    width: 49%;
    margin-top: 15px;
  }

  footer#main-footer .inner .i18n-social p.label{
    margin-right: 8px;
  }

  footer#main-footer .inner .i18n-social ul{
    text-align: center;
    display: block;
    margin-top: 8px;
  }

  footer#main-footer .separator{
    width: 100%;
    margin: 0 auto;
  }
}

/* Social icons on blog listing page. */
.blog-listing section#jumbotron.js-jumbotron_carousel div.inner div.description_background div.meta .fb_edge_widget_with_comment,
html.js body.blog div.blog-listing section.row-feature div.inner div.column div.meta .fb_edge_widget_with_comment,
html.js body.home section.row-feature div.inner div.column div.meta .fb_edge_widget_with_comment{
    float: none !important;
    top: 0px;
    margin: 0 5px 0 5px !important;
    width: 75px !important;
}
.blog-listing section#jumbotron.js-jumbotron_carousel div.inner div.description_background div.meta iframe.twitter-share-button,
html.js body.blog div.blog-listing section.row-feature div.inner div.column div.meta iframe.twitter-share-button,
html.js body.home section.row-feature div.inner div.column div.meta iframe.twitter-share-button{
    float: none !important;
    margin-left: 0px !important;
    position: relative;
    top: 5px;
    width: 79px !important;
}
html.js body.blog div.blog-listing section.row-feature div.inner div.column div.meta{
    padding-top: 0px;
}

/* Demo Claim page*/
.betaBanner {
    margin-left:auto;
    margin-right:auto;
    width: 1180px;
    height: 204px;
    background-image: url(banner.jpg) ;
    background-repeat:no-repeat ;
    background-position:ceneter;
}

.betaBannerCode {
    padding-left: 363px !important;
    padding-top: 120px !important;
}
.betaCode{
    color: #C5B39D !important;
}
.rewardInfo{
    width:800px;
    border: 1px solid #FDEEAD;
    box-shadow: 0 0 15px 5px rgba(253, 238, 200, 0.55);
    background-color: #120806;
    font-family:trajan-pro;
    color:#cecabf;

}
.only-mobile .rewardInfo{
  width: auto !important;
  margin: 25px 0;
}
.betaInfoBorder {
    padding:30px;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:25px;
    width:864px;
    height: 450px;
    border-style:solid;
    border-width:1px;
    border-color:  #877969;

}
.steps{
    width: 780  px;
    background-color:#190C03;
    margin: 10px;
    padding: 20px;
}
.date{
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 10px;
}

#sep{

    padding-top:1px;
}

.ls{
    margin-left:80px;

}
.sn{
    height:35px;
    float:left;

}

.num{
    display:inline-block;
    margin-top:-3px;
    height:35px;
    font-size: 35px;
    float:left;
    margin-left:3px;
}

#instructions{
    font-family:trajan-pro;
    color:#C5B287;
    font-size: 18px;
    text-align: center;
}
@media all and (min-width: 480px) {
    .betaBanner.only-mobile {
        background-position: 0px 0 !important;
    }
}

@media all and (max-width: 479px) {
    .betaBanner.only-mobile {
        background-position: -85px 0 !important;
        width: 350px !important;
    }
    #jumbotron.beta p.betaCode {
        margin-left: -5px;
    }
}
#twitterHeader{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 573px;
    top: 13px;
}
#main-header iframe.twitter-follow-button{
    left: 624px;
    position: absolute;
    top: 25px;
}
