/* body {
    background: url(../Image/Room_BG_Desktop.png) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
} */
/* .mailinglistSection {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.HomePageFooter{
  position: absolute;
  bottom: 1.635vw;
  width: 97.804vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}
.tourPageBody .HomePageFooter{
  position: fixed;
}
div#firstMlistForm {
  max-width: 100%;
  width: 19.586vw;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.mlist-section .title {
  padding-top: 8.125vw;
  padding-bottom: 1.77vw;
}

.mlist-header {
  font-size: 60px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  line-height: 100px;
  letter-spacing: 0;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mlist-section .title span a {
  font-size: 36px;
  letter-spacing: 0px;
  color: #e93434;
  text-transform: uppercase;
  opacity: 1;
  margin-left: 2%;
  font-weight: normal;
  font-weight: 500;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke-width: 0px;
}

.mlist-section .title span a:hover {
  color: #fff;
}

.mlist-header span {
  display: block;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div#mlform {
  /* max-width: 600px; */
  text-align: center;
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  /*margin-left: 2.55vw;*/
  vertical-align: middle;
}

input,
select {
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  background-color: rgba(208, 195, 175, 0.2);
  border-radius: unset;
  /* font-style: italic; */
}

.message {
  display: block;
  font-size: 14px;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  max-width: 60%;
  text-transform: uppercase;
  letter-spacing: 0;
  /* margin-right: 8%; */
  color: #fff;
  line-height: 20px;
  margin: 0 auto;
  text-shadow: 2px 2px #091d24;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

::placeholder {
  color: #fff;
}

#mlform input#email {
  border: none;
  font-style: normal;
  height: 3.075vw;
  line-height: 3.075vw;
  box-sizing: border-box;
  /* background: transparent; */
  border: 1px solid #E5D3BD;
  width: 100%;
  /* background-color: #d0c3af; */
  color: #fff;
  font-size: 0.878vw;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  padding-left: 1vw;
  letter-spacing: 0;
  /* font-style: italic; */
  text-transform: capitalize;
  /* opacity: 0.2; */
}

.plain-ml-wrapper .email.fieldWrap {
  max-width: 14.129vw;
  display: inline-block;
  vertical-align: top;
  width: 14.129vw;
  margin: 0;
  position: relative;
}

input#submit {
  color: #fff;
  border: none;
  font-size: 0;
  background: url(../Image/submit_white_arrow_small.svg) no-repeat center center #E5D3BD80;
  background-size: 2vw auto;
  border: 1px solid #E5D3BD;
  width: 3vw !important;
  height: 3.075vw;
  opacity: 1;
  position: absolute;
  vertical-align: middle;
  right: 0;
  cursor: pointer;
}
form#mlistFormTwo input#submit  {
  padding: 0;
    color: #fff;    
    border: none;
    height: 3.075vw;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.878vw;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "indivisible", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    transition: all 0.5s ease-in-out;
    position: relative;
    width: 20vw;
    background: unset;
    background-color: #AE9369;
    width: 10vw !important;
}

input#submit:hover {
  /* transition:all 0.5s; */
  /* opacity:0.5; */
}

.submit {
  max-width: 3.367vw;
  display: inline-block;
  width: 3.367vw;
  vertical-align: top;
  margin-left: -0.37vw;
  text-align: left;
  position: relative;
}

input#submit:hover {
  opacity: 0.5;
}

div#mailinglistSection {
  padding-bottom: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
  /* position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.bit-widget.bit-layout-desktop .bit-event .bit-button:hover {
  background-color: #000;
  color: #fff;
}

span.input-error {
  width: 100%;
  color: red;
  font-size: 0.677vw;
  line-height: 1;
  text-align: left;
  position: absolute;
  padding: 0;
  letter-spacing: 0;
  top: -1.5vw;
  left: 0;
  text-transform: uppercase;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.primary-list-values {
  display: inline-block;
}



form#mlistFormOne {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-align: left;
  font-weight: 0;
  position: relative;
}

.fadeIn a {
  /* text-decoration: underline !important; */
}

.main-mlist-wrapper #mlform #terms .terms-message,
.main-mlist-wrapper #secondform #terms .terms-message {
  top: 0;
  bottom: initial;
  text-align: center;
  box-sizing: border-box;
  font-size: 10px;
  background: #000;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
}

.main-mlist-wrapper #mlform #terms .terms-message a,
.main-mlist-wrapper #secondform #terms .terms-message a {
  color: #000;
  transition: all 0.5s;
}

