.pre-header .button-style-1 a {
  padding: 5px
}

#reservation_preheader_form > div {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle
}

#reservation_preheader_form input {
  display: inline-block;
  width: auto;
  vertical-align: middle
}

.date-selector {
  color: #000;
  font-family: inherit
}

.slides .img-responsive {
  width: 100%
}

.form-control:focus {
  border-color: #7E954C;
  outline: 0 none;
  box-shadow: 0 1px 1px rgba(250, 251, 248, .2) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.main-footer .footer-logo img {
  max-width: 136px
}

.nopad {
  padding: 0px !important
}

.padt0 {
  padding-top: 0px !important
}

.padb0 {
  padding-bottom: 0px !important
}

#default .jumbotron {
  background-color: #fff
}

#mainScrollUpButton {
  background-color: #333;
  border-radius: 100px;
  bottom: 30px;
  color: #fff;
  font-size: 5.3em;
  height: 40px;
  line-height: 78px;
  position: fixed;
  right: 30px;
  text-indent: 4px;
  width: 40px;
  z-index: 100;
  cursor: pointer
}

.text-grey {
  color: #a6a7a7
}

button.loading,
input.loading {
  -webkit-animation: loading 0.6s alternate infinite linear;
  animation: loading 0.6s alternate infinite linear;
  cursor: progress
}

@-webkit-keyframes loading {
  from {
    opacity: 1
  }

  to {
    background: .2
  }
}

@keyframes loading {
  from {
    opacity: 1
  }

  to {
    opacity: .2
  }
}

[data-letrigger] {
  opacity: 0
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s
}

@-webkit-keyframes fadeInTop {
  from {
    top: -20px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@-moz-keyframes fadeInTop {
  from {
    top: -20px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes fadeInTop {
  from {
    top: -20px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.fade-in-top {
  position: relative;
  top: -10px;
  opacity: 0;
  -webkit-animation: fadeInTop ease-in 1;
  -moz-animation: fadeInTop ease-in 1;
  animation: fadeInTop ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s
}

@-webkit-keyframes fadeInLeft {
  from {
    left: -20px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@-moz-keyframes fadeInLeft {
  from {
    left: -20px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes fadeInLeft {
  from {
    left: -20px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

.fade-in-left {
  position: relative;
  left: -10px;
  opacity: 0;
  -webkit-animation: fadeInLeft ease-in 1;
  -moz-animation: fadeInLeft ease-in 1;
  animation: fadeInLeft ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s
}

@-webkit-keyframes fadeInRight {
  from {
    left: 20px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@-moz-keyframes fadeInRight {
  from {
    left: 20px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes fadeInRight {
  from {
    left: 20px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

.fade-in-right {
  position: relative;
  left: 10px;
  opacity: 0;
  -webkit-animation: fadeInRight ease-in 1;
  -moz-animation: fadeInRight ease-in 1;
  animation: fadeInRight ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s
}

@-webkit-keyframes fadeInBottom {
  from {
    top: 20px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@-moz-keyframes fadeInBottom {
  from {
    top: 20px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes fadeInBottom {
  from {
    top: 20px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.fade-in-bottom {
  position: relative;
  top: 10px;
  opacity: 0;
  -webkit-animation: fadeInBottom ease-in 1;
  -moz-animation: fadeInBottom ease-in 1;
  animation: fadeInBottom ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s
}

.d_one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s
}

.d_two {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s
}

.d_three {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s
}

.trans3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

.trans5 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out
}

.tokenParser {
  display: none !important
}

.imGone {
  display: none !important
}

.invisible {
  visibility: hidden;
  position: absolute
}

.groupFix:after {
  content: "";
  display: table;
  clear: both
}

.panel-body {
  overflow-x: auto
}

.vertical-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font: 0/0 a
}

.vertical-center:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%
}

.vertical-center > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif
}

.voffset {
  margin-top: 2px
}

.voffset1 {
  margin-top: 5px
}

.voffset2 {
  margin-top: 10px
}

.voffset3 {
  margin-top: 15px
}

.voffset4 {
  margin-top: 30px
}

.voffset5 {
  margin-top: 40px
}

.voffset6 {
  margin-top: 60px
}

.voffset7 {
  margin-top: 80px
}

.voffset8 {
  margin-top: 100px
}

.voffset9 {
  margin-top: 150px
}

.capitalize {
  text-transform: capitalize
}

.uppercase {
  text-transform: uppercase
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.truncate2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 3.6em
}

.truncate2:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%)
}

.centerize {
  text-align: center
}

.alignLeft {
  text-align: left
}

.alignRight {
  text-align: right
}

.boxEffect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777
}

.boxEffect2 {
  position: relative
}

.boxEffect2:before,
.boxEffect2:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.boxEffect2:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto
}

.boxEffect3 {
  position: relative
}

.boxEffect3:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg)
}

.boxEffect4 {
  position: relative
}

.boxEffect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg)
}

.boxEffect5 {
  position: relative
}

.boxEffect5:before,
.boxEffect5:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg)
}

.boxEffect5:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto
}

.boxEffect6 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.boxEffect6:before,
.boxEffect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px
}

.boxEffect6:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

.boxEffect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.boxEffect7:before,
.boxEffect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px
}

.boxEffect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

.boxEffect8 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.boxEffect8:before,
.boxEffect8:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  box-shadow: 0 0 20px rgba(0, 0, 0, .8);
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px
}

.boxEffect8:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

@media print {
  #main {
    width: 100% !important;
    margin: 0;
    padding: 0
  }
}