@import "../plugins/jquery.swiper/swiper.css";
@import "../plugins/magnific/magnific.css";
.custom-select {
  position: relative;
}
.custom-select > select {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.select-selected {
  background-color: transparent;
}
.select-selected.err {
  border-color: #C0392b;
}
.select-selected:after {
  position: absolute;
  content: "^";
  top: 30%;
  right: 18%;
  transform: scaleX(1.5) rotate(180deg);
}
.custom-select > select:focus + .select-selected,
.select-selected.select-arrow-active {
  border-color: #fff;
  background-color: #000;
}
.select-items > .select-option,
.select-selected {
  color: #ffffff;
  cursor: pointer;
}
.select-items,
.select-selected {
  border: solid 1px #333;
}
.select-items {
  border-top-width: 0;
}
.select-items > .select-option {
  border-right: solid 1px #333;
}
.select-items > .select-option:not(:last-child) {
  border-bottom: solid 1px #333;
}
.select-items {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
  max-height: 300px;
}
.select-items::-webkit-scrollbar {
  width: 1em;
}
.select-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select-items::-webkit-scrollbar-thumb {
  background-color: #333;
  border: 0.2em solid #000;
}
.select-hide {
  display: none;
}
.select-items > .select-option:hover,
.same-as-selected {
  background-color: #C0392b;
}
.font-roboto {
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
@keyframes iconhover {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ieiconhover {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
.ico-language {
  color: #666;
  text-decoration: none;
  padding-right: 2px;
}
.ico-language.disabled {
  display: none;
}
.ico-language:focus {
  background-color: #202125;
}
.current-language {
  font-size: 0 !important;
  border: none !important;
  width: auto !important;
  min-width: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.dropdown-menu {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%);
}
.header {
  display: none;
}
.header-spacer {
  width: 100%;
  height: 60px;
}
.header-new {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  background: #000;
  font-size: 12px;
  width: 100%;
  height: 60px;
  z-index: 15;
  padding: 12px;
  position: relative;
  border-bottom: 1px #333333 solid;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
}
.header-new:not(.cookie-header) {
  position: fixed;
}
.header-new.cookie-header {
  position: relative;
}
.header-new:not(.topbar-cleared) {
  position: relative;
}
.header-new.topbar-cleared {
  position: fixed;
}
.header-new.tlheader-sticky {
  position: sticky;
  top: 0;
}
.header-new .line {
  width: 1px;
  height: 40px;
  background: #333333;
  margin-left: 23px;
}
.header-new .pwrd-logo {
  background: url(../images/logos/gearbox-side-cropped.png) no-repeat center;
  width: 114px;
  height: 40px;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
  background-size: contain;
}
.header-new .pwrd-logo:hover svg path {
  fill: #FFF;
}
.header-new .pwrd-logo .more-games {
  position: absolute;
  top: 8px;
  right: -14px;
  cursor: pointer;
}
@media screen and (max-width: 839px) {
  .header-new {
    justify-content: space-around;
  }
}
.header-new:before {
  width: 100%;
  min-width: 1920px;
  height: 22px;
  pointer-events: none;
}
@media 500px {
  .header-new:before {
    z-index: 1;
  }
}
.header__menu-btn {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 839px) {
  .header__menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 0 0 0 16px;
    width: 30px;
    height: 30px;
    outline: none;
    z-index: 1000;
    background: url(../images/nav/han-menu.png);
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
  }
  .header__menu-btn:after {
    position: absolute;
    font-size: 200%;
  }
}
.header__menu-toggle {
  display: none;
}
@media screen and (max-width: 839px) {
  .header__menu-toggle:checked ~ .header__menu-btn {
    background: url(../images/nav/close.png) no-repeat center;
  }
  .header__menu-toggle ~ .header__main {
    display: none;
  }
  .header__menu-toggle:checked ~ .header__main {
    display: block;
    height: 110vh;
    width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    top: 100%;
  }
}
.header__main {
  display: flex;
  align-items: center;
  position: static;
  justify-content: flex-start;
  padding: 0px 0px 0 40px;
  flex-grow: 1;
  z-index: 1;
}
@media screen and (max-width: 839px) {
  .header__main {
    position: absolute;
    top: 60px;
    padding: 0px 10px 0;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    background-color: #000;
    box-sizing: border-box;
    width: 100%;
    height: 110vh;
    background: #161616;
  }
  .header__main a {
    height: 60px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    border: 0px;
    font-family: 'Roboto', "Arial Regular", sans-serif;
    font-weight: 900;
    border-bottom: 1px solid #333333;
    text-decoration: none;
  }
  .header__main a.header__buy__now {
    width: 100%;
    margin-left: -10px;
    line-height: 60px;
    text-align: start;
    padding-left: 30px;
    margin-top: 0px;
    background: #FF7F00;
  }
  .header__main .support-link {
    position: absolute;
    left: calc(100vw - 60px);
    top: 24px;
  }
}
.header__logo {
  background: url(../images/nav/remnant-logo.png) no-repeat center;
  width: 80px;
  height: 17.68px;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
  z-index: 5;
  margin-right: auto;
  margin-left: 24px;
}
@media screen and (max-width:330px) {
  .header__logo {
    top: 32px;
  }
}
.button-title {
  text-decoration: none;
  min-width: 100px;
  height: 40px;
  background: #FF7F00;
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  margin-left: 20px;
  text-transform: uppercase;
  padding: 0 12px;
  white-space: nowrap;
  box-sizing: border-box;
}
.button-title:hover {
  background: #BF2327;
}
.header__page-link {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.header__page-link:hover {
  color: #fff;
}
@media 500px {
  .header__page-link {
    border-bottom: 1px solid #333333;
  }
}
@media not screen and (max-width: 839px) {
  .header__page-link {
    font-weight: bold;
  }
  .header__page-link:not(:first-child) {
    margin-right: 30px;
    color: #ccc;
  }
}
@media screen and (max-width: 839px) {
  .header__page-link {
    text-align: left;
    border-top: solid 0.5px rgba(153, 153, 153, 0.4);
    justify-content: flex-start;
    padding: 10px 0 10px 5px;
  }
}
.language-logo {
  background: url(../images/nav/language-logo.png) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  margin-left: auto;
  margin-right: 12px;
  position: relative;
  cursor: pointer;
}
.language-logo .language-text-menu {
  display: none;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  width: 100vw;
  text-transform: uppercase;
}
.language-logo:hover .more-language {
  border-color: #FFF transparent transparent;
}
@media screen and (max-width: 839px) {
  .language-logo {
    margin-left: 0px;
    height: 60px;
    width: 100vw;
    font-size: 16px;
    font-weight: 900;
    border-bottom: 1px solid #333333;
    line-height: 60px;
    padding-left: 20px;
    background: #161616;
    position: relative;
    color: #fff;
  }
  .language-logo .language-text-menu {
    display: inline;
  }
}
.language-logo .more-language {
  width: 0px;
  height: 0px;
  border: 4px solid;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 21px;
  border-color: #666666 transparent transparent;
}
@media screen and (max-width: 839px) {
  .language-logo .more-language {
    position: absolute;
    top: 24px;
    left: calc(100vw - 64px);
    border: 6px solid;
    border-color: transparent #ccc;
    border-right: transparent;
  }
  .language-logo .more-language:hover {
    border-color: transparent #fff;
  }
}
@media not screen and (max-width: 839px) {
  .language-logo .more-language:hover {
    border-color: #fff transparent transparent;
  }
}
.support-link {
  background: url(../images/nav/href-link.png) no-repeat center;
  width: 8px;
  height: 8px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
@media not screen and (max-width: 839px) {
  .support:hover + .support-link {
    background: url(../images/nav/href-link-1.png) no-repeat center;
  }
}
.header__news {
  margin: 0 10px;
}
@media screen and (max-width: 839px) {
  .header__news {
    margin: 0px 10px 10px;
    flex-shrink: 0;
  }
}
.header__info-text {
  text-align: center;
}
@media not screen and (max-width: 839px) {
  .header__info-text {
    margin-right: 20px;
    margin-left: auto;
  }
}
@media screen and (max-width: 839px) {
  .header__info-text {
    display: none;
  }
}
.header__info--small {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  font-size: 75%;
}
.header__info--big {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  font-size: 125%;
  font-weight: bold;
  line-height: 1.35;
}
.header__signup {
  position: relative;
  font-weight: 800;
}
@media not screen and (max-width: 839px) {
  .header__signup {
    margin-right: 40px;
  }
}
@media screen and (max-width: 839px) {
  .header__signup {
    margin-top: 15px;
  }
  .header__signup.menu-hide {
    height: 0px;
    opacity: 0 !important;
    padding: 0 !important;
    margin: 0;
    pointer-events: none !important;
  }
}
@media not screen and (max-width: 839px) {
  .header__signup--sticky {
    display: none;
  }
}
@media screen and (max-width: 839px) {
  .header__signup--sticky {
    margin-left: auto;
    margin-right: 20px;
  }
  .header__menu-toggle:checked ~ .header__signup--sticky {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: 0.5s;
    visibility: hidden;
  }
}
.header__divider {
  position: relative;
  color: #585858;
  transform: scaleX(1.75);
  transition: opacity 0.5s;
}
@media screen and (max-width: 839px) {
  .header__divider {
    display: none;
  }
}
.header__misc {
  margin-right: 20px;
}
.header__socialmedia {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  width: 180px;
  transition: opacity 0.5s;
}
@media screen and (max-width: 839px) {
  .header__socialmedia {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
@media only screen and (max-width: 200px) {
  .header__socialmedia {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.newlangdd {
  display: none;
  text-align: left;
  position: absolute;
  top: 38px;
  left: -16px;
}
@media screen and (max-width: 839px) {
  .newlangdd {
    position: static;
  }
}
.newlangdd__current-lang {
  padding: 4px 8px 8px;
  text-decoration: none;
}
.newlangdd__current-lang:hover,
.newlangdd__current-lang:focus {
  text-decoration: none;
}
.newlangdd__current-lang:hover span,
.newlangdd__current-lang:focus span {
  color: #fff;
}
.newlangdd__text {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  color: #a3a3a3;
  font-size: 100%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (max-width: 839px) {
  .newlangdd__text {
    color: #fff;
  }
}
.newlangdd__caret {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #d0d0d0;
  vertical-align: middle;
  margin-left: 10px;
}
.newlangdd__options {
  position: absolute;
  box-shadow: 2px 2px 5px #000;
  top: 0px;
  left: 0px;
  width: 200px;
  background: #161616;
  z-index: 5;
}
.newlangdd__options a.back-language {
  display: none;
  height: 60px;
  font-size: 16px;
  color: #a3a3a3;
  width: 100%;
  padding-left: 46px;
  border: 0px;
  font-weight: 900;
  border-bottom: 1px solid #333333;
  line-height: 60px;
  background: #161616;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-family: 'Roboto', "Arial Regular", sans-serif;
}
.newlangdd__options a.back-language span {
  width: 0px;
  height: 0px;
  border: 6px solid;
  display: inline-block;
  border-color: transparent #666666 transparent;
  border-left: transparent;
  position: absolute;
  top: 23px;
  left: 20px;
}
@media screen and (max-width: 839px) {
  .newlangdd__options a.back-language {
    display: block;
  }
}
@media screen and (max-width: 839px) {
  .newlangdd__options {
    width: 100%;
    top: -300px;
    left: -10px;
    padding-left: 10px;
    height: 100vh;
  }
}
.newlangdd__options.open {
  display: block;
}
.newlangdd__options__option {
  line-height: 57px;
  display: block;
  border-bottom: solid 1px #333333;
  text-decoration: none;
  height: 57px;
  text-align: start;
  color: #ccc;
  padding-left: 20px;
  background: #161616;
  font-size: 12px;
  font-weight: bold;
}
@media not screen and (max-width: 839px) {
  .newlangdd__options__option:hover,
  .newlangdd__options__option:focus {
    text-decoration: none;
    background: #262626;
  }
  .newlangdd__options__option:hover span,
  .newlangdd__options__option:focus span {
    color: #fff;
  }
}
/**** Less Variables ****/
/**** Less Detached Rulesets ****/
/**** Fonts ****/
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/torchlight2/ubuntu/ubuntu-regular.ttf") format('truetype');
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/torchlight2/ubuntu/ubuntu-medium.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/torchlight2/ubuntu/ubuntu-bold.ttf") format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/torchlight2/ubuntu/ubuntu-mediumitalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/torchlight2/ubuntu/ubuntu-bolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/torchlight2/lora/lora-regular.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/torchlight2/lora/lora-bold.ttf") format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/torchlight2/lora/lora-italic.ttf") format('truetype');
  font-style: italic;
}
@font-face {
  font-family: "Lora";
  font-display: swap;
  src: url("../fonts/torchlight2/lora/lora-bolditalic.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
}
:root {
  --footer-social-background: #1e1d1c;
  --footer-social-icon-color: #fff;
}
.header-new {
  background: #000;
  box-sizing: border-box;
}
.header-new .button {
  -webkit-appearance: none;
  text-decoration: none;
  color: #ccc;
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-family: 'Roboto', "Arial Regular", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
/**** Less Mixins ****/
/**** Tag Styling ****/
img {
  vertical-align: middle;
}
a {
  color: #FFF8E9;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited {
  color: #FFF8E9;
}
h2 {
  margin: 5px 0;
}
/**** Page Styling ****/
html {
  background-color: black;
  font-size: 10px;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
body {
  font-family: "Ubuntu", sans-serif;
  color: #FFF8E9;
  background-color: #333230;
  max-width: 1860px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.42857143;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
}
/**** Responsive Classes ****/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0;
}
.container-fluid:not(.stretch) {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.stretch {
  padding: 0;
}
.stretch > .row {
  max-width: initial;
}
.row {
  max-width: 1080px;
  position: relative;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.center {
  text-align: center;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
.bounded {
  position: relative;
}
.boundless {
  position: static;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.no-padding {
  padding: 0;
}
.lazy {
  opacity: 1;
  transition: opacity 0.3s;
}
.lazy:not(.lazy--inview) {
  background-image: none !important;
  opacity: 0;
}
/**** Generic Styles ****/
.collapse {
  display: none;
}
.btn {
  text-transform: uppercase;
  -webkit-transition: background-color 0.05s ease-in-out, color 0.05s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out, color 0.05s ease-in-out;
  transition: background-color 0.05s ease-in-out, color 0.05s ease-in-out;
}
.btn:hover {
  border-color: #FFF8E9;
}
.btn--default {
  border: 3px solid;
  font-weight: bold;
  background-color: transparent;
  border-color: #FFF8E9;
}
.btn--default:active,
.btn--default:focus {
  border-color: inherit !important;
}
.btn--default:hover,
.btn--default.inverse {
  background-color: #FFF8E9;
  color: #1E1D1C;
}
.btn-lg,
.btn-group-lg > .btn {
  border: 3px solid;
  font-size: 20px;
}
.header-subtext {
  display: block;
}
.icons ul {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .icons ul {
    display: inline-block;
  }
}
.icons li {
  float: left;
  display: inline-block;
  margin-left: 20px;
}
.icons li:first-child {
  margin-left: 0;
}
.icons li img {
  height: 15px;
}
.warning-message {
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  opacity: 1;
  transition: opacity 0.4s;
}
.warning-message--hide {
  opacity: 0;
}
/**** Navigations ****/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #000000;
}
.navbar__nav {
  margin: 7.5px -15px;
}
@media screen and (min-width: 768px) {
  .navbar__nav {
    float: left;
    margin: 0;
  }
}
.navbar__nav > li {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .navbar__nav > li {
    float: left;
  }
}
.navbar__nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #fff;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .navbar__nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .navbar__nav > li > a {
    font-size: 1em;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar__nav > li > a {
    font-size: 1em;
    padding-right: 15px;
  }
}
.navbar__nav > li > a:hover {
  color: #FFF8E9;
}
.navbar__nav > li > a img {
  max-width: none;
}
.navbar__nav > li:last-of-type > a {
  padding-right: 20px;
}
.menu-item.discord img {
  width: 18px;
}
.push-down-message {
  background: #1f232d;
  padding: 20px 0;
  color: #a7a7a7;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #373d4a;
  text-align: center;
  font-size: 10px;
  display: none;
  z-index: 999;
}
.pushdown__link {
  color: #5c91ff;
  text-decoration: none;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.pushdown__link:hover {
  color: #5c91ff;
  text-decoration: underline;
}
.push-down-message .ico-line-vertical {
  background: #313337;
  display: inline-block;
  width: 2px;
  height: 14px;
  margin: 0 5px -3px 5px;
}
/**** Hero ****/
.marquee {
  position: relative;
  background-image: url(../images/torchlight2/tl2-marquee-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 600px;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.marquee:not(.stretch) {
  padding: 15px 0;
}
.marquee > .row {
  width: 100%;
  height: 90%;
}
.marquee > .row > .col-xs-12 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-around;
  height: 100%;
}
.marquee h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 19px;
}
.marquee .logo {
  width: 100%;
  background-image: url(../images/torchlight2/torchlight2-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 141px;
}
.marquee .img-responsive {
  margin: 0 auto;
  align-self: center;
}
.marquee .callouts {
  padding-top: 0;
  text-align: center;
}
.marquee .callouts .play-button {
  margin-bottom: 20px;
}
.marquee .callouts .buttons {
  margin-top: 10px;
}
.marquee .callouts .buttons .btn {
  padding: 10px 10px;
  min-width: 190px;
  font-size: 18px;
  margin: 5px;
}
.marquee .callouts a:hover {
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  color: #FFF8E9;
}
.marquee .callouts .btn {
  border-color: #FFF8E9 !important;
}
@media screen and (max-width: 991px) {
  .marquee .callouts .btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}
.marquee .callouts .btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #FFF8E9;
  color: #000;
}
.marquee .callouts .btn:focus {
  border-color: #FFF8E9 !important;
}
.marquee .callouts .btn.buy-now {
  background-color: #1e1d1c;
  border-color: #1e1d1c !important;
  transition: background-color 0.05s ease-in-out, color 0.05s ease-in-out, border-color 0.2s;
}
.marquee .callouts .btn.buy-now:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-color: #FFF8E9 !important ;
  color: #FFF8E9;
}
.marquee .callouts h4,
.marquee .callouts i {
  display: inline;
  font-size: 20px;
}
.marquee .hero {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 1350px) {
  .marquee .hero {
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .marquee .hero {
    background-image: url(../images/torchlight2/tl2-marquee-hero.png);
  }
}
/**** About Section ****/
#about {
  background-image: url(../images/torchlight2/about-background.png);
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
}
#about h2 {
  font-size: 30px;
  font-weight: 500;
}
#about p {
  font-size: 14px;
}
.about__features {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 30px;
}
.about__features h2 {
  margin-top: 0;
}
.about__features h2:first-of-type {
  margin-bottom: 15px;
}
.about__features .icons li {
  line-height: 33px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.about__features img {
  margin: 20px 0px;
}
.about__header {
  margin-left: -15px;
}
.about__critics {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.about__critics h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin: 20px 0;
}
.about__critics p {
  font-family: "Lora", serif;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid rgba(255, 248, 233, 0.25);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
.about__critics a {
  font-style: italic;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: block;
  color: #FFF8E9;
}
.about .swiper-slide {
  width: 80%;
  height: auto;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #FFF8E9;
}
.about .swiper-slide p {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
}
.about .swiper-slide a {
  display: block;
  text-align: center;
}
.about .swiper-slide-next {
  opacity: 0.4;
}
/**** Class Section ****/
#classes {
  color: #FFFF89;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#classes .heading {
  text-align: center;
  margin-bottom: 20px;
}
#classes .heading h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#classes .heading h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
#classes a {
  color: #FFFF89;
}
.class__background-container {
  padding-top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .class__background-container {
    padding-bottom: 50px;
  }
}
#berserker-bg {
  background-image: url(../images/torchlight2/class-berserker-background.png);
}
#embermage-bg {
  background-image: url(../images/torchlight2/class-embermage-background.png);
}
#engineer-bg {
  background-image: url(../images/torchlight2/class-engineer-background.png);
}
#outlander-bg {
  background-image: url(../images/torchlight2/class-outlander-background.png);
}
.class__nav {
  z-index: 10;
  margin-bottom: 20px;
}
.class__nav .icon-container {
  height: 64px;
  width: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
.class-toggle h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
.selected .class-toggle h4 {
  font-weight: 500;
}
#berserker-icon {
  background-image: url("../images/torchlight2/class-icon-berserker-deselected.png");
}
.selected .class-toggle #berserker-icon {
  background-image: url("../images/torchlight2/class-icon-berserker-selected.png");
}
#embermage-icon {
  background-image: url("../images/torchlight2/class-icon-embermage-deselected.png");
}
.selected .class-toggle #embermage-icon {
  background-image: url("../images/torchlight2/class-icon-embermage-selected.png");
}
#engineer-icon {
  background-image: url("../images/torchlight2/class-icon-engineer-deselected.png");
}
.selected .class-toggle #engineer-icon {
  background-image: url("../images/torchlight2/class-icon-engineer-selected.png");
}
#outlander-icon {
  background-image: url("../images/torchlight2/class-icon-outlander-deselected.png");
}
.selected .class-toggle #outlander-icon {
  background-image: url("../images/torchlight2/class-icon-outlander-selected.png");
}
.mobile-class-nav {
  text-align: center;
}
.class-nav-dropdown {
  display: inline-block;
  position: static;
}
#classes .dropdown-menu {
  background-color: #FFFF89;
}
#classes .dropdown-menu li,
#classes .dropdown-menu a,
#classes .dropdown-menu li:hover a,
#classes .dropdown-menu li a:hover {
  background-color: transparent;
  color: #1E1D1C;
}
#classes .dropdown-toggle {
  background-color: #FFFF89;
  color: #1E1D1C;
  border: none;
}
.class__body {
  position: static;
  z-index: 1;
}
.class__info {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
}
.class__info .quote {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.class__info .quote::before {
  content: open-quote;
}
.class__info .quote::after {
  content: close-quote;
}
@media screen and (max-width: 767px) {
  .class__info {
    font-size: 16px;
    margin-bottom: 0;
  }
}
#berserker-info,
#engineer-info {
  width: 50%;
}
#embermage-info,
#outlander-info {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #berserker-info,
  #engineer-info,
  #embermage-info,
  #outlander-info {
    width: 100% !important;
  }
}
#berserker-hero {
  background-image: url(../images/torchlight2/class-berserker-hero.png);
  left: 50%;
}
#embermage-hero {
  background-image: url(../images/torchlight2/class-embermage-hero.png);
  left: 60%;
}
#engineer-hero {
  background-image: url(../images/torchlight2/class-engineer-hero.png);
  left: 50%;
}
#outlander-hero {
  background-image: url(../images/torchlight2/class-outlander-hero.png);
  left: 60%;
}
.classes .portrait-container {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .classes .portrait-container {
    width: 100%;
    padding: 15px;
    display: block;
    height: 300px;
    background-size: contain !important;
    background-position: bottom center;
  }
}
@media screen and (min-width: 768px) {
  .classes .portrait-container {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 45%;
    background-position: bottom center !important;
    background-size: contain;
  }
}
@media screen and (min-width: 1500px) {
  .classes .portrait-container {
    background-position: bottom left;
  }
}
/**** Multiplayer Section ****/
#multiplayer {
  background-image: url(../images/torchlight2/multiplayer-background.jpg);
  color: #FCF8D6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#multiplayer h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