.main-mlist-wrapper #mlform #terms .terms-message a:hover,
.main-mlist-wrapper #secondform #terms .terms-message a:hover {
  color: #fff;
  opacity: 0.8;
}

div#thankyou {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.4vw;
  letter-spacing: 0;
}

.main-mlist-wrapper span.input-error {
  background: none;
  /* bottom: -18px; */
  font-size: 11px;
  color: red;
  position: absolute;
  left: 0;
  top: -15px;
}

.main-mlist-wrapper .plain-ml-wrapper #terms {
  position: relative;
  text-align: right;
  /* padding-right: 58px; */
  padding-bottom: 20px;
}


form#mlistFormOne.fadeOut {
  display: none;
}

.fadeOut {
  display: none;
}
.thankyou.fadeIn {
  display: contents;
}

#secondform .welcome {
  font-size: 0.878vw;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}

label {
  text-transform: capitalize;
  letter-spacing: 0;
}

div#secondform {
  /* max-width: 600px; */
  position: relative;
  width: 100%;
  text-transform: none;
  margin: 0 auto;
  /*margin-left: 2.55vw;*/
  text-align: right;
  position: relative;
  top: 0px;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

::placeholder {
  color: #fff;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

select {
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#secondform input:not([type="submit"]) {
  width: 100%;
  padding: 10px 0px;
  height: 3.075vw;
  line-height: 3.075vw;
  font-size: 0.878vw;
  padding: 0px 0.677vw;
  border: none;
   background-color:rgba(208, 195, 175, 0.2);
  background: transparent;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  color: #fff;
  box-sizing: border-box;
  /* opacity: 0.6; */
  border: 1px solid #fff;
}

#lightboxMlistForm #secondform input,
#secondform select {
  height: 3.075vw;
  line-height: 3.075vw;
  font-size: 0.878vw;
  padding: 0px 0.677vw;
  text-transform: uppercase;
  border: none;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #fff;
  text-transform: capitalize;
}

select {
  background: url(../assets/down-arrow.svg) no-repeat right 10px center;
  background-size: 1vw;
}

.fadeIn a {
  text-decoration: underline;
}

div#terms p {
  /* border: 1px solid #fff; */
}

.plain-ml-wrapper label:not(.goptin_checkbox) {
  font-size: 0.842vw;
  text-align: left;
  padding-left: 0;
  color: #fff;
}

form#mlistFormTwo {
  text-align: center;
}

.main-mlist-wrapper .plain-ml-wrapper .moveUp {
  background: none;
  top: -25px;
}

#secondform .name {
  margin-top: 0px;
  margin-bottom: 0px;
}

.fieldWrap,
.country {
  margin-bottom: 1.2vw;
  text-align: left;
}

.birthday {
  font-size: 0;
}

.birthday>div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.birthday>div:first-child {
  margin-right: 2%;
}

.plain-ml-wrapper label {
  /* position: relative; */
  font-size: 15px;
  padding-bottom: 0;
  display: block;
  color: #fff;
  text-align: left;
  padding: 0 0 0.5vw;
  margin: 0;
  letter-spacing: 0;
  transform: none;
  left: auto;
  top: auto;
  transition: none;
  padding-top: 0;
  /* text-transform: uppercase; */
}

.dobMonth.fieldWrap {
  margin-right: 2%;
}



.plain-ml-wrapper p.terms-message-2 {
  position: absolute;
  /* bottom: 10px; */
  top: 0.104vw;
  color: #fff;
  letter-spacing: 0;
  margin-top: 1.242vw;
  font-size: 0.8vw;
  background: #000;
  line-height: 1vw;
  border: 1px solid #fff;
  padding: 0.521vw;
  transition: 2s ease-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-transform: uppercase;
  z-index: 99;
}

#secondform label.goptin_checkbox {
  margin-top: 1px;
  display: inline-block;
  width: calc(100% - 2.563vw);
  vertical-align: middle;
  font-size: 0.9vw;
  padding: 0;
  color: #fff;
}


form#mlistFormTwo .submit {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
  width: 10vw;
}
.plain-ml-wrapper #mlistFormTwo p.terms-message-2 {
  position: absolute;
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  font-size: 0.686vw;
  background: #AE9369;
  line-height: 0.96vw;
  border: 1px solid #fff;
  padding: 0.4vw;
  transition: 2s ease-out;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-transform: capitalize;
  z-index: 99;
  /* top: 2vw; */
  top: -8.5vw;
  margin: 0;
  left: 0;
}


#secondform .birth-date-title {
  font-size: 16px;
  margin-bottom: 10px;
}

