@charset "utf-8";
/* CSS Document */
@import url("https://webcdn.triongames.com/common-fonts/orbitron/orbitron.css");
@import url("https://webcdn.triongames.com/common-fonts/opensans/opensans.css");

/* general styling */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}
p, div, input, textarea {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}
a {
  color: #f3e031;
  text-decoration: none;
}
a:hover {
  color: #fff14f;
}
a:focus {
  outline: none;
}
body {
  font-size: 100%;
  font-size: 0.8rem;
  overflow-x: hidden;
}
header, section, footer {
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  *zoom: 1;
}
section {
  width: 100vw;
}
.container {
  padding: 0 8vw;
  width: 100%;
  text-align: left;
  overflow: hidden;
  *zoom: 1;
}
.button {
  position: relative;
  display: inline-block;
  background-color: #002a4e;
  border: none;
  cursor: pointer;
  padding: 0.26667vw;
}
.button span, #submit {
  height: 52px;
  font: 700 21px/42px "Orbitron", sans-serif;
  position: relative;
  float: right;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #355d5e;
  background-color: #f3e000;
}
input#submit:hover:enabled {
  cursor: pointer;
  background-color: #f7da15;
  color: #3a6a6b;
}
.button span::before, .button span::after {
  content: '';
  position: absolute;
}
.button span::before {
  background-color: #fff14f;
  width: 100%;
  -webkit-transform: skew(-45deg, 0);
  -moz-transform: skew(-45deg, 0);
  -ms-transform: skew(-45deg, 0);
  -o-transform: skew(-45deg, 0);
  transform: skew(-45deg, 0);
  left: 0.2vw;
  top: -0.39604vw;
  height: 0.4vw;
}
.button span::after {
  right: -0.39604vw;
  top: -0.2vw;
  background-color: #958a00;
  width: 0.4vw;
  height: 100%;
  -webkit-transform: skew(0, -45deg);
  -moz-transform: skew(0, -45deg);
  -ms-transform: skew(0, -45deg);
  -o-transform: skew(0, -45deg);
  transform: skew(0, -45deg);
}
.button:hover span {
  background-color: #ffd200;
  margin: 0.2vw 0.2vw -0.2vw -0.2vw;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.7);
}
.button:hover span::before {
  left: 0.1vw;
  top: -0.19802vw;
  height: 0.2vw;
}
.button:hover span::after {
  right: -0.19802vw;
  top: -0.1vw;
  width: 0.2vw;
}

@media screen and (max-width: 1200px){
  body {
    font-size: 100%;
    font-size: 1.2vw;
  }
  .container {
    padding: 0 4vw;
  }
  .button {
    padding: 0.26667vw;
  }
  .button span, #submit {
    margin: 0.4vw 0.4vw -0.4vw -0.4vw;
  }
  .button span::before {
    left: 0.2vw;
    top: -0.39604vw;
    height: 0.4vw;
  }
  .button span::after {
    right: -0.39604vw;
    top: -0.2vw;
    width: 0.4vw;
  }
  .button:hover span {
    margin: 0.2vw 0.2vw -0.2vw -0.2vw;
  }
  .button:hover span::before {
    left: 0.1vw;
    top: -0.19802vw;
    height: 0.2vw;
  }
  .button:hover span::after {
    right: -0.19802vw;
    top: -0.1vw;
    width: 0.2vw;
  }
}

@media screen and (max-width: 839px) {
  .button {
    padding: 0.66667vw;
  }
  .button span, #submit {
    margin: 1vw 1vw -1vw -1vw;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  }
  .button span::before {
    left: 0.5vw;
    top: -0.9901vw;
    height: 1vw;
  }
  .button span::after {
    right: -0.9901vw;
    top: -0.5vw;
    width: 1vw;
  }
  .button:hover span {
    margin: 0.5vw 0.5vw -0.5vw -0.5vw;
  }
  .button:hover span::before {
    left: 0.25vw;
    top: -0.49505vw;
    height: 0.5vw;
  }
  .button:hover span::after {
    right: -0.49505vw;
    top: -0.25vw;
    width: 0.5vw;
  }
}

/* header area */

.introduction {
  position: relative;
  width: 100%;
  min-height: 834px;
  padding-bottom: 24px;
  background: #fff url("../images/background-introduction.webp") no-repeat center top/cover;
}

.introduction .container {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}