#multiplayer p {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #multiplayer .text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #multiplayer {
    background-position: top right;
    background-size: auto 175% !important;
  }
}
/**** World Section ****/
#the_world {
  color: #1E1D1C;
  background-image: url(../images/torchlight2/world-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#the_world a {
  color: #1E1D1C;
}
#the_world .panel {
  box-shadow: none;
  background: transparent;
}
#the_world .panel-heading {
  background-color: transparent;
}
#the_world .panel-body {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  border: 0;
}
.world__title {
  margin-bottom: 50px;
}
.world__title h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
.world__nav {
  text-align: center;
  z-index: 10;
  margin-bottom: 50px;
}
.world__nav h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
.world__nav .selected h3 {
  font-weight: 500;
}
.world__nav-block {
  display: inline-block;
}
.world__nav-icon {
  height: 64px;
  width: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
#creatures-link > .world__nav-icon {
  background-image: url(../images/torchlight2/world-nav-creatures-deselected.png);
}
.selected > #creatures-link > .world__nav-icon {
  background-image: url(../images/torchlight2/world-nav-creatures-selected.png);
}
#places-link > .world__nav-icon {
  background-image: url(../images/torchlight2/world-nav-places-deselected.png);
}
.selected > #places-link > .world__nav-icon {
  background-image: url(../images/torchlight2/world-nav-places-selected.png);
}
#weapons-link > .world__nav-icon {
  background-image: url(../images/torchlight2/world-nav-weapons-deselected.png);
}
.selected > #weapons-link > .world__nav-icon {
  background-image: url(../images/torchlight2/world-nav-weapons-selected.png);
}
.part-link {
  display: inline-block;
}
.world__part h2 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
.world__part p {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
}
.overview-art {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  margin-top: -50px;
}
.overlay-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 60%;
  top: 30%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#creatures-default-art,
