@import url("https://fonts.googleapis.com/css?family=Montserrat:800|Raleway:300,400,500,600,800");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxI…BvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% !important;	
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html, body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #1e2325;
}
@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }
}

html {
  height: 100%;
  background: rgba(98, 151, 204, 0.2);
}

body {
  margin: 0 auto;
  background: white;
}

.wrapper {
  min-height: 100%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
}

section {
  padding: 25px 0px;
}

.text-center .img-responsive {
  float: none;
  display: inline;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.loader-gif {
  margin-top: 30px;
}

a {
  color: #b59a70;
}

.btn {
  border-width: 2px;
  border-style: solid;
  border-color: #1e2325;
  border-radius: 0px;
  padding: 7px 20px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
}
.btn-primary {
  border-color: #b59a70;
  background-color: transparent;
  color: #b59a70;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border-color: #b59a70 !important;
  background-color: #b59a70 !important;
  color: white !important;
}
.btn-info {
  border-color: #6297cc;
  background-color: transparent;
  color: #1e2325;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  border-color: #6297cc !important;
  background-color: #6297cc !important;
  color: white !important;
}

.pad-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pad-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  color: #b59a70;
  font-weight: normal;
}

h4 {
  font-size: 1em;
}

h2, .h2 {
  font-size: 1.3em;
}
@media (min-width: 478px) {
  h2, .h2 {
    font-size: 2em;
  }

  h1, .h1 {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.674em;
  }

  h1, .h1 {
    font-size: 2.674em;
  }
}

.uppercase {
  text-transform: uppercase;
}

.title + hr {
  border-top: 1px solid #b59a70;
  width: 100%;
  max-width: 215px;
}

.subtitle {
  margin-bottom: 30px;
}

.navbar {
  font-size: 1em;
}
@media (max-width: 1199px) {
  .navbar {
    position: absolute;
    z-index: 16;
    width: 100%;
  }
}

.navbar-brand {
  height: auto;
}
@media (min-width: 992px) {
  .navbar-brand {
    padding: 35px 15px;
  }
}

.navbar-brand img {
  max-height: 40px;
}
@media screen and (max-width: 461px) {
  .navbar-brand img {
    max-height: 38px;
  }
}
@media (max-width: 458px) {
  .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 421px) {
  .navbar-brand img {
    max-width: 100px;
    margin: 10px 0px;
  }
}

.navbar-toggle {
  margin: 19px 30px 19px 5px;
  border-radius: 0px;
}
@media (min-width: 616px) {
  .navbar-toggle {
    margin: 19px 30px;
  }
}
@media (min-width: 992px) {
  .navbar-toggle {
    margin: 39px 0px 39px 30px;
  }
}
@media screen and (max-width: 615px) {
  .navbar-toggle {
    margin: 19px 30px 19px 0px;
  }
}

.navbar.navbar-default {
  border-radius: 0px;
  border: 0px solid transparent;
  margin-bottom: 0px;
  background-color: white;
}
.navbar.navbar-default .navbar-nav {
  margin: 7.5px 0px;
}
@media (min-width: 1200px) {
  .navbar.navbar-default .navbar-nav {
    /*margin: 0 50px;*/
     margin: 0 5px 0 100px;
  }
}

.navbar.navbar-default .navbar-nav li a {
/*   color: #b59a70; */
  color: #000;
  text-transform: uppercase;
  font-size: 0.929em;
  /*border-bottom: 1px solid rgba(181, 154, 112, 0.2);*/
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .navbar.navbar-default .navbar-nav li a {
    color: #b59a70;
    text-transform: uppercase;
    font-size: 0.929em;
    border-bottom: 1px solid rgba(181, 154, 112, 0.2);
    text-align: right;
  }

  .navbar.navbar-default .navbar-nav li:last-child a {
    border-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .navbar.navbar-default .navbar-nav li a {
/* 	  font-size: 0.765em; */
	  font-size: 1.3em;
	  font-weight: 700;
  }
}
@media (min-width: 1201px) {
  .navbar.navbar-default .navbar-nav li {
    padding: 0px 10px
  }

  .navbar.navbar-default .navbar-nav li a {
    padding: 46px 0px 15px;
    text-align: none;
    background: none !important;
  }

  .navbar.navbar-default .navbar-nav li.active a {
    background: none;
    color: #b59a70;
  }

  .navbar.navbar-default .navbar-nav li a:focus {
    background: none;
    color: #b59a70;
  }

  .navbar.navbar-default .navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #b59a70;
    transition: width .3s;
  }

  .navbar.navbar-default .navbar-nav li a:hover::after {
    width: 100%;
  }
}

