@import url("http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700");

p {
  font-size: 14px;
  line-height: 22.4px;
  color: white;
}

h1 {
  font-size: 65px;
  color: #2d3033;
}

h2 {
  font-size: 40px;
  color: #2d3033;
}

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300;
}

h4 {
  font-size: 22px;
  color: #b1b1b1;
  font-weight: 400;
}

h5 {
  font-size: 13px;
  color: #2d3033;
  font-weight: 700;
}

.btn {
  background-color: black;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  display: inline-block;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #3a3a3a;
  border-right-color: #3a3a3a;
  border-bottom-color: #3a3a3a;
  border-left-color: #3a3a3a;
  margin-top: 20px;
}

.btn:hover, .btn:focus {
  background-color: #cd003a;
  color: white;
}

.btn-large {
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

#map-overlay {
  height: 400px;
  margin-top: -405px;
  background-color: #010101;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  color: white;
}

a {
  color: #e84545;
  text-align: left;
}

a:hover, a:focus {
  text-decoration: none;
transition: background-color 0s ease 0s, color 0s ease 0s, all 0.3s ease 0s;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #6c7279;
  background-color: #010101;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

ul, ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul li {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}

.section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.no-padding {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.no-gutter [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.space {
  margin-top: 60px;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  min-height: 72px;
}

#header .header-content {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 1170px;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  width: 100%;
transition: padding 0.3s ease 0s;
  position: relative;
}

#header .logo {
  float: left;
  font-size: 24px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 7px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  vertical-align: bottom;
}

#header .logo a {
  padding-top: 32%;
  color: white;
}

#header.fixed .header-content .logo a {
  padding-top: 11%;
  color: white;
  text-align: center;
}

#header .logo a:hover {
}

#header.fixed {
  background-color: #010101;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #232323 !important;
}

#header.fixed a {
  color: #c3c3c3;
}

#header.fixed .header-content {
  border-bottom-width: 0px;
  border-bottom-style: none;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
}

#header.fixed .nav-toggle {
  top: 18px;
  color: black;
}

.navigation.open {
  opacity: 0.9;
  visibility: visible;
transition: opacity 0.5s ease 0s;
}

.navigation {
  float: right;
}

.navigation li {
  display: inline-block;
}

.navigation a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-left: 40px;
  text-transform: uppercase;
}

.navigation a:hover {
  color: #cd003a !important;
}

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
transition: all 0.3s ease 0s;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.nav-toggle::before, .nav-toggle::after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
transition-property: transform;
}

.nav-toggle::before {
  transform: scale(1);
transition-duration: 0.3s;
  color: #f05da3;
}

.nav-toggle::after {
  background-color: transparent;
  transform: scale(0);
transition-duration: 0s;
  color: #f05da3;
}

.nav-toggle span {
  bottom: auto;
  display: inline-block;
  height: 3px;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  width: 18px;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
}

.nav-toggle span::before, .nav-toggle span::after {
  background-color: white;
  content: "";
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
transition: transform 0.3s ease 0s;
}

.nav-toggle span::before {
  transform: translateY(-6px) rotate(0deg);
}

.nav-toggle span::after {
  transform: translateY(6px) rotate(0deg);
}

.nav-toggle.close-nav::before {
  transform: scale(0);
}

.nav-toggle.close-nav::after {
  transform: scale(1);
}

.nav-toggle.close-nav span {
  background-color: rgba(255, 255, 255, 0);
}

.nav-toggle.close-nav span::before, .nav-toggle.close-nav span::after {
  background-color: white;
}

.nav-toggle.close-nav span::before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggle.close-nav span::after {
  transform: translateY(0px) rotate(-45deg);
}

