
html, body, div, span, 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, td, 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; }
  
sup.tm {
    font-size: 200%;
    line-height: 0;
    position: relative;
    top: 0.4em;
    vertical-align: top;
}


.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; }


.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; }


.dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a { color:#816c5b; text-decoration:none; outline:none;}
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617; border: 1px solid #d0c9af;}
                  left:0px; padding:5px 0px; top:2px; width: 270px; list-style:none;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}



body {
  font-family: 'Montaga', times, serif;
  color: #fff;
  background: #000; }

.container {
  width: 100%; }
  .container .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  


.clearfix {
  clear: both; }

.separator {
  max-width: 584px;
  height: 44px;
  margin-left: auto;
  margin-right: auto; }
  .separator img {
    width: 100%; }

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




.mobile-only {
  display: none; }

.desktop-only {
  display: block; }

    .social {
      display: block;
      float: right;
      color: #c1864b;
      font-family: trajan-pro;
      font-size: 1em; }
      .social .share {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle; }
      .social a {
        color: #c1864b;
        text-decoration: none; }
        

      .social .share {
        margin-right: 10px; }

        .share .social-links li {
            margin-left: 3px;
            float: left;
        }


nav#sub-nav {
  font-family: trajan-pro;
  width: 100%;
  position: absolute;
  z-index: 3;
  overflow: visible;
  display: none;
  height: 66px; }
  nav#sub-nav .inner {
    background: url("../images/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; }
    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 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; }

#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; }
    #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.feature {
      height: 520px; }
      #jumbotron .inner.feature .frames-border.left, #jumbotron .inner.feature .frames-border.right {
        height: 471px; }
      #jumbotron .inner.feature .content, #jumbotron .inner.feature .description {
        vertical-align: middle;
        display: inline-block;
        height: 471px; }
      #jumbotron .inner.feature .content {
        width: 834px; }
      #jumbotron .inner.feature .description {
        background: url("../images/jumbotron/background-description2.jpg") no-repeat;
        width: 341px;
        text-align: center;
        padding-left: 28px;
        padding-right: 28px; 
	   letter-spacing: -2px;
	   }
        #jumbotron .inner.feature .description .game-packaged {
          background: url("../images/jumbotron/game-saga-packaged.png") top left no-repeat;
          width: 201px;
          height: 283px;
          margin: 20px auto 15px auto;
          cursor: pointer;
        }
        #jumbotron .inner.feature .description h1,  #jumbotron .inner.feature .description h3 {
          color: #FFF;
          font-family: trajan-pro;
          font-weight: 100; }
        #jumbotron .inner.feature .description h1 {
          margin-top: 0 !important;
          font-size: 2.3em;
          text-shadow: 1px 1px 2px #000;
          -webkit-text-shadow: 1px 1px 2px #000;
          -o-text-shadow: 1px 1px 2px #000; }
		
	   #jumbotron .inner.feature .description h3 {
		 text-shadow: 1px 1px 2px #000;
          -webkit-text-shadow: 1px 1px 2px #000;
          -o-text-shadow: 1px 1px 2px #000;
		margin:0;
		padding:0;
	   }
	   
      #jumbotron .carousel-nav li:hover{
        background-position: left bottom; }
      
#tag {
  width: 100%;
  height: 190px;
  color: #dbdbdb;
  padding: 20px 0 0 0;
  text-align: center;
  
}
  #tag h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-family: 'trajan-pro', 'Times New Roman', serif;
  }
  #tag h2 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'trajan-pro', 'Times New Roman', serif;
  }
  #tag p {
    font-size: 18px;
    color: #dbd2ba;
    margin-bottom: .4em;
  }