@media screen and (min-width: 1201px) {
  .navbar.navbar-default .navbar-nav li.active > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #b59a70 !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    padding: 0px;
  }
}
.navbar-buttons {
  float: right;
  padding: 21px 5px;
}
@media (min-width: 479px) {
  .navbar-buttons {
    padding: 21px 15px;
  }
}
@media (min-width: 992px) {
  .navbar-buttons {
    padding: 41px 0px 26px;
  }
}
@media screen and (max-width: 615px) {
  .navbar-buttons.hidden-lg {
    padding: 0px 15px 0px;
    margin-top: 40px;
  }

  .country-selector {
    width: auto !important;
    top: 10px;
    right: 75px;
    position: absolute !important;
  }
}
.navbar-buttons .btn, .navbar-buttons .social-icons {
  float: left;
}

.navbar-buttons .btn {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 616px) {
  .navbar-buttons .phone i {
    display: none;
  }
}
@media (max-width: 615px) {
  .navbar-buttons .phone span {
    display: none;
  }
}
@media (max-width: 615px) {
  .navbar-buttons .phone {
    padding: 7px 10px;
  }
}

.social-icons {
  list-style: none;
  margin-right: -3px;
  margin-bottom: 0px;
  padding-left: 10px;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  .social-icons {
    padding-left: 10px;
  }

  .social-icons li a {
    color: #b59a70;
  }
}
.social-icons li {
  float: left;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: -2px;
}
.social-icons li:first-child {
  margin-left: 0px;
}
.social-icons li:last-child {
  margin-right: 0px;
}

.social-icons li a {
  padding: 0px;
}

@media screen and (min-width: 1200px) {

  .social-icons li a .fa-2x {
    background: #b59a70;
    color: #fff;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 4px;
  }

  .social-icons li a:hover .fa-2x{
    background: #fff;
    color: #b59a70;
    height: 30px;
    width: 30px;
    border: 2px solid #b59a70;
    border-radius: 4px;
    text-align: center;
  }

  .social-icons li a:hover .fa-2x .fa-facebook-f {
    margin-top: -2px;
    margin-left: -1px;
  }

  .social-icons li a:hover .fa-2x .fa-instagram {
    margin-top: -2px;
    margin-left: -1px;
  }

  .social-icons li a:hover .fa-2x .fa-google-plus-g {
    margin-top: -2px;
    margin-left: -6px;
  }

  .social-icons li a .fa-2x .fa-google-plus-g {
    margin-left: -4px;
  }
}


@media screen and (max-width: 767px) {
  .social-icons li a .fa-facebook-f {
    font-size: 1.3em;
  }

  .social-icons li a .fa-instagram {
    font-size: 1.3em;
  }

  .social-icons li a .fa-google-plus-g {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 480px) {
  .social-icons li a .fa-facebook-f {
    font-size: 1.1em;
  }

  .social-icons li a .fa-instagram {
    font-size: 1.1em;
  }

  .social-icons li a .fa-google-plus-g {
    font-size: 1.1em;
  }
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }
}

/*@media screen and (max-width: 1199px) {
  .lg-dropdown .dropdown-menu {
    display: none !important;
  }
}*/
@media screen and (min-width: 1201px) {
  .menu-item-has-children:hover ul {
    display: block;
  }

  .menu-item-has-children ul li a::after {
    display: none !important;
  }

  .menu-item-has-children ul li:hover {
    background: #b59a70;    
  }

  .menu-item-has-children ul li:hover a {
    color: #fff !important;
  }

  .menu-item-has-children ul li.active {
    background: #b59a70; 
  }

  .menu-item-has-children ul li.active a {
    color: #fff !important;
  }
}

.menu-item-has-children svg {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .menu-item-has-children > a > svg {
    display: none !important;
  }

  .menu-item-has-children > span {
    display: block;
    float: left;
    position: absolute;
    top: 13px;
    color: #b59a70;
    margin-left: 15px;
    cursor: pointer;
  }

  .menu-item-has-children > span > svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
  }

  .dropdown-menu li a {
    text-align: right !important;
    padding-right: 15px !important;
  }

  /* .dropdown-menu {
    visibility: hidden; 
    opacity: 0;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  } */
}

@media screen and (min-width: 992px) {
  .menu-item-has-children > ul > li > a {
    padding: 8px 0px 8px !important;
    text-align: left !important;
  }
}

#bannerCarousel {
  background: rgba(98, 151, 204, 0.2);
}
@media screen and (max-width: 1199px) {
  #bannerCarousel {
    padding-top: 80px;
  }
}

#bannerCarousel .carousel-inner {
  margin: 0 auto;
}

#bannerCarousel .carousel-inner .item img {
  width: 100%;
}

#testimonialsCarousel:after {
  content: url("../images/airquotes.png");
  position: absolute;
  top: -16px;
  text-align: center;
  width: 100%;
}