.banner {
  background-image: url("../images/banner.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
}

.banner-text {
  margin-top: 38%;
  color: white;
  float: left;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-radius: 15px 0px;
  left: 0px;
}

.banner-text h1 {
  color: white;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 53px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.banner-text p {
  color: white;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: left;
}

.intro {
  background-color: black;
}

.intro h3 {
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
}

.intro p {
  color: white;
  font-weight: 400;
  font-size: 15px;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  color: white;
  font-weight: bold;
}

.section-header p {
}

.service-section {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  color: white;
}

.services {
  background-color: #cd003a;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

.services .section-header h2 {
  color: white;
  font-weight: bold;
}

.services .section-header p {
  color: white;
}

.services-content {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: #b80437;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(255, 255, 255, 0.53);
  border-right-color: rgba(255, 255, 255, 0.53);
  border-bottom-color: rgba(255, 255, 255, 0.53);
  border-left-color: rgba(255, 255, 255, 0.53);
  text-align: center;
  color: white;
}

.services-content p {
  color: rgba(255, 255, 255, 0.81);
}

.services .icon {
  color: white;
  font-size: 50px;
  padding-top: 26px;
  display: inline-block;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  font-weight: 600;
  margin-bottom: 15px;
}

#Playlist {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

.work {
  overflow: hidden;
  position: relative;
}

.work img {
  width: 100%;
  height: 100%;
}

.work .overlay {
  background-color: rgba(194, 6, 14, 0.61);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
transition: opacity 0s ease 0s, all 0.3s ease 0s;
}

.work .overlay-caption {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.work h5, .work p, .work img {
transition: all 0s ease 0s, all 0.5s ease 0s;
}

.work h5, .work p {
  color: white;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  opacity: 0;
}

.work span {
  font-size: 45px;
}

.work h5 {
  margin-bottom: 5px;
  transform: translate3d(0px, -200%, 0px);
}

.work p {
  transform: translate3d(0px, 200%, 0px);
}

.work-box:hover img {
  transform: scale(1.2);
}

.work-box:hover .overlay {
  opacity: 1;
}

.work-box:hover .overlay h5, .work-box:hover .overlay p {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.packageList {
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}

h5 {
  font-size: 1em;
  margin-top: 0.3em;
  margin-right: 0px;
  margin-bottom: 18px;
  margin-left: 0px;
  color: white;
}

ul.list-default {
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

ul.list-default li {
  padding-top: 0.5em;
  padding-right: 0px;
  padding-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.package {
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-top-width: 1px !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-top-style: dashed !important;
  border-right-style: dashed !important;
  border-bottom-style: dashed !important;
  border-left-style: dashed !important;
  border-top-color: #404040 !important;
  border-right-color: #404040 !important;
  border-bottom-color: #404040 !important;
  border-left-color: #404040 !important;
  margin-bottom: 20px;
  background-color: #010101;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.package:hover {
  background-color: #0a0a0a;
}

.package:hover h5 {
  color: #fd4166;
}

.package:hover .price {
}

.package ul.list-default li {
  border-top-width: medium !important;
  border-right-width: medium !important;
  border-bottom-width: medium !important;
  border-left-width: medium !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  color: #a5a5a5;
}

.package ul.list-default li::before {
  top: 0.3em !important;
}

.price {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  position: absolute;
  font-size: 1.35em;
  font-weight: 500;
  color: #e7185c;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: 0px;
}

.package .price {
  top: 0px;
  right: 0px;
  bottom: auto;
  font-size: 26px;
  padding-top: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 0.7em;
  font-weight: bold;
}

.package .price small {
  font-size: 0.7em;
  margin-right: 3px;
}

.person {
  max-width: 270px;
  text-align: center;
}

.person img {
  width: 150px;
  height: 150px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 5%;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
}

.person-content {
  margin-top: 20px;
}

.person h4 {
  font-weight: 400;
}

.person h5 {
  color: #eaeaea;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}

.social-icons, .footer .footer-share {
  margin-top: 20px;
}

.social-icons li, .footer .footer-share li {
  display: inline-block;
  float: none;
}

.social-icons a, .footer .footer-share a {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e7185c;
  border-right-color: #e7185c;
  border-bottom-color: #e7185c;
  border-left-color: #e7185c;
  color: #e7185c;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
}

.social-icons a:hover {
  background-color: #e7185c;
  border-top-color: #e7185c;
  border-right-color: #e7185c;
  border-bottom-color: #e7185c;
  border-left-color: #e7185c;
  color: white;
}

.testimonials {
  background-color: #cd003a;
  position: relative;
  text-align: center;
}

.testimonials blockquote {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 100px;
  padding-right: 15%;
  padding-bottom: 100px;
  padding-left: 15%;
}

.testimonials h1 {
  color: rgba(255, 255, 255, 0.87);
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
}

.testimonials p {
  color: white;
  display: block;
  font-size: 13px;
  font-style: normal;
  line-height: 22px;
  font-weight: 400;
  margin-top: 30px;
  text-transform: uppercase;
}

.flex-control-nav {
  margin-top: 2%;
  position: relative !important;
  right: 0px;
  text-align: center;
  width: 100% !important;
  z-index: 100;
}

#tours {
  background-color: #cd003a;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 80px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: table;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  width: 100%;
  color: white;
}

#tours .section-header p {
  color: white;
}

#tours h3 {
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.tour-list {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0px;
}

.tour-list li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222222;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  display: table;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 10px;
}

.tour-list li:first-child {
  border-top-width: medium;
  border-top-style: none;
}

.tour-list li:last-child {
  border-bottom-width: medium;
  border-bottom-style: none;
}

.tour-date {
  font-size: 30px;
  float: left;
  color: white;
  font-weight: 700;
}

.tour-date span {
  display: block;
  font-size: 17px;
  margin-top: -10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 400;
  text-align: right;
}

.tour-date span em {
  font-size: 13px;
  font-style: normal;
  margin-top: 0px;
  margin-right: -3px;
  margin-bottom: 0px;
  margin-left: -3px;
  display: none;
}

.tour-info {
  margin-left: 20px;
  display: inline-block;
  font-weight: 300;
  margin-top: 7px;
  font-size: 22px;
  color: white;
}

.tour-info a {
  color: white;
  font-size: 14px;
  background-color: black;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  border-radius: 4px;
}

.tour-ticket {
  margin-left: 54px;
  display: block;
}

.tour-ticket a {
  color: #010101;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  background-color: white;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-radius: 4px;
}

.conForm {
  text-align: center;
}

.conForm h5 {
  font-size: 30px;
}

.conForm p {
  text-align: center;
  margin-top: 7%;
  margin-right: 7%;
  margin-bottom: 7%;
  margin-left: 7%;
}

.conForm input {
  color: #797979;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  margin-right: 3%;
  margin-bottom: 30px;
  outline-width: medium;
  outline-style: none;
  font-style: normal;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  font-size: 15px;
  background-color: #010101;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.conForm input.noMarr {
  margin-right: 0px;
}

.conForm textarea {
  color: #797979;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  margin-bottom: 18px;
  outline-width: medium;
  outline-style: none;
  height: 150px;
  font-style: normal;
  resize: none;
  font-size: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e0e0e0;
  border-right-color: #e0e0e0;
  border-bottom-color: #e0e0e0;
  border-left-color: #e0e0e0;
  background-color: #010101;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
}

.conForm .submitBnt {
  background-color: #e7185c;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
  margin-top: 30px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase;
}

.conForm .submitBnt:hover {
  background-color: #c10040;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  color: white;
}

#success_page {
  color: #00bdbd;
  font-weight: 500;
}

.error_message {
  color: #ff675f;
  padding-bottom: 15px;
  font-weight: 500;
}

#success_page h3 {
  font-size: 17px;
  color: #5ed07b;
  font-weight: 700;
}

.footer {
  text-align: left;
}

.footer-top {
  background-color: #181818;
  padding-top: 50px;
}

.footer-bottom {
  background-color: #313454;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.footer .footer-col {
  margin-bottom: 80px;
}

.footer h5 {
  color: white;
}

.footer h5 {
  margin-bottom: 20px;
}

.footer p {
  color: rgba(255, 255, 255, 0.25);
}

.footer a {
  color: rgba(255, 255, 255, 0.5);
}

.footer a:hover {
  color: #e84545;
}

.footer .footer-share {
  margin-top: 0px;
}

.footer .footer-share li {
  display: inline-block;
  float: none;
}

.footer .footer-share a {
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.25);
}

.footer .fa-heart {
  color: #e84545;
  font-size: 11px;
  margin-top: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  margin-left: 2px;
}

@media only screen and (max-width: 1020px) {
  #header .logo a { padding-top: 29%; display: inherit; color: white; }
  #header.fixed .header-content .logo a { padding-top: 12%; color: white; text-align: center; }
}