#ezrohir-art {
  background-image: url(../images/torchlight2/world-creatures-ezrohir-art.png);
}
#dwarves-art {
  background-image: url(../images/torchlight2/world-creatures-dwarves-art.png);
}
#varkolyn-art {
  background-image: url(../images/torchlight2/world-creatures-varkolyn-art.png);
}
#sturmbeornen-art {
  background-image: url(../images/torchlight2/world-creatures-sturmbeornen-art.png);
}
#places-default-art,
#the-beast-warrens-art {
  background-image: url(../images/torchlight2/world-places-the-beast-warrens-art.png);
}
#the-stygian-aerie-approach-art {
  background-image: url(../images/torchlight2/world-places-the-stygian-aerie-approach-art.png);
}
#widowmaker-woods-art {
  background-image: url(../images/torchlight2/world-places-widowmaker-woods-art.png);
}
#weapons-default-art,
#cannons-art {
  background-image: url(../images/torchlight2/world-weapons-cannons-art.png);
}
#fist-weapons-art {
  background-image: url(../images/torchlight2/world-weapons-fist-weapons-art.png);
}
#great-weapons-art {
  background-image: url(../images/torchlight2/world-weapons-great-weapons-art.png);
}
/**** Pet Section ****/
#pets {
  background-image: url(../images/torchlight2/pets-background.jpg);
  color: #73CDB4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#pets h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
}
#pets p {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #pets .text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#pets .image {
  margin-bottom: -50px;
}
@media screen and (min-width: 768px) {
  #pets {
    position: relative;
  }
  #pets img {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 30%;
    max-width: 450px;
  }
  #pets .row,
  #pets .image {
    position: static;
  }
}
/**** Mods Section ****/
#mods {
  color: #AFECDB;
  background-image: url(../images/torchlight2/mods-background.jpg);
  background-repeat: no-repeat;
  background-size: 1860px auto;
  background-position: center;
}
#mods h2,
#mods p,
#mods .btn,
#mods .resources,
#mods .guts-logo {
  margin-bottom: 40px;
}
#mods h2 {
  font-size: 48px;
  font-weight: 500;
  text-transform: uppercase;
}
#mods h2 .header-subtext {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
#mods h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
}
#mods p {
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
}
#mods p a {
  text-decoration: underline;
}
#mods a {
  color: #AFECDB;
}
#mods .row {
  margin-bottom: 30px;
}
#mods .btn:hover {
  background-color: #AFECDB;
  color: #1E1D1C;
  border-color: #AFECDB;
}
@media screen and (max-width: 991px) {
  #mods .btn {
    font-size: 14px;
  }
}
.resource-list a {
  font-size: 14px;
  line-height: 32px;
}
/**** Community Section ****/
#join_the_community {
  background-image: url(../images/torchlight2/community-background.jpg);
  background-repeat: no-repeat;
  background-size: 1860px 100%;
  background-position: center;
}
#join_the_community h1 {
  margin-bottom: 20px;
}
#join_the_community a {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px black;
  color: #FFF8E9;
  box-sizing: border-box;
  -webkit-transition: font-size 0.1s ease-in-out;
  transition: font-size 0.1s ease-in-out;
  border: 1px solid #262523;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 7px;
  line-height: 1.5;
  background-size: cover;
  background-position: center;
  border: 3px solid transparent;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#join_the_community a:hover {
  border-color: #262523;
  color: #FFF8E9;
  font-size: 23px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
}
#join_the_community .discord-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight2/torchlight2-discord.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .discord-link:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight2/torchlight2-discord.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .forums-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight2/torchlight2-forums.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .forums-link:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight2/torchlight2-forums.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .facebook-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight2/torchlight2-facebook.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .facebook-link:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight2/torchlight2-facebook.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .twitter-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight2/torchlight2-twitter.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .twitter-link:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight2/torchlight2-twitter.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .streamers-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://galleries.runicgames.com/images/torchlight2/screenshots/crypt014.png);
}
#join_the_community .streamers-link,
#join_the_community .streamers-link:hover {
  background-position: center;
  background-size: 150% !important;
}
#join_the_community .streamers-link:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://galleries.runicgames.com/images/torchlight2/screenshots/crypt014.png);
  background-position: center;
  background-size: 150% !important;
}
@media screen and (min-width: 768px) {
  #join_the_community .stack-2 a {
    height: 166px;
  }
}
/**** Gallery Section ****/
.gallery {
  background-image: url(../images/torchlight2/media-background.png);
  background-repeat: no-repeat;
  background-size: 1860px auto;
  background-position: center;
  padding: 20px 15px;
  background-color: #333230;
}
@media screen and (max-width: 767px) {
  .gallery {
    background-size: cover;
  }
}
.gallery h2 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #f3bb87;
}
.gallery h3 {
  text-transform: uppercase;
}
.gallery a {
  color: #F3BB87;
}
.well {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.gallery-tile {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #gallery-mobile-toggle:not(:checked) + .well .gallery-tile:nth-child(n + 4) {
    display: none;
  }
}
.gallery-mobile-toggle-row {
  display: none;
}
.gallery-mobile-toggle-row .btn {
  color: #f3bb87;
  border-color: #f3bb87;
  max-width: 200px;
  margin: auto;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #gallery-mobile-toggle:not(:checked) ~ .gallery-mobile-toggle-row {
    display: block;
    display: initial;
  }
}
.gallery-play-button {
  font-size: 70px;
  color: #FFF8E9;
  text-align: center;
  position: absolute;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -30px;
  text-shadow: 0px 0px 5px black;
}
.popup-buttons {
  margin-top: 30px;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/**** Store Section ****/
#vendors {
  background-image: url(../images/torchlight2/vendors-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #1E1D1C;
}
#vendors a,
#vendors a:hover {
  color: inherit;
}
#vendors h1 {
  font-size: 48px;
  color: #1e1d1c;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