.carousel-indicators li {
  border: 1px solid #b59a70;
}
.carousel-indicators .active {
  background-color: #b59a70;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .next.left {
  opacity: 1;
}
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#testimonials {
  background-color: #ecf0fb;
}
#testimonials #testimonialsCarousel {
  border: 5px solid #b59a70;
  max-width: 1050px;
  margin: 0 auto;
  padding: 15px;
}
@media (min-width: 992px) {
  #testimonials #testimonialsCarousel {
    padding: 100px 15px;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  #testimonials #testimonialsCarousel {
    padding: 100px 15px;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #testimonials #testimonialsCarousel {
    padding: 100px 15px;
    height: 380px;
  }
}

#instagram {
  padding: 0px;
  background: #ecf0fb;
}

#contact-us {
  padding: 0px;
}
#contact-us .contact-form {
  display: inline-block;
  background: white;
  width: 100%;
  padding: 15px 30px 30px;
}
#contact-us .contact-form .title {
  margin-bottom: 30px;
}
#contact-us .contact-form label {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 15px;
}
#contact-us .contact-form .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
}
#contact-us .contact-form textarea {
  max-height: 130px;
  resize: none;
}

.footer {
  background: #1e2325;
}
.footer-logo {
  margin: 15px;
  display: inline-block;
  max-width: 165px;
}
@media (min-width: 992px) {
  .footer-logo {
    margin: 40px 0px;
  }
}
.footer-menu {
  padding: 0px;
  list-style: none;
}
@media (max-width: 991px) {
  .footer-menu {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .footer-menu li {
    float: left;
  }
}
@media (min-width: 992px) {
  .footer-menu li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (min-width: 992px) {
  .footer-menu li a {
    padding: 0px 10px;
  }
}
.footer-menu li:last-child {
  border-width: 0px;
}
@media (min-width: 992px) {
  .footer--details {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.footer--details a {
  color: white;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer--details a {
    font-size: 0.647em;
  }
}
@media (max-width: 991px) {
  .footer--details .pull-right {
    float: left !important;
  }
}
@media (min-width: 992px) {
  .footer--section {
    padding: 15px 0px;
  }
}
@media (min-width: 992px) {
  .footer .bottom-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.footer .text-list {
  padding: 0px;
  list-style: none;
  margin: 15px -10px;
}
.footer .text-p {
  margin-left: 0px;
}
.footer .text-list li {
  float: left;
  color: white;
  padding: 0px 10px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer .text-list li {
    font-size: 0.647em;
  }
}
.footer .text-list li a {
  font-size: 1.2em;
}

.contact-info {
  margin-top: 6px;
}

.image-grid {
  width: 100%;
}
.image-grid .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.image-grid .row img {
  width: 100%;
}
.image-grid .row .container-img {
  position: relative;
  width: 100%;
  display: block;
}
.image-grid .row .container-img img {
  display: block;
  height: auto;
  width: 100%;
}
.image-grid .row .container-img .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  background: rgba(35,42,49,.01);
}
.image-grid .row .container-img:hover .overlay {
  background: rgba(35,42,49,.20);
}

.image-grid .row .container-img:hover .overlay .text-span {
  display: table;
  opacity: 1;
}


.image-grid .row .container-img .overlay .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
}

.image-grid .row .container-img .overlay .text-span h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  .image-grid .row .container-img .overlay .text-span h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-grid .row .container-img .overlay .text-span h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .image-grid .row .container-img .overlay .text-span h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

.image-grid--featured {
  width: 100%;
  background-color: red;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
}

.image-grid--featured:before {
  box-sizing: inherit;
}

.image-grid--featured:hover:before {
  background: rgba(35,42,49,.20);
}

.image-grid--featured:active:hover:before, 
.image-grid--featured:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.01);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

.image-grid--featured:hover .text-span {
  display: table;
  opacity: 1;
}


.image-grid--featured .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
}

.image-grid--featured .text-span h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  .image-grid--featured .text-span h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .image-grid--featured .text-span h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .image-grid--featured .text-span h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

.grid-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  flex-direction: column;
  height: 100%;
}

#instafeed {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#instafeed a {
  position: relative;
    width: 20%;
}

#instafeed a img {
  display: block;
      width: 100%;
      height: 100%;
}

/***************************  Inner Events Page **********************************/
@media screen and (min-width: 1200px) {
  .christmas-bl-container {
    height: 135px;
  }

  .school-bl-container {
    height: 155px;
  }

  .vivid-bl-container {
    height: 165px;
  }

  .ny-bl-container {
    height: 133px;
  }
}

.school-formal-img {
  margin-top: 98px !important;
}

.vivid-img {
  margin-top: 67px !important;
}

.ny-img {
  margin-top: 67px !important;
}

.btn-contact-div {
  margin-top: 20px;
}

