html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Morris Roman Black';
  font-style: normal;
  font-weight: normal;
  src: local('Morris Roman Black'), url('../fonts/MorrisRomanBlack.woff') format('woff');
}
@font-face {
  font-family: 'MorrisRoman-Black';
  font-style: normal;
  font-weight: normal;
  src: local('MorrisRoman-Black'), url('../fonts/MorrisRomanBlack.woff') format('woff');
}
@font-face {
  font-family: 'Morris Roman Alternate Black';
  font-style: normal;
  font-weight: normal;
  src: local('Morris Roman Alternate Black'), url('../fonts/MorrisRomanBlackAlt.woff') format('woff');
}
@font-face {
  font-family: 'MorrisRomanAlternate-Black';
  font-style: normal;
  font-weight: normal;
  src: local('MorrisRomanAlternate-Black'), url('../fonts/MorrisRomanBlackAlt.woff') format('woff');
}
@font-face {
  font-family: 'DIN-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('DIN-Regular'), url('../fonts/DINR____.woff') format('woff');
}
@font-face {
  font-family: 'Dumbledor-1';
  src: url('../fonts/Dumbledor-1.ttf.woff') format('woff'), url('../fonts/Dumbledor-1.ttf.svg#Dumbledor-1') format('svg'), url('../fonts/Dumbledor-1.ttf.eot'), url('../fonts/Dumbledor-1.ttf.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
main {
  overflow-x: hidden;
}
h1 {
  font-family: 'Dumbledor-1';
}
.media {
  display: block !important;
  align-items: initial;
}
.toppad {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .toppad {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .toppad {
    padding-top: 50px;
  }
}
.dropdownrow {
  display: none;
}
.mobileLang li {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    display: none !important;
  }
  .dropdownrow {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hamburger {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    z-index: 20;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
  }
  .hamburger.open {
    transform: translateY(15px) translateX(0px);
  }
  .hamburger.open .icon {
    transform: rotate(-45deg) translateY(0px) translateX(0px);
  }
  .hamburger.open .icon:before {
    transform: rotate(90deg) translateY(0px) translateX(-30px);
  }
  .hamburger.open .icon:after {
    opacity: 0;
    transform: rotate(45deg) translateY(-10px) translateX(-10px);
  }
  .hamburger .icon {
    pointer-events: none;
    background: #FFFFFF;
    width: 50px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .hamburger .icon:before {
    content: " ";
    position: absolute;
    height: 8px;
    width: 50px;
    background: #FFFFFF;
    top: 30px;
    border-radius: 10px;
    transition: all 0.5s;
  }
  .hamburger .icon:after {
    content: " ";
    position: absolute;
    width: 50px;
    height: 8px;
    background: #FFFFFF;
    bottom: -15px;
    border-radius: 10px;
    transition: all 0.5s;
    opacity: 1;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  header:before {
    content: " ";
    position: absolute;
    width: 203px;
    height: 240px;
    top: 0px;
    background-image: url('../images/leaf_left.png');
    background-repeat: no-repeat;
    background-position: top left;
    left: 0px;
    z-index: 20;
    pointer-events: none;
  }
  header:after {
    content: " ";
    position: absolute;
    width: 177px;
    height: 205px;
    top: 0px;
    background-image: url('../images/leaf_right.png');
    background-repeat: no-repeat;
    background-position: top right;
    right: 0px;
    z-index: 20;
    pointer-events: none;
  }
}
.dropdownrow {
  background-color: #3a1027;
  padding: 0px;
}
.dropdownrow:after {
  content: " ";
  width: 100%;
  border-top: 6px solid #5b2242;
  height: 13px;
  background-color: #ba7fa2;
  display: block;
  border-bottom: 6px solid #5b2242;
}
.dropdownrow:before {
  content: " ";
  width: 100%;
  border-top: 1px solid #5b2242;
  height: 8px;
  background-color: #ba7fa2;
  display: block;
  border-bottom: 6px solid #5b2242;
}
.dropdownrow ul {
  font-family: 'DIN-Regular', sans-serif;
  font-size: 18px;
}
.dropdownrow ul li a {
  padding: 10px 0px 10px 30px;
  color: #FFFFFF;
  width: 100%;
  display: block;
}
.menurow {
  text-align: left !important;
  padding-top: 15px;
  padding-left: 150px;
}
@media only screen and (max-width: 1000px) {
  .menurow {
    padding-left: 120px;
  }
}
.menurow .homeIcon {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  padding-right: 10px;
}
.menurow .homeIcon img {
  height: 30px;
}
.menurow .menu {
  display: inline-block;
}
.socialrow {
  padding-right: 160px;
}
.menurow,
.socialrow {
  height: 45px;
  background-image: url('../images/bg_headerbar.png');
  background-repeat: repeat-x;
  padding-top: 0px;
  color: #FFFFFF;
  background-size: contain;
  line-height: 40px;
}
.menurow img,
.socialrow img {
  transition: all 0.5s;
}
.menurow img:hover,
.socialrow img:hover {
  opacity: 0.5;
}
.menu li {
  display: inline-block;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .menu li {
    display: block;
  }
}
.menu li a {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 0px 10px;
  transition: 0.5s all;
  text-decoration: none;
}
.menu li a:lang(fr),
.menu li a:lang(it),
.menu li a:lang(es),
.menu li a:lang(ru),
.menu li a:lang(de) {
  font-size: 14px;
  padding: 0px 5px;
}
.menu li a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1235px) {
  .menu li a {
    font-size: 16px;
    padding: 0px 5px;
  }
  .menu li a:lang(fr),
  .menu li a:lang(it),
  .menu li a:lang(es),
  .menu li a:lang(ru),
  .menu li a:lang(de) {
    font-size: 12px;
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 1060px) {
  .menu li a {
    font-size: 14px;
  }
  .menu li a:lang(fr),
  .menu li a:lang(it),
  .menu li a:lang(es),
  .menu li a:lang(ru),
  .menu li a:lang(de) {
    font-size: 12px;
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .menu li a {
    font-size: 12px;
    padding: 0px 1px;
  }
  .menu li a:lang(fr),
  .menu li a:lang(it),
  .menu li a:lang(es),
  .menu li a:lang(ru),
  .menu li a:lang(de) {
    font-size: 11px;
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 840px) {
  .menu li a {
    padding: 0px;
  }
}
.logorow {
  display: inline-block;
  padding: 0px;
  width: 15px;
  /* position: relative; */
  /* overflow: hidden; */
  border-bottom-left-radius: 10px;
  background-color: #3a1027;
  z-index: 15;
}
.logorow h1 {
  font-size: 0;
  color: #3a1027;
  height: 90px;
}
@media only screen and (max-width: 767px) {
  .logorow h1 {
    height: 60px;
  }
}
.logorow img {
  padding-top: 10px;
  max-height: 50px;
}
.logorow:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #3a1027;
  z-index: -1;
  border-bottom-right-radius: 10px;
  transform: skewX(-45deg);
  transform-origin: 0% 150%;
}
.logorow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a1027;
  z-index: -1;
  border-bottom-left-radius: 10px;
  transform: skewX(45deg);
  transform-origin: 100% 150%;
}
.social li {
  display: inline-block;
  list-style: none;
}
.social li a {
  color: #000000;
  padding: 2px;
  display: inline-block;
}
.social li a img {
  width: 20px;
  height: 20px;
}
.fullheight {
  min-height: 100vh;
}
.fixed .sideheader {
  background: none;
}
.fixed .centerheader {
  z-index: 9;
}
.headerrow .sideheader {
  height: 15px;
  background-color: #3a1027;
  pointer-events: none;
}
.headerrow .centerheader {
  font-family: "Morris Roman Black", sans-serif;
  font-size: 30px;
  color: #000000;
  background-color: #3a1027;
  display: inline-block;
  padding: 20px;
  /* position: relative; */
  /* overflow: hidden; */
  border-bottom-left-radius: 10px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .headerrow .centerheader {
    font-size: 18px;
  }
}
.headerrow .centerheader h2 {
  z-index: 3;
  position: relative;
}
.headerrow .centerheader:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #3a1027;
  z-index: -1;
  border-bottom-right-radius: 10px;
  transform: skewX(-45deg);
  transform-origin: 0% 105%;
}
.headerrow .centerheader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3a1027;
  z-index: -1;
  border-bottom-left-radius: 10px;
  transform: skewX(45deg);
  transform-origin: 100% 105%;
}
.largelogo {
  width: 100%;
}
#home {
  background-color: #000000;
  overflow: hidden;
}
#home .languageSelect {
  position: absolute;
  right: 0px;
  top: 200px;
  z-index: 10;
  background: #000000;
  padding: 5px 0px 5px 50px;
  border: 1px solid #5b2242;
  background-image: url(../images/icon_lang.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 10px;
  transition: all 0.5s;
  cursor: pointer;
  height: 42px;
  width: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #home .languageSelect {
    display: none;
  }
}
#home .languageSelect .languageInner {
  width: 300px;
}
#home .languageSelect ul {
  height: 30px;
}
#home .languageSelect ul li {
  display: inline-block;
  margin: 0px 2px;
}
#home .languageSelect ul li a img {
  transition: all 0.5s;
}
#home .languageSelect ul li a:hover img {
  opacity: 0.8;
  transform: scale(1.2);
}
#home .open {
  right: 0px;
  width: 350px;
}
#home #bgVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
}
#home .homeArea {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 100%;
}
#home .homeArea .largeLogo {
  width: 60%;
  display: block;
  margin: 0 auto;
}
#home .homeArea .watchbutton:before {
  content: " ";
  background-image: url('../images/button_overlay_watch_trailer.png');
  display: block;
  position: absolute;
  bottom: -20PX;
  left: -75px;
  width: 182px;
  height: 77px;
  pointer-events: none;
  transition: 1s all;
}
@media only screen and (max-width: 768px) {
  #home .homeArea .watchbutton:before {
    display: none;
  }
}
#home .homeArea .watchbutton:hover {
  transform: perspective(400px) rotateY(15deg);
}
#home .homeArea .watchbutton:hover:before {
  transform: scale(1.2);
}
#home .homeArea .signupbutton:after {
  content: " ";
  background-image: url('../images/button_overlay_signup.png');
  display: block;
  position: absolute;
  bottom: -20px;
  right: -30PX;
  width: 107px;
  height: 59px;
  pointer-events: none;
  transition: 1s all;
}
@media only screen and (max-width: 768px) {
  #home .homeArea .signupbutton:after {
    display: none;
  }
}
#home .homeArea .signupbutton:hover {
  transform: perspective(400px) rotateY(-15deg);
}
#home .homeArea .signupbutton:hover:after {
  transform: scale(1.2);
}
#home .homeArea .buttonArea {
  position: relative;
  font-size: 17px;
  display: inline-block;
  background-image: url(../images/button_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Dumbledor-1", sans-serif;
  color: #FFFFFF;
  width: 310px;
  height: 62px;
  text-transform: uppercase;
  line-height: 62px;
  transition: 0.5s all;
  margin: 0px 20px;
  transform: perspective(400px) rotateY(0deg);
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #home .homeArea .buttonArea {
    width: 280px;
  }
}
#home .homeArea .buttonArea:hover {
  opacity: 0.9;
  text-decoration: none;
}
#about {
  background-color: #000000;
  background-image: url(../images/about_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#about h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #about h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#about p {
  font-family: "DIN-Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #about p {
    line-height: 18px;
  }
}
#dlc {
  background-color: #000;
  color: #FFF;
  background: #000000;
  background-image: url(../images/bg_signup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  font-family: "Dumbledor-1", sans-serif;
}
#dlc .topmargin {
  margin-bottom: 20px;
}
#dlc .desktoppadding {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  #dlc .desktoppadding {
    padding-top: none;
  }
}
#dlc h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #dlc h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#dlc p {
  padding: 10px 0px;
  line-height: 18px;
}
#dlc h4 {
  font-size: 20px;
  padding-top: 20px;
}
#dlc li {
  list-style-image: url(../images/listitem.png);
  font-size: 20px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 990px) {
  #dlc li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  #dlc .signupArea {
    background-image: url(../images/body_c.png);
    background-repeat: repeat-x;
    padding: 70px 20px;
    height: 630px;
    position: relative;
    margin: 100px 30px 30px 30px;
  }
  #dlc .signupArea:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -30px;
    background-image: url(../images/body_r.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 630px;
  }
  #dlc .signupArea:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -30px;
    background-image: url(../images/body_l.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 630px;
  }
}
@media only screen and (max-width: 768px) {
  #dlc .signupArea {
    background: rgba(58, 16, 39, 0.5) !important;
  }
}
#dlc .packshots {
  width: 100%;
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  #dlc .packshots {
    padding-top: 20px;
  }
}
#signup {
  background-color: #000;
  color: #FFF;
  background: #000000;
  background-image: url(../images/bg_signup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (min-width: 991px) {
  #signup .signupArea {
    background-image: url(../images/body_c.png);
    background-repeat: repeat-x;
    padding: 70px 20px;
    height: 630px;
    position: relative;
    margin: 0 30px;
  }
  #signup .signupArea:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -30px;
    background-image: url(../images/body_r.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 630px;
  }
  #signup .signupArea:before {
    content: " ";
    position: absolute;
    top: 0;
    left: -30px;
    background-image: url(../images/body_l.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 630px;
  }
}
#signup .topmargin {
  margin-top: 100px;
  margin-bottom: 30px;
}
#signup .desktoppadding {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  #signup .desktoppadding {
    padding-top: none;
  }
}
#signup h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #signup h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#signup p {
  padding: 10px 0px;
  line-height: 24px;
  font-size: 18px;
}
#signup h3 {
  font-size: 24px;
}
#signup ul,
#signup ol {
  padding: 10px 0px;
}
#signup ul li,
#signup ol li {
  padding: 5px 0px 5px 10px;
}
#signup ol {
  list-style: decimal;
  padding-left: 15px;
}
.sf-form-area {
  margin-top: 100px;
  margin-bottom: 30px;
}
.sf-form-area form {
  padding: 0px !important;
}
@media only screen and (max-width: 990px) {
  .sf-form-area {
    background: rgba(58, 16, 39, 0.5) !important;
  }
  .sf-form-area:after {
    content: " ";
    width: 100%;
    border-top: 6px solid #5b2242;
    height: 13px;
    background-color: #ba7fa2;
    display: block;
    border-bottom: 6px solid #5b2242;
    margin-top: 20px;
  }
}
.sf-form-area .form-group {
  padding-bottom: 0 !important;
  min-height: 0px !important;
}
.sf-form-area .button {
  background-color: #3a1027 !important;
}
.sf-form-area a {
  color: #FFFFFF;
  font-weight: bold;
}
.sf-form-area #sf-form-area-subscribe {
  background-image: url(../images/button_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  font-family: "Dumbledor-1", sans-serif;
  color: #FFFFFF;
  width: 230px;
  height: 50px;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 1px;
  transition: all 0.5s;
  margin-top: 15px;
}
.sf-form-area #sf-form-area-subscribe:hover {
  opacity: 0.8;
}
.sf-form-area .form-group input {
  max-width: 450px;
  height: calc(3.65rem + 2px);
  font-size: 1.8rem;
  margin: 20px 0;
}
.sf-form-area .form-group input.datepart {
  margin: 1px;
}
.sf-form-area .form-group select {
  max-width: 450px;
}
#order {
  background-color: #000000;
  background-image: url(../images/bg_order.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  #order .container {
    width: 100% !important;
  }
}
#order #orderArea {
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
#order .solo {
  width: 50%;
  margin: 15px 0px;
}
#order .double {
  width: 44%;
  margin: 30px 1px;
}
#order .triple {
  width: 30%;
  margin: 30px 1px;
  height: auto;
}
#order .quad {
  width: 22%;
  margin: 30px 1px;
}
#order .orderForm {
  position: relative;
  z-index: 3;
}
#order .heroImage {
  position: relative;
}
#order .heroImage .preorderHero {
  position: absolute;
  top: -150px;
  height: 810px;
  right: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  #order .heroImage .preorderHero {
    top: -45px;
    height: 680px;
    right: -25px;
  }
}
@media only screen and (max-width: 990px) {
  #order .heroImage .preorderHero {
    top: -45px;
    height: 680px;
    right: -90px;
    clip: rect(0px, 515px, 680px, 0px);
  }
}
@media only screen and (max-width: 768px) {
  #order .heroImage .preorderHero {
    display: none !important;
  }
}
#order .content {
  padding-bottom: 20px;
}
#order h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #order h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#order p {
  font-family: "DIN-Regular", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #order p {
    line-height: 18px;
  }
}
#order .leaves {
  position: relative;
}
#order .leaves:after {
  content: " ";
  background-image: url(../images/order_leaves_r.png);
  display: block;
  position: absolute;
  bottom: -20PX;
  right: -50px;
  width: 166px;
  height: 154px;
  pointer-events: none;
  z-index: 10;
}
#order .leaves:before {
  content: " ";
  background-image: url(../images/order_leaves_l.png);
  display: block;
  position: absolute;
  bottom: -20PX;
  left: -100px;
  width: 299px;
  height: 304px;
  pointer-events: none;
  z-index: 10;
}
#order .formarea {
  background-image: url(../images/body_c.png);
  background-repeat: repeat-x;
  padding: 75px 20px;
  height: 630px;
  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;
}
@media only screen and (max-width: 768px) {
}
#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;
}
@media only screen and (max-width: 768px) {
}
#order .formarea h3 {
  font-family: "Dumbledor-1", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
}
#order .formarea p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Dumbledor-1", sans-serif;
}
#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: #89888e;
  background-image: none;
  border: 1px solid #000000;
  -ms-word-break: normal;
  word-break: normal;
  font-family: "Dumbledor-1", sans-serif;
}
#order .formarea form .selectdiv select option:disabled {
  color: #cacaca;
}
#characters {
  background: #000000;
  background: url(../images/bg_characters.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#characters h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #characters h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#characters .slick .charcol {
  text-align: center;
  outline: none;
}
#characters .slick .charcol img {
  max-height: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  transform: translateX(-20%);
}
@media only screen and (max-width: 950px) {
  #characters .slick .charcol img {
    max-height: 370px;
    transform: translateX(-10%);
  }
}
@media only screen and (max-width: 480px) {
  #characters .slick .charcol img {
    max-height: 300px;
    transform: translateX(0%);
  }
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  list-style: none;
  background-image: url('../images/icon_rose_inactive.png');
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .slick-dots li {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
  }
}
.slick-dots li.slick-active {
  background-image: url('../images/icon_rose_active.png');
}
.slick-dots li button:hover {
  list-style: none;
}
.slick-dots li button:before {
  color: transparent !important;
}
.slick .slick-slide {
  transition: all 1s;
  transition-timing-function: cubic-bezier(0.595, -0.29, 0.54, 1.31);
  transform: scale(0.5);
  z-index: 5;
}
.slick .slick-slide img {
  z-index: 5;
}
.slick div.slick-active {
  transform: scale(1);
}
.slick .slick-slide:not(.slick-active) + div.slick-active + div {
  transform: scale(1.2);
}
.slick .slick-center + div {
  transform: scale(1.2);
}
.slick .slick-current {
  transform: scale(1.6) !important;
  z-index: 10;
  position: relative;
  pointer-events: none;
}
.slick .slick-current img {
  z-index: 10;
}
.slick .slick-prev,
.slick .slick-next {
  width: 40px;
  height: 40px;
  transform: none;
  bottom: -45px;
  top: auto;
  z-index: 4;
}
.slick .slick-prev {
  left: 75px;
}
.slick .slick-next {
  right: 75px;
}
.slick-prev {
  left: -70px;
}
.slick-next {
  right: -15px;
}
.slick-prev:before,
.slick-next:before {
  content: ' ';
  background: url(../images/arrow_carousel.png);
  width: 75px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev:before {
  transform: rotateY(180deg);
}
.infobox {
  background: #3a1027;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  left: 0;
  transition: 1s all;
  font-family: "DIN-Regular", sans-serif;
  right: 0;
  z-index: 0;
  bottom: 0px;
  bottom: 50px;
  display: none;
}
.infobox:after {
  content: " ";
  width: 100%;
  border-top: 6px solid #5b2242;
  height: 13px;
  background-color: #ba7fa2;
  display: block;
  border-bottom: 6px solid #5b2242;
}
.infobox:before {
  content: " ";
  width: 100%;
  border-top: 1px solid #5b2242;
  height: 8px;
  background-color: #ba7fa2;
  display: block;
  border-bottom: 6px solid #5b2242;
}
.infobox h5 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 26px;
  padding-bottom: 5px;
  color: #FFFFFF;
  padding: 10px;
}
.infobox p {
  font-size: 14px;
  color: #FFFFFF;
  padding: 10px;
}
.backblock {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  background-color: #3a1027;
  display: block;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 200px;
  transition: all 0.5s;
}
.backblock:hover {
  color: #FFF;
  text-decoration: none;
  transform: scale(1.1);
  opacity: 0.8;
}
#media {
  background-color: #000000;
  background-image: url(../images/media_background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#media h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #media h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#media .imageblock img {
  margin: 0 auto;
  width: 100%;
}
#media .toppad {
  padding-top: 50px;
  padding-bottom: 50px;
}
#news {
  background: #000000;
  background-image: url(../images/bg_news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
#news h2 {
  font-family: "Dumbledor-1", sans-serif;
  font-size: 62px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #news h2 {
    font-size: 38px;
    padding-bottom: 35px;
  }
}
#news .newsarea {
  box-sizing: border-box;
  margin-top: 50px;
}
#news .newsarea .slick-track {
  display: flex;
  flex-wrap: wrap;
}
#news .newsarea .newsblock {
  margin: 13px 10px;
  background-color: #2f1621;
  flex: 1;
  height: auto;
  position: relative;
  padding-bottom: 15px;
}
#news .newsarea .newsblock:before {
  content: " ";
  width: 100%;
  background-image: url('../images/news_top.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  height: 13px;
  display: block;
  position: absolute;
  top: -13px;
}
#news .newsarea .newsblock:after {
  content: " ";
  width: 100%;
  background-image: url('../images/news_bottom.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 13px;
  display: block;
  position: absolute;
  bottom: -13px;
}
#news .newsarea .newsblock img {
  width: 100%;
  padding: 10px;
}
#news .newsarea .newsblock h4 {
  font-family: "Dumbledor-1", sans-serif;
  padding: 10px;
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}
#news .newsarea .newsblock p {
  font-family: "DIN-Regular", sans-serif;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
}
#news .newsarea .newsblock p a {
  color: #FFFFFF;
  font-family: "Dumbledor-1", sans-serif;
}
#news .newsarea .newsblock a {
  font-family: "Dumbledor-1", sans-serif;
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.5s;
  text-decoration: none;
}
#news .newsarea .newsblock a:hover {
  color: #cacaca;
  text-decoration: none;
}
#news .newsarea .newsblock .readmore {
  padding: 10px;
  text-transform: uppercase;
}
footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 100px 0px;
}
footer p {
  font-size: 11px;
  line-height: 12px;
}
footer .footerlogo {
  width: 40%;
  padding-bottom: 20px;
}
footer ul li {
  padding-bottom: 8px;
  font-family: "DIN-Regular", sans-serif;
  text-transform: uppercase;
  list-style: none;
}
footer ul li a {
  color: #4b4b4b;
  transition: all 0.5s;
  text-decoration: none;
}
footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer .greylogo {
  width: 80%;
}
.modal-dialog {
  min-width: 800px;
  background-image: url(../images/bg_popup.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.modal-dialog .modal-content {
  min-width: 800px;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  padding: 120px;
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: center;
  padding: 0;
}
.modal-dialog .modal-content .modal-header h5 {
  width: 100%;
}
.modal-dialog .modal-content .modal-header h5 img {
  height: 65px;
}
.modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal-dialog .modal-content .modal-body .subheader {
  font-family: "Dumbledor-1", sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
}
.modal-dialog .modal-content .modal-body a {
  transition: 0.5s all;
}
.modal-dialog .modal-content .modal-body a img {
  height: 200px;
  transition: 0.5s all;
}
.modal-dialog .modal-content .modal-body a:hover img {
  transform: scale(1.3);
}
.single-post .post {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 14px;
}
.single-post .post h1 a {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
}
.single-post .post .content {
  padding: 10px 0px;
}
.single-post .post .authorblock {
  padding-top: 20px;
}
.followMeBar.fixed {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}
.followMeBar.fixed .headerrow .sideheader {
  height: 30px;
  background-color: transparent;
  pointer-events: none;
}
.followMeBar.fixed.absolute {
  position: absolute;
}
.row {
  margin: 0px !important;
}
.container-fluid {
  padding: 0px !important;
}
/*.slick-dots li button:before {
font-family: 'slick';
font-size: 16px;
line-height: 23px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
color: #951938;
opacity: 0.9;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}*/
section:after {
  content: " ";
  width: 100%;
  height: 5px;
  background-color: #5b2242;
  display: block;
}
main:has(.submission-outcome-box) {
  background-color: black;
}
.submission-outcome-box {
  max-width: 1000px;
  padding: 30px;
  margin: 60px auto;
  text-align: center;
  background: #ffffff;
  border: 2px solid #333333;
  color: #222222;
}
@media screen and (max-width: 520px) {
  .submission-outcome-box {
    max-width: 100%;
    margin: 10px;
  }
}