.introduction .container .left {
  position: relative;
  width: 67%;
  text-align: center;
}
.introduction .container h1.logo {
  display: block;
  background: transparent url("../images/logo-trove.png") no-repeat center top;
  background-size: 100% auto;
  text-indent: -1000vw;
  overflow: hidden;

  max-width: 400px;
  width: 100%;
  height: 125px;
  margin: 0 auto 20px;
}
.introduction .container .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20vw;
  padding: 9vh 0 0 0;

  background: transparent url("../svg/icon-youtube.svg") no-repeat center top;
  background-size: auto 75%;

  -webkit-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.7));
  -moz-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.7));
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.introduction .container .left .play span {
  display: block;
  font-style: italic;
}
.introduction .container .left .play:hover {
  background-size: auto 90%;
}
.introduction .container .left .play span {
  font-size: 1.1vw;
}
.available-row {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Orbitron', sans-serif;
}
.title-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 44px 40px 0 0;
}
@media screen and (max-width: 1440px) {
  .title-wrapper {
    align-items: flex-start;
    padding: 44px 40px 0 0;
  }
}
.title-inner {
  max-width: 426px;
}
.title-1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 72px;
  text-shadow: 3px 3px #365D5D;
  font-family: 'Orbitron', sans-serif;
}
.title-2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
  color: #FFE132;
  text-shadow: 3px 3px #365D5D;
  font-family: 'Orbitron', sans-serif;
}
.watch-trailer-wrapper {
  height: 50px;
  margin: 60px auto 0;
  background: #fff;
  color: #365D5D;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 240px;
  transform: skew(-10deg, 0);
  transition: width 0.15s;
  font-size: 16px;
  font-family: 'Orbitron', sans-serif;
}
.watch-trailer-wrapper:hover {
  color: #365D5D;
  width: 260px;
}
.watch-trailer-wrapper span {
  flex-grow: 2;
  font-weight: 900;
}
.watch-trailer-icon {
  background: #F2DE45 url("../images/play-video.png");
  height: 50px;
  width: 50px;
  background-position-x: -5px;
}

.introduction .container .right.form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 60px;
  width: 400px;
}

.introduction .container .right {
  width: 33%;
  height: 100%;
  display: flex;
  align-items: center;
}
.introduction .container .right img {
  max-width: 135%;
  height: auto;
}
.introduction .container .right .register {
  position: relative;
}
.introduction .container .right .register.register-all {
  background-color: rgba(0, 6, 13, 0.53);
  padding: 20px 40px 30px;
  width: 100%;
  border: solid 2px #f3e000;
}
.introduction .container .right .register.register-all .button, #submit {
  width: 100%;
  padding: 0;
  margin: 1vw 0 0 0;
}
.introduction .container .right .register.register-all .input-wrap input.input {
  border: none;
  color: #00060d;
  margin: 0 0 2.7vh 0;
  width: 100%;
  line-height: 6.3vh;
  padding: 0 2.5vh;
  font-size: 0.8vw;
}
.introduction .container .right .register.register-all .input-wrap input[type=checkbox] {
  display: none;
}
.introduction .container .right .register.register-all .input-wrap input[type=checkbox] + label {
  background: transparent url("../images/input-checkbox.png") no-repeat left bottom;
  background-size: 100% auto;
  display: block;
  padding: 0;
  cursor: pointer;
  float: left;
  width: 1.7vw;
  height: 1.7vw;
}
.introduction .container .right .register.register-all .input-wrap input[type=checkbox]:checked + label {
  background-position: left top;
}
.introduction .container .right .register.register-all .input-wrap p {
  display: inline-block;
  font-size: 0.6vw;
  margin: 0.4vw 0 0 0.8vw;
  width: 80%;
}
.introduction .container .right .register.register-all .input-wrap p a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
.introduction .container .right .register.register-all .input-wrap p a:hover {
  color: #dbdbdb;
}

.introduction .logo-set {
  text-align: center;
}
.logo-plattform {
  display: inline-block;
  background: transparent url("../images/console-icons.png") no-repeat;
  overflow: hidden;
  text-indent: -100vw;
  height: 40px;
  width: 40px;
  margin: 8px 10px 0;
}
.logo-plattform-windows {
  background-position: 0 0;
}
.logo-plattform-playstation {
  background-position: -40px 0;
}
.logo-plattform-xbox {
  background-position: -80px 0;
}
.logo-plattform-switch {
  background-position: -120px 0;
}

.logo-plattform-windows:hover {
  background-position: 0 -40px;
}
.logo-plattform-playstation:hover {
  background-position: -40px -40px;
}
.logo-plattform-xbox:hover {
  background-position: -80px -40px;
}
.logo-plattform-switch:hover {
  background-position: -120px -40px;
}


@media screen and (min-width: 1921px){
  .introduction {
    background: #fff url("../images/background-introduction-large.webp") no-repeat center top/cover;
  }
}

@media screen and (min-width: 840px){
  .container .title-wrapper .title-inner h1.mobile-logo {
    display: none;
  }
}

@media screen and (min-width: 840px) and (max-width: 1200px) {
  .introduction {
    background: #fff url("../images/background-introduction.webp") no-repeat center top/cover;
  }
}

@media screen and (max-width: 1200px){
  .introduction .container .left .play span {
    font-size: 1.7vw;
  }
  .introduction .container .right .register.register-all .input-wrap {
    margin: 0 0 1.7vw 0;
  }
  .introduction .container .right .register.register-all .input-wrap input.input {
    line-height: 4.3vh;
    padding: 0 2.5vh;
    font-size: 1.2vw;
  }
  .introduction .container .right .register.register-all .input-wrap p {
    font-size: 0.8vw;
  }
}

