﻿/* Url */
/* Colors */
/* Typography */
/* @navFont: "proxima-nova", sans-serif; */
/*@fontTitle: "proxima-nova", sans-serif;*/
/*@fontTitle: "futura-pt", sans-serif;*/
.Font-Title {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.Font-Body {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
}
.Font-Body-Label {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00aeef;
}
.Font-Nav {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
}
.Font-Footer {
  font-family: "myriad-pro-condensed", sans-serif;
  color: #eee;
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
}
/* Mixins */
/* ---------------*/
html {
  background-color: black;
}
body {
  background-color: black;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
}
.menu-icon {
  background-image: url("/Content/img/MenuIcon.png");
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  width: 49px;
  height: 37px;
  margin-top: 10px;
  border-left: 1px solid #656565;
  border-right: 1px solid #656565;
}
#sharethis {
  padding-top: 15px;
  float: left;
  width: 20px;
}
#st-custom-text {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#st-custom-text:hover {
  color: #00aeef;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#sharethis-text {
  float: right;
  padding: 10px 0 0 5px;
  color: #bbbbbb;
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
}
.st_sharethis_custom {
  cursor: pointer;
  background: url("/Content/img/v9/sharethis_16-wp.png") no-repeat scroll left top transparent;
}
.st_sharethis_custom .st-text {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  margin: -8px 0 0 20px;
}
span.chicklets.sharethis {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  color: #bbbbbb;
  padding-left: 25px;
}
.SocialDetails {
  position: relative;
  float: right;
  width: 100%;
  text-align: right;
  display: none;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 60px 0 0 0;
  padding: 8px 35px 0 0;
  height: 40px;
}
.header {
  z-index: 200;
  position: fixed;
  height: 60px;
  width: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  /*ul.menu li.buy-now {
        a {
            color: white;
            margin: -7px 0;
        }

        background-color: @color-brand;
        padding: 0 10px;
    }*/
  /*ul.nav {
        .Font-Nav;
        list-style: none;
        float: right;
        height: 60px;

        li {
            float: left;
            line-height: 60px;

            a {
                padding: 0 30px 0 0;
                text-decoration: none;
                color: @color-nav-text;
                -moz-text-shadow: 2px 2px 2px #000;
                -webkit-text-shadow: 2px 2px 2px #000;
                text-shadow: 2px 2px 2px #000;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

            li:hover {
                a {
                    background-color: transparent;
                    color: @color-brand;
                }
            }
            
            a.buy-now {
                -webkit-text-shadow: none;
                text-shadow: none;
                color: white;
                margin-top: 7px;
                padding: 0; //3px 10px 3px 10px;
            }
            a.buy-now:hover {
                background-color: @color-brand-faded;
                -webkit-text-shadow: none;
                text-shadow: none;
                color: black;
                margin-top: -1px;
                padding: 3px 10px 3px 10px;
            }
        }
        }*/
}
.header .logo {
  background-image: url("/Content/img/Logo-Wikipad-Horiz-sm.png");
  width: 134px;
  height: 38px;
  float: left;
  margin: 11px 0 0 15px;
  background-repeat: no-repeat;
}
.header .menu {
  float: right;
  color: white;
  margin: 0px 15px 0 0;
}
.footer {
  z-index: 200;
  position: fixed;
  height: 38px;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.footer .menu {
  float: right;
  color: white;
  margin: 5px 15px 0 0;
}
.footer ul.disclaimers {
  margin: 8px 0 0 10px;
  font-family: "myriad-pro-condensed", sans-serif;
  color: #eee;
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
  font-size: 75%;
  float: left;
  list-style: none;
}
.footer ul.disclaimers li {
  color: rgba(255, 255, 255, 0.75);
  float: left;
}
.footer ul.disclaimers li a {
  padding: 0 10px 0 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer ul.disclaimers li:hover a {
  color: #00aeef;
}
.footer ul.nav {
  font-family: "myriad-pro-condensed", sans-serif;
  color: #eee;
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
  list-style: none;
  float: right;
}
.footer ul.nav li {
  float: left;
}
.footer ul.nav li a {
  padding: 0 10px 0 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer ul.nav li:hover a {
  background-color: transparent;
  color: #00aeef;
}
.footer .buy-now {
  margin-top: -3px;
  padding: 3px 10px 3px 10px;
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.SocialAddOns {
  display: none;
}
a.share {
  height: 60px;
  line-height: 60px;
}
a.count {
  width: 0;
  display: none;
}
.sharrre {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  /*.count {
        display: none;
    }*/
}
.sharrre .buttons {
  position: absolute;
  width: 265px;
  right: 0;
  top: 50px;
  background-color: #222;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0 0 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sharrre .button {
  float: left;
  max-width: 50px;
  margin: 0 10px 0 0;
}
.sharrre .pinterest {
  padding-top: 15px;
  padding-left: 5px;
}
.GamesListView {
  /*@media only screen and (max-width: 800px) {
        .Title { font-size:80%;}
    }*/
}
.GamesListView .GameIcon {
  cursor: pointer;
  overflow: auto;
  position: relative;
  margin-bottom: 3px;
}
.GamesListView .Title {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0px;
  bottom: 0px;
  height: 34px;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 0, 0) !important;
  -moz-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  transition: all 1000ms linear;
}
.GamesListView .Instructions {
  float: left;
  margin-bottom: 10px;
  font-style: italic;
  color: #00aeef;
  line-height: 100%;
  /*img {
            vertical-align: middle; 
            padding-bottom: 3px; 
            padding-right: 8px;
        }*/
}
.GamesListView .hovered {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff !important;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.GamesListView .tablesorter-header.sortable {
  background-image: url("/Content/img/v9/arrow-both.png");
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
.GamesListView .tablesorter-header {
  color: rgba(255, 255, 255, 0.5);
}
.GamesListView .tablesorter-header div {
  padding: 4px 0 0 10px;
}
.GamesListView .tablesorter-headerAsc.sortable {
  color: #00aeef;
  background-image: url("/arrow-up.png");
  background-repeat: no-repeat;
}
.GamesListView .tablesorter-headerDesc.sortable {
  color: #00aeef;
  background-image: url("/Content/img/v9/arrow-dn.png");
  background-repeat: no-repeat;
}
.GamesListView .GamesList {
  width: 100%;
}
.GamesListView .GamesList tr.Row:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.1);
}
.GamesListView .GamesList .Heading {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #535353;
  /*background-image: url(/Content/img/Triangle.png);*/
  background-position-x: left;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
.GamesListView .GamesList .Heading th {
  padding-bottom: 5px;
  font-size: 15px;
  padding-left: 3px;
}
.GamesListView .GamesList .Row td {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  padding: 3px 30px 3px 8px;
}
.GamesListView .GamesList td.Name a:link,
.GamesListView .GamesList td.Name a:visited {
  text-decoration: none;
  color: #dddddd;
}
.GamesListView .GamesList td.Name a:hover {
  color: #00aeef;
}
.GamesListView .GamesList a:link,
.GamesListView .GamesList a:visited {
  text-decoration: none;
}
.GamesListView .GamesList a.RaterContainer img {
  margin-right: 2px;
}
.GamesListView .GamesList .RatingItemOn,
.GamesListView .GamesList .RatingItemOff {
  margin-right: 2px;
}
.nav-popup {
  display: none;
  position: fixed;
  top: 60px;
  right: 0px;
  width: 150px;
  padding: 0;
  z-index: 1000;
  float: right;
  background-color: rgba(0, 0, 0, 0.85);
  list-style: none;
  /*font-family: @navmenu-fontfamily;
    font-weight: 100;
    font-style: normal;
    font-size: 18px;*/
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-popup li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-popup li a {
  padding-left: 10px;
  line-height: 50px;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-popup li:hover {
  background: #111;
}
.nav-popup li:hover a {
  color: #00aeef;
}
.NewsItem {
  min-height: 200px;
  vertical-align: top;
}
.NewsItem .LogoContainer {
  float: left;
  height: 180px;
  padding: 7px 12px 0 0;
}
.NewsItem .text {
  padding-bottom: 10px;
}
.NewsItem .Source {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.NewsItem .Source .more {
  font-size: 90% !important;
  font-style: italic !important;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  padding-right: 25px;
  float: right;
}
.NewsItem .Quote {
  font-style: italic;
  line-height: 100%;
  font-size: 90%;
  margin-right: 20px;
}
#press {
  padding: 75px 0 50px 0;
}
#press h3 {
  margin-top: 0;
}
.spacer {
  height: 20px;
}
#news {
  padding: 50px 0 50px 0;
  background-color: #001822;
}
#images {
  font-size: 20px;
  margin: 50px 0 75px 0;
  /*.PressReleases {
        background-color: #111;
    }*/
}
#images .Download {
  white-space: nowrap;
  font-size: 90%;
}
#images .Videos .Video {
  margin-top: 10px;
}
#images .Videos .Video .Thumb img {
  /*width: 120px;*/
  /*height: 66px;*/
  border: 1px solid #888;
}
#images .Videos .Video .Title {
  line-height: 100%;
  font-size: 90%;
}
#images i {
  padding-right: 5px;
}
#images .disclaimer {
  font-size: 80%;
  line-height: 100%;
  color: #888;
  margin-bottom: 15px;
}
#images .thumb-pic {
  width: 120px;
  height: 78px;
  padding-bottom: 5px;
}
.Contact {
  line-height: 100%;
}
#PressReleases {
  margin-bottom: 20px;
}
#PressReleases .data-table tr {
  vertical-align: top;
}
#PressReleases .data-table tr td {
  padding: 8px 20px 8px 0;
  line-height: 100%;
}
#PressReleases .data-table tr td.title > a {
  color: #dddddd;
}
#PressReleases .data-table tr td.title > a:hover {
  color: #00aeef;
}
#PressReleases .data-table .release-date {
  color: #888;
  white-space: nowrap;
  text-align: right;
}
#ImageUseAgreement {
  font-size: 20px;
  color: black;
}
#ImageUseAgreement h2 {
  color: #00aeef;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.faq dt {
  margin-top: 5px;
  font-weight: normal;
  cursor: pointer;
  padding-left: 18px;
  line-height: 26px;
  background: url("/Content/img/v9/arrow-dn-blue.png") 0 0 no-repeat;
  background-position: 0 0;
}
.faq dt.open {
  background-position: 0 -26px;
}
.faq dt.open:hover {
  background-position: 0 -78px;
}
.faq dt:hover {
  background-position: 0 -52px;
  color: #00aeef;
}
.faq dd {
  font-style: italic;
  padding-left: 18px;
  padding-bottom: 5px;
  display: none;
}
#TrademarkInfo {
  padding: 20px;
  color: black;
}
/*# sourceMappingURL=SiteV9.css.map */
#Stage {
  margin-top: 60px;
}
/*# sourceMappingURL=SiteV9.css.map */
#barker .background {
  position: relative;
  z-index: 1;
}
#barker .Callout {
  color: white;
  position: relative;
  top: 40px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
