/* Generated by less 2.5.1 */
@import url('https://fonts.googleapis.com/css?family=Lora');
* {
  box-sizing: border-box;
}
body {
  background-image: url(../img/background_stars.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000000;
  font-family: 'Lora', sans-serif;
  font-size: 14px;
}
.pagin .pagination .page-numbers {
  font-size: 20px;
  color: #FFFFFF;
  padding: 0px 3px;
  font-weight: bold;
}
.pagin .pagination a {
  color: #000000;
}
.single {
  color: #FFFFFF;
  padding: 0px;
}
.single .date {
  font-size: 16px;
  font-weight: bold;
  padding: 18px 0px;
  display: block;
}
.single .backFade {
  background-color: rgba(0, 0, 0, 0.6);
}
.single h1 {
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0px -15px;
}
.single .headerImage {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
  min-height: 700px;
}
@media only screen and (max-width: 1024px) {
  .single .headerImage {
    min-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .single .headerImage {
    min-height: 550px;
  }
}
@media only screen and (max-width: 480px) {
  .single .headerImage {
    min-height: 450px;
  }
}
.single .attachment-post-thumbnail {
  width: 100%;
}
.text-center {
  text-align: center;
}
h2 {
  font-size: 36px!important;
  padding-bottom: 15px;
}
.padtop {
  padding-top: 20px;
}
.pt100 {
  padding-top: 100px;
}
.whitefade {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px 0px;
}
#mergeRow-gdpr {
  font-size: 12px;
  line-height: 15px;
}
.loop_blogdate {
  color: #FFFFFF;
}
.loop_blogpost {
  width: 100%;
  height: 175px;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  border: 2px solid #000;
  border-radius: 15px;
}
.loop_blogpost:hover {
  opacity: 0.8;
}
.loop_blogpost:hover .loop_blogtitle {
  bottom: 0px;
}
.loop_blogpost .excerptblock {
  font-size: 12px;
  line-height: 14px;
  display: block;
}
.loop_blogpost .loop_blogtitle {
  position: absolute;
  padding: 10px;
  color: #FFFFFF;
  font-size: 16px;
  bottom: -175px;
  line-height: 18px;
  height: 175px;
  width: 100%;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.loop_blogpost .loop_blogtitle a {
  text-decoration: none;
  color: #FFFFFF;
  padding-bottom: 0px;
  display: block;
}
.loop_blogpost .loop_blogtitle .date {
  font-size: 12px;
}
.loop_mediapost {
  width: 100%;
  height: 150px;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 15px;
}
.loop_mediapost:hover {
  opacity: 0.4;
}
.loop_mediapost:hover .loop_blogtitle {
  bottom: 0px;
}
.loop_mediapost .loop_mediatitle {
  position: absolute;
  padding: 5px;
  color: #FFFFFF;
  font-size: 16px;
  bottom: -100px;
  height: 100px;
  width: 100%;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.loop_mediapost .loop_mediatitle a {
  text-decoration: none;
  color: #FFFFFF;
}
.loop_mediapost .playButton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45px;
  height: 45px;
  opacity: 0.8;
}
#mc_embed_signup {
  width: 100%;
  border: 25px solid transparent;
  border-image: url(../img/preorder_border.png) 44 round;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
#mc_embed_signup form {
  background-color: #180f07;
}
#mc_embed_signup .mc-field-group strong {
  width: 100%;
}
#popupContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  display: none;
  z-index: 1000;
}
#popupContainer #popupBox {
  position: relative;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