@media screen and (max-width: 839px){
  .introduction {
    background: #fff url("../images/background-introduction-mobile.webp") no-repeat center top/cover;
  }
  .introduction .container {
    flex-direction: column;
  }
  .introduction .container .left {
    width: 100%;
    text-align: center;
  }
  .introduction .container .left .play {
    width: 50vw;
    margin: 4.5vh auto;
    padding: 13vw 0 0 0;
  }
  .introduction .container .left .play span {
    font-size: 2.9vw;
  }
  .introduction .container .right img {
    width: 114%;
  }
  .introduction .container .right .register.register-all {
    padding: 3vw 6vw;
  }
  .introduction .container .right .register.register-all .input-wrap {
    margin: 0 0 5.3vw 0;
  }
  .introduction .container .right .register.register-all .input-wrap input.input {
    line-height: 10vw;
    padding: 0 5vw;
    font-size: 2.5vw;
  }
  .introduction .container .right .register.register-all .input-wrap input[type=checkbox] + label {
    width: 4vw;
    height: 4vw;
  }
  .introduction .container .right .register.register-all .input-wrap p {
    font-size: 2vw;
    margin: 0.4vw 0 0 2vw;
  }
  .introduction .container .right.form-wrapper {
    max-width: 400px;
    width: 100%;
    align-items: center;
    padding: 8px 0 90px;
    margin: 0px auto;
  }
  .title-wrapper {
    justify-content: center;
    padding: 0 0 40px;
  }
  .introduction .container h1.logo.desktop-logo {
    display: none;
  }
  .container .title-wrapper .title-inner h1.mobile-logo {
    display: block;
    margin-top: 10px;
  }
  .available-row {
    flex-direction: column;
  }

  .watch-trailer-wrapper {
    margin: 10px auto 0;
  }
  .title-1{
    font-size: 22px;
    line-height: 22px;
    padding-top: 120px;
  }
  .title-2{
    font-size: 33px;
    line-height: 30px;
    margin: 2%;
  }
}


/* Registration / Success */

#submit:disabled, #submit[disabled] {
  color: #d1bc20;
  box-shadow: none;
  -webkit-box-shadow: none
}
input:not([type=checkbox]):not([type=submit]), #registerform select {
  display: block;
  font-size: 13px;
  padding: 8px;
  outline: 0;
  height: 42px;
  font-family: sans-serif;
  box-shadow: none;
  border: 1px solid #55a0a3;
  background-color: #0f2226;
  color: #fff
}
#registerform .email {
  position: relative
}
#registerform #age_error, #registerform #emailAddress_error, #registerform #legal_error {
  font-size: 13px;
  line-height: 1.4;
}
#registerform #age_error {
  margin: 10px 0 0 -200%;
  text-align: right;
}
#registerform #emailAddress_error {
  top: -9px;
  right: auto
}
#registerform #legal_error {
  top: -38px;
  right: 0;
  left: auto;
  margin-left: 30px;
  width: calc(100% - 28px)
}
#registerform p.checkbox {
  font-size: 13px;
  font-weight: 400;
  color: #f9f9f9;
}
#registerform p {
  color: #f9f9f9;
  font-size: 12px;
  line-height: 12px;
}
#registerform label {
  color: #f9f9f9;
  font-size: 15px;
  font-weight: 400
}
#registerform .checkbox {
  margin: 15px 0 0;
  color: #f9f9f9;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
  font-family: arial, sans-serif
}
#registerform, #successMessage {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 0% 0 0;
  margin: 0 auto;
  text-align: left;
}
#registerform label {
  display: block;
  padding: 3px 0;
  line-height: 1.5
}
#registerform input#emailAddress {
  width: 100%
}
#registerform span.error {
  margin: 10px 0
}
#registerform .error {
  color: #f3e031;
}
#registerform .password-age-ctn {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#registerform p {
  margin: 5px 0
}
#registerform li {
  color: #111
}
#registerform p.password {
  width: 75%;
  order: 0;
}
#registerform select#age {
  display: block;
  font-size: 13px;
  padding: 8px;
  outline: 0;
  /*width: 100% !important;*/
  height: 42px;
  font-family: sans-serif;
  border: 1px solid #55a0a3;
  background-color: #0f2226;
  color: #fff
}
#registerform input#password {
  display: inline-block;
  width: 90%;
  margin: 0
}
#registerform p.age {
  width: 18%;
  text-align: left;
  order: 1;
  padding: 0;
}
#registerform .age label {
  margin-left: 1px
}
#registerform #passwordhide, #registerform #passwordshow {
  width: 10%;
  top: 5px;
  position: relative;
  left: 6px
}
#registerform #eye_close, #registerform #eye_open {
  fill: #539c9f;
  width: 20px;
  height: 20px
}
#registerform p.checkbox {
  margin-left: 0
}
#registerform input#legal, #registerform input#newsOpt {
  outline: 0;
  height: auto;
  display: none
}
#registerform .checkbox label:before {
  content: "";
  font-size: 10px;
  border: 0 solid #55a0a3;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 15px;
  background-color: #0f2226;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
  box-shadow: 0 0 0 1px #55a0a3, 0 0 4px #0f2226
}
#registerform .checkbox input:checked + label::before {
  border: none;
  box-shadow: 0 0 0 1px #55a0a3, 0 0 4px #0f2226;
  background-color: #0f2226;
  color: #FFF;
  content: "\2713"
}
#successMessage a.cta-btn:hover {
  text-decoration: none;
  background: #66c0c4;
  color: #ebebeb
}
#successMessage a.cta-btn:active {
  background: #66c0c4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ebebeb
}
#successMessage a.cta-btn:disabled {
  cursor: not-allowed;
  background: #337477;
  border: 1px solid #337477;
  color: #c8c8c8
}
#registerform .checkbox * {
  font-size: 12px;
  font-family: sans-serif
}
#registerform a {
  color: #ffff72;
  text-decoration: underline;
}
#registerform a:hover, .description p.already-registered a:hover {
  text-decoration: none;
}
#registerform #password_error {
  font-size: 15px;
  color: #eee;
  margin: 1em 0 0;
  background-color: #b51c2d;
  padding: 1px;
  order: 2;
}
#registerform #password_error span {
  display: block;
  padding: 2% 5%
}
#registerform #password_error ul {
  background-color: #efefef;
  padding: 17px 17px 12px
}
#registerform #password_error ul li.error {
  color: #a00
}
#registerform #password_error ul li {
  color: #6bc589;
  font-size: 14px;
  line-height: 16px;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0 0 10px 20px
}
#registerform #g-recaptcha-response_error {
  padding: 7px 8px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  display: block;
}