#barker .Callout .Logo {
  background-color: black;
  float: right;
  padding: 20px;
  width: 164px;
  height: 163px;
}
#barker .Callout .Text {
  float: left;
  padding: 20px;
  -webkit-text-shadow: 7px 7px 10px #000;
  text-shadow: 7px 7px 10px #000;
}
#barker .Callout .Text .Title {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  white-space: nowrap;
  line-height: 100%;
}
#barker .Callout .Text .Subtitle {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  white-space: nowrap;
  line-height: 100%;
}
.home {
  -webkit-text-shadow: 7px 7px 10px #000;
  text-shadow: 7px 7px 10px #000;
}
#hero {
  margin-top: 60px;
}
#hero-root {
  position: fixed;
  top: 0px;
}
#frame1 {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  margin-top: 30px;
}
#frame1 .title-top {
  text-align: right;
  float: right;
  z-index: 200;
}
#frame1 .title-top .text h2 {
  position: absolute;
  right: 0px;
}
#frame1 .title-bottom {
  float: left;
  z-index: 2000;
}
#frame1 .title-bottom .text {
  position: absolute;
  left: 0px;
  border-left: 4px solid #00aeef;
  max-width: 400px;
  padding-left: 10px;
  float: left;
}
#frame1 .title-bottom .text h3 {
  margin-top: 0;
}
#frame1 .title-bottom .text p {
  line-height: 110%;
}
#frame1 #anim1,
#frame1 #anim2 {
  padding-top: 50px;
  margin-bottom: -100px;
}
#frame1 #headline1a {
  z-index: 201;
}
#frame1 #headline1b {
  z-index: 202;
}
#frame1 #headline1c {
  z-index: 203;
}
#frame1 #caption1a {
  z-index: 201;
}
#frame1 #caption1b {
  z-index: 202;
}
#frame1 #caption1c {
  z-index: 203;
}
.frame1 {
  -webkit-text-shadow: 4px 4px 7px #000;
  text-shadow: 4px 4px 7px #000;
  width: 100%;
  height: 1400px;
  overflow: hidden;
  position: fixed;
  top: 70px;
}
.frame1 .inner {
  display: block;
  margin-top: -250px;
  position: fixed;
  height: 576px;
  width: 1024px;
  top: 50%;
  left: 50%;
  margin-left: -512px;
}
.frame1 .inner #anim {
  margin-top: 0;
}
.frame1 .inner .title-top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.frame1 .inner .title-top .text {
  margin-left: 475px;
  width: 475px;
  text-align: right;
  float: right;
  position: relative;
}
.frame1 .inner .title-top .text h2 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 90%;
}
.frame1 .inner .title-top .text h2 .highlight {
  padding-right: 0.15em;
}
.frame1 .inner .title-bottom {
  position: absolute;
  top: 520px;
  left: 0;
  display: block;
}
.frame1 .inner .title-bottom .text {
  margin-left: 100px;
  width: 550px;
  text-align: left;
  float: left;
  position: relative;
  border-left: 4px solid #00aeef;
  padding-left: 10px;
}
.frame1 .inner .title-bottom .text h3 {
  margin-top: 0;
}
.frame1 .inner .title-bottom .text p {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  line-height: 110%;
  font-size: 21px;
  max-width: 400px;
}
.frame1 #anim {
  height: 675px;
}
#home-controllervideo video {
  margin-bottom: -8px;
}
#home-controllervideo .top {
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8000aeef', endColorstr='#00000000', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8000aeef',endColorstr='#00000000',GradientType=1);
}
#home-controllervideo .bottom {
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 174, 239, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8000aeef', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#8000aeef',GradientType=1);
}
.home-games {
  padding-top: 50px;
  background: -webkit-linear-gradient(90deg, #000000 0%, #00aeef 100%);
  background: -moz-linear-gradient(90deg, #000000 0%, #00aeef 100%);
  background: -ms-linear-gradient(90deg, #000000 0%, #00aeef 100%);
  background: -o-linear-gradient(90deg, #000000 0%, #00aeef 100%);
  background: linear-gradient(90deg, #000000 0%, #00aeef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef',endColorstr='#ff000000',GradientType=0);
}
.home-games .img {
  width: 726px;
  height: 647px;
  background-image: url("/Content/img/v9/Hero-wp7-4-o.png");
}
.home-games .copy {
  max-width: 95%;
}
.home-work {
  padding: 50px 0 50px 0;
  min-height: 730px;
  background: -webkit-linear-gradient(90deg, #000000 0%, #424251 100%);
  background: -moz-linear-gradient(90deg, #000000 0%, #424251 100%);
  background: -ms-linear-gradient(90deg, #000000 0%, #424251 100%);
  background: -o-linear-gradient(90deg, #000000 0%, #424251 100%);
  background: linear-gradient(90deg, #000000 0%, #424251 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424251', endColorstr='#ff000000', GradientType=0);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424251',endColorstr='#ff000000',GradientType=0);
}
.home-work .container {
  float: left;
}
.home-work .tablet {
  background-image: url("/Content/img/v9/HomeHero-4-o.png");
  width: 726px;
  height: 595px;
  float: left;
  position: absolute;
  margin-top: 50px;
}
.home-work .copy {
  -webkit-text-shadow: 7px 7px 10px #000;
  text-shadow: 7px 7px 10px #000;
}
.home-gallery {
  height: 750px;
  padding: 50px 0 75px 0;
}
.home-360 {
  height: 700px;
  padding: 50px 0 75px 0;
}
.home-360 #tour {
  height: 500px;
}
#home1bkgd {
  /*background-image: url(img/aHero1.jpg);*/
  /*width: 944px;
    height: 909px;*/
  padding: 100px;
  max-width: 100%;
  width: 100%;
}
.fullContent {
  width: 100%;
  height: 100%;
  max-height: 800px;
  background-color: black;
}
/* -------------- */
/*body {
    color: white;
    font-size: 22px;
}*/
#navbar {
  height: 1000px;
  background-color: red;
}
#hero1 {
  background-image: url(img/img1.jpg);
  width: 100%;
  height: 700px;
  background-color: blue;
}
#hero2 {
  height: 700px;
  background-image: url(img/img2.jpg);
}
#hero3 {
  height: 700px;
  background-image: url(img/img3.jpg);
}
.section-wrapper {
  width: 100%;
  /*height: 1000px;*/
  overflow: hidden;
  position: relative;
  display: block;
}
#homehero1 {
  background-image: url("/Content/img/v9/wp-life-1.jpg");
  width: 944px;
  height: 909px;
  top: 0px;
  left: 10%;
  position: fixed;
  z-index: -1;
  float: left;
}
#homehero2 {
  background-image: url("/Content/img/v9/HomeHero-2-o.png");
  width: 779px;
  height: 670px;
  float: right;
  position: absolute;
  right: 0;
}
#homehero3 {
  background-image: url(img/Hero-wp7-3-o.png);
  width: 581px;
  height: 507px;
  float: right;
  position: absolute;
  bottom: 0;
  left: 0%;
}
/*.container {
    width: 1000px;
    height: 700px;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -350px;
    position: fixed;
    display: block;
}*/
.copy {
  /*max-width: 40%;*/
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  margin-top: 10px;
}
#home1 {
  height: 750px;
  /*height: 1120px;*/
  /*.container {
        top: 0px;
        margin-top: 0px;
        float: left;
    }*/
  /*h1 {
        margin-left: -100px;
    }*/
  /*.wp7 {
        float: left;
        z-index: 3;
    }*/
}
#home1 h1 {
  font-size: 65px;
}
#home1 .Title {
  padding: 20px 0 40px 0;
}
#home1 .Tablet {
  padding-left: 30px;
}
#home1 .row {
  margin-top: 150px;
  text-align: center;
}
#home1 .looper {
  margin-top: -80px;
  z-index: 1;
}
#home1 .headline {
  float: left;
  z-index: 2;
  position: relative;
}
#home-still {
  position: relative;
  z-index: 100;
}
#home-video {
  height: 600px;
  background-color: #222;
}
#home-video .Title {
  font-size: 70px;
  text-transform: uppercase;
}
#home-video .full {
  text-align: center;
  margin-top: 150px;
  height: 860px;
}
#home-anim {
  background-image: url("/Content/img/v9/MeshTile.gif");
  z-index: -100;
  position: fixed;
  height: 810px;
  width: 100%;
  top: 0;
}
#home-anim .Caption {
  margin-top: 100px;
}
#home-anim .Callout {
  font-size: 90%;
  max-width: 400px;
}
#home-anim #anim1-wrapper {
  margin-top: -50px;
  text-align: center;
}
#home-anim #anim {
  margin-top: -120px;
}
#home-life {
  background-image: url("/Content/img/v9/wp-life-1.jpg");
  background-size: cover;
  margin-top: 1400px;
  z-index: 200;
  position: relative;
}
#home2 {
  position: relative;
  z-index: 200;
  padding-top: 50px;
  background-color: #001822;
  height: 550px;
  /*.container {
        position: relative;
        top: 100px;
        margin-top: 0px;
        float: left;
        height: 650px;
    }
    h1 {
        max-width: 700px;
    }*/
}
#home2 .contain-width {
  max-width: 450px;
}
img.g {
  width: 160px;
  height: 78px;
  display: block;
}
.ControllerGames {
  padding-top: 50px;
  padding-bottom: 100px;
}
.ControllerGames .loading {
  text-align: center;
  margin: 100px 0 100px 0;
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}
#home3 {
  background-image: url("/Content/img/v9/gamesBkgd2.jpg");
  height: 768px;
  /*background-color: black;
    .container {
        position: relative;
        margin-top: 0px;
        float: left;
        height: 624px;
        width: 100%;
        background-image: url(img/gamesBkgd.jpg);
    }
    h1 {
        max-width: 700px;
    }
    .copycontainer {
        background-color: rgba(0,0,0,0.68);
        padding: 50px 10px 0 30px;
        left: 50%;
        width: 40%;
        .copy {
            width: 85%;
            max-width: 85%;
        }
    }*/
}
#home3 h1 {
  line-height: 85%;
}
#home3 .controller {
  position: absolute;
  background-image: url("/Content/img/v9/Hero-wp7-3-o.png");
  float: left;
  width: 581px;
  height: 507px;
  margin-top: 261px;
}
#home3 .container {
  float: left;
}
#home3 .copyarea {
  padding: 40px;
  margin-top: 50px;
  background-color: rgba(0, 0, 0, 0.75);
}
#home3bkgd {
  height: 624px;
  width: 960px;
}
.centered {
  text-align: center;
}
.highlight {
  color: #00aeef;
}
h1 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: white;
  line-height: 100%;
  -webkit-text-shadow: 7px 7px 10px #000;
  text-shadow: 7px 7px 10px #000;
  /*letter-spacing: -2px;*/
}
h2 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  color: white;
  -webkit-text-shadow: 7px 7px 10px #000;
  text-shadow: 7px 7px 10px #000;
  line-height: 100%;
  margin-bottom: 15px;
}
h3 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #00aeef;
  margin-bottom: 5px;
}
h4 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}
h5 {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.two-line {
  margin-top: -20px;
  margin-left: 200px;
}
.buy-now {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  margin-top: 20px;
  background-color: #00aeef;
  padding: 7px 15px 7px 15px;
  -webkit-text-shadow: none;
  text-shadow: none;
}
button {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  background-color: #00aeef;
  color: white;
  border: none;
  padding: 7px 15px 7px 15px;
}
#features-highlights {
  background-color: #001822;
  padding: 75px 0 50px 0;
}
#features-details {
  padding: 50px 0 50px 0;
  background-image: url("/Content/img/v9/bkgd-cf.jpg");
  line-height: 1.2;
}
#features-details .detail {
  padding-right: 25px;
}
.FeatureIcon {
  margin-left: 10px;
  float: right;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
}
#features-specs {
  padding: 50px 0 75px 0;
}
.royalSlider .rsSlide img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.royalSlider .rsSlide .rsActiveSlide img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.feature .img {
  /*-moz-box-shadow: 7px 7px 10px rgba(0,0,0,0.7);
        -webkit-box-shadow: 7px 7px 10px rgba(0,0,0,0.7);
        box-shadow: 7px 7px 10px rgba(0,0,0,0.7);*/
}
.feature .title {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00aeef;
}
.feature .details {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  padding-bottom: 50px;
}
.Specs .Spec {
  border-bottom: 1px solid rgba(0, 174, 239, 0.5);
}
.Specs .Spec td {
  padding: 15px 0 15px 0;
}
.Specs .Spec .Label {
  padding-right: 20px;
  vertical-align: top;
  white-space: nowrap;
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00aeef;
  line-height: 100%;
}
.Specs .Spec .Data {
  vertical-align: top;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  line-height: 100%;
  width: 100%;
}
.Gaming {
  padding: 100px 0 50px 0;
}
.Gaming .hero {
  padding-top: 100px;
}
.Preinstalled {
  padding: 0 0 25px 0;
  background-color: #001822;
}
.Preinstalled .title {
  padding-bottom: 20px;
  padding-top: -10px;
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00aeef;
  font-size: 120%;
}
.Preinstalled .looper {
  height: 160px;
}
.Preinstalled .looper .item img {
  width: 328px;
  height: 160px;
}
.SupportedGames {
  padding: 30px 0 70px 0;
}
.Featured {
  padding: 0 0 30px 0;
  background-image: url("/Content/img/v9/bkgd-cf.jpg");
}
.Featured .game {
  padding-bottom: 50px;
}
.Featured .game .looper {
  height: 271px;
}
.Featured .game .details {
  margin-top: 10px;
  max-width: 481px;
}
.Featured .game .details td {
  vertical-align: top;
}
.Featured .game .icon {
  vertical-align: top;
  padding-right: 15px;
}
.Featured .game .icon img {
  width: 124px;
  height: 124px;
}
.Featured .game .title {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00aeef;
  font-size: 120%;
  margin-top: -6px;
}
.Featured .game .desc {
  line-height: 100%;
}
#Contact {
  padding: 100px 0 50px 0;
}
#Contact p {
  line-height: 1.1;
}
#Contact input[type="email"] {
  width: 100%;
}
#Contact div.clear {
  text-align: right;
}
#Contact .mc_embed_signup label {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  line-height: 1.1;
}
#Retailers {
  padding: 100px 0 50px 0;
}
#Retailers .US,
#Retailers .FromWikipad {
  padding-bottom: 50px;
}
#Retailers .Retailer {
  padding-top: 10px;
}
.reveal-modal-controller {
  color: #535353;
  font-weight: 500;
  font-size: 14px;
}
.reveal-modal-controller .Title {
  font-size: 20px;
}
.reveal-modal-controller .Company {
  font-size: 16px;
}
.reveal-modal-controller .ci-n {
  background-image: url(/Content/img/ControllerIcon-Normal.png);
  width: 27px;
  height: 17px;
  margin-right: 2px;
  display: inline-block;
}
.reveal-modal-controller .ci-g {
  background-image: url(/Content/img/ControllerIcon-Ghosted.png);
  width: 27px;
  height: 17px;
  margin-right: 2px;
  display: inline-block;
}
.GameControls {
  background-color: #888;
}
.GameControls .back {
  background-color: black;
  height: 34px;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  color: white;
  text-align: right;
  padding: 3px 15px 0 0;
}
.GameControls table {
  width: 100%;
}
.GameControls .icon {
  width: 70px;
  padding: 10px;
}
.GameControls .title {
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: white;
}
.GameControls .gp {
  width: 129px;
  padding: 10px;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:active {
  outline: none;
}
::selection {
  background-color: #00aeef;
  color: white;
}
::-moz-selection {
  background-color: #00aeef;
  color: white;
}
a:link,
a:visited {
  color: #00aeef;
  text-decoration: none;
}
a:hover {
  color: #7ddbff;
}
input[type="email"],
input[type="text"] {
  background: black;
  border: 1px solid white;
  padding: 3px;
  margin: 3px 0 5px 0;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  font-size: 24px;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="email"]:hover,
input[type="text"]:hover {
  border-color: #00aeef;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px #00aeef;
  box-shadow: 0px 0px 10px #00aeef;
}
input[type="email"]:focus,
input[type="text"]:focus {
  background: -webkit-linear-gradient(180deg, #000000 0%, #282828 100%);
  background: -moz-linear-gradient(180deg, #000000 0%, #282828 100%);
  background: -ms-linear-gradient(180deg, #000000 0%, #282828 100%);
  background: -o-linear-gradient(180deg, #000000 0%, #282828 100%);
  background: linear-gradient(180deg, #000000 0%, #282828 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff000000', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828',endColorstr='#ff000000',GradientType=1);
  border-color: #00aeef;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px #00aeef;
  box-shadow: 0px 0px 10px #00aeef;
}
input[type="button"],
input[type="submit"] {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #dddddd;
  font-size: 22px;
  border: none;
  padding: 3px 8px;
  font-size: 24px;
  background-color: #00aeef;
  color: white;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: -webkit-linear-gradient(180deg, #00aeef 0%, #7ddbff 100%);
  background: -moz-linear-gradient(180deg, #00aeef 0%, #7ddbff 100%);
  background: -ms-linear-gradient(180deg, #00aeef 0%, #7ddbff 100%);
  background: -o-linear-gradient(180deg, #00aeef 0%, #7ddbff 100%);
  background: linear-gradient(180deg, #00aeef 0%, #7ddbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ddbff', endColorstr='#ff00aeef', GradientType=1);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ddbff',endColorstr='#ff00aeef',GradientType=1);
  color: white;
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
#wi-mainnav ul.menu li a,
#wi-mainnav ul.menu li.div a {
  color: #bbb;
}
#wi-mainnav ul.menu li a:hover,
#wi-mainnav ul.menu li.div a:hover {
  color: #00aeef;
}
#wi-mainnav ul.menu li .active a,
#wi-mainnav ul.menu li.div .active a {
  color: #00aeef;
}
/*.buy-now:hover {
    background-color: @color-brand-faded;
}*/
#wi-mainnav ul.menu li.buy-now {
  margin-top: 7px;
  background-color: #00aeef;
  padding: 0 10px;
}
#wi-mainnav ul.menu li.buy-now a {
  color: white;
  margin: -7px 0;
}
#wi-mainnav a.buy-now {
  -webkit-text-shadow: none;
  text-shadow: none;
  color: white;
  margin-top: -1px;
  padding: 3px 10px 3px 10px;
}
#wi-mainnav a.buy-now:hover {
  background-color: #7ddbff;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: black;
  margin-top: -1px;
  padding: 3px 10px 3px 10px;
}
#wi-mainnav ul.menu > li > a {
  font-family: "myriad-pro-condensed", sans-serif;
  font-size: 28px;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
}
#wi-mainnav-mobile {
  display: none;
  width: 100%;
  outline: none;
}
#wi-mainnav {
  display: block;
  float: right;
}
#wi-mainnav ul.menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wi-mainnav ul.menu > li {
  display: block;
  float: left;
  margin: 0 10px;
}
#wi-mainnav ul.menu > li > a {
  display: block;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/*# sourceMappingURL=SiteV9.css.map */
/* -- Bootstrap overrides ------------------------*/
ul {
  -webkit-padding-start: 0;
}
.games-icons .container {
  padding-left: 1px;
  padding-right: 1px;
}
.games-icons .row {
  margin-left: -1px;
  margin-right: -1px;
}
.games-icons div {
  padding-left: 1px;
  padding-right: 1px;
}
@media (max-width: 480px) {
  .col-ts-12 {
    float: none;
    width: 100%;
  }
}
.games-content {
  border: 1px solid #333;
  padding: 7px;
}
.nav-tabs {
  border-bottom: 1px solid #333;
}
.nav-tabs > li > a {
  margin-right: 5px;
  border-radius: 0;
  background: #222;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #444 !important;
  font-weight: bold;
  color: #00aeef;
  border: 1px solid #444;
}
.nav-tabs > li > a:hover {
  background-color: #444;
  border-color: #444;
}
/*# sourceMappingURL=SiteV9.css.map */