#vendors h1 + h2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  width: 750px;
  margin: auto;
  max-width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 1023px) {
  #vendors h1 + h2 {
    margin-bottom: 20px;
  }
}
#vendors h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#vendors h2 .header-subtext {
  font-size: 16px;
}
#vendors .text {
  font-size: 14px;
  line-height: 32px;
}
#vendors .btn {
  border-color: #000;
}
#vendors .btn:focus,
#vendors .btn:active {
  border-color: #000 !important;
}
#vendors .btn:hover {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#vendors .warning-message {
  text-align: left;
  padding-left: 5px;
  box-sizing: border-box;
}
#vendors .text-right {
  border-right: 1px solid rgba(30, 29, 28, 0.5);
}
#vendors .row {
  max-width: 1200px;
}
#vendors .row.text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#vendors .row.text .store-links {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #vendors .row.text .store-links {
    max-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #vendors .row.text .store-links {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1023px) {
  #vendors .row.text {
    flex-direction: column;
  }
}
.store-dropdown {
  position: relative;
}
.store-dropdown:not(.store-dropdown--mobile) > select {
  display: none;
}
.store-disclaimer {
  font-size: 80%;
}
.store-dropdown--mobile > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px 15px;
  color: #e9eeff;
  font-weight: bold;
  border-radius: 6px;
  text-align: left;
  text-transform: uppercase;
  background-color: #1e1d1c;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23e9eeff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #1e1d1c 0%, #1e1d1c 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.store-dropdown--mobile > select::-ms-expand {
  display: none;
}
.store-dropdown--mobile > select:focus {
  outline: none;
}
.store-dropdown--mobile > select > option {
  text-transform: uppercase;
}
.select-selected {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 5px 15px;
  color: #e9eeff;
  font-weight: bold;
  border-radius: 6px;
  text-align: left;
  text-transform: uppercase;
  background-color: #1e1d1c;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23e9eeff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #1e1d1c 0%, #1e1d1c 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.select-selected::-ms-expand {
  display: none;
}
.select-selected:focus {
  outline: none;
}
.select-selected::after {
  content: none;
}
.select-title {
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0 12px;
}
.select-title--disabled {
  color: #999;
}
.select-items {
  top: calc(100% + 6px);
  border-radius: 6px;
  background-color: #1e1d1c;
  padding: 6px;
  max-height: none;
}
.select-items > .select-option {
  text-transform: uppercase;
  padding: 0 24px;
  text-align: left;
  border: 0 !important;
}
.select-items > .select-option:hover {
  background-color: rgba(233, 238, 255, 0.33);
}
.select-items > .select-option--disabled {
  pointer-events: none;
  color: #999;
}
/**** Email Section ****/
@keyframes hideForm {
  0% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 0;
    visibility: visible;
  }
  51% {
    opacity: 0;
    pointer-events: none;
    visibility: visible;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
@keyframes showSuccess {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 0;
    pointer-events: auto;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
#email-signup__form.success {
  animation: hideForm 0.8s forwards;
}
#email-signup__form.success + .email-signup__success {
  animation: showSuccess 0.8s forwards;
}
#email-signup {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #email-signup {
    background-image: url(../images/torchlight2/bg-email-mobile.jpg);
    height: 350px;
  }
}
@media screen and (min-width: 768px) {
  #email-signup {
    background-image: url(../images/torchlight2/bg-email-desktop.jpg);
    height: 400px;
  }
}
#email-signup > .row {
  width: 100%;
}
.email-signup__dom {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .email-signup__dom {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  .email-signup__dom {
    width: 50%;
    max-width: 380px;
    margin-left: 50%;
    transform: translateY(-50%);
  }
}
.email-signup__dom > .status-container {
  position: absolute;
  top: 100%;
  left: 0;
}
.email-signup__header {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: uppercase;
  color: #f28e22;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.email-signup__input {
  position: relative;
}
.email-signup__input:not(.error) {
  margin-bottom: 5px;
}
.email-signup__input-input {
  width: 100%;
  color: #160c01;
  background-color: #fbaf5e;
  border-radius: 6px;
  border: solid 1px transparent;
  font-size: 14px;
  padding: 18px 10px 8px;
  -webkit-appearance: none;
}
.error > .email-signup__input-input {
  border-color: #ed1c24;
}
.email-signup__input-input:-webkit-autofill,
.email-signup__input-input:-webkit-autofill:hover,
.email-signup__input-input:-webkit-autofill:focus {
  border: 1px solid transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #fbaf5e inset;
}
.email-signup__input-placeholder {
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #000;
  pointer-events: none;
  transition: top 0.4s, transform 0.4s;
}
.focused > .email-signup__input-placeholder,
.has-value > .email-signup__input-placeholder {
  top: 0;
  transform: translate(-17%, 10%) scale(0.65);
}
.email-signup__input-error {
  opacity: 0;
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.5;
  color: #ff0000;
  transition: opacity 0.4s;
}
.error + .email-signup__input-error {
  opacity: 1;
}
#birthday-input::placeholder {
  opacity: 0;
  color: #000;
  transition: opacity 0.4s;
}
#birthday-input::-ms-input-placeholder {
  opacity: 0;
  color: #000;
  transition: opacity 0.4s;
}
#birthday-input:focus::placeholder {
  opacity: 1;
}
#birthday-input:focus::-ms-input-placeholder {
  opacity: 1;
}
#birthday-input:-ms-input-placeholder {
  opacity: 1;
  color: transparent !important;
}
#birthday-input:focus:-ms-input-placeholder {
  opacity: 1;
  color: transparent !important;
}
#birthday-input ~ .ie11-placeholder {
  position: absolute;
  top: 60%;
  left: 10px;
  opacity: 0;
  color: #000;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}