/* success message */
#successMessage h2, .uppercase, h1, h2, h3, h4 {
  text-transform: uppercase
}
#Main_Header h1, #successMessage h2, #successMessage p, .description, .video-slot {
  z-index: 3
}
#successMessage a.cta-btn, #successMessage h2, .secondary-desc {
  font-weight: 700;
  text-shadow: none
}
#successMessage {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 4% 0 0;
  margin: 0 auto;
  text-align: left
}
#successMessage a.cta-btn:hover {
  text-decoration: none;
  background: #66c0c4;
  color: #ebebeb
}
#successMessage a.cta-btn:active {
  background: #66c0c4;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ebebeb
}
#successMessage a.cta-btn:disabled {
  cursor: not-allowed;
  background: #337477;
  border: 1px solid #337477;
  color: #c8c8c8
}
#successMessage h2 {
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #fff
}
#successMessage p {
  margin: .8em auto 25px;
  width: 100%;
  line-height: 28px;
  font-size: 18px;
  color: #fff
}
#successMessage .consoleCTAs {
  height: 72px
}
#successMessage .consoleCTAs span.line:after {
  content: "";
  position: absolute;
  float: right;
  border-top: 2px solid #617b53;
  width: 30%;
  right: 0;
  top: 8px
}
#successMessage .consoleCTAs span.line, #successMessage a.cta-btn {
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase
}
#successMessage .consoleCTAs span.line {
  color: #fff;
  top: -10px
}
#successMessage .consoleCTAs span.line:before {
  position: absolute;
  float: left;
  content: "";
  border-top: 2px solid #617b53;
  width: 30%;
  left: 0;
  top: 8px
}
#successMessage .center {
  color: silver;
  font-size: 12px;
}
#successMessage a {
  color: #ffff72
}
#successMessage a.cta-btn {
  height: 58px;
  width: 100%;
  text-decoration: none;
  background: #55a0a3;
  max-width: 246px;
  margin: 32px auto;
  font-size: 26px;
  font-family: sans-serif;
  color: #fff;
  padding-top: 12px
}
#successMessage a.cta-btn.windows-cta {
  margin: 32px 2%;
  height: 38px;
  font-size: 14px;
  padding-top: 9px;
  max-width: 190px;
  width: auto;
}
#successMessage a.cta-btn.mac-cta {
  margin: 32px 52% -46px;
  top: -70px;
  height: 38px;
  font-size: 14px;
  padding-top: 9px;
  max-width: 190px;
  width: 46%
}

#successMessage .consoles, #successMessage .switch-container {
  max-width: 45%;
  width: 100%;
  margin: 0 2% 4%;
}
#successMessage .switch-container {
  margin: 1% auto 5%;
}
#successMessage .consoles.ps4 a, #successMessage .consoles.xboxone a, #successMessage .cta-switch{
  background: url(../images/btn-sprite.png);
  background-size: 300% 200%;
  height: 0;
  display: block;
  max-width: 179px;
  padding-bottom: 27.93296%
}
#successMessage .consoles.ps4 a {
  background-position: -100% 0
}
#successMessage .consoles.ps4 a:hover {
  background-position: -100% -100%
}
#successMessage .consoles.xboxone a:hover {
  background-position: 0 -100%
}
#successMessage .consoles, #successMessage .switch-container .cta-switch {
  background-position: -200% 0%;
}
#successMessage .consoles, #successMessage .switch-container .cta-switch:hover {
  background-position: -200% -100%;
}
#successMessage span.hide-text {
  display: none;
}
#successMessage .right {
  float: right;
  display: block;
}
#successMessage .left {
  float: left;
}
div#signoutGlyph {
  display: none !important;
}
p.already-registered {
  padding: 90px 0 0 0;
  font-size: 12px;
  max-width: 400px;
  margin: auto;
}

.form_footer {
  display: inline;
  font-size: 12px;
}

