@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;
}
/**** Less Variables ****/
/**** Less Detached Rulesets ****/
/**** Fonts ****/
@font-face {
  font-family: "Ubuntu";
  font-display: swap;
  src: url("../fonts/torchlight2/ubuntu/ubuntu-light.ttf") format('truetype');
  font-weight: 300;
}
@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-italic.ttf") format('truetype');
  font-style: italic;
}
@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;
}
/**** 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 {
  color: #FFF8E9;
  background-color: #333230;
  max-width: 1860px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: 'Ubuntu', sans-serif;
}
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 {
  padding: 0;
}
.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;
}
.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: 101;
  position: relative;
  top: 0px;
}
.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;
}
/**** 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;
}
/**** 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;
  height: 391px;
}
@media screen and (max-width: 767px) {
  #email-signup {
    background-image: url(../images/torchlight1/bg-email-mobile.jpg);
  }
}
@media screen and (min-width: 768px) {
  #email-signup {
    background-image: url(../images/torchlight1/bg-email-desktop.jpg);
  }
}
#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: 425px;
    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: #fff8e9;
  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: #fff8e9;
  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: #160c01;
  transition: opacity 0.4s;
}
#birthday-input::-ms-input-placeholder {
  opacity: 0;
  color: #160c01;
  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: #22c8f2;
  color: #22c8f2;
  font-size: 14px;
  transition: 0.2s background-color, 0.2s color;
}
.email-signup__submit:hover {
  border-color: #22c8f2;
  color: #160c01;
  background-color: #22c8f2;
}
.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;
}
@media screen and (max-width: 767px) {
  .email-signup__success > h1 {
    line-height: 1;
  }
}
.email-signup__success > span {
  font-size: 18px;
  text-align: center;
}
.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 screen and (max-width:444px) {
  .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 screen and (max-width:444px) {
  .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;
  }
}
body {
  font-family: "Ubuntu", sans-serif;
  color: #FFF8E9;
  background-color: #333230;
  max-width: 1860px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.42857143;
}
a:focus {
  text-decoration: none;
}
.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;
}
/**** Navigations ****/
.push- .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.push- .nav:before,
.push- .nav:after {
  content: " ";
  display: table;
}
.push- .nav:after {
  clear: both;
}
.push- .nav > li > a:hover,
.push- .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;
}
/**** Hero ****/
.marquee {
  position: relative;
  background-image: url(../images/torchlight1/marquee-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  height: 600px;
}
.marquee:not(.stretch) {
  padding: 15px 0;
}
.marquee h2 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.marquee h2 .header-subtext {
  font-size: 18px;
}
.marquee .logo {
  width: 100%;
  background-image: url(../images/torchlight1/marquee-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 300px;
}
.marquee .img-responsive {
  margin: auto;
}
.marquee .callouts {
  padding-top: 0;
  text-align: center;
  /*
        & h4,
        & i {
            display: inline;
            font-size: 20px; 
        }
        */
}
.marquee .callouts .play-button {
  margin-bottom: 20px;
}
.marquee .callouts .buttons {
  margin-top: 10px;
  width: 50%;
  min-width: 300px;
}
.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;
  color: #FFF8E9 !important;
}
.marquee .callouts i {
  font-size: 60px;
}
.marquee .callouts h4 {
  text-transform: uppercase;
}
.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: 1160px) {
  .marquee .hero {
    background-position: bottom;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .marquee .hero {
    background-image: url(../images/torchlight1/marquee-hero.png);
  }
}
/**** About Section ****/
#about {
  background-image: url(../images/torchlight1/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;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 30px 0;
  }
}
.about__features {
  padding: 30px 15px;
}
@media screen and (min-width: 768px) {
  .about__features {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
  }
}
.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;
}
@media screen and (min-width: 768px) {
  .about__features img {
    margin: 20px 0px;
  }
}
.about__features .media img {
  width: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.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 {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about__critics a.more-link {
  display: inline;
  margin-left: 10px;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.mobile-critics {
  margin-top: 25px;
}
.mobile-critics h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
}
.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: 700;
  font-style: italic;
  font-size: 16px !important;
}
.about .swiper-slide a {
  display: block;
  text-align: center;
}
.about .swiper-slide a.more-link {
  padding: 40px 0;
  font-size: 32px;
  opacity: 1 !important;
  color: #FFF8E9;
}
.about .swiper-slide-next {
  opacity: 0.4;
}
/**** Ember Section ****/
#ember {
  padding-bottom: 0;
  background-image: url(../images/torchlight1/ember-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .ember__title:not(.ember__title--de):not(.ember__title--fr) {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1300px) {
  .ember__title .ember__title--de {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 940px) {
  .ember__title .ember__title--fr {
    display: flex;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.ember__header {
  border-right: 3px solid rgba(255, 248, 233, 0.6);
}
@media screen and (min-width: 768px) {
  .ember__title:not(.ember__title--de):not(.ember__title--fr) > .ember__header {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 50%;
  }
}
.ember__header > h1 {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px black;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .ember__title:not(.ember__title--de):not(.ember__title--fr) > .ember__header > h1 {
    text-align: right;
    text-shadow: 0px 0px 20px black;
    font-size: 100px;
    padding: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .ember__title--de > .ember__header > h1 {
    text-align: right;
    text-shadow: 0px 0px 20px black;
    font-size: 100px;
    padding: 20px;
  }
}
@media screen and (min-width: 940px) {
  .ember__title--fr > .ember__header > h1 {
    text-align: right;
    text-shadow: 0px 0px 20px black;
    font-size: 100px;
    padding: 20px;
  }
}
@media screen and (max-width: 1299px) {
  .ember__title--de > .ember__header {
    width: 100%;
    border-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .ember__title--de > .ember__header {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 50%;
  }
}
@media screen and (max-width: 939px) {
  .ember__title--fr > .ember__header {
    width: 100%;
    border-right: 0;
  }
}
@media screen and (min-width: 940px) {
  .ember__title--fr > .ember__header {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 50%;
  }
}
.ember__quotes {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Lora", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
}
@media screen and (max-width: 1299px) {
  .ember__title--de > .ember__quotes {
    width: 100%;
  }
}
@media screen and (max-width: 939px) {
  .ember__title--fr > .ember__quotes {
    width: 100%;
  }
}
.ember__quotes > p {
  quotes: "“" "”" "‘" "’";
  padding: 10px;
  font-style: italic;
  text-shadow: 0px 0px 5px black;
}
@media screen and (min-width: 768px) {
  .ember__quotes > p {
    text-shadow: 0px 0px 20px black;
  }
}
.ember__quotes > p:nth-child(1):before {
  content: open-quote;
}
.ember__quotes > p:nth-child(2) {
  text-align: right;
}
.ember__quotes > p:nth-child(3):after {
  content: close-quote;
}
.ember-text-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ember-text-container {
    background: rgba(0, 0, 0, 0.4);
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ember-text-flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: auto;
  margin-top: -25px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .ember-text-flourish {
    left: 50%;
    margin-left: -38px;
    margin-top: -30px;
  }
}
.ember-text {
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  line-height: 1.5em;
  color: #FFF8E9;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ember-text {
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
  }
}
/**** Classes ****/
#classes {
  color: #FFF8E9;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#classes .heading {
  text-align: center;
  margin-bottom: 20px;
}
#classes .heading h2 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px black;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #classes .heading h2 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
#classes .heading h3 {
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0px 0px 5px black;
  margin-bottom: 40px;
}
#classes .class-background-container {
  padding-top: 50px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #classes .class-background-container {
    padding-bottom: 50px;
  }
}
#classes .class-body {
  position: static;
  z-index: 1;
}
#classes .class-nav-dropdown a {
  color: #1E1D1C;
}
#classes .class-nav {
  z-index: 10;
  margin-bottom: 20px;
}
#classes .class-nav .icon-container {
  height: 96px;
  width: 96px;
  background-position: center;
}
#classes .class-nav .class-toggle h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #classes .class-nav .class-toggle h4 {
    font-size: 14px;
  }
}
#classes .class-nav .selected .class-toggle h4 {
  font-weight: 700;
}
#classes .class-nav .class-name .icon-container {
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
#classes .class-nav .class-name a {
  color: #FFF8E9;
}
#classes .class-nav .class-name:hover .icon-container {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
#classes .class-nav .class-name:hover a {
  text-decoration: none;
}
#classes .class-info {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 300;
  text-shadow: 0px 0px 5px #000;
  position: static;
}
@media screen and (max-width: 767px) {
  #classes .class-info {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }
  #classes .class-info > div {
    width: 100% !important;
  }
}
#classes .class .portrait-container {
  background-position: bottom center;
}
@media screen and (min-width: 768px) {
  #classes .class .portrait-container {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 43%;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #classes .class .portrait-container {
    width: 100%;
    padding: 15px;
    display: block;
    height: 200px;
  }
}
@media screen and (min-width: 1500px) {
  #classes .class .portrait-container {
    background-position: bottom left;
  }
}
#classes #mobile-text {
  background: rgba(0, 0, 0, 0.4);
}
#classes #mobile-text .mobile-class-text {
  padding: 30px;
}
#classes #mobile-text .bottom-half {
  background-size: contain !important;
  background-position: top center;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  z-index: -1;
}
#classes .selected .class-toggle .icon-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes .selected .class-toggle .icon-container#alchemist-icon {
  background-image: url("../images/torchlight1/classes/nav-alchemist.png");
}
#classes #alchemist-icon {
  background-image: url("../images/torchlight1/classes/nav-alchemist-unselected.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes #alchemist-bg {
  background-image: url("../images/torchlight1/classes/alchemist-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #classes {
    background-image: url("../images/torchlight1/classes/alchemist-background@2x.jpg");
    background-size: cover;
  }
}
#classes #alchemist-hero {
  background-image: url("../images/torchlight1/classes/alchemist-upper.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  right: 55%;
  left: 0;
  background-position: bottom right;
}
@media screen and (max-width: 767px) {
  #classes #alchemist-hero {
    background-position: bottom center;
  }
}
#classes #alchemist-mobile-text .bottom-half {
  background-image: url("../images/torchlight1/classes/alchemist-lower.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes #alchemist-mobile-text .bg-color {
  background-color: #160903;
}
#classes .selected .class-toggle .icon-container#vanquisher-icon {
  background-image: url("../images/torchlight1/classes/nav-vanquisher.png");
}
#classes #vanquisher-icon {
  background-image: url("../images/torchlight1/classes/nav-vanquisher-unselected.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes #vanquisher-bg {
  background-image: url("../images/torchlight1/classes/vanquisher-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #classes {
    background-image: url("../images/torchlight1/classes/vanquisher-background@2x.jpg");
    background-size: cover;
  }
}
#classes #vanquisher-hero {
  background-image: url("../images/torchlight1/classes/vanquisher-upper.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  right: 0;
  left: 55%;
  background-position: bottom left;
}
@media screen and (max-width: 767px) {
  #classes #vanquisher-hero {
    background-position: bottom center;
  }
}
#classes #vanquisher-mobile-text .bottom-half {
  background-image: url("../images/torchlight1/classes/vanquisher-lower.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes #vanquisher-mobile-text .bg-color {
  background-color: #160903;
}
#classes .selected .class-toggle .icon-container#destroyer-icon {
  background-image: url("../images/torchlight1/classes/nav-destroyer.png");
}
#classes #destroyer-icon {
  background-image: url("../images/torchlight1/classes/nav-destroyer-unselected.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes #destroyer-bg {
  background-image: url("../images/torchlight1/classes/destroyer-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #classes {
    background-image: url("../images/torchlight1/classes/destroyer-background@2x.jpg");
    background-size: cover;
  }
}
#classes #destroyer-hero {
  background-image: url("../images/torchlight1/classes/destroyer-upper.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  right: 52%;
  left: 0;
  background-position: bottom right;
}
@media screen and (max-width: 767px) {
  #classes #destroyer-hero {
    background-position: bottom center;
  }
}
#classes #destroyer-mobile-text .bottom-half {
  background-image: url("../images/torchlight1/classes/destroyer-lower.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#classes #destroyer-mobile-text .bg-color {
  background-color: #160903;
}
#classes #alchemist-mobile-text .bottom-half {
  height: 210px;
}
#classes #alchemist-mobile-text .bg-color {
  background-color: #170A03;
}
#classes #vanquisher-mobile-text .bottom-half {
  height: 250px;
}
#classes #destroyer-mobile-text .bottom-half {
  height: 204px;
}
/**** Gallery ****/
.gallery {
  background-image: url(../images/torchlight1/media-background.jpg);
  background-repeat: no-repeat;
  background-size: 1860px auto;
  background-position: center;
  padding: 50px 15px !important;
  background-color: #333230;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .gallery {
    background-image: url(../images/torchlight1/media-background@2x.jpg);
  }
}
@media screen and (max-width: 767px) {
  .gallery {
    background-size: cover;
  }
}
.gallery h2 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.gallery h3 {
  text-transform: uppercase;
}
.gallery a {
  color: #F3BB87;
}
.well {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  -webkit-box-shadow: inset 1px 0px 25px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 1px 0px 25px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 1px 0px 25px 0px rgba(0, 0, 0, 0.75);
  display: flex;
  flex-wrap: wrap;
}
.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;
}
/**** Community Section ****/
#join_the_community {
  background-image: url(../images/torchlight1/community-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #join_the_community {
    background-image: url(../images/torchlight1/community-background@2x.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  #join_the_community {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
#join_the_community h1 {
  margin-bottom: 40px;
  padding-left: 15px;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px black;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #join_the_community h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  #join_the_community h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
  }
}
#join_the_community a {
  display: block;
  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;
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
#join_the_community a:hover {
  border: 3px solid #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);
  margin-bottom: 26px;
}
#join_the_community .forums-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight1/torchlight-forums.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .forums-link:hover {
  background-color: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight1/torchlight-forums.jpg");
}
#join_the_community .facebook-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight1/torchlight-facebook.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .facebook-link:hover {
  background-color: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight1/torchlight-facebook.jpg");
}
#join_the_community .twitter-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight1/torchlight-twitter.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .twitter-link:hover {
  background-color: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight1/torchlight-twitter.jpg");
}
#join_the_community .kitchen-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight1/torchlight-kitchen.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .kitchen-link:hover {
  background-color: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight1/torchlight-kitchen.jpg");
}
#join_the_community .discord-link {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/torchlight1/torchlight-discord.jpg");
  background-size: cover;
  background-position: center;
}
#join_the_community .discord-link:hover {
  background-color: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/torchlight1/torchlight-discord.jpg");
}
/**** Vendors ****/
#vendors {
  background-image: url("../images/torchlight1/buy-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF8E9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #vendors {
    background-image: url("../images/torchlight1/buy-background@2x.jpg");
    background-size: cover;
  }
}
#vendors a {
  color: inherit;
}
#vendors a:hover {
  color: inherit;
}
#vendors .text {
  font-size: 14px;
  line-height: 32px;
}
#vendors h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin: 30px 0;
}
#vendors .row {
  max-width: 1200px;
}
#vendors .row.text {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#vendors .row.text .store-links {
  text-align: center;
  width: 100%;
}
@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: 100px;
  }
}
@media screen and (max-width: 1023px) {
  #vendors .row.text {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  #vendors .outer.row {
    background-image: url("../images/torchlight1/tl1-box.png");
    background-repeat: no-repeat;
    background-size: 53%;
    background-position: left center;
  }
  #vendors .outer.row .text {
    padding-top: 30%;
    padding-bottom: 30%;
  }
}
#vendors .btn {
  border-color: #FFF8E9 !important;
  color: #FFF8E9;
}
#vendors .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;
}
#vendors .btn:focus {
  border-color: #FFF8E9 !important;
  background-color: #FFF8E9;
  color: #000;
}
@media screen and (max-width: 991px) {
  #vendors .btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}
#vendors .text-right {
  border-right: 1px solid rgba(255, 248, 233, 0.5);
}
.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: #1e1d1c;
  font-weight: bold;
  border-radius: 6px;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff8e9;
  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%231e1d1c%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, #fff8e9 0%, #fff8e9 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: #1e1d1c;
  font-weight: bold;
  border-radius: 6px;
  text-align: left;
  text-transform: uppercase;
  background-color: #fff8e9;
  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%231e1d1c%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, #fff8e9 0%, #fff8e9 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: #fff8e9;
  padding: 6px;
  max-height: none;
}
.select-items > .select-option {
  text-transform: uppercase;
  padding: 0 10px;
  text-align: left;
  border: 0 !important;
  color: #1e1d1c;
  font-weight: bold;
}
.select-items > .select-option:hover {
  background-color: rgba(30, 29, 28, 0.3);
}
.select-items > .select-option--disabled {
  pointer-events: none;
  color: #999;
}
/**** 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: 600px;
}
.footer .logos .logos__console {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}
.footer .logos .logo {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .footer .logos .logo {
    padding: 15px 10px;
  }
}
.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;
}
.pwrd-modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100%;
  background: #000000;
  opacity: 0.5;
}
.header-new {
  box-sizing: border-box;
}
.header-new .button-title {
  color: #1b1c1f;
}
.header-new .header__main .header__logo-menu {
  display: none;
  background: url(../images/nav/tl1-logo.png) no-repeat center;
  height: 18px;
  width: 80px;
  margin-left: 20px;
  background-size: 100% 100%;
  position: absolute;
  top: 10vh;
  left: 8px;
  border: 0px;
}
.header__main .back-language span {
  left: -105px;
}
@media not screen and (max-width: 839px) {
  .header__main .header__page-link.selected {
    color: #fff;
    border-bottom: 1px solid #FF7F00;
  }
}
@media not screen and (max-width: 839px) and screen and (max-width: 839px) {
  .header__main .header__page-link.selected {
    border-bottom: 1px solid #333333;
  }
}
@media screen and (max-width: 839px) {
  .header__main .sign-out-info,
  .header__main .sign-info {
    display: block;
    width: 100vw;
    margin-left: -10px;
    line-height: 60px;
    text-align: start;
    padding-left: 30px;
    margin-top: 0px;
    border-bottom: 1px solid #333333;
  }
  .header__main .sign-out-info .my-infos,
  .header__main .sign-info .my-infos {
    left: 80vw;
    top: 23px;
  }
}
.header__logo {
  background: url(../images/nav/tl1-logo.png) no-repeat center;
  height: 18px;
  min-width: 80px;
  background-size: 100% 100%;
}
@media screen and (max-width:320px) {
  .header__logo {
    top: 0px;
  }
}
.header__page-link {
  font-family: 'Roboto', "Arial Regular", sans-serif;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: #ccc;
}
.header__page-link:hover {
  color: #fff;
  border-bottom: 1px solid #FF7F00;
}
@media screen and (max-width: 839px) {
  .header__page-link {
    color: #fff;
  }
}
.button-title {
  background: #FF7F00;
  text-decoration: none;
  color: #fff;
}
.button-title:hover {
  background: #FF952B;
}
@media screen and (max-width: 839px) {
  .button-title {
    position: static;
    margin-left: 0px;
  }
}
@media screen and (max-width: 839px) {
  .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__main a {
    font-size: 16px;
  }
  .header__main a.header__buy__now {
    background: #FF7F00;
    width: 100vw;
    position: inherit;
    top: 0px;
    left: 10px;
  }
  .header__main a.about {
    margin-top: 60px;
  }
}
.sign-out-info,
.sign-info {
  display: flex;
  position: relative;
  top: 5px;
  left: 0px;
}
.sign-out-info .my-infos,
.sign-info .my-infos {
  top: 7px;
  left: 4px;
}
.header__buy__now {
  background: #FF7F00;
}
.header__menu-toggle {
  display: none;
}
@media screen and (min-width: 444px) and (max-width: 1060px) {
  .newlangdd__options {
    top: -300px;
  }
}
