html,
body {
  height: 100%;
}
body {
  background-color: #060606;
  color: #f4deb5;
  font-family: 'Open Sans', sans-serif;
  min-width: 300px;
}

body, body.admin-menu, body.page-admin {
  margin-top: 0 !important;
}

a {
  color: #ffffff;
}
a:hover,
a:focus,
a.selected {
  color: #e0a22c;
  text-decoration: none;
}
a.highlighted {
  color: #e0bd49;
}
h1,h2,h3,h4,h5, label,
.section-header {
  color: #e0a22c;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
label strong,
.section-header strong,
h1 b,
h2 b,
h3 b,
h4 b,
label b,
.section-header b {
  color: #fff;
  font-weight: normal;
}

.narrow {
  font-weight: normal;

}

h1,
h2 {
  font-family: Berling;
  font-variant: small-caps;
}
.sub-line {
  margin-top: -5px;
}
h1 {
  font-size: 46px;
  line-height: 48px;
}
h2 {
  font-size: 46px;
  line-height: 48px;
}
h3 {
  font-size: 28px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
}

h3, h4, h5, h6 {
  font-family: "Opens Sans", sans-serif;
}

body.lang_fr h2,
body.lang_de h2{
  font-size:36px;
}

.lander-section .fe-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.lander-section,
.fe-content-section,
#fe-header-mobile,
#fe-header {
  margin-left: -15px;
  margin-right: -15px;
}

.lander-section .section-header,
.fe-content-section {
  word-break: break-word;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.lander-section:before,
.lander-section:after,
.lander-section .fe-content:before,
.lander-section .fe-content:after,
.fe-content-section:before,
.fe-content-section:after,
#fe-header-mobile:before,
#fe-header-mobile:after,
#fe-header:before,
#fe-header:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.lander-section:after,
.lander-section .fe-content:after,
.fe-content-section:after,
#fe-header-mobile:after,
#fe-header:after {
  clear: both;
}

ul.fe-content-list {
  color: #9b9992;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}
ul.fe-content-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
ul.fe-content-list li:before {
  color: #e0bd49;
  /* set color to red */
  content: "\2022";
  /* /2022 is the numerical unicode for &bull; */
  font-size: 1.75em;
  /* set the font-size of the bullet if necessary. Make sure to use em or %*/
  position: absolute;
  left: 0;
  top: .1em;
  /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}
ul.fe-content-list ul {
  padding: 40px 60px;
}
ul.fe-content-list ul li {
  list-style: none;
}

.btn,
.submitBtn {
  position: relative;
  display:inline-block;
  background: none;
  background-color: #e0a22c;
  border: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 30px;
  line-height: 36px;
  padding: 10px 60px;
  color: #fff;
  margin: 0;
  height: auto;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

body.lang_de .btn,
body.lang_de .submitBtn,
body.lang_fr .btn,
body.lang_fr .submitBtn {
  font-size: 24px;
  padding-left: 40px;
  padding-right: 40px;
}

.btn:hover,
.submitBtn:hover {
  color: #fff;
}

.submitBtn,
.btn-next {
  padding-right: 120px;
}

body.lang_de .btn-next,
body.lang_de .submitBtn,
body.lang_fr .btn-next,
body.lang_fr .submitBtn {
  padding-right: 100px;
}

.submitBtn .after,
.btn-next .icon {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-color: #f9bd4b;
  line-height: 1px;
  font-family: FontAwesome;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.submitBtn .after:after,
.btn-next .icon:after {
  position:absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  content: "\f18e";
}

.btn-primary.btn-large {
  background: #d3ae00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3ae00 0%, #d3ae00 45%, #c09c00 50%, #ae8a00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3ae00), color-stop(45%, #d3ae00), color-stop(55%, #c09c00), color-stop(100%, #ae8a00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3ae00 0%, #d3ae00 45%, #c09c00 55%, #ae8a00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3ae00 0%, #d3ae00 45%, #c09c00 55%, #ae8a00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3ae00 0%, #d3ae00 45%, #c09c00 55%, #ae8a00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3ae00 0%, #d3ae00 45%, #c09c00 55%, #ae8a00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3ae00', endColorstr='#ae8a00', GradientType=0);
  /* IE6-9 */
  border: solid 1px rgba(255, 255, 255, 0.4);
  box-shadow: rgba(255, 255, 255, 0.4) 0 0 20px inset;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited {
  border: solid 1px rgba(255, 255, 255, 0.6);
  box-shadow: rgba(255, 255, 255, 0.6) 0 0 20px inset;
  background-color: #d3ae00;
}
.btn-info {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding: 14px 40px;
  border-color: rgba(200, 163, 78, 0.5);
  background-color: rgba(0,0,0, 0.1);
  box-shadow: 0 0 30px rgba(211, 174, 0, 0.2);
  border-radius: 2px;
  -webkit-transition: 200ms ease;
  -moz-transition: 200ms ease;
  -ms-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:visited {
  border-color: rgba(200, 163, 78, 1);
  background-color: rgba(0,0,0, 0.8);
}
.btn-lg {
  font-weight: bold;
  font-size: 20px;
  padding: 16px 60px;
}
#logo {
  position: relative;
  width: 450px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#logo .logo-img {
  width: 100%;
}
.lander-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 400px;
  font-size: 18px;
  line-height: 32px;
}
.lander-section.bordered {
  border-top: solid 8px #060606;
}
.lander-section p {
  margin-bottom: 20px;
}
.lander-section .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.lander-section .has-video-preview .background {
  display: none;
}

.lander-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.lander-section .video-background video,
.lander-section .video-background .preview-video {
  display:none;
}

.lander-section .fe-content {
  position: relative;
  z-index: 20;
}

.nav-back-btn {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  padding-left: 50px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  color: #a4a200;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.nav-back-btn:hover {
  background: #000000;
}
.nav-back-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  background-color: #000000;
  font-family: "FontAwesome";
  content: '\f104';
}
#kotfe {
  height: 100%;
}
#kotfe p {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
#fe-header-mobile {
  position: fixed;
  top: 0;
  display: block;
  height: 80px;
  width: 100%;
  z-index: 50;
}
#fe-header-mobile .swtor-icon {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  background: url(/sites/all/files/en/fallenempire/bothawui/swtor-icon-silver.png) no-repeat;
  background-size: contain;
  margin: 5px;
}
#fe-header-mobile #mobile-swtor-logo {
  display: none;
  float: left;
  height: 55px;
  width: 500px;
  background: url(/sites/all/files/en/fallenempire/bothawui/kotfe-logo.png) no-repeat;
  background-size: 100%;
  background-position: bottom left;
}