#ticket-section {
  padding-top: 0px !important;
}

.ticket-text {

}

.ticket-col .title-container {
  padding-left: 30px;
  padding-right: 30px;
}

/*.ticket-col hr {
  width: 100%;
  max-width: 100%;
}*/

.ticket-col .type-ul {
  list-style: none;
  padding-left: 0px;  
  text-align: center;
  margin-top: 30px;
}

.ticket-col img {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .ticket-col .private-img {
    margin-top: 150px;
  }
}

.ticket-col .type-ul li {
  display: inline-block;
  font-weight: 600;
  padding: 0px 5px 1px 1px;
  border-right: 1px solid #000; 
  text-transform: uppercase;
}

.ticket-col .type-ul li:last-child {
  border: 0px;
  padding: 0px 0px 1px 1px;
}

.ticket-col .desc-p p {
  margin-bottom: 20px;
}

.ticket-col .blue-container {
  background: #527ca5;
  padding: 15px 7px;
}

.ticket-col .blue-container .include-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside;
  padding-left: 0px;
}
@media screen and (max-width: 480px) {
  .ticket-col .blue-container .include-ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-position: inside;
  }
}

.ticket-col .blue-container .include-ul li {
  color: #fff;
  list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.35em;
    padding-left: 2em;
    font-size: 14px;
}

.ticket-col .blue-container .sched-ul {
  list-style: none;
  padding-left: 10px;  
  text-align: left;
}

.ticket-col .blue-container .sched-ul li {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0px 5px 1px 1px;
  border-right: 1px solid #fff; 
  text-transform: uppercase;
}

.ticket-col .blue-container .sched-ul li:last-child {
  border: 0px;
  padding: 0px 0px 1px 1px;
}

@media screen and (max-width: 991px){
  .ticket-col .btn {
    margin-top: 20px;
  }
}

.ticket-form {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.ticket-form label {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 15px;
}

.ticket-form .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
}

.spinner input {
  text-align: left;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 2%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  background: #ccc;
  color: #fff;
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 3px 3px 2.2px 3px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  border-width: 1px;
  border-color: #ccc;
  font-size: 10px;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 0px;
  margin-top: 5px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 0px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.quantity-label {
  margin-bottom: 3px !important;
}

input[type=number] {
  position: relative;
}



#sign-up {
  margin-top: 30px;
  padding-bottom: 0px;
}

#sign-up .title {
  color: #fff;
  font-size: 2.2em;
}

#sign-up form {
  padding-top: 20px;
}

#sign-up form input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff !important; 
}

#sign-up form ::-webkit-input-placeholder { color:#fff; }
#sign-up form ::-moz-placeholder { color:#fff; } 
#sign-up form :-ms-input-placeholder { color:#fff; } 
#sign-up form input:-moz-placeholder { color:#fff; }

#sign-up form .btn {
  border: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  #sign-up form .btn {
    margin-top: 20px;
  }
}

#sign-up form .btn:hover, #sign-up form .btn:active, #sign-up form .btn:focus {
  background: #fff !important;
  color: #527ca5 !important;
}

.col-sign-up {
  background: #527ca5;
  padding-top: 1%;
  padding-bottom: 2%;
  padding-right: 3%;
  padding-left: 3%;
  height: 460px;
}
@media screen and (min-width: 1200px) {
  .col-sign-up {
    width: 51.2%;
  }
}
@media screen and (max-width: 991px) {
  .col-sign-up {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .col-sign-up {
    height: auto;
  }
}

.col-package {
  background: #ecf0fb;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 3%;
  padding-left: 3%;
  height: 460px;
}
@media screen and (min-width: 1200px) {
  .col-package {
    width: 48.8%;
  }
}
@media screen and (max-width: 991px) {
  .col-package {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .col-package {
    height: auto;
  }
}

.col-package img {
  height: 340px;
}

.col-package h3 {
  color: #b59a70 !important;
  font-size: 2em !important;
}

#enquiry {
  padding: 0px;
}

#enquiry .enquiry-form {
  display: inline-block;
  background: white;
  width: 100%;
  padding: 15px 30px 30px;
}
#enquiry .enquiry-form .title {
  margin-bottom: 30px;
}
#enquiry .enquiry-form label {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 15px;
}
#enquiry .enquiry-form .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
}
#enquiry .enquiry-form textarea {
  max-height: 130px;
  resize: none;
}

#enquiry .enquiry-form input[type=date]::-webkit-inner-spin-button, 
#enquiry .enquiry-form input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.bootstrap-datetimepicker-widget .btn{
  border: none;
}

.clear {
  clear: both;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #ccc;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 34px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 10rem;
  padding: .5rem;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border: none;
  color: #555;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% !important;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
}

