/* Generated by less 2.5.1 */
@font-face {
  font-family: 'Zandes Bold';
  src: url('fonts/zandes-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */;
}
@font-face {
  font-family: 'Zandes Regular';
  src: url('fonts/zandes-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */;
}
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;
}
.row.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
body {
  font-family: "Zandes Regular", Arial, Helvetica;
  background-image: url('../images/background.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  font-family: arial, Helvetica, sans-serif;
  font-size: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
label {
  color: #FFFFFF;
}
h3 {
  font-size: 18px;
  padding: 15px 0px 10px 0px;
}
section {
  min-height: 45vh;
  padding: 200px 0px;
}
h2 {
  font-family: "Zandes Bold", Arial, Helvetica;
  font-size: 45px;
  font-weight: bold;
  margin: 15px;
  line-height: 28px;
  text-transform: uppercase;
}
p {
  font-family: "Zandes Regular", Arial, Helvetica;
  font-size: 16px;
  line-height: 20px;
}
.fadedback {
  background-color: rgba(107, 5, 104, 0.5);
  box-shadow: 0px 0px 10px 10px rgba(107, 5, 104, 0.5);
  position: relative;
  padding: 40px 0px;
}
.fadedback h2 {
  margin: 50px 0px;
}
.fadedback p {
  margin-bottom: 30px;
}
.sideImage {
  display: block;
  margin: -120px auto 0px auto;
}
.sideImage.half {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sideImage.halfright {
  position: absolute;
  bottom: 0;
  left: 60%;
  height: 750px;
}
.sideImage.full {
  width: 100%;
}
#sliderArea {
  width: 100%;
  overflow-x: hidden;
}
#sliderArea .slider-image {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  float: left;
}
.switchIcon {
  max-width: 80px;
}
#home {
  height: 100vh;
  padding: 0px;
}
#home h2 {
  font-size: 22px;
  margin: 30px;
}
#home p {
  margin-bottom: 30px;
}
#home .content {
  text-align: center;
  padding-left: 40px;
}
#home .intButton {
  width: 70%;
  margin: 10px 0px;
}
#home .arrow {
  display: block;
}
#home .socialIcons {
  margin-top: 10px;
}
#home .rating_logo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 150px;
}
#home .rating_logo img {
  max-height: 130px;
}
#features .sideImage {
  margin: 0px auto;
  max-height: 540px;
  width: auto;
}
@-webkit-keyframes glow {
  from {
    color: red;
  }
  to {
    color: #ffffff;
  }
}
@keyframes glow {
  from {
    color: red;
  }
  to {
    color: #ffffff;
  }
}
#signup label {
  font-size: 12px;
}
#signup .response {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all .5s;
  -webkit-animation-name: glow;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s;
  /* Safari 4.0 - 8.0 */
  animation-name: glow;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
#signup .response a {
  color: #FFFFFF;
}
#signup input[type=text],
#signup input[type=email] {
  width: 75%;
  padding: 5px;
  margin-bottom: 15px;
  transition: all 0.5s;
}
#signup input[type=text]:hover,
#signup input[type=email]:hover {
  width: 90%;
  padding: 10px;
}
#signup input[type=text]:focus,
#signup input[type=email]:focus {
  width: 90%;
  padding: 10px;
}
#signup select {
  width: 75%;
  padding: 5px;
  margin-bottom: 15px;
}
#signup .datepart {
  max-width: 60px;
  text-align: center;
  margin-top: 15px;
}
#signup input[type=checkbox] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #000;
}
#signup .mc-field-group label {
  width: 80%;
  padding-top: 5px;
}
#signup input[type=submit] {
  width: 75%;
  margin-bottom: 15px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background: #72138d;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px;
  transition: all 0.5s;
  height: 40px;
}
#signup input[type=submit]:hover {
  opacity: 0.8;
  font-size: 26px;
}
#preorder select {
  width: 75%;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 10px;
  height: 60px;
  font-size: 25px;
  font-family: "Zandes Regular", Arial, Helvetica;
  padding: 10px;
  font-weight: bold;
}
#preorder .trio {
  float: left;
  width: 20%;
  padding: 0px 5px;
}
#preorder .trio img {
  display: inline-block;
}
footer {
  text-align: center;
  padding: 50px 0px;
  background-color: #000000;
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
}
footer p {
  font-size: 12px;
}
footer .footerlogo {
  margin: 15px 0px;
  max-height: 30px;
}
.privacy-area {
  background: #FFFFFF;
  margin: 20px;
  padding: 10px;
  text-align: left;
  color: #000000!important;
}
.privacy-area h1 {
  font-family: "Zandes Bold", Arial, Helvetica;
  font-size: 35px;
}
.privacy-area h1,
.privacy-area h2,
.privacy-area h3,
.privacy-area h4,
.privacy-area h5,
.privacy-area h6,
.privacy-area p,
.privacy-area ul,
.privacy-area li,
.privacy-area ol,
.privacy-area strong {
  color: #000000;
}
.modal {
  width: auto;
  height: auto;
  max-height: initial;
  max-width: initial;
}
.modal a.close-modal {
  top: -5px;
  right: -5px;
}
@media only screen and (max-width: 480px) {
  .sideImage.halfright {
    position: relative;
    bottom: 0;
    left: inherit;
    height: 322px;
    margin: 0px auto;
  }
  .sideImage {
    display: block;
    margin: auto;
  }
}
