/*Start normalize.css v2.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,main{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */ input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
/*End normalize.css v2.0.1 | MIT License | git.io/normalize */
h1,h2,h3,h4,h5,ul,ol,li,p,dl,dt,dd { margin: 0; padding: 0; }

* {
  -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../fonts/droidserif-italic1-webfont.woff2') format('woff2'),
         url('../fonts/droidserif-italic1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('../fonts/titilliumweb-light-webfont.woff2') format('woff2'),
       url('../fonts/titilliumweb-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2'),
       url('../fonts/roboto-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

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

/*font-family: 'Montserrat', sans-serif;
font-family: 'Droid Serif', serif;
font-family: 'Titillium Web', sans-serif;*/

/* general styles */
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
  min-height:100%;
  overflow-x: hidden !important;
  background: #f1f1f1;
  position:relative;
}

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

body {
  font: 16px/1.5 'Droid Serif', serif !important;
  -webkit-font-smoothing:antialiased;
  color: #424242; 
  text-align: center;
}
h1 {  
  font: 52px/1.2 'Montserratbold', sans-serif !important;
  margin: 0 0 20px;
  font-style: normal;
}
h2 {
  font: 20px/1.5 'Droid Serif', serif !important;
  color: #3e5c64; 
}
h3 {
  font: 24px/1.2 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  margin: 0 0 20px; 
}
.lightfont { font-family: 'Titillium Web', sans-serif !important; font-style: normal; font-weight: normal; }
p { margin: 0 0 30px; }
a, a:link { 
  text-decoration: underline; 
  color: #fff;
  outline: none;
}
a:hover, a:active { text-decoration: none; }
/*main { padding: 115px 0 220px; margin-top:112px; z-index:1;}
#main { position: absolute; width: 100%;overflow-x: hidden; background:url(/img/bg/bg-lice.png) #e6341d; }*/

sup {
  vertical-align: top;
  line-height: 1.4;
  top:0;
}

.inner {  
  position: relative;
  max-width: 940px;
  width:90%;
  margin: 0 auto;
  z-index: 2;
}
.innerLeft,
.innerRight {  
  width: 50%;
  float: left; 
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}
.paddBtm40 { padding-bottom:40px; }
.paddTop40 { padding-top:40px; }

/* table / grid */

.table { display:table; width:100%; }
.table .table-md { display:table-cell;  }
.table .cell { display:table-cell; vertical-align:top; }
.table .cell > .cell-inner { margin: 0 auto; }
.table .cell.nopadd-left > .cell-inner { margin:0 0 0 auto; }
.table .cell.nopadd-right > .cell-inner {  margin:0 auto 0 0;  }

.grid { width:100%; position: relative; overflow: hidden;  }
.grid > .col { clear:both; }
.grid > .col > .row { float:left; }
.grid > .col > .row > a { overflow: hidden; }
.grid-thumb > .col > .row img { width:100%; height:62.5%; display:block;}
.grid > .col-3 > .row { width:25%; }
.grid > .col-4 > .row { width:33.33%; }
.grid > .col-6 > .row { width:50%; }
.grid > .col-12 > .row { width:100%; float:none; }

.grey { background-color:#e0e0e0; }
.dark { background-color:#111f2a; color:#fff; }

.padd-right-20 { padding-right:20px; }
.padd-left-20 { padding-left:20px; }

/* specific */

header {
  background:#fff;
  height:140px;
}
header > .inner { height:100%; padding-top:33px; }

.logo-hv-sm {
  width:30px;
  height:37px;
  background:url(../img/logo-hv-sm.png) no-repeat;
  position: absolute;
  top:50%;
  margin-top:-50px;
}

.langChoice {
  text-align: right;
  
}
ul { list-style: none; }
.langChoice a {
  font:12px 'Montserrat', sans-serif !important;
  text-decoration: none;
  margin-left:10px;
  color:#3e5c64;
}
.langChoice a:hover, .langChoice a:active {
  text-decoration: underline;
  color:#3e5c64;
}

#hero {  
  background:#fff;
  color:#485c62;
}
.hero-container {
  background:#eaeaea url(../img/hero-bg.png) no-repeat;
  background-size:contain;
  width:100%;
  min-height: 600px;
  padding: 30px 0 100px 0;
}
#hero .hero-container .title.inner {
  position: relative;
  top:-55px;  
}
#hero .inner {
  max-width: 550px;
  font-size:24px;  
} 

.hero-container > div {
  position: relative;
}

.hero-container .treehouse {
  background:url(../img/hero-tile@2x.png) no-repeat;
  background-size: contain;
  width:637px;
  height:544px;
  position: absolute;
  top:-35px;
  right:50%;  
  margin-right:-160px;    
}

.hero-container .content {
  width: 67%;
  margin-left:auto;
  margin-bottom:90px;
}

.hero-container .content .accolades {
  margin-top:40px;
}
.accolades-wrapper {
  margin-bottom:20px;
}
.hero-container .content .accolades > img {
  display: block;
  margin:0 auto 20px;
}

.accolades-wrapper .accolades > img {
  margin:0 20px 20px;
}


/*.hero-title {
  position: relative;  
}*/
ine {
  padding:50px 0 50px;
}
ine p { margin-bottom:0; font-size:20px; }

.hero-title .tile {
  background:url(../img/hero-tile.png) no-repeat;
  width:459px;
  height:379px;
  margin-left:210px;
}
.logo-tag {
  display: block;
  width:248px;
  height:144px;
  background:url(../img/logo-tag.png) no-repeat;
  float:left;
  margin-top:110px;
}

.accolade-wrapper { position: absolute; width:100%; top:410px; }
.accolade-wrapper > .table-cell-tile { width:440px; }
#hero .reviews { padding-top:0; }
#hero .reviews.inner { max-width: 90%; }
.reviews .table { margin-top:40px; }
.reviews .cell { width:50%; }
.reviews .cell-inner {
  font:12px 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  font-style: normal;
  max-width: 280px;
}
.reviews .cell.left { float:right; }
.reviews .cell.right { float:left; }
.reviews .cell.left .cell-inner { margin:0 0 0 75px;  }
.reviews .cell.right .cell-inner { margin:0 75px 0 0; display:inline-block;  }
.quotation {
  font:18px 'Droid Serif', serif !important;
  text-transform: none;
  margin-bottom:20px;
}

article {
  z-index:1;
}
article.content {
  padding: 80px 0 60px;
}
article.content .inner { max-width: 680px; }
.person .title { font:20px 'Montserrat', sans-serif !important; font-style: normal; text-transform: uppercase; margin:12px 0 8px;  }
.person .descr { font:12px 'Montserrat', sans-serif !important; font-style: normal;  }

#accolades .inner { padding:45px 0 100px; width:100%; }
#accolades .col { margin-top:20px; }
#accolades .row { margin-top:25px; }


/* buttons */
.btn, .btn:link {  
  display: inline-block;
  padding: 11px 60px 11px 60px;
  border-radius: 27px;
  border: 2px solid rgba(255,255,255,.75);
  position: relative;
  font:16px 'Titillium Web', sans-serif !important;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:after {
  content: '';
  display: block;
  height: 15px;
  width: 9px;
  position: absolute;
  right: 45px;
  top: 16px;
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: 9px 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover, .btn:active { background: #fff; text-decoration: none; color:#333; }
.btn.btn-arrow:hover, .btn.btn-arrow:active { padding-left:50px; padding-right:70px; }
.btn:hover:after, .btn:active:after { opacity:1; right:35px; } 

.btnAppStore, .btnGooglePlay {
  display: inline-block;
  height: 58px;
  background-image: url(../img/bg/sprite.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
.btnAppStore {  
  width: 197px;
  background-position: 0 -125px;
}
.btnGooglePlay {  
  width: 170px;
  background-position: 0 -185px;
}

#hero .btn {
  border-color:rgba(72, 92, 98, 0.7);
  color:#3e5c64;
}
#hero .btn:hover, #hero .btn:active { background: #3e5c64; text-decoration: none; color:#fff; }

#hv {
  background:#f46f58;
  color:#fff;
}
#hv .inner { padding:50px 0; }
#hv .logo {
  width:178px;
  height:217px;
  background:url(../img/logo-hv-lg.png) no-repeat;

  margin:0 auto;
}
#hv p { font-size:30px; font-size:26px; line-height:1.33; font-size:23px; }

footer {
  height:272px;
  width:100%;
  background:#04111c;
  position: relative;
}
footer .logo-hv {
  position: absolute;
  top:50%;
  left:50%;
  background:url(../img/logo-hv.png) no-repeat;
  width:122px;
  height:37px;
  margin: -18px 0 0 -61px;
  display: block;
}

/* form */

.mc-field-group {  
  display:inline-block;
  margin: 0 17px 20px;
  max-width: 400px;
  width:100%;
}
.input-wrapper {
  position: relative;
  width:100%;  
  display:inline-block;
}
.input-wrapper label {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  color:#bababa;
  padding: 13px 20px 13px 20px;
  text-align:left;
}
.input-wrapper input {
  text-align:left;
  width: 100%;  
  padding: 13px 20px 13px 20px;
  border-radius: 5px;
  border:0 none;
  outline:none;
  font-family: 'Titillium Web', sans-serif !important; font-style: normal; font-weight: normal;
}
.btn-wrapper {
  display:inline-block;
  margin: 0 17px;
}

#mc_embed_signup {
  margin-bottom: 50px;
}

a.social, a.social:link {
  font-size:13px;
  color:#fff;  
  color:rgba(255, 255, 255, 0.5); 
  text-decoration: none; 
}
a.social:hover {
  text-decoration: underline; 
}
.social .icon { margin-bottom:10px; }
.icon {
  width:53px; 
  height:53px;
  background-repeat: no-repeat; 
  background-size:53px 53px;
  margin: 0 auto;
}
.icon-mail { background-image:url(../img/icon-mail.png); }
.icon-twitter { background-image:url(../img/icon-twitter.png); }
.icon-fb { background-image:url(../img/icon-fb.png); }

/* popup */

.popup {
  display: none;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index:10;
  top:0;
  left:0;
}
.popup-wrapper {
  width:90%;  
  height:100%;
  max-width:1000px;
  display: table;
  margin:0 auto;
}
.popup-wrapper > div {
  display:table-cell;
  vertical-align: middle;
}
.popup-content {
  border:5px solid #fff;
  border-radius: 5px; 
  position: relative; 
}
.popup-content img {
  width:100%; height:62.5%; display:block;
}
.popup .btn-close {
  position: absolute;
  right:-20px;
  top:-24px;
  width:40px;
  height:40px;
  background:url(../img/icon-close.png) no-repeat;
  background-size:40px 40px;
  z-index:22;
}
.btn-next, .btn-prev {
  z-index:21;
  width:50%;
  height:100%;
  position: absolute;
  top:0;  
}
.btn-prev { left:0; }
.btn-next > span, .btn-prev > span {
  width:22px;
  height:35px;
  background-repeat: no-repeat;
  background-size:22px 35px;
  position: absolute;
  top:50%;
  margin:-17px 0 0 0;
 opacity: 0.3;
}
.btn-next > span { background-image:url(../img/icon-next.png); right:20px; }
.btn-prev > span { background-image:url(../img/icon-prev.png); left:20px; }
a.btn-next, a.btn-next:link, a.btn-next:hover, a.btn-next:visited, a.btn-prev, a.btn-prev:link, a.btn-prev:hover, a.btn-prev:visited {
  text-decoration: none;
}

.steam {
  padding:0 20px;
  max-width:646px;
  margin:40px auto 30px;
}

@media only screen and (min-width: 1200px) {
  #hero .hero-container .title.inner { top:0; }

}

@media only screen and (max-width: 1200px) {
  .hero-container .treehouse { margin-right:-140px; }
  .hero-container .content { width:55%; }
}


@media only screen and (max-width: 1000px) {
    .accolade-wrapper { top: 490px; }
    .accolade-wrapper > .table-cell-tile { width:240px; }
    .reviews .cell .cell-inner { margin:0 auto; }
    .grid > .col-md-3 > .row { width:25%; }
    .grid > .col-md-4 > .row { width:33.33%; }
    .grid > .col-md-6 > .row { width:50%; }
    .grid > .col-md-12 > .row { width:100%; float:none; }
    #accolades .right, #accolades .left { text-align:center; }
    #accolades .padd-right-20, #accolades .padd-left-20 { padding:0; }
  .reviews .cell.left .cell-inner { margin-left:50px; }
  .reviews .cell.right .cell-inner { margin-right:50px; }
}
.show-on-onlyMobile {
  display:none;
}

@media only screen and (max-width: 760px) {
  .show-on-onlyMobile {
    display:block;
  }
  .hide-on-onlyMobile {
    display:none!important;
  }
  .baseline {
    padding-bottom:40px;
  }
  header { height:110px; }
    #hero .reviews.inner { max-width: 100%; width:100%; }
    .accolade-wrapper { top: 15px; position: relative; }
    .accolade-wrapper > .table-cell-tile { width:0; }
    .reviews .cell .cell-inner { max-width: 85%; }
    .grid > .col-sm-3 > .row { width:25%; }
    .grid > .col-sm-4 > .row { width:33.33%; }
    .grid > .col-sm-6 > .row { width:50%; }
    .grid > .col-sm-12 > .row { width:100%; float:none; }
    .logo-winter { margin-top:-32px; }
    header > .inner { padding-top:20px; }
    .mc-field-group { max-width: 290px; }
    #screenshots a { cursor:default; pointer-events: none; }
    .vid-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; height: 0; overflow: hidden;
      position: relative;
    }
    .vid-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  .reviews .cell.left .cell-inner { margin-left:25px; }
  .reviews .cell.right .cell-inner { margin-right:25px; }

  .show-on-OnlyMobile-grid {
    display: grid!important;
  }
}

@media only screen and (min-width: 761px) {
  .show-on-onlyMobile-grid {
    display: none!important;
  }
}

@media only screen and (max-width: 760px) {
  .hero-container .treehouse {
    position: relative;
    right: 0;
    margin: -50px auto 0;
    width: 220px;
    height: 190px;
    left: 50%;
    top:-15px;
    margin-left: -98px;
  }
  .hero-container .content {
    width:100%;    
    margin-bottom:50px;
  }
  .hero-container .accolades img {
    max-width:170px;
    height:auto;
  }
  .logo img {
    width:160px;
    height:auto;
  }


}

@media only screen and (max-width: 660px) {
  .hero-title .tile { margin:50px auto 0;  }
  .logo-tag { float:none; margin:0 auto; }
  
}



@media only screen and (max-width: 520px) {
  header { height:90px; }
  #hero .inner { font-size:16px; }
    .table .cell { display:block; margin-bottom:25px; }
    .reviews .cell { display: block; text-align:center; }
    .grid > .col-xs-3 > .row { width:25%; }
    .grid > .col-xs-4 > .row { width:33.33%; }
    .grid > .col-xs-6 > .row { width:50%; }
    .grid > .col-xs-12 > .row { width:100%; float:none; }
    article.content { padding: 40px 0 30px; }
    #accolades .inner { padding:45px 0 70px;}
    .logo-hv-sm { margin-top:-25px; }
    #hv p > br { display:none; }
    .mc-field-group { width: 90%; }
  .hero-title .tile { position: relative; left: 50%; margin-left: -229px; }
  .reviews .table { margin-top:0; }
  #hero .reviews { padding-top:0; }
  .reviews .cell { width:100%; }
  .reviews .cell.left .cell-inner { margin:0 auto; }
  .reviews .cell.right .cell-inner { margin:0 auto; }
  .reviews .cell.left { float:none; }
  .reviews .cell.right { float:none; }

  .steam {
    padding:0 10px;
  }
}
@media only screen and (max-width: 340px) {
  #hv h2 { font-size:42px; }
  #hv p { font-size:20px; }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-title .tile { background-image:url(../img/hero-tile@2x.png); background-size:459px 379px; }
  #hv .logo { background-image:url(../img/logo-hv-lg@2x.png); background-size:178px 217px; }
  .logo-hv-sm { background-image:url(../img/logo-hv-sm@2x.png); background-size:30px 37px; }
  footer .logo-hv { background-image:url(../img/logo-hv@2x.png); background-size: 122px 37px; }
  .logo-tag { background-image:url(../img/logo-tag@2x.png); background-size:248px 144px; }
}

/********** HELPER CLASSES **********/
/* image replacement */
.logo-hv-sm, .btnAppStore, .btnGooglePlay, .logo-tag {  
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
/* clearfix */
.inner:before, .inner:after {content: " "; display: table; }
.inner:after { clear: both; }
.lt-ie8 .inner { zoom: 1; }
.innerRight:after { clear: both; }


.wishlist-grid {
  display: grid;
  max-width: 860px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
}

.wishlist-mobile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.mobile-item:first-child {
  grid-area: 2 / 1 / 3 / 2;
}

.mobile-item:last-child {
  grid-area: 2 / 2 / 3 / 3;
}

.wishlist-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.switch-logos {
  grid-area: 1 / 1 / 2 / 3;
}

.switch-item-uk {
  /* grid-area: 2 / 1 / 3 / 2; */
  grid-area: 2 / 1 / 3 / 3;
}

.switch-item-us {
  grid-area: 2 / 2 / 3 / 3;
}

.btn-switch-wishlist {
  display: inline-block;
  font: 16px 'Montserrat', sans-serif !important;
  text-decoration: none!important;
  background: #e70000;
  font-weight: 300;
  padding: 20px 45px;
  border-radius: 5px;
}

.switch-logos img:first-child {
  margin-right: 50px;
}

.switch-logos img:last-child {
  position: relative;
  top: -8px;
}

.wishlist-grid.show-on-onlyMobile-grid,
.wishlist-grid.show-on-onlyMobile-grid .wishlist-mobile,
.wishlist-grid.show-on-onlyMobile-grid .wishlist-switch {
  display: block;
}

.wishlist-grid.show-on-onlyMobile-grid {
  margin-top: 100px;
}

.wishlist-grid.show-on-onlyMobile-grid .wishlist-mobile {
  margin-bottom: 50px;
}

.wishlist-grid.show-on-onlyMobile-grid .wishlist-mobile .mobile-item:first-child {
  margin-bottom: 10px;
}

.wishlist-grid.show-on-onlyMobile-grid .wishlist-switch .switch-logos {
  margin-bottom: 20px;
}

.wishlist-grid.show-on-onlyMobile-grid .wishlist-switch .btn-switch-wishlist:first-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 366px) {
  .wishlist-grid.show-on-onlyMobile-grid .wishlist-switch .switch-logos img {
    display: block;
    margin: 0 auto;
  }

  .wishlist-grid.show-on-onlyMobile-grid .wishlist-switch .switch-logos img:first-child {
    margin-bottom: 15px;
  }
}