#logo .swtor-logo-link {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

#fe-header {
  position: absolute;
  padding-top: 20px;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  z-index: 50;
  margin-bottom: 20px;
}
#fe-header #back-to-swtor {
  position: absolute;
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  font-family: "Open Sans", arial, sans-serif;
  line-height:20px;
}

#fe-header #user-data {
  display:none;
  position:absolute;
  z-index:100;
  top: 40px;
  left:0;
  font-family: "Open Sans", arial, sans-serif;
  line-height:20px;
  padding: 10px 15px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a4a200;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

#fe-header #user-data .logout {
  display:block;
  text-align:right;
  font-size:12px;
  opacity:0;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

#fe-header #user-data:hover {
  background: #000000;
  cursor:pointer;
}

#fe-header #user-data:hover .logout {
  opacity:1;
}

#fe-header #user-data:before {
  position: absolute;
  right:0;
  top: 0;
  height: 100%;
  width: 30px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "FontAwesome";
  content: '\f078';
}

#fe-header + .lander-section {
  padding-top: 215px;
}
#fe-header + #kotfe-subscribe {
  padding-top: 280px;
}

#kotfe-subscribe #login-main-bg {
  background-image: url(/sites/all/files/en/fallenempire/bothawui/intro-bg.jpg);
  background-size: 100%;
  background-position: top center;
}

#kotfe-subscribe #login-main-bg:before {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0, 0.7);
  content:'';  
}

#kotfe-subscribe.flow-start #login-main-bg:before {
  display:none;
}

.theme-destiny #kotfe-subscribe #login-main-bg {
  background-image: url(/sites/all/files/en/fallenempire/themes/destiny-bg.jpg);
}

.theme-choose #kotfe-subscribe #login-main-bg {
  background-image: url(/sites/all/files/en/fallenempire/themes/choose-bg.jpg);
}

.theme-sacrifice #kotfe-subscribe #login-main-bg {
  background-image: url(/sites/all/files/en/fallenempire/themes/sacrifice-bg.jpg);
}

#kotfe-subscribe #login-cover-bg {
  background-image: url(/sites/all/files/en/fallenempire/bothawui/red-cover.png);
}

#logo {
  width: 430px;
}

#footer {
  padding-top:0;
}

#fe-language-selector .btn {
  padding: 2px 10px;
  font-size:16px;
  border-color: rgba(200, 163, 78, 0.1);
  background-color: rgba(0,0,0, 0.1);
  box-shadow:none;
}

#fe-language-selector .btn:hover,
#fe-language-selector .btn.active {
  border-color: rgba(200, 163, 78, 1);
  background-color: rgba(0,0,0, 1);
}

#footer .left {
  width: 75%;
  float:left;
}

#footer .right {
  width: 25%;
  float:right;
}