#key-features {
  width: 1186px;
  height: 760px;
  background: url("../images/graphic-character.jpg") center center no-repeat;
  margin: 0 auto 0 auto; 
}
  #key-features .header-divider {
    background: url("../images/big-bar-header-background2.png") top center no-repeat;
    width: 1186px;
    height: 81px;
    margin: 0 auto 0 auto;
    text-align: center; }
  #key-features .header-divider span.text {
    color: #cdb781;
    font-size: 24px;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 0 10px;
    line-height: 2.1em; 
    font-family: 'trajan-pro', 'Times New Roman', serif;
  }
    #key-features .col_left {
      width: 50%;
      float: left;
      text-transform: uppercase;
      padding: 20px 0 0 0;
	 font-family: 'trajan-pro', 'Times New Roman', serif;
    }
      #key-features .col_left h1 {
        font-size: 46px;
        color: #cfcbc1;
      }
      #key-features .col_left h2 {
        font-size: 25px;
        color: #cfcbc1;
      }
      #key-features .col_left ul.includes-list {
        list-style: none;
        margin: 30px 0 0 0; 
      }
      #key-features .col_left ul.includes-list li.main-list {
        list-style: none;
        color: #dbd2ba;
        font-size: 21px;
        margin: 0 0 15px 0; 
      }
      #key-features .col_left ul.includes-list li.bullet-list {
        background: url("../images/icon-bullet-list.png") top left no-repeat;
        padding: 0 0 0 18px;
        font-size: 14px;
        list-style: none;
        color: #dbd2ba;
        margin: 0 0 8px 5px;  
      }
      #key-features .col_left ul.includes-list .spacer {
        height: 5px;
      }
      #key-features .col_left ul.includes-list li.sub-text {
        font-size: 14px;
        list-style: none;
        color: #dbd2ba;
        margin: 0 0 15px 0; 
      }
    #key-features .col_right {
      width: 50%;
      float: left;
    }
      #key-features .col_right .inner-wrap {
        margin: 0 0 0 321px;
      }

        #key-features .col_right .inner-wrap .region-list .regions-container .arrow:hover {
          cursor: pointer;
        }
        #key-features .col_right .inner-wrap .retailers-list { }
        #key-features .col_right .inner-wrap .retailers-list .title {
          width: 100%;
          text-align: center;
          margin: 40px 0 0 0;
          color: #8A8067;
          font-size: 19px;
          font-family: trajan-pro; 
        }
        #key-features .col_right .inner-wrap .retailers-list .retailer {
          width: 270px;
          height: 50px;
          background: #15110a;
          border: 1px solid #3a2e1d;
          font-size: 14px;
          margin: 20px 0 0 0;
          cursor: pointer;
		position: relative;
        }
        #key-features .col_right .inner-wrap .retailers-list .retailer,
        #key-features .col_right .inner-wrap .retailers-list .retailer a,
        #key-features .col_right .inner-wrap .retailers-list .retailer a span {
            font-family: 'trajan-pro', 'Times New Roman', serif;
            color: #8A8067;
            text-decoration: none;
        }
        #key-features .col_right .inner-wrap .retailers-list .retailer .brand {
          text-align: right;
		  padding: 10px 15px;
		  padding-top:13px;
		 
        }
			#key-features .col_right .inner-wrap .retailers-list .retailer .brand img.logo {
				position:absolute;
				left:15px;
			}
                        
                        #key-features .col_right .retailer .brand .target {
                                top: 10px;
                        }
                        #key-features .col_right .retailer .brand .bb, #key-features .col_right .retailer .brand .walmart {
                                top: 4px;
                        }
                        #key-features .col_right .retailer .brand .amazon {
                                top: 14px;
                        }
        #key-features .col_right .inner-wrap .retailers-list .retailer .buy {
          

          font-size: 24px;
        }
		
     .generic-text-gradient-2, .generic-text-gradient-2 a, .generic-text-gradient-2 span{
		  color: #a28a72;
	      background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd0ad), to(#9b8f6f));
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
      text-decoration: none;
} 

  
#promos {
  margin: 20px 0 30px 0; }

/*.dd-container {*/
  /*float: left;*/
  /*margin-left: 15px;*/
  /*margin-top: -8px; }*/
  /*.dd-container .dd-select {*/
    /*border-top: transparent !important;*/
    /*border-left: transparent !important;*/
    /*border-bottom: 1px solid #404040 !important;*/
    /*border-right: 1px solid #404040 !important; }*/
    /*.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; }*/

.esrb {
    margin-top: 20px;
}
.esrb img {
    margin-bottom: 15px;
}
.esrb ul {
    margin-left: 8px;
}
.esrb li {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom: 4px;
    font-size: 12px;
    color: #DDD;
}

#jumbotron .inner.feature #videocontainer2 {
    display: none;
}

#key-features .col_right .inner-wrap .retailers-list .retailer.retailer-mobile {
    display: none;
}

#jumbotron .inner.feature .description img {
    display: none;
}

#tag .social-mobile {
    display: none;
}

.only-mobile{
  display: none;
}

