.modal-backdrop {
  bottom: 0;
  position: fixed;
}
.login-modal {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /* Remove the padding inside the body */
  overflow: hidden;
}
.login-modal .modal-dialog,
.login-modal .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.login-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.login-modal .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.login-modal .modal-body {
  padding: 0;
}
.login-modal .modal-header,
.login-modal .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.login-modal .modal-header {
  top: 0;
}
.login-modal .modal-footer {
  bottom: 0;
}
.login-modal .modal-body {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.login-modal .modal-body .need-help {
  text-align: right;
  margin-top: 20px;
}
.login-modal .modal-body .need-help a {
  font-family: LatoRegular;
  font-size: 14px;
  color: white;
}
.login-modal .modal-body .w-login-btn {
  cursor: pointer;
  background: transparent;
  height: 50px;
  width: 300px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0;
  font-family: LatoBold;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
  transition: background 0.5s ease-out;
}
.login-modal .modal-body .btn-blue {
  background-color: #0ebed9;
  color: white;
}
.login-modal .modal-body .btn-blue:hover {
  /*background-color: rgba(14,190,217, 0.7);
                color: #fff;*/
  background-color: white;
  color: #0ebed9;
}
.login-modal .modal-body .btn-white {
  background-color: #ffffff;
  color: #0ebed9;
}
.login-modal .modal-body .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #0ebed9;
}
.login-modal .modal-body .logo-new {
  margin: 0 auto 30px;
  height: 120px;
}
.login-modal .modal-body .overlay {
  position: absolute;
  bottom: -250px;
  left: 0;
}
.login-modal .modal-body .overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, black 0%, #0ebed9 100%);
}
.login-modal .social-login .social-login-form {
  left: 50%;
  opacity: 1;
}
.login-modal .social-login .resort-login-form {
  opacity: 0;
  left: 100%;
}
.login-modal .resort-login .has-error input.w-input {
  border: 1px solid red;
}
.login-modal .resort-login .social-login-form {
  opacity: 0;
  left: -150px;
}
.login-modal .resort-login .resort-login-form {
  left: 50%;
  opacity: 1;
}
.login-modal .resort-login input.w-input {
  height: 50px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  color: #fff;
  border: 0px;
  border-radius: 25px;
  text-align: center;
  font-family: LatoRegular;
  font-size: 16px;
}
.login-modal .resort-login input.w-input::-webkit-input-placeholder {
  color: #fff;
}
.login-modal .resort-login input.w-input.email {
  background-image: url(/Images/Icons/at.png);
  background-position: 22px 12px;
  background-repeat: no-repeat;
}
.login-modal .resort-login input.w-input.password {
  background-image: url(/Images/Icons/lock.png);
  background-position: 22px 10px;
  background-repeat: no-repeat;
}
.login-modal .social-login-form .social-buttons {
  margin-bottom: 30px;
}
.login-modal .social-login-form .social-buttons .w-btn {
  width: 200px;
}
.login-modal .social-login-form .login-as-resort .or-txt {
  margin-bottom: 30px;
}
.login-modal .login-form {
  transition: opacity 0.5s, left 0.5s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  margin-left: -150px;
  width: 300px;
  margin-top: 300px;
  text-align: center;
}
.login-modal .login-form .logo {
  margin: 0 auto 20px;
}
.login-modal .login-form .copy {
  margin-bottom: 20px;
}
.login-modal .login-form .w-btn {
  margin-bottom: 10px;
}
.login-modal .close-btn {
  /*position: absolute;
        top: 20px;*/
  left: 20px;
  font-size: 15px;
  color: #fff;
  font-family: LatoRegular;
  display: inline-block;
  float: left;
}
.login-modal .beta-pro-tips {
  margin-top: 20px;
}
.gift-modal {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /* Remove the padding inside the body */
  background-color: #16C3E3;
}
.gift-modal .modal-dialog,
.gift-modal .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.gift-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.gift-modal .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.gift-modal .modal-body {
  padding: 0;
}
.gift-modal .modal-header,
.gift-modal .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.gift-modal .modal-header {
  top: 0;
}
.gift-modal .modal-footer {
  bottom: 0;
}
.gift-modal .modal-content {
  background: transparent;
}
.gift-modal .modal-body {
  height: 100%;
  position: relative;
  color: #fff;
}
.gift-modal .modal-body .modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gift-modal .modal-body .modal-container .container {
  height: 100%;
}
.gift-modal .modal-body .close-btn {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 400;
}
.gift-modal .modal-body .gift-description {
  margin-bottom: 30px;
}
.gift-modal .modal-body .gift-info {
  visibility: hidden;
}
.gift-modal .modal-body .gift-info.vertically-centered {
  visibility: visible;
}
.gift-modal .modal-body .gift-location {
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 300;
}
.gift-modal .modal-body .gift-location span {
  font-weight: bold;
}
.gift-modal .modal-body .gift-location .location-link {
  font-size: 15px;
  text-decoration: underline;
}
.gift-modal .modal-body .gift-location .location-link:hover {
  text-decoration: none;
}
.gift-modal .modal-body .gift-location .location-link .glyphicon {
  font-size: 24px;
}
.gift-modal .modal-body .gift-location a {
  color: #fff;
}
.gift-modal .modal-body .gift-location a:hover {
  opacity: .8;
}
.gift-modal .modal-body .barcode {
  width: 240px;
  height: 240px;
  background: #fff;
  margin: 0 auto 30px;
  padding: 20px;
}
.gift-modal .modal-body .barcode img {
  max-width: 100%;
}
.gift-modal .modal-body.received {
  background-color: #959595;
}
.gift-modal .modal-body.expired {
  background-color: #9F3238;
}
.gift-modal .modal-body {
  height: 100%;
}
.gift-modal .modal-body .id-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.gift-modal .modal-body .message {
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.gift-modal .modal-body .multiple-gift-select h2 {
  text-align: center;
  margin: 0 0 120px;
  text-transform: uppercase;
  font-size: 50px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 35px;
}
.gift-modal .modal-body .multiple-gift-select h2 small {
  color: #fff;
  font-size: .5em;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list {
  margin-bottom: 40px;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item {
  margin-bottom: 60px;
  font-size: 22px;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:before,
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  content: " ";
  display: table;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  clear: both;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:before,
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  content: " ";
  display: table;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item:after {
  clear: both;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item .select-gift-item-btn {
  float: left;
}
.gift-modal .modal-body .multiple-gift-select .gift-items-list .gift-item .gift-item-description {
  margin-left: 50px;
  display: inline-block;
  padding-top: 5px;
  float: left;
}
.account-id-modal {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /* Remove the padding inside the body */
  background-color: #16C3E3;
}
.account-id-modal .modal-dialog,
.account-id-modal .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.account-id-modal .modal-dialog {
  margin: 0;
  width: 100%;
}
.account-id-modal .modal-content {
  border: none;
  border-radius: 0;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}
.account-id-modal .modal-body {
  padding: 0;
}
.account-id-modal .modal-header,
.account-id-modal .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.account-id-modal .modal-header {
  top: 0;
}
.account-id-modal .modal-footer {
  bottom: 0;
}
.account-id-modal .modal-content {
  background: transparent;
}
.account-id-modal .modal-body {
  height: 100%;
  position: relative;
  color: #fff;
}
.account-id-modal .modal-body .modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.account-id-modal .modal-body .modal-container .container {
  height: 100%;
}
.account-id-modal .modal-body .close-btn {
  color: #fff;
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 400;
}
.account-id-modal .modal-body .gift-description {
  margin-bottom: 30px;
}
.account-id-modal .modal-body .gift-info {
  visibility: hidden;
}
.account-id-modal .modal-body .gift-info.vertically-centered {
  visibility: visible;
}
.account-id-modal .modal-body .gift-location {
  margin-bottom: 20px;
  font-family: Roboto;
  font-weight: 300;
}
.account-id-modal .modal-body .gift-location span {
  font-weight: bold;
}
.account-id-modal .modal-body .gift-location .location-link {
  font-size: 15px;
  text-decoration: underline;
}
.account-id-modal .modal-body .gift-location .location-link:hover {
  text-decoration: none;
}
.account-id-modal .modal-body .gift-location .location-link .glyphicon {
  font-size: 24px;
}
.account-id-modal .modal-body .gift-location a {
  color: #fff;
}
.account-id-modal .modal-body .gift-location a:hover {
  opacity: .8;
}
.account-id-modal .modal-body .barcode {
  width: 240px;
  height: 240px;
  background: #fff;
  margin: 0 auto 30px;
  padding: 20px;
}
.account-id-modal .modal-body .barcode img {
  max-width: 100%;
}
.account-id-modal .modal-body.received {
  background-color: #959595;
}
.account-id-modal .modal-body.expired {
  background-color: #9F3238;
}
.account-id-modal .modal-body .id-text {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
}
.account-id-modal .modal-footer {
  margin-top: 0;
}
.social-login-confirm-modal .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.social-login-confirm-modal .modal-container:before,
.social-login-confirm-modal .modal-container:after {
  content: " ";
  display: table;
}
.social-login-confirm-modal .modal-container:after {
  clear: both;
}
.social-login-confirm-modal .modal-container:before,
.social-login-confirm-modal .modal-container:after {
  content: " ";
  display: table;
}
.social-login-confirm-modal .modal-container:after {
  clear: both;
}
.social-login-confirm-modal .modal-container .social-profile-picture {
  float: left;
  margin-right: 15px;
}
.edit-gift-type-modal .modal-footer {
  margin-top: 0;
}
.edit-gift-type-modal .form-group:before,
.edit-gift-type-modal .form-group:after {
  content: " ";
  display: table;
}
.edit-gift-type-modal .form-group:after {
  clear: both;
}
.edit-gift-type-modal .form-group:before,
.edit-gift-type-modal .form-group:after {
  content: " ";
  display: table;
}
.edit-gift-type-modal .form-group:after {
  clear: both;
}
.edit-gift-type-modal .description textarea {
  width: 100%;
}
.edit-gift-type-modal .location-description textarea {
  width: 100%;
}
.edit-gift-type-modal .activation-period label {
  width: 100%;
}
.edit-gift-type-modal .activation-period .w-text-input {
  width: 80px;
  float: left;
}
.edit-gift-type-modal .activation-period .hint {
  float: left;
  padding: 5px 0;
  display: inline-block;
  margin-left: 5px;
}
.video-modal {
  padding-top: 200px;
}
.video-modal iframe {
  display: block;
}
