* {
  font-family: "oswald", sans-serif;
}

.video_contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

video {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

button:focus {
  outline: none;
}

html, body {
  overflow-x: hidden !important;
}

body {
  /*background-image: url('../images/vegas-top.jpg');
    background-size: cover;
    background-repeat: no-repeat;*/
  background-color: black;
  position: relative;
}

.container, .container-fluid {
  padding: 0;
}

.valign {
  height: 100%;
  margin: auto;
}

p, ul, ol {
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 1px;
}

ul li {
  margin: 0;
}

hr {
  margin: .25rem 0;
}

.menu-title {
  margin-top: 2rem !important;
}

.bg {
  border-radius: 1rem;
  padding: 1rem;
}

.logo {
  position: relative;
  z-index: 100;
  width: 500px;
  height: auto;
}

.section-01 {
  position: relative;
}

.section-01 a {
  position: relative;
  z-index: 10;
  color: black;
  border-bottom: none;
}

.section-01 a:hover {
  border-bottom: none;
}

.section-02 {
  position: relative;
  margin-top: -100px;
}

.section-02 .content-box {
  background: white;
  border-radius: 50px;
  padding: 50px 0px;
}

.section-02 .content-box .menu-sabor {
  width: 350px;
  height: auto;
  margin-top: 50px;
}

.section-02 .left-side {
  left: -50px;
  position: relative;
  padding-right: 0px;
}

.section-02 .right-side {
  right: -50px;
  position: relative;
  padding-left: 0px;
}

.section-02 .menu-title {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin: 0px 10px 0px 10px;
  margin-bottom: 50px;
}

.section-02 .menu-title span {
  background: #f71200;
  color: white;
  padding: 5px 45px;
  text-transform: uppercase;
  font-size: 42px;
  border-radius: 5px;
  display: inline-block;
}

.section-02 .price {
  background: url("../images/price-highlight.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  margin-left: -25px;
  padding-left: 25px;
}

.section-02 .price p {
  font-style: italic;
  color: #f71200;
}

.section-02 .desc {
  text-transform: lowercase;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 1rem;
}

.section-03 {
  position: relative;
}

.section-03 .location {
  padding: 0px 100px;
}

.section-03 .location h2 {
  color: #f71200;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
}

.section-03 .location p {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 38px;
  font-style: italic;
  margin-bottom: 50px;
}

.section-03 .outlined {
  -webkit-text-stroke: 2px #b4d20a;
  color: transparent;
  font-size: 125px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 100px 0px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.section-04 {
  position: relative;
  z-index: 10;
  background: url("../images/stars.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: none;
}

.section-04 .follow {
  width: 450px;
  height: auto;
  padding-top: 75px;
  margin-bottom: 50px;
}

.section-04 .btn-outline {
  color: #FFFFFF;
  border: 2px solid;
  border-radius: 20px;
  letter-spacing: 4px;
  padding: 8px 35px;
  margin-top: 50px;
  font-size: 21px;
}

.section-04 .btn-outline:hover {
  background: #FFFFFF;
  color: #f71200;
}

a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 26px;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  border-bottom: 2px solid #FFFFFF;
  color: #f71200;
}

.top-bg {
  width: 100%;
  position: absolute;
}

.vegas {
  margin-top: -150px;
}

.footer {
  position: relative;
  z-index: 10;
}

.footer .b-top {
  margin-top: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
}

.footer p {
  font-size: 21px;
  color: white;
  font-weight: 100 !important;
}

.footer a {
  font-size: 21px;
  color: white;
}

.footer a:hover {
  cursor: pointer;
}

.modal-body p {
  text-transform: none;
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 100;
  color: white;
}

.modal-content {
  background-color: #000;
}

.modal-title {
  color: white;
  text-transform: uppercase;
}

.btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.modal-dialog {
  max-width: 1200px;
}

.menu-top a {
  color: black !important;
  font-size: 21px;
}

.menu-top a:hover {
  color: #f71200 !important;
}

.menu-top .locations {
  font-size: 21px !important;
  margin-top: 25px;
}

.menu-top .locations a {
  font-size: 21px !important;
  border-bottom: 2px solid transparent;
  margin: 0px 2px;
  color: #f71200 !important;
}

.menu-top .locations .current-pg {
  background: #f71200;
  padding: 2px 8px;
  color: white !important;
}

.menu-top .locations .current-pg:hover {
  border-bottom-color: transparent;
  color: #FFFFFF !important;
}

.intro-pg h2 {
  font-size: 36px !important;
}

.intro-pg h2.outlined {
  font-size: 72px !important;
  -webkit-text-stroke: 2px #000 !important;
  padding: 25px !important;
  padding-bottom: 50px !important;
}

.intro-pg p {
  color: #393D3F !important;
  font-size: 21px !important;
  line-height: 31px !important;
  font-style: italic;
  margin-bottom: 25px !important;
}

.intro-pg a {
  color: #f71200;
  font-size: 21px !important;
  line-height: 31px !important;
}

.intro-pg a:hover {
  color: #393D3F;
}

/* Five columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*# sourceMappingURL=style.css.map */