@media all and (max-width:767px) {
    .only-mobile{
      display: block;
    }
    #jumbotron .inner {
        width: 100%;
        height: auto;
    }

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

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

            #jumbotron .inner.feature #videocontainer {
                display: none;
            }

                #jumbotron .inner.feature #videocontainer2 {
                    display: block;
                    width: 100%;
                }

                    #jumbotron .inner.feature #videocontainer2 img {
                        width: 100%;
                        height: auto;
                    }
                    #jumbotron .inner.feature #videocontainer2 {
                      position: relative;
                      padding-bottom: 56.25%; /* 16:9 */
                      padding-top: 25px;
                      padding-left: 0;
                      padding-right: 0;
                      height: 0;
                      width: 100%;
                    }

                      #jumbotron .inner.feature #videocontainer2 object, #jumbotron .inner.feature #videocontainer2 embed, #jumbotron .inner.feature #videocontainer2 img, #jumbotron .inner.feature #videocontainer2 iframe {
                          position: absolute;
                          top: 0;
                          left: 0;
                          width: 100%;
                          height: 100%;
                      }

    #iframe-video-mobile {
        width: 320px;
        height: 180px;
    }

    #jumbotron .inner.feature .description {
        background: url('../images/jumbotron/carousel-background.png') no-repeat center bottom;
        width: 100%;
        position: relative;
        display: block;
        height: auto;
        text-align: center;
        padding: 30px 0px 70px 0px;
    }

        #jumbotron .inner.feature .description img {
            display: block;
            width: 201px;
            margin: auto;
            height: auto;
            text-align: center;
            margin-bottom: 20px;
        }

        #jumbotron .inner.feature .description h1 {
            color: #cfcbc1;
            font-size: 2.574em;
            letter-spacing: -0.12em;
            line-height: 38px;
            width: 100%;
            margin: auto;
            position: relative;
            padding: 0px;
            text-align: center;
        }

        #jumbotron .inner.feature .description h3 {
            color: #cfcbc1;
            font-size: 1.25em;
            line-height: 24px;
            letter-spacing: 0.093em;
            width: 100%;
            margin: auto;
            text-align: center;
            position: relative;
            padding: 0px;
            margin-top: 25px;
        }

    #jumbotron .inner.feature .meta, #jumbotron .inner.feature .social, #jumbotron .inner .social {
        display: none;
    }

    #tag .social-mobile {
        width: 100%;
        position: relative;
        display: block;
        margin: auto;
        margin-top: 20px;
    }

    #tag .social-mobile .social{
      float: none;
    }

        #tag .social-mobile .share {
            width: 90px;
            margin: auto;
            text-align: center;
        }

            #tag .social-mobile .share .social-links {
                width: 84px;
                height: auto;
                margin: auto;
                text-align: center;
            }

                #tag .social-mobile .share .social-links li {
                    width: auto;
                    position: relative;
                    float: none;
                    padding-right: 9px;
                }

                    #tag .social-mobile .share .social-links li a {
                        margin-left: 4px;
                        margin-right: 4px;
                    }

    #tag {
        min-width: 320px;
        height: auto;
        padding: 20px 15px 30px;
    }

        #tag h2 {
            color: #cfcbc1;
            font-size: 1.472em;
            line-height: 28.6px;
            letter-spacing: -0.065em;
            text-transform: none;
        }

        #tag h1 {
            color: #cfcbc1;
            font-size: 1.674em;
            line-height: 32.51px;
            letter-spacing: -0.065em;
            text-transform: none;
        }

        #tag p {
            color: #dbd2ba;
            font-size: 1em;
            font-family: montaga;
            line-height: 20px;
            letter-spacing: -0.025em;
            display: inline;
        }

    #key-features {
        width: 100%;
        min-width: 320px;
        height: auto;
        background: none;
    }

        #key-features .header-divider {
            width: 100%;
        }

        #key-features .col_left {
            width: 88.75%;
            margin: auto;
            text-align: center;
            position: relative;
            float: none;
            margin-top: 20px;
        }

        #key-features .col_right {
            width: 100%;
            margin: auto;
            text-align: center;
            position: relative;
            float: none;
        }

        #key-features .col_left h2 {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            color: #cfcbc1;
            letter-spacing: -0.065em;
            font-size: 1.824em;
        }

        #key-features .col_left h1 {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            color: #cfcbc1;
            letter-spacing: 0.093em;
            font-size: 2.891em;
        }

        #key-features .col_left ul.includes-list {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: left;
            margin: 0px;
            margin-top: 20px;
        }

            #key-features .col_left ul.includes-list li {
                width: 100%;
                text-align: left;
                color: #dbd2ba;
                font-size: 1em;
                line-height: 25px;
                letter-spacing: -0.065em;
                font-family: trajan-pro-bold;
            }

                #key-features .col_left ul.includes-list li.li-nobr-mobile br {
                    display: none;
                }

                #key-features .col_left ul.includes-list li sup.tm {
                    font-size: 35%;
                }

                #key-features .col_left ul.includes-list li.bullet-list {
                    color: #dbd2ba;
                    font-size: 0.750em;
                    line-height: 14px;
                    letter-spacing: -0.065em;
                }

                    #key-features .col_left ul.includes-list li.sub-text.sub-text3d-mobile {
                        display: block;
                        font-size: 0.688em;
                        color: #dbd2ba;
                        letter-spacing: -0.065em;
                        line-height: 14px;
                    }

        #key-features .col_right .inner-wrap {
            margin: 0px;
        }

    .container .inner {
        width: 100%;
    }

    #key-features .col_right .inner-wrap .retailers-list .title {
        font-size: 2.194em;
        color: #cdc9bf;
        line-height: 33.91px;
        letter-spacing: -0.1em;
        margin-top: 0px;
    }

    #key-features .col_right .inner-wrap .retailers-list .retailer{
      margin: 20px auto;
    }
}