form#mlistFormTwo div#terms {
  margin: 0 auto 0;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 5vw;
  margin-top: 0.5vw;
}
#secondform #terms {
  top: unset;
  left: unset;
}
#secondform .terms {
  color: #fff;
}

.main-mlist-wrapper .plain-ml-wrapper p.terms-message-2,
.main-mlist-wrapper .plain-ml-wrapper p.terms-message {
  top: 19px;
  bottom: initial;
  text-align: center;
  box-sizing: border-box;
  font-size: 10px;
  background: #000;
  padding: 10px;
  text-transform: uppercase;
  z-index: 1;
}

div#terms a {
  color: #fff;
  transition: all 0.5s;
}

div#terms a:hover {
  opacity: 0.8;
}

#secondform input[type="checkbox"] {
  width: 1.0938vw;
  height: 1.0938vw;
  line-height: 0.938vw;
  vertical-align: middle;
  margin-left: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
}

.main-mlist-wrapper .plain-ml-wrapper #mlistFormTwo #terms {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

option {
  background: #1290d2;
  color: #fff;
}

input#first::placeholder {
  text-transform: capitalize;
}

#secondForm input#submit {
  margin-left: 0px;
}


input#email.errored {
  border-color: red !important;
}



input#goptin_checkbox:checked:after,
input#goptin_checkbox_2:checked:after,
input#goptin_checkbox2:checked:after {
  content: "\2713";
    color: #fff;
    display: block;
    text-align: center;
    font-size: 0.9vw;
    line-height: 1vw;
    margin-left: 0.1vw;
    box-sizing: border-box;
}


span#secondformClose {
  color: #fff;
}

span#secondFormClose:hover {
  opacity: 0.5;
  cursor: pointer;
}

label.goptin_checkbox {
  color: #fff;
}

input#submit:hover {
  cursor: pointer;
}

::placeholder {
  text-transform: none;
}

#mlform .terms {
  font-style: normal;
  font-size: 0.586vw;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 0.5vw;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  text-decoration: none;
}
#secondform .terms{
  font-size: 0.886vw;
  text-decoration: none;
}

div#terms {
  width: 3vw;
  text-align: right;
  position: absolute;
  margin-top: 0;
  top: 1.3vw;
  right: -0.135vw;
}

#mlform #terms .terms-message,
#secondform #terms .terms-message {
    color: #fff;
    letter-spacing: 0;
    background: #AE9369;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.686vw;
    text-align: center;
    position: absolute;
    text-decoration: none;
    line-height: 0.96vw;
    z-index: 300;
    width: 48%;
    font-family: "indivisible", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    left: -14.6vw;
    padding: 0.4vw;
    top: -8.5vw;
}

#mlform #terms .terms-message {
  width: 500%;
}



.footer-mlist-wrapper .plain-ml-wrapper .email.fieldWrap {
  position: relative;
}

.footer-mlist-wrapper div#secondform {
  padding: 0 0 20px;
}

.footer-mlist-wrapper div#thankyou {
  padding-top: 0;
  box-sizing: border-box;
}

input#postalcode::placeholder {
  text-transform: capitalize;
}

input#first::placeholder {
  text-transform: capitalize;
}

span#secondFormClose {
  color: #fff;
  font-size: 3.4vw;
}



div#secondform .submit.link-2 {
  max-width: 100%;
}