#popupContainer #popupBox h1 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 26px;
}
#popupContainer #popupBox #videoContainer {
  display: none;
  padding-top: 56.25%;
}
#popupContainer #popupBox #videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}
#popupContainer #popupBox #imageContainer {
  display: none;
}
#popupContainer .closeButton {
  background-image: url('../img/close.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#home #bgVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
}
.terms_link {
  color: #ffffff;
  font-weight: bold;
}
section {
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  padding-top: 50px;
  overflow: hidden;
  font-size: 14px;
  color: #FFFFFF;
}
section#signup {
  background-image: url(https://indivisiblegame.com/wp-content/uploads/2018/08/ginseng_large.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
section#characters {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
section#home {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  section#home {
    padding-top: 75px;
  }
}
section#blog {
  height: 100%;
  min-height: 350px;
  padding-top: 148px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 480px) {
  section#blog {
    padding-top: 50px;
  }
}
section#about {
  background-image: url(../img/background_anja.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  color: #000000;
  padding-bottom: 60px;
}
section#about h2 {
  color: #000000;
}
section#about p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  section#about p {
    font-size: 16x;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  section#about p {
    font-size: 12px;
    line-height: 18px;
  }
}
section .backgroundhome {
  background-image: url('../img/background_home.jpg');
  background-position: top 0px center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  top: -130px;
  position: absolute;
  width: 100%;
  transform: translateZ(-1px) scale(1.1);
  height: 200vh;
}
@media only screen and (min-width: 900px) {
  section .backgroundhome {
    background-position: top -180px center;
  }
}
@media only screen and (min-width: 1200px) {
  section .backgroundhome {
    background-position: top -250px center;
  }
}
@media only screen and (min-width: 1400px) {
  section .backgroundhome {
    background-position: top -350px center;
  }
}
.quote {
  top: 150px;
  right: 20px;
  position: absolute;
  color: #FFFFFF;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 50px;
  text-align: right;
  font-size: 18px;
  color: white;
  text-shadow: 2px 2px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.quote span {
  font-size: 25px!important;
}
.quote span {
  font-size: 45px;
}
.quote span:before,
.quote span:after {
  font-size: 40px;
  line-height: 10px;
}
.quote span:before {
  content: "\201c";
}
.quote span:after {
  content: "\201d";
}
@media only screen and (max-width: 480px) {
  .quote {
    top: 80px;
  }
}
#titlearea {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  #titlearea {
    top: 65%;
  }
}
.buttonLink {
  background-color: #e2deb1;
  width: 100%;
  display: block;
  height: 40px;
  border-radius: 10px;
  color: #700e4d;
  font-family: "Lora", sans-serif;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s;
  text-transform: capitalize;
  margin: 10px 0px;
  border: 0px;
}
.buttonLink:hover {
  opacity: 0.8;
  transform: scale(1.1);
  text-decoration: none;
}
.button {
  transition: all .5s;
  cursor: pointer;
  opacity: 1;
}
.button:hover {
  opacity: 0.8;
  transform: scale(1.1);
}
.character_row {
  background-color: rgba(255, 255, 255, 0.5);
}
.character_row .slick-track {
  padding: 30px;
}
.character_row .slick-slide img {
  width: 115px;
}
@media only screen and (max-width: 1024px) {
  .character_row .slick-slide img {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .character_row .slick-slide img {
    width: 135px;
  }
}
@media only screen and (max-width: 768px) {
  .character_row .slick-slide img {
    width: 145px;
  }
}
@media only screen and (max-width: 480px) {
  .character_row .slick-slide img {
    width: 150px;
  }
}
.charselect {
  transition: all .5s;
  cursor: pointer;
  border: none;
  outline: none;
}
.charselect:hover {
  transform: scale(1.2);
}
.charblock {
  position: relative;
}
.charimgblock {
  z-index: 2;
}
.characterinfo {
  padding: 15px;
  background-color: rgba(77, 92, 122, 0.7);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 910px) {
  .characterinfo {
    bottom: 0px;
    position: absolute;
    margin-right: 15px;
  }
}
#charactername {
  color: #FFFFFF;
  font-weight: bold;
}
#charactertext {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}
#largecharacter {
  width: 100%;
  z-index: 2;
}
#links {
  padding-top: 20px;
  padding-left: 0px;
}
#links li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
#links li img {
  margin: 0px auto;
}
nav {
  position: fixed;
  top: 15px;
  box-sizing: border-box;
  width: 90%;
  margin: 10px auto;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 0px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 12;
}
@media only screen and (max-width: 768px) {
  nav.open {
    height: 350px;
  }
  nav.open .mobilemenu {
    background-image: url('../img/close.png');
  }
}
@media only screen and (max-width: 768px) {
  nav .mobilemenu {
    width: 30px;
    outline: none;
    border: none;
    top: 5px;
    height: 30px;
    position: absolute;
    background-size: contain;
    background-image: url('../img/menu.png');
    background-repeat: no-repeat;
    cursor: pointer;
    right: 10px;
    transition: all 0.5s;
    transform: scale(1);
  }
  nav .mobilemenu:hover {
    transform: scale(1.2);
  }
}
@media only screen and (max-width: 768px) {
  nav {
    background-color: rgba(0, 0, 0, 0.8);
    top: 0px;
    padding-top: 40px;
    height: 40px;
    width: 100%;
    margin: 0px;
    overflow: hidden;
    transition: all 0.5s;
  }
}
nav a {
  color: #FFFFFF;
  text-decoration: none!important;
  transition: all .5s;
}
nav a:hover {
  color: #cacaca;
}
nav ul {
  margin-bottom: 0px;
}
nav ul li {
  display: inline-block;
  margin-right: 15px;
}
nav ul li.dropdown,
nav ul li.menu-item-has-children {
  position: relative;
}
nav ul li.dropdown ul,
nav ul li.menu-item-has-children ul {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}
nav ul li.dropdown:hover ul,
nav ul li.menu-item-has-children:hover ul {
  display: block;
}
nav ul#menu {
  float: left;
}
@media only screen and (max-width: 768px) {
  nav ul#menu {
    float: none;
  }
  nav ul#menu li {
    display: block;
  }
  nav ul#menu li.dropdown,
  nav ul#menu li.menu-item-has-children {
    position: inherit;
  }
  nav ul#menu li.dropdown ul,
  nav ul#menu li.menu-item-has-children ul {
    display: block;
    position: inherit;
    background-color: transparent;
    padding: 0px 0px 0px 15px;
    box-shadow: none;
  }
}
nav ul#altmenu {
  float: right;
}
nav ul#altmenu .btn_signup_now {
  background-color: rgba(226, 222, 177, 0.9);
  color: #700E4D;
  border-radius: 5px;
  font-weight: bold;
  padding: 0px 10px;
  transition: all .5s;
}
nav ul#altmenu .btn_signup_now:hover {
  background-color: rgba(226, 222, 177, 0.6);
}
@media only screen and (max-width: 768px) {
  nav ul#altmenu {
    float: none;
    padding-top: 15px;
  }
}
nav ul#links {
  position: absolute;
  right: 0px;
  top: 50px;
}
nav ul#links li a img {
  transition: all 0.5s;
}
nav ul#links li a img:hover {
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  nav ul#links {
    position: relative;
    padding-top: 15px;
    top: 0px;
  }
}
nav .externalsite:after {
  content: " ";
  background-image: url('../img/icon_more.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  display: inline-block;
  height: 12px;
  margin: 0px 10px;
}
#mc_embed_signup .button {
  width: 250px!important;
  background-color: rgba(226, 222, 177, 0.9) !important;
  color: #700E4D!important;
  font-size: 18px!important;
  font-weight: bold!important;
}
.charbox {
  transition: all 0.5s;
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.charbox:hover {
  transform: scale(1.2);
}
.charbox.anja:hover {
  z-index: 20;
  content: url('../img/chars/anja_hover.png');
}
.charbox.antoine:hover {
  z-index: 20;
  content: url('../img/chars/antoine_hover.png');
}
.charbox.dhar:hover {
  z-index: 20;
  content: url('../img/chars/dhar_hover.png');
}
.charbox.ginseng:hover {
  z-index: 20;
  content: url('../img/chars/ginseng_hover.png');
}
.charbox.hunoch:hover {
  z-index: 20;
  content: url('../img/chars/hunoch_hover.png');
}
.charbox.kushialtun:hover {
  z-index: 20;
  content: url('../img/chars/kushialtun_hover.png');
}
.charbox.lanshi:hover {
  z-index: 20;
  content: url('../img/chars/lanshi_hover.png');
}
.gp-back-to-top {
  z-index: 10;
}
.modal_cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
.modal_popup .close_button {
  font-size: 25px;
  font-weight: bold;
  font-family: Arial,Helvetica;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 5px solid #FFFFFF;
  right: 5px;
  top: 5px;
  background: #000;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: all .5s;
}
.modal_popup .close_button:hover {
  width: 60px;
  right: 0px;
  height: 40px;
  top: 10px;
  font-size: 20px;
  line-height: 30px;
}
.modal_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
}
.modal_popup .modal_box {
  position: absolute;
  width: 95%;
  height: 95%;
  border: 5px solid #FFFFFF;
  background: #000000;
  border-radius: 15px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow-x: hidden;
  overflow-y: auto;
  background-image: url('../img/bg_popup.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
}
.modal_popup .modal_box .nextButton {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  border: 5px solid #ffffff;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  right: -5px;
  top: 105px;
  cursor: pointer;
  transition: all .5s;
}
.modal_popup .modal_box .nextButton:hover {
  right: 0px;
}
@media only screen and (max-width: 420px) {
  .modal_popup .modal_box .nextButton {
    top: 90px;
  }
}
.modal_popup .modal_box .prevButton {
  position: absolute;
  width: 35px;
  height: 35px;
  display: block;
  border: 5px solid #ffffff;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  left: -5px;
  top: 105px;
  cursor: pointer;
  transition: all .5s;
}
.modal_popup .modal_box .prevButton:hover {
  left: 0px;
}
@media only screen and (max-width: 420px) {
  .modal_popup .modal_box .prevButton {
    top: 90px;
  }
}
.modal_popup .modal_box .modal_text {
  width: 50%;
  padding: 20px;
  position: absolute;
  font-size: 20px;
  z-index: 10;
  pointer-events: none;
}
@media only screen and (max-width: 1400px) {
  .modal_popup .modal_box .modal_text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1200px) {
  .modal_popup .modal_box .modal_text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .modal_popup .modal_box .modal_text {
    font-size: 14px;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .modal_popup .modal_box .modal_text {
    z-index: 2;
    width: 100%;
    font-size: 14px;
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .modal_popup .modal_box .modal_text {
    z-index: 2;
    width: 100%;
    font-size: 14px;
    padding: 0px 20px;
  }
}
.modal_popup .modal_box h2 {
  padding: 20px;
  background-image: url('../img/bg_title.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  color: #000;
  margin: 20px 0px;
  font-weight: bold;
  z-index: 10;
  position: relative;
  text-transform: capitalize;
}
.modal_popup .modal_box img {
  right: -2000px;
  width: auto;
  max-height: 100%;
  position: absolute;
}
.modal_popup .modal_box img[name=ajna] {
  top: 0px;
}
.modal_popup .modal_box img[name=dhar] {
  bottom: 0px;
}
.modal_popup .modal_box img[name="ginseng-and-honey"] {
  bottom: 0px;
}
.modal_popup .modal_box img[name=nuna] {
  top: 0px;
}
.modal_popup .modal_box img[name=razmi] {
  top: 0px;
}
.modal_popup .modal_box img[name=latigo] {
  top: 0px;
}
.modal_popup .modal_box img[name=tungar] {
  top: 0px;
}
.modal_popup .modal_box img[name=zebei] {
  top: 0px;
}
.modal_popup .modal_box img[name=antoine] {
  bottom: 0px;
}
.modal_popup .modal_box img[name="hunoch-and-xiboch"] {
  top: 0px;
}
.modal_popup .modal_box img[name=kampan] {
  top: 0px;
}
.modal_popup .modal_box img[name="kushi-and-altun"] {
  bottom: 0px;
}
.modal_popup .modal_box img[name=lanshi] {
  bottom: 0px;
}
.modal_popup .modal_box img[name=leilani] {
  top: 0px;
}
.modal_popup .modal_box img[name="naga-rider"] {
  top: 0px;
}
.modal_popup .modal_box img[name=phoebe] {
  top: 0px;
}
.modal_popup .modal_box img[name=qadira] {
  top: 0px;
}
.modal_popup .modal_box img[name=ren] {
  top: 0px;
}
.modal_popup .modal_box img[name=sangmu] {
  top: 0px;
}
.modal_popup .modal_box img[name=thorani] {
  top: 0px;
}
.modal_popup .modal_box img[name=yan] {
  bottom: 0px;
}
.modal_popup .modal_box img[name=zahra] {
  top: 0px;
}
.modal_popup .modal_box img[name=jingfei] {
  top: 0px;
}
.modal_popup .modal_box img[name=baozhai] {
  top: 0px;
}
.modal_popup .modal_box img[name=tiny] {
  top: 0px;
}
.modal_popup .modal_box img[name=nashel] {
  top: 0px;
}
@media only screen and (max-width: 1400px) {
  .modal_popup .modal_box img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .modal_popup .modal_box img {
    max-width: 59%;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 1000px) {
  .modal_popup .modal_box img {
    max-width: 85%;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .modal_popup .modal_box img {
    z-index: 1;
    opacity: 0.5;
    bottom: 0px!important;
    top: initial!important;
    widows: 100%;
    margin-right: 0px;
    max-width: 100%;
  }
}
.socialicon {
  width: 25px;
  height: 25px;
}
#order .orderBox {
  width: 100%;
  border: 25px solid transparent;
  border-image: url(../img/preorder_border.png) 44 round;
  padding: 0px;
  margin: 0px;
}
#order .orderBox .orderArea {
  padding: 15px;
  color: #FFFFFF;
  background-color: #180f07;
  width: 100%;
  height: 100%;
}
#order .heroImage {
  position: relative;
}
#order .heroImage .preorderHero {
  position: absolute;
  bottom: -107px;
  right: 0;
  max-width: none;
  pointer-events: none;
  height: 480px;
}
@media only screen and (max-width: 1200px) {
  #order .heroImage .preorderHero {
    height: 475px;
    right: -115px;
  }
}
@media only screen and (max-width: 990px) {
  #order .heroImage .preorderHero {
    height: 420px;
    right: -220px;
    clip: rect(0px, 351px, 697px, 0px);
  }
}
@media only screen and (max-width: 768px) {
  #order .heroImage .preorderHero {
    display: none !important;
  }
}
#order .formarea {
  background-image: url(../images/body_c.png);
  background-repeat: repeat-x;
  padding: 75px 20px;
  position: relative;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  #order .formarea {
    margin: 0px;
    padding: 50px 10px;
  }
}
#order .formarea:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -30px;
  background-image: url(../images/body_l.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 630px;
}
#order .formarea:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -30px;
  background-image: url(../images/body_r.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 630px;
}
#order .formarea h3 {
  font-family: 'Lora', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
}
#order .formarea p {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Lora', sans-serif;
}
#order .formarea #orderArea {
  margin-top: 10px;
}
#order .formarea form {
  /*select {
                margin: 10px 0px;
                width: 350px;
                height: 35px;
                padding: 0px 10px;
                font-family: "Dumbledor-1", sans-serif;
                font-size: 18px;
                background-color: #89888e;
                color: #FFFFFF;
            }*/
}
#order .formarea form .selectdiv {
  position: relative;
  float: left;
  min-width: 200px;
  max-width: 350px;
  width: 100%;
}
#order .formarea form .selectdiv:after {
  content: '\f0d7';
  font: normal normal bold 14px/1 FontAwesome;
  color: #000000;
  right: 0px;
  top: 1px;
  width: 15px;
  height: 38px;
  padding: 10px 0px 0px 1px;
  border-left: 2px solid #dadada;
  border-top: 2px solid #dadada;
  border-bottom: 2px solid #919191;
  border-right: 2px solid #919191;
  position: absolute;
  pointer-events: none;
  background-color: #f0f0f0;
}
#order .formarea form select::-ms-expand {
  display: none;
}
#order .formarea form .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  max-width: 350px;
  width: 100%;
  height: 40px;
  float: right;
  margin: 0px 0px;
  padding: 0px 0px 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #FFFFFF;
  background-color: #b37d2e;
  background-image: none;
  border: 1px solid #000000;
  -ms-word-break: normal;
  word-break: normal;
  font-family: 'Lora', sans-serif;
}
#order .solo {
  width: 50%;
  margin: 15px 0px;
}
#order .double {
  width: 44%;
  margin: 30px 1px;
}
#order .triple {
  width: 30%;
  margin: 30px 1px;
}
#order .quad {
  width: 22%;
  margin: 30px 1px;
}
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 100px 0px;
}
footer h3 {
  font-size: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 10px 0;
}
footer p {
  font-size: 11px;
  line-height: 12px;
  color: #4b4b4b;
}
footer .menu-item-has-children {
  display: none;
}
footer .footerlogo {
  width: 45%;
  padding: 0px 15px 20px 0px;
  text-align: center;
}
footer ul {
  list-style: none;
}
footer ul li {
  padding-bottom: 8px;
  text-transform: uppercase;
}
footer ul li a {
  color: #4b4b4b;
  transition: all .5s;
  text-decoration: none;
}
footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer .greylogo {
  width: 80%;
}
.ESRB_icon {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 150px;
}
