
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.woff') format('woff'), url('../font/Roboto-Bold.ttf')  format('truetype'), url('../font/Roboto-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'libre_caslon_textbold';
    src: url('../font/librecaslontext-bold-webfont.woff2') format('woff2'),
         url('../font/librecaslontext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html, body
{
    background-color: #000;
    background-size: auto;
    background-position: center 30px;
    background-image: url(../images/dragon-quest-heroes-2-background.jpg);
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: auto;
    font-family:'Roboto-Bold', Arial, sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
    overflow-x: hidden;
    letter-spacing: 1px;
    -ms-overflow-style: scrollbar;
}
body.still-loading
{
    max-height: 100%;
    overflow: hidden;
}
.section {
  font-weight: 700;
}
.trailer-slider
{
  width: 100%;
  text-align: center;
  max-width: 909px;
  margin: 250px auto 70px auto;
}
body[lang=fr] .section.main
{
    background-position: center top;
    background-image: url(../images/dragon-quest-heroes-2-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
body[lang=fr] .trailer-slider
{
  margin: 25px auto 70px auto;
}
.explorers-bar
{
  width: 80%;
  margin: 30px auto;
  display: block;
  max-width: 633px;
}
.prev-arrow, .next-arrow
{
  position: absolute;
  top: calc(50% - 41px);
  height: 83px;
  width: 83px;
  opacity: .75;
	-webkit-transition: all 330ms ease-in-out;
	-moz-transition: all 330ms ease-in-out;
	-ms-transition: all 330ms ease-in-out;
	-o-transition: all 330ms ease-in-out;
	transition: all 330ms ease-in-out;
    cursor: pointer;
    z-index: 999;
}
.prev-arrow:hover, .next-arrow:hover
{
  opacity: 1;
}
.prev-arrow
{
  background-image: url(../images/arrow-left.jpg);
  left: 0;
}
.next-arrow
{
  background-image: url(../images/arrow-right.jpg);
  right: 0;
}
.section {
  text-transform: uppercase;
}
.section:after
{
  content: '';
  width: 100%;
  height: 12px;
  background-image: url(../images/seperator-bar.jpg);
  background-size: auto;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  z-index: 999;
}
.section.buy
{
    background-size: auto;
    background-position: center top;
    background-image: url(../images/dragon-quest-heroes-2-preorder-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 13px;
    color: #1044a3;
    text-transform: none;
    padding-bottom: 50px;
}
.section.characters
{
    background-size: auto;
    background-position: center top;
    background-image: url(../images/characters_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 13px;
    color: #1044a3;
    text-transform: none;
    padding-top: 50px;
}
.section.story
{
    background-size: auto;
    background-position: center top;
    background-image: url(../images/story_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 24px;
    color: #1a1a1a;
    text-transform: none;
    padding-top: 50px;
    font-weight: 300;
}
.section.info
{
    background-size: auto;
    background-position: center top;
    background-image: url(../images/game_details_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 24px;
    color: #fff;
    text-transform: none;
    padding-top: 50px;
    font-weight: 300;
}
.section.buy .buy-btn
{
  margin: 25px 25px 0 0;
  display: inline-block;
  font-size: 16px;
  width: 20%;
}
body[lang=de] .section.buy .buy-btn, body[lang=gb] .section.buy .buy-btn
{
  width: auto;
}
.section.buy:after
{
  bottom: 0;
}
.retailer-logo
{
  width: 50%;
}
.explorers-intro
{
    font-family: 'libre_caslon_textbold', Times New Roman, serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8dc86+0,f5d782+50,ad8b45+55,c7a85b+100 */
    background: rgb(248,220,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,220,134,1) 0%, rgba(245,215,130,1) 50%, rgba(173,139,69,1) 55%, rgba(199,168,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(248,220,134,1) 0%,rgba(245,215,130,1) 50%,rgba(173,139,69,1) 55%,rgba(199,168,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(248,220,134,1) 0%,rgba(245,215,130,1) 50%,rgba(173,139,69,1) 55%,rgba(199,168,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dc86', endColorstr='#c7a85b',GradientType=0 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(255,200,32,1);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
	-webkit-transition: all 330ms ease-in-out;
	-moz-transition: all 330ms ease-in-out;
	-ms-transition: all 330ms ease-in-out;
	-o-transition: all 330ms ease-in-out;
	transition: all 330ms ease-in-out;
    -webkit-text-stroke: 2px #002878;
    font-weight: 700;
    line-height: 1;
}
.explorers-intro.line-one
{
  font-size: 68px;
}
.explorers-intro.line-two
{
  font-size: 39px;
  margin-bottom: 30px;
}
.section.buy .col-xs-4, .section.buy .col-xs-8
{
  display: inline-block;
  float: none;
  vertical-align: top;
}
.section.buy .col-xs-4
{
  text-align: center;
}
.section.buy .col-xs-4 img
{
  max-width: 100%;
  margin-bottom: 20px;
}
.explorers-edition-reversible-cover-art-caption
{
  width: 40%;
  position: absolute;
  top: -2.5%;
  left: 2.5%;
}
.explorers-edition-pc-packshot
{
  max-width: 65% !important;
}
.explorers-edition-pc-caption
{
  text-align: center;
  width: 65%;
  display: inline-block;
}
.explorers-edition-item
{
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  min-width: 25%;
}
.square-header {
    background-color: #000;
    border-bottom: 1px solid #fff;
	position: relative;
	z-index: 9999;
}
.square-header-inner {
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    width: 100%;
    height: 40px;
    text-align: left;
}
.square-logo {
    max-width: 287px;
    min-width: 150px;
    width: 15%;
    display: inline-block;
}
.flag-parent
{
    text-align: right;
    display: inline-block;
	padding: 0;
    float: right;
}
.flag-container {
    display: inline-block;
    height: auto;
    margin-top: -42px;
    max-height: 42px;
    position: relative;
    transition: all 330ms ease-in-out 0s;
    vertical-align: middle;
    width: 42px;
}
.flag-inner:hover
{
	max-height: 600px;
}
.flag-inner {
    background-color: #000;
    background-position: center 42px;
    left: 0;
    max-height: 32px;
    overflow: hidden;
    padding: 0 10px 10px;
    position: absolute;
    top: 0;
    z-index: 99;
    transition: all 330ms ease-in-out 0s;
}
.flag {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    width: 32px;
}
.flag {
	width: 32px;
	height: 32px;
	background:url(../images/flags.png) no-repeat;
        cursor: pointer;
        display: inline-block;
}
.flag:first-child
{
  background-color: rgba(0,0,0,0);
}
.flag.flag-de {
    background-position: -32px 0;
}
.flag.flag-es {
    background-position: -64px 0;
}
.flag.flag-fr {
    background-position: 0 -32px;
}
.flag.flag-gb {
    background-position: -32px -32px;
}
.flag.flag-it {
    background-position: -64px -32px;
}
.flag.flag-jp {
    background-position: 0 -64px;
}
.flag.flag-us {
    background-position: -32px -64px;
}
.container
{
    max-width: 1150px;
	position: relative;
	z-index: 1;
}
.logo
{
    width: 100%;
    position: relative;
    margin: -25px auto 0 auto;
    max-width: 521px;
    display: block;
    z-index: 99;
}
.release-date, .nav-area
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    padding: 10px 0;
    text-align: center;
    position: relative;
    width: 80%;
    margin: -25px auto 0 auto;
    font-size: 30px;
    z-index: 0;
    line-height: 1;
    
}
.nav-area
{
  font-family: 'libre_caslon_textbold', serif;
  font-size: 24px;
  line-height: 24px;
  margin: 30px auto 0 auto;
  position: relative;
  padding: 20px 0;
}
.nav-area a, .nav-area a:visited, .nav-area a:active, .nav-area a:focus, .nav-area a:hover
{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 30%;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 4px #000;
  transition: all 330ms ease-in-out 0s;
}
.nav-area a:hover
{
  color: rgba(206,182,120,1);
}
.release-date:before, .release-date:after, .nav-area:before, .nav-area:after
{
    content: '';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ceb678+0,ceb678+50,ceb678+100&0+0,1+50,0+100 */
    background: -moz-linear-gradient(left,  rgba(206,182,120,0) 0%, rgba(206,182,120,1) 50%, rgba(206,182,120,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(206,182,120,0) 0%,rgba(206,182,120,1) 50%,rgba(206,182,120,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(206,182,120,0) 0%,rgba(206,182,120,1) 50%,rgba(206,182,120,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ceb678', endColorstr='#00ceb678',GradientType=1 ); /* IE6-9 */
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
}
.release-date:before, .nav-area:before
{
    top: -4px;
}
.release-date:after, .nav-area:after
{
    bottom: -4px;
}
.buy-btn, .buy-btn:hover, .buy-btn:visited, .buy-btn:focus
{
    border-radius: 10px;
    border: 4px solid #d8bc62;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a8373c+0,c7363a+100 */
    background: rgb(168,55,60); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(168,55,60,1) 0%, rgba(199,54,58,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(168,55,60,1) 0%,rgba(199,54,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(168,55,60,1) 0%,rgba(199,54,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8373c', endColorstr='#c7363a',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    padding: 25px;
    position: relative;
    color: #fff;
    text-decoration: none;
    outline: 0;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    -webkit-transition: all 330ms ease-in-out;
    -moz-transition: all 330ms ease-in-out;
    -ms-transition: all 330ms ease-in-out;
    -o-transition: all 330ms ease-in-out;
    transition: all 330ms ease-in-out;
    line-height: 1;
}
.buy-btn:hover
{
    color: #ceb678;
}
body[lang=fr] .buy-btn, body[lang=fr] .buy-btn:hover, body[lang=fr] .buy-btn:visited, body[lang=fr] .buy-btn:focus, body[lang=de] .buy-btn, body[lang=de] .buy-btn:hover, body[lang=de] .buy-btn:visited, body[lang=de] .buy-btn:focus, body[lang=gb] .buy-btn, body[lang=gb] .buy-btn:hover, body[lang=gb] .buy-btn:visited, body[lang=gb] .buy-btn:focus
{
  margin: 25px 25px 0 0;
  display: inline-block;
  padding: 10px;
}
body[lang=fr] .release-date
{
  margin-bottom: 300px;
}
.trailer-house
{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.trailer-still
{
    width: 100%;
    position: relative;
    display: block;
}
.play-btn
{
    position: absolute;
    top: calc(50% - 91.5px);
    left: calc(50% - 91.5px);
    width: 183px;
    height: 183px;
    opacity: .5;
    -webkit-transition: all 330ms ease-in-out;
    -moz-transition: all 330ms ease-in-out;
    -ms-transition: all 330ms ease-in-out;
    -o-transition: all 330ms ease-in-out;
    transition: all 330ms ease-in-out;
}
.trailer-house:hover .play-btn
{
    opacity: 1;
}
.row.section.footer
{
	text-align: center;
	padding: 50px 0;
	background-color: #000;
	margin: 0;
}
.row.section.footer:after
{
  display: none;
}
.row.section.footer .footer-container, .row.section.footer .col-md-12
{
	padding: 0;
	position: relative;
	float: none;
	margin: 0 auto;
}
.row.section.footer .footer-container
{
    max-width: 1300px;
}
.esrb-privacy {
    width: 80px;
    height: 108px;
    background-position: -5px -5px;
}

.playstation {
    width: 121px;
    height: 26px;
    background-position: -5px -123px;
}

.rating {
    width: 188px;
    height: 78px;
    background-position: -95px -5px;
}

.square-enix {
    width: 200px;
    height: 21px;
    background-position: -136px -93px;
}

.rating-icon
{
	display: none;
	vertical-align: middle;
	padding: 0;
}
body[lang=us] .rating-icon
{
	display: inline-block;
}
.legal-center
{
	display: inline-block;
	vertical-align: middle;
	padding: 20px 10px;
	font-size: 12px;
	font-weight: 400;
	width: 100%;
	min-width: 350px;
	max-width: 900px;
	font-family: Arial, sans-serif;
}
.legal-center p
{
    display: block;
    padding: 50px 0 0 0;
}
.legal-center .legal-logo
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.legal-center a, .legal-center a:hover, .legal-center a:focus, .legal-center a:visited, .legal-center a:active
{
  text-decoration: none;
  color: #ceb678;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  margin: 0 20px;
}
.legal-center a:hover
{
  text-decoration: underline;
}
#cookie-notification
{
  position:fixed;
  bottom:0px;
  z-index:10000;
  text-align:left;
  font-size:14px;
  color:white;
  background-color:#000000;
  border-top: 1px solid #FFFFFF;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  padding-bottom: 2%;
}
#cookie-notification span.dismiss {
    background-color: #FFFFFF;
    padding:0 5px;
    cursor:pointer;
    float:right;
    display: inline-block;
}

#cookie-notification span.dismiss a {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
}

#cookie-notification a {
    color:#d60303;
}

#cookie-notification .title {
    text-transform: uppercase;
    font-size: 18px;
}

#headerbar-sqex .form-input, 
#headerbar-sqex .login-form .input-text, 
#headerbar-sqex .reg-form .input-text { 
  width: 100%;
}
.social-space
{
	display: block;
	vertical-align: middle;
	font-size: 24px;
	min-width: 320px;
    text-align: center;
    margin: 10px auto;
}
.social-space span
{
	display: block;
	margin-bottom: 10px;
}
.social-space .social-link, .social-space .social-link:visited, .social-space .social-link:active, .social-space .social-link:focus
{
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	margin-right: 10px;
	padding: 8px 0;
	text-decoration: none;
	-webkit-transition: all 330ms ease-in-out;
	-moz-transition: all 330ms ease-in-out;
	-ms-transition: all 330ms ease-in-out;
	-o-transition: all 330ms ease-in-out;
	transition: all 330ms ease-in-out;
}
.social-link.facebook i, .social-link.twitter i, .social-link.instagram i
{
	margin-left: 5px;
}
.social-link.youtube {
    padding: 8px 6px !important;
    margin-right: 0;
}
.social-space .social-link:hover
{
	background-color:  #ceb678;
	text-decoration: none;
}

/* loading screen */
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background-color: rgba(255,255,255,.9);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.uil-ring-css.active
{
   display: block;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #1d447c;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
.loading-holder
{

}

/* characters section */
.character-slide
{
  position: relative;
  text-align: right;
}
.character-name
{
  background-image: url(../images/characters/character-name-plate.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 852px;
  height: auto;
  line-height: 64px;
  text-align: center;
  font-size: 2.5em;
  display: block;
  margin: 50px auto 0 auto;
  
}
.character-name span
{
    font-family: 'libre_caslon_textbold', Times New Roman, serif;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8dc86+0,f5d782+50,ad8b45+55,c7a85b+100 */
    background: rgb(248,220,134); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,220,134,1) 0%, rgba(245,215,130,1) 50%, rgba(173,139,69,1) 55%, rgba(199,168,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(248,220,134,1) 0%,rgba(245,215,130,1) 50%,rgba(173,139,69,1) 55%,rgba(199,168,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(248,220,134,1) 0%,rgba(245,215,130,1) 50%,rgba(173,139,69,1) 55%,rgba(199,168,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8dc86', endColorstr='#c7a85b',GradientType=0 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(255,200,32,1);
    position: relative;
    display: inline-block;
    text-transform: uppercase;
	-webkit-transition: all 330ms ease-in-out;
	-moz-transition: all 330ms ease-in-out;
	-ms-transition: all 330ms ease-in-out;
	-o-transition: all 330ms ease-in-out;
	transition: all 330ms ease-in-out;
    font-weight: 700;
}
.character-avatar
{
  width: 100%;
  max-width: 868px;
}
.trailer-house.character-trailer
{
  position: absolute;
  width: 35%;
  left: 10%;
  top: 60%;
  z-index: 9999;
  border: 4px solid #ebd429;
  min-width: 300px;
}
.trailer-house.character-trailer img.trailer-still
{
  position: relative;
  width: 100%;
}
.slick-slide img.character-avatar
{
  display: inline-block;
  position: relative;
}

.section.story p
{
  margin: 100px auto;
  font-family: 'libre_caslon_textbold', serif;
  max-width: 800px;
}
.info-copy
{
  margin: 500px auto 50px auto;
  max-width: 800px;
  text-align: left;
  font-family: 'libre_caslon_textbold', serif;
}
.info-copy ul
{
  max-width: 600px;
  display: block;
  margin: 50px auto;
}
.screenshot-thumb
{
  cursor: pointer;
  margin-bottom: 30px;
}
.screenshot-thumb img
{
  border: 4px solid #ebd429;
  width: 100%;
}
@media (max-width: 767px)
{
  .retailer-logo
  {
    width: 80%;
  }
  .explorers-intro
  {
      -webkit-text-stroke: 1px #002878;
  }
  .explorers-intro.line-one
  {
    font-size: 2.5em;
  }
  .explorers-intro.line-two
  {
    font-size: 1.5em;
  }
  .section.buy .col-xs-4, .section.buy .col-xs-8
  {
    text-align: center;
    width: 100%;
  }
  .section.buy
  {
    background-size: cover;
  }
  .section.buy .buy-btn
  {
    display: block;
    width: 100%;
  }
  .nav-area
  {
    font-size: 12px;
    line-height: 1;
  }
  .col-xs-3
  {
    min-width: 195px;
    display: inline-block;
    float: none;
  }
  .character-name
  {
    line-height: 1.5em;
    font-size: 1.5em;
  }
  .section.info, .section.story
  {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (orientation:landscape)
{
}

/* Headerbar stuff */

html body {
    padding-top: 25px;
    background-position: center 40px;
}

body header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
}

.square-header {
  position: fixed;
  width: 100%;
  top: 50px;
  z-index: 9999;
  background-color: black;
}

.container {
  padding-top: 50px;
}

.logo {
  margin: 0 auto;
}

.trailer-slider {
  margin: 225px auto 70px auto;
}