.mob {
  display: none;
}
.FooterLeftPart{
  /* min-height: calc(100vh - 5vw); */
  position: relative;
  bottom: 0;
  width: 19.586vw;
  display: inline-block;
}
.phoneNum a{
  font-family: "indivisible", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 0.878vw;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    padding: 1vw 2.025vw;
    border: 0.073vw solid #E5D3BD;
    background-color: rgba(208, 195, 175, 0.2);
    border-radius: 2.537vw;
}
.phoneNum{
  text-align: left;
  width: 14.047vw;
  display: inline-block;
  padding-left: 1.903vw;
}
.coptyrightsDiv{
  width: 60.047vw;
  margin: 0 auto;
  margin-top: 0;
  text-align: right;
  display: inline-block;
  margin-bottom: -1.3vw;
}
.coptyrightsDiv span,.coptyrightsDiv a{
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 0.586vw;
  line-height: 0.952vw;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
span.sepr {
  padding: 0 0.3vw;
}
.coptyrightsDiv a:hover,.phoneNum a:hover{
  opacity: 0.5;
}
select {
  background: url(../Image/dropdown_arrow_white.svg) no-repeat right 0.5vw center rgba(208, 195, 175, 0.2) !important;
  background-size: 1vw !important;
}
.phoneandcopy{
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 77vw;
}
.phoneandcopyInner{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.internalPageFooter .phoneNum{
  display: none;
}
.internalPageFooter .phoneandcopy {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.internalPageFooter .coptyrightsDiv {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  text-align: center;
  display: inline-block;
}
.phoneNumMobileOnly{
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

ul.socialIcons {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
  justify-content: space-between;
  width: 13vw;
}


.socialIcons a {
  color: #E5D3BD;
  font-size: 1vw;
}

@media (min-width: 1920px){
  /* .plain-ml-wrapper #mlistFormTwo p.terms-message-2 {
    top: 1vw;
  } */
  form#mlistFormTwo div#terms {   
    margin-bottom: unset;
  }
}
@media (min-width: 3440px){
  form#mlistFormTwo div#terms { 
    margin-bottom: 5vw;
  }
  #secondform label.goptin_checkbox {  
    padding-left: 0.7vw;
  }
}


@media (max-width: 1024px) and (orientation:portrait) {
    .mlist-section.FooterLeftPart.fadeCls.startFade {
        width: 55.603vw;
    }
    .email.fieldWrap {
      max-width: 43.808vw;
      width: 43.808vw;
    }
    .submit {
        max-width: 11.795vw;
        width: 11.795vw;
        margin-left: -1.37vw;
        text-align: left;
        position: relative;
    }
    #mlform input#email {
      height: 10.769vw;
      line-height: 10.769vw;
      font-size: 3.077vw;
      padding-left: 3.982vw;
  }
  input#submit {
      background-size: 10vw auto;
      width: 10.769vw !important;
      height: 10.769vw;
  }
  div#terms {
      width: 9vw;
      text-align: right;
      position: absolute;
      margin-top: 0;
      top: 4.3vw;
      right: -7.135vw;
  }
  #mlform .terms {
    font-size: 2.051vw; 
  }  
  #mlform #terms .terms-message, #secondform #terms .terms-message {
      border: 1px solid #fff;
      font-size: 3.051vw;
      line-height: 3.96vw;
      left: -53.6vw;
      padding: 1.2vw;
      top: -38.5vw;
  }
  #mlform #terms .terms-message {
      width: 634%;
  }
  div#firstMlistForm {
    max-width: 100%;
    width: 55.603vw;  
  }
  .plain-ml-wrapper .email.fieldWrap {
    max-width: 43.808vw;
    width: 43.808vw;
  }
  span.input-error {
      font-size: 2.177vw;
      top: -4.5vw;
  }
  .phoneNumMobileOnly {
      display: inline-block;
      width: 41vw;
      text-align: right;
  }
  .phoneNum a {
      font-size: 3.077vw;
      padding: 3.1vw 3.025vw;
      border: 1px solid #E5D3BD;
      border-radius: 14.385vw;
  }
  .phoneNum {
      width: 28.267vw;
      padding-left: 0;
  }
  .phoneandcopy .phoneNum{
    display: none;
  }
  .phoneandcopy {
      width: 100%;
      margin: 0 auto;
      margin-top: 4.744vw;
  }
  .phoneandcopyInner {
      display: block;     
  }
  .coptyrightsDiv {
      width: 100%;
      text-align: center;
  }
  .coptyrightsDiv span, .coptyrightsDiv a {   
    font-size: 2.051vw;
    letter-spacing: -0.041vw;
    line-height: 3.333vw;
  }
  .HomePageFooter {
      position: fixed;
      bottom: 2.821vw;
      width: 97.804vw;
      z-index: 10000;
  }

  .musicPageBody .HomePageFooter, .tourPageBody .HomePageFooter{
    position: relative;
    bottom: unset;
    width: 97.804vw;
    z-index: 100;
    transform: unset;
    left: unset;
    text-align: center;
    margin: 0 auto 4vw;
}

  .internalPageFooter .phoneandcopy {     
      margin-bottom: 4vw;
  }
  div#thankyou {     
      font-size: 5.4vw;
  }
  ul.socialIcons {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}
.socialIcons a {
  color: #E5D3BD;
  font-size: 5vw;
}
span.sepr.cpcp {
  display: none;
}
}


@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
  .alignment {
      display: inline !important;
  }
  .coptyrightsDiv span, .coptyrightsDiv a {   
    font-size: 0.686vw;
    line-height: 2.952vw;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .socialWrapper.fadeCls.startFade {
      margin-bottom: 5vw;
  }
  }