html {
  box-sizing: border-box; }

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

.button.large {
  width: 158px;
  height: 58px;
  font-size: 16.63px;
  line-height: 58px;
  background: transparent url("../images/polaris/polaris_large_button.png") no-repeat 0 0 scroll;
  text-shadow: 0px 0px 4px white;
  font-weight: 400; }

.button.small {
  background: #05151e;
  color: white;
  border: 1px solid white;
  outline: 2px solid #112029;
  -moz-box-shadow: inset 0 0 7px white;
  -webkit-box-shadow: inset 0 0 7px white;
  box-shadow: inset 0 0 7px white;
  width: 80px; }

header {
  background-color: #091c23;
  background: transparent url("../images/polaris/polaris_header_BG.jpg");
  background-repeat: repeat-x;
  background-position: bottom 0rem; }
  header .social-media .wiki {
    background: transparent url("../images/polaris/icon-wiki.png") no-repeat 0 0 scroll; }
  header .logo {
    display: block;
    width: 371px;
    height: 47px;
    float: left;
    margin-top: 13px;
    margin-bottom: 18px;
    margin-left: 88px;
    background: transparent url("../images/polaris/polaris_white_logo.png") no-repeat 0 0 scroll; }
    @media screen and (max-width: 800px) {
      header .logo {
        float: none;
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
        background: transparent url("../images/polaris/polaris_white_logo.png") no-repeat 10px 10px scroll;
        width: 381px;
        height: 57px; } }
  header nav a {
    margin-right: 10px;
    font-weight: 500;
    color: 7233c; }
    header nav a.current, header nav a .active {
      background: #05151e;
      color: white;
      border: 1px solid white;
      outline: 2px solid #112029;
      -moz-box-shadow: inset 0 0 7px white;
      -webkit-box-shadow: inset 0 0 7px white;
      box-shadow: inset 0 0 7px white; }
  header .search input {
    background: #05151e url("../images/icon-search.png") no-repeat right 10px center scroll;
    color: white;
    border: 1px solid white;
    outline: 2px solid #112029;
    -moz-box-shadow: inset 0 0 7px white;
    -webkit-box-shadow: inset 0 0 7px white;
    box-shadow: inset 0 0 7px white;
    text-transform: none;
    font-weight: 500; }
    header .search input::-webkit-input-placeholder {
      color: white; }
    header .search input:-moz-placeholder {
      color: white; }
    header .search input::-moz-placeholder {
      color: white; }
    header .search input:-ms-input-placeholder {
      color: white; }

.carousel {
  background: black; }
  .carousel .button.large.read-more {
    bottom: -75px; }
  .carousel .carousel-nav ul {
    bottom: 30px; }

.featured .featured-item {
  padding-left: 484px; }
  @media screen and (max-width: 800px) {
    .featured .featured-item {
      padding-left: 0; } }
.featured .button.large {
  width: 173px;
  height: 71px;
  font-size: 24px;
  line-height: 71px;
  background: transparent url("../images/polaris/polaris_buy_button.png") no-repeat 0 0 scroll;
  text-shadow: 0px 0px 4px white;
  font-weight: 400;
  margin-top: 43px; }
  @media screen and (max-width: 800px) {
    .featured .button.large {
      margin-top: 20px; } }

.blog-holder .blog-post {
  min-height: 400px; }
  .blog-holder .blog-post h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 19px; }
  .blog-holder .blog-post p {
    color: #999999;
    line-height: 18px;
    margin-bottom: 20px; }

.the-game .content .header-image {
  background: url("../images/polaris/the-game-polaris.png"); }
.the-game .content h1 {
  background: transparent url("../images/polaris/polaris_header-the-game.png") no-repeat 0 0 scroll;
  padding-right: 250px;
  font-weight: 300;
  text-shadow: -1px 0px 3px #c3d3da; }
.the-game .content .large.button {
  float: none;
  display: block;
  background: transparent url("../images/polaris/polaris_medium_button.png") no-repeat 0 0 scroll;
  height: 63px;
  width: 152px;
  font-weight: 300;
  line-height: 63px;
  font-size: 24px;
  margin-top: 20px; }

footer {
  background-color: #091c23;
  background: transparent url("../images/polaris/polaris_header_BG.jpg");
  background-repeat: repeat-x;
  background-position: bottom 0rem; }

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