@media screen and (max-width:376px) {
  #successMessage h2 {
    font-size: 38px
  }
  .g-recaptcha div div iframe {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: block;
    width: auto;
    left: 0
  }
  #successMessage a.cta-btn.windows-cta {
    width: 100%;
    margin: 0 auto
  }
  #successMessage a.cta-btn.mac-cta {
    margin: 16px auto 32px;
    top: auto
  }
}


/* Feature Section */

.owl-features {
  padding-top: 80px;
}
.features .gallery-list .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.feature {
  margin-left: 0px;
}
.features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  background: transparent url(../images/background-features.webp) no-repeat center top/cover;
  width: 100%;
  height: 700px;
  margin-top: -75px;
  margin-bottom: -75px;
  z-index: 1;
}
.feature-box {
  display: block;
  width: 90%;
  margin-left: 5%;
  height: 370px;
  background: #f3e031;
  box-sizing: border-box;
  clip-path: polygon(70px 0%, 100% 0%, calc(100% - 70px) 100%, 0% 100%);
  z-index: 100;
}
.feature-char {
  width: 520px;
  height: 450px;
  position: absolute;
  bottom: 4px;
  left: 100px;
  z-index: 1;
}
.c_bard {
  background: transparent url(../images/bard.png) no-repeat center top;
}
.c_dragon {
  background: transparent url(../images/dragon-boss.png) no-repeat center top;
}
.c_candy {
  background: transparent url(../images/candy-barbarian.png) no-repeat center top;
}