#birthday-input ~ .ie11-placeholder.show {
  opacity: 1;
}
.email-signup__submit {
  border-color: #f28e22;
  color: #f28e22;
  font-size: 14px;
}
.email-signup__submit:hover {
  border-color: #f28e22;
  color: #000;
  background-color: #f28e22;
}
.email-signup__success {
  opacity: 0;
  pointer-events: none;
}
.email-signup__success > .email-signup__checkmark {
  align-self: center;
}
.email-signup__success > h1 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: .75;
  text-align: center;
}
.email-signup__success > span {
  font-size: 18px;
  text-align: center;
}
/**** Social Section ****/
.social-media {
  background-color: #1e1d1c;
  position: relative;
  padding: 0 !important;
}
@media only screen and (min-width: 1081px) {
  .social-media::before,
  .social-media::after {
    top: 0;
    background-color: #1e1d1c;
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
  }
  .social-media::before {
    right: 100%;
  }
  .social-media::after {
    left: 100%;
  }
}
.social-media__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  max-width: 360px;
}
/**** Footer Section ****/
.footer {
  background-color: #000;
}
.footer .row {
  margin-bottom: 0;
  padding: 20px 0;
}
.footer .row + .row {
  padding-top: 0;
}
.footer .menus {
  text-align: center;
}
.footer .menus:first-of-type ul {
  font-weight: 700;
}
.footer .navbar__nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  float: none;
  margin: 0;
  text-align: center;
}
.footer .navbar__nav > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: none;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer .navbar__nav > li a {
  color: #b7b7b7;
  padding: 0px 8px;
}
.footer .navbar__nav > li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.footer .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  max-width: 700px;
}
.footer .logos .logos__console {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}
.footer .logos .logo {
  padding: 15px;
}
.footer .copyright {
  font-size: 10px;
  color: #777;
  line-height: 1.4;
  text-align: center;
  width: 90%;
  max-width: 700px;
  padding: 20px 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer .copyright > .line-segment {
    display: block;
  }
}
.footer .copyright a {
  color: #b7b7b7;
  text-decoration: none;
}
.footer .copyright a:hover {
  text-decoration: underline;
}
.footer .menu-item:first-child {
  width: 100%;
}
.footer .menu-item:not(:last-child):not(:first-child):after {
  content: '|';
  color: #b7b7b7;
}
.langico {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}
.langico.langico--en {
  background-image: url(../images/torchlight2/icon-en.png);
}
.langico.langico--de {
  background-image: url(../images/torchlight2/icon-de.png);
}
.langico.langico--fr {
  background-image: url(../images/torchlight2/icon-fr.png);
}
.langico.langico--it {
  background-image: url(../images/torchlight2/icon-it.png);
}
.langwrapper__langs .current-language {
  margin: 0 auto;
  border: none;
}
.langwrapper__langs .current-language > a {
  display: block;
}
.langwrapper__langs .current-language span {
  float: none;
  font-size: 140%;
  vertical-align: middle;
  text-transform: uppercase;
}
.langwrapper__langs .icn-lang {
  display: inline-block;
}
.gallery-link {
  text-transform: uppercase;
  font-size: 20px;
  text-align: right;
  display: block;
  max-width: 520px;
  cursor: pointer;
}
.pwrd-modal {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
@media screen and (max-width: 839px) {
  .header-new .language-logo {
    margin-top: 0px;
  }
}
.header-new .header__main .header__page-link.selected {
  color: #fff;
  border-bottom: 1px solid #FF7F00;
}
@media screen and (max-width: 839px) {
  .header-new .header__main .header__page-link.selected {
    border-bottom: 1px solid #333333;
  }
}
.header-new .header__main .header__logo-menu {
  display: none;
  background: url(../images/nav/torch2-logo.png) no-repeat center;
  height: 26px;
  width: 80px;
  margin-left: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 22px;
  left: 8px;
  border: 0px;
}
@media screen and (max-width:444px) {
  .header-new .header__main .header__logo-menu {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .header-new .header__main .header__logo-menu {
    top: 33px;
  }
}
.header-new .header__menu-toggle {
  display: none;
}
@media screen and (max-width: 839px) {
  .header-new .header__menu-toggle ~ .header__main {
    display: none;
  }
  .header-new .header__menu-toggle:checked ~ .header__main {
    display: block;
    height: 110vh;
    width: 100%;
  }
}
@media screen and (max-width:444px) {
  .header-new .header__menu-toggle:not(:checked) ~ .header__main {
    margin-left: 0px;
  }
}
.header-new .header__logo {
  background: url(../images/nav/torch2-logo.png) no-repeat center;
  height: 26px;
  min-width: 80px;
  background-size: 100% 100%;
  margin-right: auto;
  margin-left: 20px;
}
.header-new .header__page-link {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.header-new .header__page-link:hover {
  color: #fff;
  border-bottom: 1px solid #FF7F00;
}
.header-new .button-title {
  background: #FF7F00;
  text-decoration: none;
  color: #1b1c1f;
}
.header-new .button-title:hover {
  background: #FF952B;
}
@media screen and (max-width: 839px) {
  .header-new .header__main {
    margin-left: 0px;
  }
  .header-new .header__main a.button {
    display: block;
    width: 100vw;
    margin-left: -10px;
    line-height: 60px;
    text-align: start;
    padding: 0px;
    padding-left: 30px;
    margin-top: 0px;
    border-bottom: 1px solid #333333;
    color: #fff;
    position: relative;
  }
  .header-new .header__main a {
    font-size: 16px;
  }
  .header-new .header__main a.header__buy__now {
    background: #FF7F00;
    width: 100vw;
    position: inherit;
    top: 0px;
    left: 10px;
    text-decoration: none;
  }
  .header-new .header__main a.about {
    margin-top: 60px;
  }
}
.header-new .header__buy__now {
  background: #FF7F00;
  text-decoration: none !important;
}
.footer-social-media__icon {
  text-decoration: none !important;
  font-size: 28px;
}
.footer-section > * {
  max-width: 700px !important;
}
.footer-section__legal {
  font-size: 10px;
  color: #777;
  line-height: 1.4;
  text-align: center;
  width: 90%;
}
.footer-section__links {
  font-size: 12px !important;
  font-weight: 400;
  color: #b7b7b7;
  margin: 0 !important;
}
.footer-section__links + .footer-section__links {
  margin: 0 0 20px !important;
}
.footer-section__link:visited {
  color: inherit;
}