/*************************** Events Page **********************************/
#highlights-section {
  padding-top: 0px;
}

@media screen and (max-width: 400px) {
  .col-grid {
    width: 100% !important;
  }
}

#highlights-section .box-grid {
  height: 600px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  #highlights-section .box-grid {
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  #highlights-section .box-grid {
    height: 270px;
  }
}

#highlights-section .box-grid:before {
  box-sizing: inherit;
}

#highlights-section .box-grid:hover:before {
    background: rgba(35,42,49,.01);
}

#highlights-section .box-grid:active:hover:before, 
#highlights-section .box-grid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#highlights-section .box-grid .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#highlights-section .box-grid .text-span h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  #highlights-section .box-grid .text-span h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #highlights-section .box-grid .text-span h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  #highlights-section .box-grid .text-span h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

#highlights-section .box-grid-short {
  height: 295px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 10px;
  transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  #highlights-section .box-grid-short {
    height: 195px;
  }
}
@media screen and (max-width: 400px) {
  #highlights-section .box-grid-short {
    height: 270px;
  }
}

#highlights-section .box-grid-short:before {
  box-sizing: inherit;
}

#highlights-section .box-grid-short:hover:before {
    background: rgba(35,42,49,.01);
}

#highlights-section .box-grid-short:active:hover:before, 
#highlights-section .box-grid-short:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#highlights-section .box-grid-short .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#highlights-section .box-grid-short .text-span h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  #highlights-section .box-grid-short .text-span h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #highlights-section .box-grid-short .text-span h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  #highlights-section .box-grid-short .text-span h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

#other-events {
  background: #F5F5F5;
  /* margin-top: 40px; */
  padding-bottom: 40px;
}

@media screen and (min-width: 801px) {
  #other-events .container-events {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#other-events .row-tiles {
  margin-top: 30px;
}

#other-events .sm-box-grid {
  height: 360px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 30px;
  transition: all .3s ease;
  border-radius: 4px;;
}

.other-events .sm-box-grid {
  cursor: default !important;
}

@media screen and (max-width: 991px) {
  #other-events .sm-box-grid {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #other-events .sm-box-grid {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  #other-events .sm-box-grid {
    height: 340px;
  }
}
@media screen and (max-width: 480px) {
  #other-events .sm-box-grid {
    height: 240px;
  }
}
@media screen and (max-width: 320px) {
  #other-events .sm-box-grid {
    height: 200px;
  }
}

#other-events .sm-box-grid:before {
  box-sizing: inherit;
}

#other-events .sm-box-grid:hover:before {
    background: rgba(35,42,49,.01);
}

#other-events .sm-box-grid:active:hover:before, 
#other-events .sm-box-grid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#other-events .sm-box-grid .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#other-events .sm-box-grid .text-span h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  #other-events .sm-box-grid .text-span h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

/*************************** Boats Page **********************************/
#boats-section .row-luxury {
  margin-top: 30px;
}

#boats-section .col-md-4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #boats-section .col-md-4 {
    width: 50%;
  }

  #boats-section .col-md-4:last-child {
    float: none !important;
    margin: 0 auto;
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  #boats-section .col-md-4 {
    width: 100%;
  }
}

#boats-section .row-luxury {
  margin-top: 30px;
}

#boats-section .row-luxury p {
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #boats-section .row-luxury p {
    font-size: 12px;
  }
}

#boats-section .box-grid {
  height: 305px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  #boats-section .box-grid {
    height: 200px;
  }
}


#boats-section .box-grid:before {
  box-sizing: inherit;
}

#boats-section .box-grid:hover:before {
    background: rgba(35,42,49,.01);
}

#boats-section .box-grid:active:hover:before, 
#boats-section .box-grid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#boats-section .box-grid .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#boats-section .box-grid .text-span h4 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 767px) {
  #boats-section .box-grid .text-span h4 {
    font-size: 16px;
    line-height: 18px; 
  }
}

#function-section .col-md-4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  #function-section .col-md-4 {
    width: 50%;
  }

  #function-section .col-md-4:last-child {
    float: none !important;
    margin: 0 auto;
    clear: both;
  }
}
@media screen and (max-width: 400px) {
  #function-section .col-md-4 {
    width: 100%;
  }
}

#function-section .row-function {
  margin-top: 30px;
}

#function-section .row-function p {
  font-size: 14px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #function-section .row-function p {
    font-size: 12px;
  }
}

#function-section .box-grid {
  height: 305px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  #function-section .box-grid {
    height: 200px;
  }
}


#function-section .box-grid:before {
  box-sizing: inherit;
}

#function-section .box-grid:hover:before {
    background: rgba(35,42,49,.01);
}

