/*YOUR CUSTOM STYLES*/

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-thin-i.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-extralight-i.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-light-i.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-book-i.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-medium-i.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-semibold-i.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-bold-i.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-extrabold-i.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: Prelo;
  src: url("/assets/fonts/prelo-black-i.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

.getaway-header {
  background-image: url(/assets/images/header-large.jpg);
  width: 100%;
  height: 933px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.getaway-header-2 {
  background-image: url(/assets/images/header-getaway-large.jpg);
  width: 100%;
  height: 804px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.click-to-call {
  width: 600px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 5px;
}

@media screen and (min-width: 616px) and (max-width: 1010px) {
  .getaway-header {
    background-image: url(/assets/images/header.jpg);
    width: 100%;
    height: 933px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .getaway-header-2 {
    background-image: url(/assets/images/header-getaway.jpg);
    width: 100%;
    height: 804px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 449px) {
  .activity-button {
    max-width: 75px;
  }
  .activity-text {
    font-family: "Prelo", "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #565656;
    text-align: center;
  }

  #buttons-summary img {
    display: block;
    margin: 0 auto;
    width: 200px !important;
  }
}

@media screen and (min-width: 450px) {
  .activity-text {
    font-family: "Prelo", "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    color: #565656;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {

  #map {
    display: none;
  }

  .summary-button {
    margin-bottom: 30px;
  }
  .description-mobile {
    max-width: 360px;
    display: block;
    margin: 0 auto;
  }
  .title {
    text-align: center;
  }
  .location {
    text-align: center;
  }
  .hover-img img {
    display: block;
    margin: 0 auto;
  }
  .summary-last {
    margin-top: 50px;
  }
}

@media screen and (max-width: 615px) {
  .getaway-header {
    background-image: url(/assets/images/header-mobile.jpg);
    width: 100%;
    height: 933px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .getaway-header-2 {
    background-image: url(/assets/images/header-getaway-mobile.jpg);
    width: 100%;
    height: 804px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .click-to-call {
    width: 300px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 5px;
  }
}

@media screen and (min-width: 768px) {
  .fun-fact-title-mt {
    margin-top: 130px;
  }
  .fun-fact-text-mt p {
    margin-top: 118px;
  }
}

.sub-title-text {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 28px;
  color: #565656;
}

#success-box {
  text-align: center;
}

.summary-date {
  text-align: center;
}

.location {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #F55F21;
}

.title {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  color: #565656;
}

.option-title {
  text-align: center;
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: -1px;
  color: #565656;
}

.activity-button {
  display: block;
  margin: 0 auto;
}

.activity-button-effect:hover {
  cursor: pointer;
  cursor: hand;
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  filter: brightness(70%);
}

.finish-button:hover {
  cursor: pointer;
  cursor: hand;
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  filter: brightness(70%);
}

.hover-activity {
  cursor: pointer;
  cursor: hand;
}

.about-title {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #FFFFFF;
}

.description {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #FFFFFF;
}

.description-mobile {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #565656;
}

.error-text {
  text-align: center;
  color: #F55F21;
}

.divider-arrow-intro {
  display: block;
  margin: 0 auto;
}

.divider-arrow-fact {
  display: block;
  margin: 0 auto;
}

.divider-arrow-wait {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: auto;
}

.mt45 {
  margin-top: 45px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.social-note p {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 28px;
  color: #565656;
}

.facebook {
  color: #3b5998;
  font-weight: 600;
}

.twitter {
  color: #00aced;
  font-weight: 600;
}

.instagram {
  color: #cd486b;
  font-weight: 600;
}

.share-contest h2 {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  line-height: 54px;
  color: #565656;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

#contest-form-button {
  height: 45px;
}

.intro-text-center h1 {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: -1px;
  color: #F55F21;
}

.intro-text-center p {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 28px;
  color: #565656;
}

.intro-text p {
  text-align: left;
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #565656;
}

.intro-text h2 {
  text-align: left;
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  line-height: 54px;
  letter-spacing: -1px;
  color: #565656;
}

.highlight {
  color: #F55F21;
}

.intro-text-center {
  text-align: left;
  margin-top: 50px;
}

.intro-text-left img {
  display: block;
  margin: 0 auto;
}

.footer-button-book {
  display: block;
  margin: 0 auto;
  max-width: 110px;
}

.footer-button-150 {
  display: block;
  margin: 0 auto;
  max-width: 150px;
}

.footer-img {
  display: block;
  margin: 0 auto;
}

.intro-text-right {
  text-align: center;
}

.intro-bullet {
  font-size: 12px;
  vertical-align: middle;
}

.overlap-margin-40 {
  margin-top: -40px !important;
}

.overlap-margin-60 {
  margin-top: -60px !important;
}

#map {
  z-index: 1000;
  position: absolute;
}

#map:hover {
  cursor: pointer;
  cursor: hand;
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  filter: brightness(70%);
}

.large-map {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.modal-body-map {
  padding-left: 0px;
  padding-right: 0px;
}

.search-tabs {
  margin-top: 10px;
}

.fun-fact-text {
  float: left;
}

.fun-fact-text p {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #565656;
}

.fun-fact-wait {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #565656;
  text-align: center;
  margin-top: 50px;
}

.fun-fact-title {
  float: right;
}

.fun-fact-title h2 {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-weight: 500;
  color: #565656;
}

.contest-background {
  background: url('/assets/images/contact-wallpaper.jpg') no-repeat;
  background-size: cover;
}

.step4-background {
  background: url('/assets/images/step4-background.jpg') no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .fun-fact-text {
    text-align: center;
    float: none;
  }
  .fun-fact-title {
    text-align: center;
    float: none;
  }

  #book-now-button {
    padding-top: 50px;
  }
}

@media screen and (max-width: 350px) {
  .getaway-header-2 {
    height: 700px !important;
  }
}

@media screen and (max-width: 1009px) {
  .search-tabs {
    margin-top: 0px;
  }
  .intro-text-center {
    text-align: center;
  }
}

.step-image {
  float: left;
}

.step-image-right {
  float: right;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.summary-section {
  -webkit-print-color-adjust: exact;
}

.summary-section img {
  width: 100%;
}

.summary-button {
  float: right;
}

.share-icons img {
  display: block;
  margin: 0 auto;
}

.enugget-label label {
  font-size: 12px;
}

.ssk-group {
  text-align: center;
}

.ssk {
  margin: 10px;
}

#contest-form-error h5 {
  text-align: center;
  color: red;
}

#contest-form-success h5 {
  text-align: center;
  color: green;
}

.printer-icon {
  display: inline-block;
  vertical-align: top;
  margin: 10px 2px 2px 10px;
  width: 46px !important;
  height: 46px;
}

.printer-icon:hover {
  cursor: pointer;
  cursor: hand;
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  filter: brightness(70%);
}

.activity-instructions {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  color: #F55F21;
  text-align: center;
}

.activity-tips {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 28px;
  color: #565656;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

#details-summary {
  background-color: #F4F4F4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.details-summary-title {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  color: #565656;
}

.details-summary-value {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
  color: #565656;
}

#info-summary p {
  font-family: "Prelo", "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  line-height: 31px;
  color: #565656;
  text-align: center;
}

#buttons-summary img {
  display: block;
  margin: 0 auto;
  width: 332px;
}

.intro-text-getaway-title h2 {
  text-align: center;
}

.form-group select {
  border: 0;
  outline: 1px solid #CCC;
  background-color: white;
}

.form-group select:focus {
  border: 0;
  outline: 1px solid #F55F21;
  background-color: white;
}

#contest-form select {
  border: 0;
  outline: 1px solid #CCC;
  background-color: white;
}

#contest-form select:focus {
  border: 0;
  outline: 1px solid #F55F21;
  background-color: white;
}

#phone {
  margin-top: 40px;
}

#ca-flag {
  margin-right: 10px;
}

#main-footer a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#main-footer p, h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

#main-footer h6 {
  margin-top: 0px;
  margin-bottom: 20px;
}

#thanks-box {
  color: #f15c2a;
  text-align: center;
}