#footer-logos,
#footer .logos {
  padding: 10px;
  text-align:center;
  padding:10px;
  margin-bottom: 10px;
}

#footer-ratings {
  padding-top: 40px;
}

#footer-ratings .logo-rating,
#footer .logoRatingPending,
#footer .logoRatingPending {
  margin-bottom: 10px;
  clear: both;
}


#footer .footerLogo {
  display:inline-block;
  margin: 0 20px;
}

#footer .legal-links,
#footer .legalLinks {
  color: #ffffff;
  font-family: arial, sans-serif;
  font-size: 12px;
}

#footer-legal-links a,
#footer .legalLinks a {
  text-decoration: underline;
}

#contentContainer {
  padding: 20px 15px;
  width: 750px;
}

#contentContainer h2 {
  margin-top:0;
}

#editSecretQuestions * {
    display:none;
}
#editSecretQuestions .box, #editSecretQuestions .box *{
    display:block;
}

#editSecretQuestions .submitBtn {
  display:inline-block;
}

#editSecretQuestions .revealAnswers, #editSecretQuestions .answerMinimumQuestions{
    display:none;
}

.setEmail * {
    display:none;
}
.setEmail .box, .setEmail .box *{
    display:block;
}

.setEmail .box .label {
  display:inline-block;
}

.setEmail .box .submitBtn,
.setEmail .box em {
  display:inline-block;
}

.validate-email .fe-content h2, .set-sqa .fe-content{
    text-align:center;
}

/* mobile-nav */

#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #131313;
  z-index: 99999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  overflow-x: visible;
}

#mobile-nav .mobile-wrap {
  position: relative;
  height:100%;
  overflow-y: auto;
}

#mobile-nav .swtor-branding {
  position:relative;
  width:100%;
  height:100px;
  margin:20px 0;
  background-image: url(/sites/all/files/en/fallenempire/bothawui/kotfe-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
}

#mobile-subscribe {
  position: relative;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

#mobile-subscribe-btn {
  display: block;
  font-size:24px;
  padding: 5px;
  margin-left:0;
  margin-right:0;
}

#mobile-nav-content {
  position: relative;
  height: auto;
  overflow-y: auto;
}
.menu-open #mobile-nav {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.menu-open .menu-mobile-btn {
  background-color: #131313;
}
.menu-section {
  border-bottom: solid 1px #686868;
}
.menu-section:last-child {
  border-bottom: none;
}
.menu-link {
  color: #fff;
  border-bottom: solid 1px #686868;
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  display: block;
  padding: 10px;
}
.nav-links .menu-link {
  text-transform: uppercase;
}
.dropdown .menu-section,
.dropdown .menu-link {
  border: none;
}
.dropdown-menu .menu-link:last-child {
  border-bottom: none;
}
#mobile-nav .menu-link {
  padding: 20px;
  font-size: 18px;
}
.dropdown .menu-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

#mobile-user {
  font-family: "Open Sans", arial, sans-serif;
  line-height:20px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a4a200;
  border-bottom: solid 1px #686868;
  font-size: 16px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  display: block;
  padding: 20px;
}

#mobile-user .logout {
  display: block;
  padding: 10px 10px;
  border: solid 1px;
  text-align: center;
  margin-top: 10px;
}

#fe-header #user-data .logout {
  display:block;
  text-align:right;
  font-size:12px;
  opacity:0;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -ms-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

#kotfe .modal-content {
  background-color:#131313;
  text-align:left;
  color:#fff;
}
#kotfe .modal-header {
  border-bottom: 1px solid rgba(200, 163, 78, 1);
}
#kotfe .modal-footer {
  border-top: 1px solid rgba(200, 163, 78, 1);
}


.mobile-login {
  padding: 10px;
}
.mobile-user .menu-link {
  border: none;
}
.mobile-user .user-icon {
  width: 30px;
  height: 30px;
}
.mobile-user .user-name {
  font-size: 14px;
}
.dropdown .mobile-user {
  margin-bottom: 20px;
}
.dropdown .mobile-login {
  margin-bottom: 20px;
  padding: 10px;
}
#mobile-nav .mobile-nav-btn {
  position: absolute;
  display:block;
  background-image: url(/sites/all/files/en/fallenempire/bothawui/swtor_icon.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  width: 70px;
  height: 80px;
  right: -70px;
  text-indent: -9999px;
  -webkit-background-size: 60px;
  -moz-background-size: 60px;
  -o-background-size: 60px;
  -ms-background-size: 60px;
  background-size: 60px;
}
#mobile-nav .nav-btn {
  position: relative;
  height: 60px;
}
.nav-btn .mobile-menu-close {
  top: 50%;
  margin-top: -16px;
}
.mobile-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99999;
}
.menu-open .mobile-overlay {
  display: block;
}