#function-section .box-grid:active:hover:before, 
#function-section .box-grid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#function-section .box-grid .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#function-section .box-grid .text-span h4 {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 767px) {
  #function-section .box-grid .text-span h4 {
    font-size: 16px;
    line-height: 18px; 
  }
}

#small-section {
  padding-bottom: 60px;
}

#small-section .row-small {
  margin-top: 30px;
}

#small-section .row-small p {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #small-section .row-small p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #small-section .row-small p {
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#small-section .col-md-6 {
  margin-bottom: 15px;
}

@media screen and (max-width: 400px) {
  #small-section .col-xs-6 {
    width: 100% !important;
  }
}

#small-section .box-grid {
  height: 400px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  #small-section .box-grid {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #small-section .box-grid {
    height: 200px;
  }
}

#small-section .box-grid:before {
  box-sizing: inherit;
}

#small-section .box-grid:hover:before {
    background: rgba(35,42,49,.01);
}

#small-section .box-grid:active:hover:before, 
#small-section .box-grid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#small-section .box-grid .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#small-section .box-grid .text-span h4 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  #small-section .box-grid .text-span h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  #small-section .box-grid .text-span h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

/*************************** About Page **********************************/

#about-section {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #about-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  #about-section {
    padding-top: 110px;
  }
}

#about-section .img-about img {
  width: 100%;
  margin-top: 30px;
}

#about-section .about-desc {
  margin-top: 30px;
}

#about-section .signature {
  display: block;
  font-family: 'Yesteryear', cursive;
  font-size: 35px;
}

#about-section .btn {
  margin-bottom: 5px;
}

#about-section .button-div {
  margin-top: 30px;
}

#about-section .button-div ul {
  list-style: none;
  padding-left: 15px;
}

#about-section .button-div ul li {
  display: inline-block;
}

#awards-section .ul-awards {
  list-style: none;
  margin: 30px auto;
  padding-left: 0;
  text-align: center;
}

#awards-section .ul-awards li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

#awards-section .ul-awards li img {
  width: 150px;
}

#brands-section #brand-carousel {
  margin-top: 50px;
  margin-bottom: 50px;
}

#brands-section #brand-carousel-corporate {
  margin-top: 50px;
  margin-bottom: 50px;
}

#brand-carousel-corporate .owl-nav {
  display: block !important;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: -30px !important;
  display: block!important;
  border:0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px !important;
  display: block!important;
  border:0px solid black;
}

.owl-next:hover, .owl-prev:hover {
  background: none !important;
  color: #000 !important;
}

.owl-prev i, .owl-next i {transform : scale(1,6); color: #000;}

.owl-theme .owl-nav [class*=owl-] {
  background: none;
  color: #000;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
}

/*************************** Gallery Page **********************************/

#gallery-section {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #gallery-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  #gallery-section {
    padding-top: 110px;
  }
}

.gallery-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.gallery-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .gallery-container img {
    height: 200px
  }
}
@media screen and (max-width: 767px) {
  .gallery-container img {
    height: 200px
  }
}

.gallery-container figure {
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
  margin: 0px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .gallery-container figure:nth-child(5n+1) {
    clear: left;
  }
}
@media screen and (max-width: 767px) {
  .gallery-container figure {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .gallery-container figure {
    width: 50%;
  }
}

/*************************** Contact Page **********************************/
.contact-bg {
  width: 100%;
  height: 500px;
  background-size: cover !important;
  position: relative; 
}

#map-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

#map {
  width: 100%;
  height: 400px;
}

#contact-section {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  #contact-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  #contact-section {
    padding-top: 110px;
  }
}

#contact-section .enquiry-form {
  display: inline-block;
  background: #ecf0fb;
  width: 100%;
  padding: 15px 30px 30px;
}

#contact-section .enquiry-form .title {
  margin-bottom: 30px;
}

#contact-section .enquiry-form label {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 15px;
}

#contact-section .enquiry-form .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
  background: #fff !important;
}

#contact-section .enquiry-form textarea {
  max-height: 130px;
  resize: none;
}

#contact-section .enquiry-form input[type=date]::-webkit-inner-spin-button, 
#contact-section .enquiry-form input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

#contact-section .row-contact {
  margin-top: 30px;
  margin-bottom: 40px;
}

#contact-section .col-info .title {
  margin-bottom: 30px;
  margin-top: 35px;
}

#contact-section .col-info .info-ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 50px;
}

#contact-section .col-info .info-ul li {
  margin-bottom: 1em;
}

#contact-section .col-info .info-ul li::before {
  display: none;
}

#contact-section .col-info .info-ul li.address::before {
  content: "\f041";
  font-family: 'Font Awesome 5 Solid';
}

#contact-section .col-info .info-ul li.email::before {
  content: "\f0e0";
  font-family: 'Font Awesome 5 Solid';
}