.feature-text {
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  font: 400 16px/21px 'Open-Sans', sans-serif;
  height: 362px;
  width: 55%;
  float: right;
  text-align: left;
  padding: 20px 80px 20px 80px;
  margin: 4px;
  clip-path: polygon(70px 0%, 100% 0%, calc(100% - 70px) 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-text h3 {
  font: 700 32px 'ORBITRON', sans-serif;
  color: #f3e031;
  margin: 0 0 20px;
}
.feature-box::before {
  content: '';
  width: 89.4%;
  margin-left: 5%;
  height: 362px;
  clip-path: polygon(70px 0%, 100% 0%, calc(100% - 70px) 100%, 0% 100%);
  position: absolute;
  top: 4px;
  left: 4px;
}
.feature-box.f_world::before {
  background: transparent url(../images/feature-world.webp) no-repeat center bottom/cover;
}
.feature-box.f_adventures::before {
  background: transparent url(../images/feature-adventure.webp) no-repeat center bottom/cover;
}
.feature-box.f_classes::before {
  background: transparent url(../images/feature-classes.webp) no-repeat center bottom/cover;
}
.owl-features .owl-nav {
  width: 120%;
  margin: -5.8vw -10% 0;
  height: 7vw;
}
.owl-features .owl-nav .owl-prev, .owl-features .owl-nav .owl-next {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}
.owl-features .owl-nav .owl-prev, .owl-features .owl-nav .owl-next {
  width: 3.5vw;
  height: 3.5vw;
  top: 0;
  background-position: center;
  background-size: auto 80%;
  -webkit-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  -moz-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
}
.owl-features .owl-nav .owl-prev {
  background-image: url(../images/back.png);
  left: 0;
}
.owl-features .owl-nav .owl-next {
  background-image: url(../images/next.png);
  right: 0;
}
.owl-features .owl-item {
  margin-left: 0px;
}
.owl-features .owl-nav {
  width: 80%;
  margin: 0px auto;
  height: 7vw;
  position: absolute;
  top: 220px;
  left: 10%;
}
.owl-features .owl-dots {
  margin-top: 25px;
}
.carousel-item {
  margin: 0 6%;
}


@media screen and (min-width: 1800px) {
  .owl-features .owl-nav {
    width: 70%;
    left: 15%;
  }
}
@media screen and (max-width: 1440px) {
  .feature-char {
    left: 50px;
  }
  .owl-features .owl-nav {
    width: 86%;
    margin: 0px auto;
    height: 7vw;
    position: absolute;
    top: 230px;
    left: 7%;
  }
}
@media screen and (min-width: 1201px) {
  .features {
    min-height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .feature-text {
    width: 65%;
  }
  .c_dragon {
    background: transparent url(../images/dragon-boss-mobile.png) no-repeat center top;
  }
}
@media only screen and (min-width: 840px) and (max-width: 1200px) {
  .features {
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .feature-char {
    left: -75px;
  }
  .feature-text {
    width: 70%;
    padding: 20px 70px 20px 80px;
    font-weight: 400;
  }
  .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 839px) {
  .features {
    min-height: auto;
  }
  .owl-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .feature-box {
    width: 100%;
    clip-path: none;
    margin-left: 0;
  }
  .feature-box::before {
    width: 99%;
    clip-path: none;
    margin-left: 0;
  }
  .feature-text {
    width: 99%;
    padding: 0 10%;
    clip-path: inherit;
    height: 98%;
    position: absolute;
    top: 0%;
    z-index: 10;
  }
  .feature-char {
    height: calc(100% - 8px);
    width: 98%;	  
    background-position: center bottom;
    left: 4px;
  }
  .features .owl-nav {
    display: none;
  }
}
@media screen and (max-width:480px) {
  .owl-features {
    padding-top: 90px;
  }
  .feature-box {
    height: 420px;
  }
  .feature-box::before {
    height: 412px;
    width: 97%;
  }
  .feature-text {
    width: 97%;
  }
  .feature-text h3 {
    font-size: 24px;
  }
}

/* Media Section */

.media {
  position: relative;
  width: 100%;
  height: auto;
  background: #030711 url(../images/background-media.webp) no-repeat center center/cover;
  padding-top: 6vh;
}
.media .container .video-set {
  overflow: hidden;
  text-align: center;
  padding: 4vh 0 0 5vh;
  *zoom: 1;
}
.media .container .video-set h2 {
  display: block;
  font: 700 2.75em/2.5em 'ORBITRON', sans-serif;
  font-style: normal;
  color: #f3e031;
  margin: 0 0 0.5vh 0;
}
.media .container .video-set .video-list {
  width: 47vw;
  margin: 0 auto 0 auto;
}
.media .container .video-set .video-list .video-thumb {
  position: relative;
  display: block;
  border: solid 3px #f3e031;
  overflow: hidden;

  float: left;
  -webkit-transform: skew(155deg, 0);
  -moz-transform: skew(155deg, 0);
  -ms-transform: skew(155deg, 0);
  -o-transform: skew(155deg, 0);
  transform: skew(155deg, 0);
  -webkit-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.7));
  -moz-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.7));
}
.media .container .video-set .video-list .video-thumb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background-image: url(../images/play-video.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;

  -webkit-transform: skew(-155deg, 0) translateY(-50%) translateX(-25%);
  -moz-transform: skew(-155deg, 0) translateY(-50%) translateX(-25%);
  -ms-transform: skew(-155deg, 0) translateY(-50%) translateX(-25%);
  -o-transform: skew(-155deg, 0) translateY(-50%) translateX(-25%);
  transform: skew(-155deg, 0) translateY(-50%) translateX(-25%);
}
.media .container .video-set .video-list .video-thumb:nth-child(1) {
  width: 29vw;
  height: 18.125vw;
}
.media .container .video-set .video-list .video-thumb:nth-child(1)::after {
  width: 3.5vw;
  height: 3.5vw;
}
.media .container .video-set .video-list .video-thumb:nth-child(2), .media .container .video-set .video-list .video-thumb:nth-child(3) {
  width: 13vw;
  height: 8.125vw;
}
.media .container .video-set .video-list .video-thumb:nth-child(2)::after, .media .container .video-set .video-list .video-thumb:nth-child(3)::after {
  width: 2.70833vw;
  height: 2.70833vw;
}
.media .container .video-set .video-list .video-thumb:nth-child(2) {
  margin: 0 0 1.8125vw 4.125vw;
}
.media .container .video-set .video-list .video-thumb:nth-child(3) {
  margin: 0 0 0 -0.3125vw;
}
.media .container .video-set .video-list .video-thumb img {
  float: left;
  width: 130%;
  height: 100%;
  margin: 0 -15%;
  -webkit-transform: skew(-155deg, 0);
  -moz-transform: skew(-155deg, 0);
  -ms-transform: skew(-155deg, 0);
  -o-transform: skew(-155deg, 0);
  transform: skew(-155deg, 0);
  object-fit: cover;
}
.media .container .video-set .video-list .video-thumb:hover {
  -webkit-filter: drop-shadow(0 0.4vw 0.4vw rgba(0, 0, 0, 0.9));
  -moz-filter: drop-shadow(0 0.4vw 0.4vw rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 0.4vw 0.4vw rgba(0, 0, 0, 0.9));
  border: solid 3px #ffffff;
}
.media .container .video-set .video-list .video-thumb:hover:nth-child(1)::after {
  width: 5.17857vw;
  height: 5.17857vw;
}
.media .container .video-set .video-list .video-thumb:hover:nth-child(2)::after, .media .container .video-set .video-list .video-thumb:hover:nth-child(3)::after {
  width: 3.25vw;
  height: 3.25vw;
}
.media .container .gallery-set {
  width: 100%;
  text-align: center;
  margin: 4vh 0 0 0;
  padding: 0;
}
.media .container .gallery-set h2 {
  display: block;
  font: 700 2.75em/2.5em 'ORBITRON', sans-serif;
  background: none;
  color: #f3e031;
  margin: 8vh 0 0.5vh 0;
}
.media .container .gallery-set .gallery-list {
  width: 47vw;
  margin: 0 auto 0 auto;
}
.media .container .gallery-set .gallery-list .owl-carousel {
  position: relative;
  width: 100%;
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-stage-outer {
  padding: 0 0 0 1vw;
  -webkit-transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -o-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  z-index: 2;
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .gallery-thumb {
  position: relative;
  display: block;
  border: solid 3px #f3e031;
  overflow: hidden;

  float: left;
  width: 13vw;
  height: 8.125vw;
  -webkit-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  -moz-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .gallery-thumb img {
  float: left;
  object-fit: cover;
  width: 130%;
  height: 100%;
  margin: 0 -15%;
  -webkit-transform: skew(20deg, 0);
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -o-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .gallery-thumb:hover {
  border: solid 3px #ffffff;
  -webkit-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.9));
  -moz-filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.9));
  filter: drop-shadow(0 1vw 1vw rgba(0, 0, 0, 0.9));
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav {
  position: relative;
  display: block;
  z-index: 1;
  width: 120%;
  margin: -5.8vw -10% 0;
  height: 7vw;
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/back.png);
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/next.png);
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-prev, .media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-next {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  text-indent: -99999px;
  overflow: hidden;

  width: 4.5vw;
  height: 3.5vw;
  top: 0;
  background-position: center;
  background-size: auto 80%;
  -webkit-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  -moz-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-prev:hover, .media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-next:hover {
  background-size: auto 100%;
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-next {
  right: 0;
}

/* owl dot changes */
.owl-dots .owl-dot {
  display: inline-flex;
  zoom: 1;
  vertical-align: middle;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #f3e031;
  width: 30px;
  height: 24px;
}
.owl-dots .owl-dot span {
  width: 20px;
  height: 16px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0px;
  transform: skew(-15deg);
}

@media screen and (max-width: 1200px){
  .media .container .video-set {
    padding: 4vh 0 0 0;
  }
  .media .container .video-set h2 {
    font-size: 2.3vw;
    margin: 0 0 1.7vh 0;
  }
  .media .container .video-set .video-list {
    width: 62vw;
    margin: 0 auto 0 auto;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(1) {
    width: 37vw;
    height: 23.125vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(1)::after {
    width: 5.78125vw;
    height: 5.78125vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(2), .media .container .video-set .video-list .video-thumb:nth-child(3) {
    width: 17vw;
    height: 10.625vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(2)::after, .media .container .video-set .video-list .video-thumb:nth-child(3)::after {
    width: 3.54167vw;
    height: 3.54167vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(2) {
    margin: 0 0 1.8125vw 4.125vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(3) {
    margin: 0 0 0 -1.6vw;
  }
  .media .container .gallery-set {
    padding: 0 6vw 0 0;
  }
  .media .container .gallery-set h2 {
    font-size: 2.3vw;
    margin: 0 0 1.7vh 0;
  }
  .media .container .gallery-set .gallery-list {
    width: 62vw;
    margin: 0 auto 0 auto;
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .gallery-thumb {
    width: 17vw;
    height: 10.625vw;
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-prev, .media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-next {
    width: 3.5vw;
    height: 3.5vw;
  }
}

@media only screen and (min-width: 840px) and (max-width: 1200px) {
  .media {
    height: auto;
    background: #000 url(../images/background-media.webp) no-repeat center center/cover;
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-prev, .media .container .gallery-set .gallery-list .owl-carousel .owl-nav .owl-next {
    width: 4.5vw;
  }
}
@media only screen and (max-width: 839px) {
  .media {
    height: auto;
    background: #000 url(../images/background-media-mobile.webp) no-repeat center center/cover;
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-nav {
    height: 23vw;
  }
  .media .container .video-set {
    padding: 4vh 0 0 0;
  }
  .media .container .video-set h2 {
    font-size: 4vw;
    margin: 0 0 1.7vh 0;
  }
  .media .container .video-set .video-list {
    width: 80vw;
    margin: 0 auto;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(1) {
    width: 51vw;
    height: 31.875vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(1)::after {
    width: 7.96875vw;
    height: 7.96875vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(2), .media .container .video-set .video-list .video-thumb:nth-child(3) {
    width: 24vw;
    height: 15vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(2)::after, .media .container .video-set .video-list .video-thumb:nth-child(3)::after {
    width: 5vw;
    height: 5vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(2) {
    margin: 0 0 1.8125vw 4.75vw;
  }
  .media .container .video-set .video-list .video-thumb:nth-child(3) {
    margin: 0 0 0 -2.7vw;
  }
  .media .container .gallery-set {
    margin: 6vh 0 0 0;
    padding: 0 6vw 0 0;
  }
  .media .container .gallery-set h2 {
    font-size: 4vw;
    margin: 0 0 1.7vh 0;
  }
  .media .container .gallery-set .gallery-list {
    width: 80vw;
    margin: 0 auto 0 auto;
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-stage-outer .owl-stage .owl-item .gallery-thumb {
    margin: auto;
    float: none;
    width: 50vw;
    height: 31.25vw;
    -webkit-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
    -moz-filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 0.3vw 0.3vw rgba(0, 0, 0, 0.7));
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-nav {
    display: none;
  }
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    width: 23px;
    height: 20px;
  }
  .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 4px 7px;
  }
}
@media only screen and (max-width: 600px) {
  .media .container .gallery-set .gallery-list .owl-carousel .owl-nav {
    display: none;
  }
  .media .container .gallery-set .gallery-list .owl-carousel .owl-dots {
    margin-top: 25px;
  }
}


/* Action Bar */

.action-bar {
  position: relative;
  left: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  background-size: auto 102%;
  background-position: center top;
}
.action-bar .container .position {
  text-align: center;
}

.action-bar.action-bar-right {
  background-image: none;
}
.action-bar.action-bar-right .position {
  padding-top: 0.3vh;
  width: auto;
  margin: 0px auto;
  padding: 3vw 0 9vw 0;
}
.action-bar.action-bar-right .position .button {
  display: block;
  width: 85%;
  max-width: 400px;
  margin: 0 auto;
}

.action-bar .button span{
  font: 700 25px / 50px "Orbitron", sans-serif;
}

@media screen and (max-width:992px) {
  .action-bar.action-bar-right .position {
    width: 90%;
  }
  .action-bar {
    background-color: transparent;
    border-top: none;
    margin-bottom: 40px;
  }
  .action-bar .button span{
    font: 700 1.1rem / 3.0rem "Orbitron", sans-serif;
  }
}

.button {
  position: relative;
  display: inline-block;
  background-color: inherit;
  border: none;
  cursor: pointer;
}

/* Footer */

.footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: #10313b;
  padding: 2%;
  border-top: 6px solid #356365;
}
.footer p {
  font-size: .84em;
  line-height: 1.5em;
  color: #a6a6a6;
  text-align: left;
  padding-top: 10px;
  width: 100% !important;
}
.footer p:last-child {
  margin: 0 1em;
  padding: 1.5em 0 3em;
}
.footer #legal-wrap {
  margin: 0 auto;
  max-width: 1228px;
  width: 96%;
  text-align: center;
}
.footer .legal {
  display: inline-block;
  width: 85%;
  position: relative;
}
.footer #legal-wrap .legal .footer-logo:first-child:before {
  border: none;
}
.footer .legal .footer-logo {
  height: 100px;
  line-height: 100px;
  max-width: 19%;
  padding: 0 2%;
  vertical-align: middle;
  display: inline-block;
}
.footer .legal .footer-logo img {
  position: relative;
  width: 100%;
  border: 0;
  vertical-align: middle;
  height: auto;
}
.footer .legal img{
  max-width: 190px;
}
.footer .legal .footer-logo:before {
  content: "";
  position: absolute;
  border-left: 2px solid #545454;
  height: 68px;
  margin-left: -2%;
  top: 17px;
}
.footer .legal a {
  background-color: transparent;
  color: #337ab7;
}
.footer #legal-wrap .legal a:hover {
  text-decoration: underline;
  color: #fff;
  outline: none;
}
.footer .legal a:first-child {
  padding-left: 0;
  border-left: none;
}
.footer .legal ul {
  list-style: none;
  margin: auto;
}
.footer .legal ul li {
  float: left;
  color: #fff;
  border-right: 1px solid #435651;
  padding: 0px 10px 5px;
}
.footer .legal ul li a {
  color: #ccc;
  font-size: 12px;
  text-decoration: none;
}
.footer .legal ul li:last-child {
  border-right: none;
}
.footer .legal .legal {
  width: 100%;
}
.footer .legal .clear {
  clear: both;
}
.footer .rating {
  padding: 0;
  width: 15%;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
}
.footer .rating .social-game {
  padding-bottom: 1em;
  padding-top: 1.5em;
}
.footer .rating .social-game a {
  height: 30px;
  width: 30px;
  background: transparent url(../images/trove-social-sprite.png) no-repeat center top;
  background-size: 700% 200%;
  margin: 0 2%;
  display: inline-block;
}
.footer .rating .social-game a.ig {
  background-position: 0 0;
}
.footer .rating .social-game a.ig:hover {
  background-position: 0 100%;
}
.footer .rating .social-game a.tv {
  display: none;
  background-position: 16% 0;
}
.footer .rating .social-game a.tv:hover {
  background-position: 16% 100%;
}
.footer .rating .social-game a.yt {
  background-position: 33% 0;
}
.footer .rating .social-game a.yt:hover {
  background-position: 33% 100%;
}
.footer .rating .social-game a.tw {
  background-position: 50% 0;
}
.footer .rating .social-game a.tw:hover {
  background-position: 50% 100%;
}
.footer .rating .social-game a.fb {
  background-position: 67% 0;
}
.footer .rating .social-game a.fb:hover {
  background-position: 67% 100%;
}
.footer .rating .social-game a.dc {
  background-position: 84% 0;
}
.footer .rating .social-game a.dc:hover {
  background-position: 84% 100%;
}
.footer .rating .social-game a.tt {
  background-position: 100% 0;
}
.footer .rating .social-game a.tt:hover {
  background-position: 100% 100%;
}

@media only screen and (max-width: 839px) {
  .footer #legal-wrap {
    text-align: center;
  }
  .footer #legal-wrap .legal {
    width: 100%;
    display: block;
    position: relative;
  }
  .footer #legal-wrap .legal {
    width: 100%;
    display: block;
    position: relative;
  }
  .footer #legal-wrap .legal li {
    float: left;
    color: #fff;
    border-right: 1px solid #435651;
    padding: 0px 10px 5px;
    font-size: 19px;
  }
  .footer #legal-wrap .legal li a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
    background-color: transparent;
  }
  .footer #legal-wrap .legal li a:first-child {
    padding-left: 0;
    border-left: none;
  }
  .footer #legal-wrap .legal ul li:last-child {
    border-right: none;
  }
  .footer p {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .footer .rating {
    text-align: center;
    width: 100%;
    display: block;
    vertical-align: top;
    white-space: nowrap;
  }
  .footer .rating .social-game a {
    height: 40px;
    width: 40px;
  }
}