#contact-section .col-info .info-ul li.tel::before {
  content: "\f095";
  font-family: 'Font Awesome 5 Solid';
}

#contact-section .col-info .info-ul .svg-inline--fa {
  margin-right: 1em;
  color: #b59a70;
}

/*************************** Boat Inner Page **********************************/

#inner-boat-section .description {
  margin-top: 30px;
}

.vjs-default-skin .vjs-big-play-button {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#boats-video {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  #boats-video {
    margin-top: 0px;
  }
}

#inner-boat-section .table-features thead tr th {
  text-align: center;
}

#inner-boat-section .table-features tbody tr td {
  width: 50%;
}

#inner-boat-section .table-features tbody tr td:first-child {
  border-right: 1px solid #ddd; 
}

.btn-ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0px; 
}

.btn-ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

#inner-boat-section .row-tables {
  margin-top: 20px;
}

#inner-boat-section .table thead {
  background: #527ca5;
  border-left: 1px solid #527ca5;
  border-right: 1px solid #527ca5;
  border-bottom: 1px solid #527ca5;
}

#inner-boat-section .table thead > tr > th {
  border-bottom: 0px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding-left: 14px;
  padding-right: 14px;
}

#inner-boat-section .table tbody {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#inner-boat-section .table tbody tr:first-child td {
  border-top: 0px;
}

#inner-boat-section .table tbody tr td {
  padding: 11px 14px;
  font-size: 14px;
}

#inner-boat-section .table tbody tr td strong {
  font-weight: 600;
  color: #b59a70;
}

/*************************** Event Inner Page **********************************/

.single-ticket .ticket-col .title-container {
  padding-left: 30px;
  padding-right: 30px;
}

/*.ticket-col hr {
  width: 100%;
  max-width: 100%;
}*/

.single-ticket .ticket-col .type-ul {
  list-style: none;
  padding-left: 0px;  
  text-align: left;
  margin-top: 30px;
}

.single-ticket .ticket-col img {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  .single-ticket .ticket-col .private-img {
    margin-top: 150px;
  }
}

.single-ticket .ticket-col .type-ul li {
  display: inline-block;
  font-weight: 600;
  padding: 0px 5px 1px 1px;
  border-right: 1px solid #000; 
  text-transform: uppercase;
}

.single-ticket .ticket-col .type-ul li:last-child {
  border: 0px;
  padding: 0px 0px 1px 1px;
}

.single-ticket .ticket-col .desc-p p {
  margin-bottom: 20px;
}

.single-ticket .ticket-col .blue-container {
  background: #527ca5;
  padding: 15px 7px;
}

.single-ticket .ticket-col .blue-container .include-ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-position: inside;
}
@media screen and (max-width: 480px) {
  .single-ticket .ticket-col .blue-container .include-ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-position: inside;
  }
}

.single-ticket .ticket-col .title-container {
  padding-left: 0px;
  padding-right: 0px;
}

.single-ticket .ticket-col .blue-container .include-ul li {
  color: #fff;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.35em;
  padding-left: 2em;
  font-size: 14px;
}

.single-ticket .ticket-col .blue-container .sched-ul {
  list-style: none;
  padding-left: 10px;  
  text-align: left;
}

.single-ticket .ticket-col .blue-container .sched-ul li {
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0px 5px 1px 1px;
  border-right: 1px solid #fff; 
  text-transform: uppercase;
}

.single-ticket .ticket-col .blue-container .sched-ul li:last-child {
  border: 0px;
  padding: 0px 0px 1px 1px;
}

@media screen and (max-width: 991px){
  .single-ticket .ticket-col .btn {
    margin-top: 20px;
  }
}

.single-ticket .ticket-form {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.single-ticket .ticket-form label {
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1em;
  margin-bottom: 15px;
}

.single-ticket .ticket-form .form-control {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
}

.single-ticket .col-img img {
  margin-top: 30px;
  width: 100%;
}

/*************************** News Page **********************************/
#blog-list-section {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #blog-list-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 480px) {
  #blog-list-section {
    padding-top: 110px;
  }
}

.row-blog {
  margin-top: 30px;
}

.blog-list-item article {
  margin-bottom: 50px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
  position: relative;
}


.blog-list-item article img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-bottom: 5px solid #6297cc;
}

.content-date {
  width: 100%;
  max-width: 70px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.content-date .entry-date {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  background: #6297cc;
}

.content-date .entry-month {
  display: block;
  background: #fff;
  border-bottom: 4px solid #b59a70;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 2px;
}

.permalink-title:hover, .permalink-title:focus {
  text-decoration: none;
}

.permalink-title h4 {
  font-size: 28px;
}

.permalink-title p {
  color: #1e2325;
}

.page-nav {
  text-align: center;
}

.sidebar-widget .box-widget {
  margin-bottom: 50px;
}

.sidebar-widget .box-widget ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0px;
}

.sidebar-widget .box-widget ul li {
  margin-bottom: 15px;
}

.sidebar-widget .box-widget ul li a {
  color: #1e2325;
  text-decoration: none;
}

.sidebar-widget .box-widget ul li a:hover, .sidebar-widget .box-widget ul li a:focus {
  color: #b59a70;
}

#blog-single-section {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #blog-single-section {
    padding-top: 150px;
  }
}

.row-blog {
  margin-top: 30px;
}

#blog-single-section article {
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}


#blog-single-section article img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom: 5px solid #6297cc;
}

.thumbnail-article {
  position: relative;
}

.content h4 {
  font-size: 28px;
  margin-bottom: 30px;
  margin-top: 20px;
}

/************************ Corporate Box Grid **************************/
#six-box-section {
  background: #F5F5F5;
  margin-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 801px) {
  #six-box-section .container-events {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#six-box-section .row-tiles {
  margin-top: 30px;
}

#six-box-section .sm-box-grid {
  height: 250px;
  display: block;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  text-decoration: none;
  margin-bottom: 30px;
  transition: all .3s ease;
  border-radius: 4px;;
}
@media screen and (max-width: 991px) {
  #six-box-section .sm-box-grid {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #six-box-section .sm-box-grid {
    height: 200px;
  }
}
@media screen and (max-width: 560px) {
  #six-box-section .sm-box-grid {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #six-box-section .sm-box-grid {
    height: 200px;
  }
}
@media screen and (max-width: 320px) {
  #six-box-section .sm-box-grid {
    height: 200px;
  }
}

#six-box-section .sm-box-grid:before {
  box-sizing: inherit;
}

#six-box-section .sm-box-grid:hover:before {
    background: rgba(35,42,49,.01);
}

#six-box-section .sm-box-grid:active:hover:before, 
#six-box-section .sm-box-grid:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(35,42,49,.20);
  top: 0;
  left: 0;
  -webkit-transition: background .2s ease-out;
  transition: background .2s ease-out;
}

#six-box-section .sm-box-grid .text-span {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 16px;
  display: table;
  width: 100%;
}

#six-box-section .sm-box-grid .text-span h4 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .5px;
  color: #fff;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}
@media screen and (max-width: 991px) {
  #six-box-section .sm-box-grid .text-span h4 {
    font-size: 14px;
    line-height: 16px;
  }
}

.cart_form {
  margin-top: 10px;
}

li.wpmenucartli a.wpmenucart-contents span.amount {
  display: none !important;
}

.sign-school-social {
  margin-top: 0px !important; 
  padding-top: 0px !important;
}

@media screen and (min-width: 1200px){
  .sign-school-social .col-sign-up {
    width: 48.8%;
  }

  .sign-school-social .col-package {
    width: 51.2%;
  } 
}

#sign-up-social {
  margin-top: 30px;
  padding-bottom: 0px;
}

#sign-up-social .title {
  color: #fff;
  font-size: 2.2em;
}

#sign-up-social form {
  padding-top: 20px;
}

#sign-up-social form input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff !important; 
}

#sign-up-social form ::-webkit-input-placeholder { color:#fff; }
#sign-up-social form ::-moz-placeholder { color:#fff; } 
#sign-up-social form :-ms-input-placeholder { color:#fff; } 
#sign-up-social form input:-moz-placeholder { color:#fff; }

#sign-up-social form .btn {
  border: 2px solid #fff;
}
@media screen and (max-width: 991px) {
  #sign-up-social form .btn {
    margin-top: 20px;
  }
}

#sign-up-social form .btn:hover, #sign-up-social form .btn:active, #sign-up-social form .btn:focus {
  background: #fff !important;
  color: #527ca5 !important;
}

#sign-up-social span.wpcf7-not-valid-tip {
  color: #fff !important;
}

#sign-up-social form input {
  margin-bottom: 15px !important;
}

/*.wg-default.wg-list {
  margin-bottom: 25px;
  background: #ecf0fb;
  padding: 5px;
  border: 2px solid #b59a70;
}

.wg-default.wg-list a {
  color: #b59a70 !important;
  font-weight: 500;
}*/

/* Home Page */
.carousel-home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .3;
  top: 0;
}

.carousel-home .carousel-caption {
  top: 30%;
  text-shadow: none;
}

.carousel-home .carousel-caption h1 {
  color: #fff !important;
}

.carousel-home .btn-info {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #6297cc !important;
}

@media screen and (max-width: 768px) {
  .carousel-home img {
    width: 100% !important;
    object-fit: cover;
    height: 500px !important;
  }
    .carousel-home .carousel-caption{
        top: 10%;
    }
    a.click.btn.btn-info{
        margin-top:10px;
    }
}