/*--------------------------------------------------------------
# Variables / Mixins
--------------------------------------------------------------*/
/* Colors */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 18px; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
body {
  background: #ccc;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
  white-space: normal;
  position: relative; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

#main-wrapper {
  max-width: 1920px;
  margin: 0px auto;
  position: relative; }

#site-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  #site-overlay.active {
    display: block; }
  @media (min-width: 768px) {
    #site-overlay.active {
      display: none; } }

.row-pad20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.no-pad {
  padding: 0 !important; }

.pad-top-0 {
  padding-top: 0 !important; }

.pad-bottom-0 {
  padding-bottom: 0 !important; }

.pad-top-75 {
  padding-top: 75px !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.block {
  display: block; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 0;
  margin-left: 20px; }

ul {
  list-style: disc; }
  ul.shift-left {
    margin-left: 0; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

.inline-bullets {
  margin-left: 0; }
  .inline-bullets li {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative; }
    .inline-bullets li:after {
      content: "\f192";
      font-family: "FontAwesome";
      font-size: 12px;
      position: absolute;
      color: #333;
      top: 5px;
      right: -15px; }
    .inline-bullets li:first-child {
      padding-left: 0;
      margin-left: 0; }
    .inline-bullets li:last-child {
      padding-right: 0;
      margin-right: 0; }
      .inline-bullets li:last-child:after {
        display: none; }

/* List with side-by-side image and text */
li.image_text img {
  float: left;
  width: 60px;
  height: auto; }
li.image_text span {
  padding-left: 15px;
  padding-right: 15px;
  display: table-cell;
  height: 60px;
  text-align: left;
  vertical-align: middle;
  line-height: normal;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold;
  color: #662C91; }
li.image_text.active {
  font-weight: bold;
  color: #fff; }
@media (max-width: 767px) {
  li.image_text img {
    width: 50px; }
  li.image_text span {
    height: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
  li.image_text img {
    width: 65px; }
  li.image_text span {
    height: 65px; } }

/* Item Image List */
.media-list {
  margin: 0; }
  .media-list li {
    position: relative;
    text-transform: uppercase; }
    .media-list li a {
      display: block;
      background: #ececec;
      margin-bottom: 5px;
      border-bottom: 2px solid #e5e5e5; }
      .media-list li a:hover {
        background: #f7f7f7;
        color: inherit;
        border-color: transparent; }
      .media-list li a:focus {
        color: inherit; }
    .media-list li.active a {
      color: #662C91; }
    .media-list li.active:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 2px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 13px 13px;
      border-color: transparent transparent #662C91 transparent; }
  .media-list.horizontal li {
    margin-left: 0;
    margin-right: 0;
    border: none; }
    .media-list.horizontal li a {
      border: none; }
      @media (max-width: 767px) {
        .media-list.horizontal li a {
          margin-left: -15px;
          margin-right: -15px; } }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* FORM STYLES */
/* Placeholders */
::-webkit-input-placeholder {
  font-weight: 300;
  color: #999; }

:-moz-placeholder {
  /* older Firefox*/
  font-weight: 300;
  color: #999; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  color: #999; }

:-ms-input-placeholder {
  font-weight: 300;
  color: #999; }

/* Input / Textarea Defaults */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
textarea {
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  font-size: 1rem;
  -webkit-appearance: none; }

textarea {
  width: 100%; }

/* Error fields */
input[type="text"].error,
input[type="email"].error,
input[type="url"].error,
input[type="password"].error,
input[type="search"].error,
textarea.error,
select.error + .select2.select2-container .select2-container--bootstrap.select2-container--focus .select2-selection {
  border-color: red; }

/* Form Control customization */
.form-control {
  height: 44px;
  padding: 10px 15px;
  box-shadow: none;
  font-size: 18px;
  font-size: 1rem; }
  .form-control:focus {
    box-shadow: none;
    border-color: #999; }

#infoform .form-control,
.input-group-addon,
.dropdown .btn-white,
.form-inline .input-group > .form-control {
  border-bottom-color: #ffc926; }

/* Contact form customization */
#contactform {
  padding-bottom: 40px; }

/* Form elements */
.cs-form {
  position: relative; }
  .cs-form fieldset {
    border: none;
    margin: 0;
    padding: 0; }
    .cs-form fieldset h5 {
      padding: 8px 0;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0; }
  .cs-form .cs-form-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    opacity: 0.7;
    z-index: 2; }
  .cs-form label.error {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14.4px;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
    color: red; }

.ajax-loader {
  background: url(../images/loader-large.gif) no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 100%;
  z-index: 3;
  left: 0;
  top: 35%;
  display: none; }

p.booking-disclaimer {
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 0;
  color: #888; }

/* Contact Form Customization */
#contact_form .panel-group {
  margin-bottom: 0; }
#contact_form .panel {
  border: none; }
#contact_form .panel-group .panel + .panel {
  margin-top: 0; }
#contact_form .panel-body {
  padding: 15px 0; }
#contact_form p.enquiry_note {
  font-size: 16.2px;
  font-size: 0.9rem;
  margin-bottom: 10px; }
@media (min-width: 768px) and (max-width: 991px), (min-width: 381px) and (max-width: 480px) {
  #contact_form .enquiry_type_buttons .btn-sm {
    padding: 10px;
    letter-spacing: normal; } }
@media (max-width: 380px) {
  #contact_form .enquiry_type_buttons .btn-sm {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 0 !important;
    margin-bottom: 1px; } }

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 10px; } }
/* Rounded Form Fields (newsletter subscription) */
.rounded-field {
  width: 100%;
  height: 44px;
  line-height: 42px;
  padding: 0 15px 0 48px;
  -moz-border-radius: 50px !important;
  -webkit-border-radius: 50px;
  border-radius: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(0, 0, 0, 0.15); }
  .rounded-field:active, .rounded-field:focus {
    outline: 0;
    background: rgba(0, 0, 0, 0.25); }

.input-group-addon.abs-icon {
  position: absolute;
  border: none;
  background: none;
  top: 9px;
  left: 10px; }

.rounded-icon-button {
  width: 44px;
  height: 44px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  border: none; }
  .rounded-icon-button:focus {
    outline: 0; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 15.75px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

figure.video {
  display: block;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

#home_gallery {
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #444; }
  #home_gallery .thumb_preload {
    text-align: center;
    line-height: 300px;
    color: #ccc; }
    #home_gallery .thumb_preload img {
      margin-top: -2px;
      margin-right: 10px; }
  #home_gallery .scrollWrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  #home_gallery .scrollableArea img.sd-image {
    position: relative;
    float: left;
    max-width: none;
    width: 450px;
    height: 300px;
    margin: 0;
    padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: "Roboto", Arial, serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", Tahoma, serif;
  line-height: 1.3;
  color: #662C91;
  margin: 0 0 25px 0;
  clear: both;
  position: relative; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: normal; }

h1 {
  font-size: 39.6px;
  font-size: 2.2rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 36px;
      font-size: 2rem; } }

h2 {
  font-size: 30.6px;
  font-size: 1.7rem; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32.4px;
      font-size: 1.8rem; } }

h3 {
  font-size: 25.2px;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 27px;
      font-size: 1.5rem; } }

h4 {
  font-size: 21.6px;
  font-size: 1.2rem; }

h5 {
  font-size: 18px;
  font-size: 1rem; }

h6 {
  font-size: 14.4px;
  font-size: 0.8rem; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16.875px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16.875px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Custom Typography */
.section-subhead {
  color: #aaa;
  font-size: 18px;
  font-size: 1rem;
  font-family: "Roboto", Arial, serif;
  margin: 0 0 15px; }
  .section-subhead span {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    background: #fff;
    font-weight: bold; }
  .section-subhead:before {
    content: "";
    border-top: 1px solid #aaa;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1; }

/* Page Subtitle */
.page-subtitle {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-size: 20px;
  text-transform: uppercase; }

h1 + .page-subtitle {
  margin-top: -25px; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.white {
  color: #fff; }

.font-heading {
  font-family: "Poppins", Tahoma, serif; }

.font-body {
  font-family: "Roboto", Arial, serif; }

.uppercase {
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*----------------------------------*
 * _LINKS.SCSS 
/*----------------------------------*/
/* Link Transition */
a, .btn {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/* Text Link */
a {
  color: #d295ff; }
  a:visited, a:active {
    color: #d295ff; }
  a:hover, a:focus {
    color: #a72fff;
    text-decoration: none; }
  a:focus, a:hover, a:active {
    outline: 0; }

/* Button Link */
.btn {
  font-family: "Poppins", Tahoma, serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: normal;
  text-transform: uppercase;
  border: 0;
  padding: 15px 20px;
  color: #fff;
  background: #662C91;
  letter-spacing: 2px;
  white-space: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .btn:active, .btn:focus, .btn:hover, .btn:active:focus, .btn:visited {
    color: #fff;
    outline: 0; }
  .btn:hover {
    background: #4a206a; }
  .btn.btn-sm {
    padding: 10px 15px;
    font-size: 10px; }
  .btn.btn-lg {
    font-size: 14px;
    font-size: 0.77778rem;
    font-weight: bold;
    padding: 20px 35px;
    letter-spacing: 1px; }
  .btn.btn-rounded {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  .btn.btn-squared {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .btn.btn-addon {
    position: relative;
    margin-right: 40px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    .btn.btn-addon:before {
      content: "\f054";
      font-family: "FontAwesome";
      position: absolute;
      right: -28px;
      z-index: 1;
      top: 36%;
      -moz-transition: -moz-transform 0.4s ease-in-out;
      -o-transition: -o-transform 0.4s ease-in-out;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out; }
    .btn.btn-addon:after {
      content: "";
      background: #662C91;
      color: #fff;
      position: absolute;
      right: -40px;
      height: 100%;
      width: 40px;
      top: 0;
      border-left: 1px solid #FFF;
      -moz-border-radius-topright: 4px;
      -webkit-border-top-right-radius: 4px;
      border-top-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -webkit-border-bottom-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .btn.btn-addon.btn-sm {
      margin-right: 30px; }
      .btn.btn-addon.btn-sm:before {
        right: -23px; }
      .btn.btn-addon.btn-sm:after {
        right: -30px;
        width: 30px; }
    .btn.btn-addon.btn-lg {
      margin-right: 50px; }
      .btn.btn-addon.btn-lg:before {
        right: -32px; }
      .btn.btn-addon.btn-lg:after {
        right: -50px;
        width: 50px; }
    .btn.btn-addon.btn-squared:after {
      -moz-border-radius-topright: 0px;
      -webkit-border-top-right-radius: 0px;
      border-top-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -webkit-border-bottom-right-radius: 0px;
      border-bottom-right-radius: 0px; }
    .btn.btn-addon:hover:before {
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    .btn.btn-addon:hover:after {
      background: #4a206a; }
  .btn.btn-transparent {
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #999;
    color: #999; }
    .btn.btn-transparent.stroke-hover:hover {
      border-color: #662C91;
      color: #662C91; }
    .btn.btn-transparent.fill-hover:hover {
      border-color: #662C91;
      background: #662C91;
      color: #fff; }
  .btn.btn-transparent-brown {
    background: transparent;
    border: 1px solid #5C4520;
    color: #5C4520; }
    .btn.btn-transparent-brown:hover {
      background: #5C4520;
      color: #fff; }
  .btn.btn-brown-opaque {
    border: 1px solid #5C4520;
    background: rgba(92, 69, 32, 0.5);
    color: #fff; }
    .btn.btn-brown-opaque:hover {
      background: #5c4520; }
  .btn.btn-transparent-blue {
    background: transparent;
    border: 1px solid #84cac5;
    color: #84cac5; }
    .btn.btn-transparent-blue:hover {
      background: #84cac5;
      color: #fff; }
  .btn.btn-blue-opaque {
    border: 1px solid #84cac5;
    background: rgba(132, 202, 197, 0.5);
    color: #fff; }
    .btn.btn-blue-opaque:hover {
      background: #84cac5; }
  .btn.btn-transparent-white {
    border: 1px solid #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-transparent-white:hover {
      background: #fff;
      color: #5C4520; }

.btn-primary {
  background: #5C4520;
  color: #fff !important; }
  .btn-primary:hover {
    background: #493719; }
  .btn-primary:focus {
    background: #5C4520;
    border: none;
    outline: none; }
  .btn-primary:active {
    background: #5C4520; }
  .btn-primary:active:hover {
    background: #5C4520; }

.btn-secondary {
  background: #84cac5;
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(55, 126, 121, 0.7); }
  .btn-secondary:hover {
    background: #60bbb4; }
  .btn-secondary:focus {
    background: #84cac5;
    border: none;
    outline: none; }
  .btn-secondary:active {
    background: #84cac5; }
  .btn-secondary:active:hover {
    background: #84cac5; }

.btn-secondary.active {
  background: #ef0c9c; }
  .btn-secondary.active:hover {
    background: #d70b8c;
    color: #fff; }

.btn-md {
  font-size: 10.8px;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 15px 30px;
  letter-spacing: 1px; }

.btn-grow {
  outline: 2px solid;
  outline-offset: -10px; }
  .btn-grow:hover {
    outline: 2px solid;
    outline-offset: 10px; }

a.default_to_primary {
  color: #444; }
  a.default_to_primary:hover {
    color: #d295ff; }

/* Buttons with icons */
.btn i {
  margin-top: -3px; }
  .btn i.icon-right {
    margin-left: 10px; }
  .btn i.icon-left {
    margin-right: 10px; }
.btn.btn-sm i {
  margin-top: -1px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* BOOTSTRAP ADJUSTMENTS */
@media (max-width: 991px) {
  .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; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
/* BRAND */
#brand {
  display: block;
  width: 138px;
  height: 68px;
  margin-top: 20px;
  padding: 0;
  background: url("../images/logo-jand-sprite-new.png") no-repeat;
  background-position: bottom;
  background-size: cover;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

/* NAVIGATION BAR */
.header {
  display: block;
  position: relative;
  background: #ffffff;
  box-shadow: none;
  z-index: 2; }
  .header.transparent-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: transparent; }
    .header.transparent-header.navbar-shown {
      background: #fff; }
    @media (max-width: 991px) {
      .header.transparent-header {
        position: fixed;
        background: #fff;
        height: 75px; }
        .header.transparent-header #brand {
          height: 52px;
          margin-top: 10px;
          background-position: top; } }
  @media (max-width: 991px) {
    .header {
      padding-top: 0;
      padding-bottom: 0;
      background: #FFF; } }

/* HEADROOM */
.headroom {
  will-change: transform;
  transition: all 200ms linear; }

.headroom--top .navbar-nav li a:hover {
  border-color: #fff; }

.headroom--not-top {
  transform: translateY(0%);
  display: block; }
  .headroom--not-top.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -5px 50px; }
    .headroom--not-top.header.headroom--inactive {
      position: static; }
  .headroom--not-top .dropdown.open .dropdown-toggle {
    border-color: #662C91 !important;
    background: #fff !important; }
  .headroom--not-top .navbar-nav > li > a {
    color: #662C91;
    text-shadow: none;
    margin-top: 0; }
    .headroom--not-top .navbar-nav > li > a:hover {
      background-color: transparent !important;
      border-color: #662C91; }
  .headroom--not-top #brand {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    height: 52px;
    margin-top: 10px;
    background-position: top; }
  @media (min-width: 1920px) {
    .headroom--not-top.header {
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none;
      width: 1920px;
      left: 50%;
      margin-left: -960px; } }

/* NAVIGATION MENU */
.navbar {
  margin: 0;
  border: 0; }

.navbar-nav > li > a {
  font-family: "Poppins", Tahoma, serif;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  background-color: transparent !important;
  padding: 26px;
  margin-top: 14px;
  border-bottom: 3px solid transparent; }
  .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
    background: transparent !important; }
  .navbar-nav > li > a:hover {
    background-color: rgba(102, 44, 145, 0.3) !important; }
  @media (max-width: 1199px) {
    .navbar-nav > li > a {
      padding: 26px 9px; } }

/* Dropdown Menu */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #fff; }

.sub-menu {
  display: none;
  position: absolute; }

.dropdown.open .dropdown-toggle {
  background-color: #662c91 !important;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  min-width: 143px;
  padding: 0;
  z-index: 9999; }
  .dropdown-menu li {
    padding: 0; }
    .dropdown-menu li a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      background-color: #662c91;
      color: #fff;
      padding: 15px 26px;
      font-family: "Poppins", Tahoma, serif;
      font-size: 16px;
      font-size: 0.88889rem;
      font-weight: bold; }
      .dropdown-menu li a:hover {
        color: #fff;
        background-color: #58267d; }
  @media (max-width: 1199px) {
    .dropdown-menu li > a {
      padding: 15px 9px; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

/* Mobile Menu Button */
.navbar-toggle {
  position: relative;
  display: block;
  width: 27px;
  height: 18px;
  background: none;
  margin: 25px 0 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  top: auto;
  left: auto;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .navbar-toggle span.line {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #662C91;
    opacity: 1;
    left: 0;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: ease-in-out 0.25s;
    -o-transition: ease-in-out 0.25s;
    -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s; }
    .navbar-toggle span.line:nth-child(1) {
      top: 0px;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .navbar-toggle span.line:nth-child(2) {
      top: 9px;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
    .navbar-toggle span.line:nth-child(3) {
      top: 18px;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -webkit-transform-origin: left center;
      transform-origin: left center; }
  .navbar-toggle.open span.line:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 3px; }
  .navbar-toggle.open span.line:nth-child(2) {
    width: 0%;
    opacity: 0; }
  .navbar-toggle.open span.line:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 3px; }
  .navbar-toggle.open #burger-label {
    display: none; }
  .navbar-toggle.back span.line:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 3px;
    width: 50%; }
  .navbar-toggle.back span.line:nth-child(2) {
    width: 100%;
    opacity: 1;
    top: 8px;
    left: 4px; }
  .navbar-toggle.back span.line:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    left: 3px;
    width: 50%; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

/* Language Switcher */
#language_menu {
  float: right;
  margin-left: 15px;
  margin-top: 20px; }
  #language_menu a {
    margin-left: 15px; }
    #language_menu a:first-child {
      margin-left: 0; }
  .headroom--top #language_menu {
    margin-top: 34px; }
  @media (max-width: 991px) {
    #language_menu {
      margin-top: 20px !important;
      position: absolute;
      top: 0;
      right: 60px; } }

/*@media (min-width:768px) and (max-width:830px){
    #language_menu {
        margin-right:-15px;
        a {
            margin-left:10px;
            &:first-child {
                margin-left:0;
            }
        }
    }
    .navbar-nav {
        margin-right:-10px;
    }
    .navbar-nav, .dropdown-menu {
        > li > a {
            font-weight:normal;
            @include font-size(13/18);
        }
    }
}

@media (min-width:831px) and (max-width:940px){
    .navbar-nav {
        margin-right:-10px;
        
        > li > a {
            font-weight:normal;
            @include font-size(14/18);
        }
    }
    .dropdown-menu {
        > li > a {
            font-weight:normal;
            @include font-size(14/18);
        }
    }
}*/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    padding: 0;
    margin-left: -15px; } }
@media (max-width: 767px) {
  .navbar-header {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: auto; } }
@media (max-width: 991px) {
  #navigation {
    margin-left: -15px;
    margin-right: -15px; }

  /*.navbar-header {
      padding-left:15px;
      padding-right:15px;
  }*/
  .navbar-nav {
    background: #f4f4f4;
    border-top: 1px solid #eee; }
    .navbar-nav > li > a {
      margin-top: 0;
      padding: 10px 15px;
      color: #662C91;
      text-shadow: none;
      border-bottom: none; }
      .navbar-nav > li > a:hover {
        background-color: #e7e7e7 !important; }

  .dropdown.open .dropdown-toggle {
    background-color: #e7e7e7 !important; }

  .dropdown-menu > li > a {
    padding: 7px 25px 7px 30px !important;
    font-size: 14px;
    font-size: 0.77778rem;
    color: #662C91;
    background-color: #e7e7e7;
    white-space: normal;
    position: relative; }
    .dropdown-menu > li > a:hover {
      color: #662C91;
      background-color: #dbdbdb; }
    .dropdown-menu > li > a:before {
      content: "\f105";
      font-family: "FontAwesome";
      margin-left: -14px;
      margin-right: 9px;
      font-size: 10px;
      position: relative;
      top: -2px; }

  .headroom--not-top .dropdown.open .dropdown-toggle {
    background-color: #e7e7e7 !important; } }
/* Coming Soon menu items */
@media (max-width: 991px) {
  li.coming-soon .tooltip {
    top: 0 !important;
    left: auto !important;
    right: 10px; }
    li.coming-soon .tooltip .tooltip-arrow {
      display: none; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Layout
--------------------------------------------------------------*/
/* Sections */
.extra-pad {
  padding: 0; }
  @media (min-width: 768px) {
    .extra-pad {
      padding: 0 15px; } }

.section {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 100px 0; }
  .section p:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .section {
      padding: 50px 0; } }

.section-pad {
  padding: 65px 0; }

.section-grey {
  background-color: #f3f3f3; }

.section-light {
  background-color: #f6f6f6; }

.section-brand {
  background-color: #662C91;
  color: #fff; }

.section-border-blue {
  border-top: 5px solid #a8d9d6;
  border-bottom: 5px solid #a8d9d6; }

.section-border-brown {
  border-top: 5px solid #cdb299;
  border-bottom: 5px solid #cdb299; }

.section-location {
  background: #fff url(../images/symbol-compass.png) no-repeat -80px center; }

.section-pad-0 {
  padding: 0px; }

.section-pad-10 {
  padding: 10px 0; }

.section-pad-20 {
  padding: 20px 0; }

.section-pad-30 {
  padding: 30px 0; }

.section-pad-40 {
  padding: 40px 0; }

.section-pad-50 {
  padding: 50px 0; }

.section-pad-60 {
  padding: 60px 0; }

/* Main content */
@media (min-width: 992px) {
  .main-content {
    padding-right: 30px; } }

/* Sidebar */
.sidebar {
  background: #f4f4f4;
  padding: 20px; }
  .sidebar .title {
    font-size: 24px;
    font-size: 1.33333rem;
    margin-bottom: 10px; }
  @media (max-width: 991px) {
    .sidebar {
      margin: 50px -30px -65px -30px;
      padding-left: 30px;
      padding-right: 30px; }
      .sidebar.sidebar-event {
        margin: 0;
        padding: 20px; } }
  @media (max-width: 767px) {
    .sidebar.sidebar-event {
      margin: 50px -30px -65px -30px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 991px) {
    .sidebar.sidebar-centered {
      margin: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 550px) {
    .sidebar.sidebar-centered .image_text {
      width: 100%;
      float: none; } }
  .sidebar .return-to-archive {
    text-align: center;
    margin-top: 5px;
    padding: 25px 0 10px;
    border-top: 1px solid #ccc; }

/* Centered Block Content */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: top; }

.col-event-type {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 30px; }
  .col-event-type .inner {
    width: 100%;
    height: 250px;
    background: #000 !important;
    position: relative;
    overflow: hidden; }
  .col-event-type .content {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .col-event-type .content p {
      font-family: "Poppins", Tahoma, serif;
      font-size: 16px;
      font-size: 0.88889rem;
      margin-bottom: 0; }
  .col-event-type .backstretch {
    opacity: 0.65;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .col-event-type h3 {
    color: #fff;
    font-size: 20px;
    font-size: 1.11111rem;
    margin-bottom: 0; }
  .col-event-type a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .col-event-type:hover .backstretch {
    opacity: 0.8;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 610px) {
    .col-event-type .inner {
      height: 150px; } }
  @media (max-width: 499px) {
    .col-event-type {
      width: 100%;
      margin: 0 0 1px;
      padding: 0; } }

/* Inner content section */
.content-section {
  position: relative;
  padding: 50px 0; }
  .content-section:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: -250%;
    width: 1000%;
    z-index: 0;
    overflow: hidden; }
  .content-section * {
    position: relative;
    z-index: 1; }
  .content-section.brown-bg:before {
    background: #f8f2e9; }
  @media (max-width: 767px) {
    .content-section {
      padding: 30px 0; } }

/* Display table cell */
.display-table {
  display: table; }
  .display-table .table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none; }

.heading-wrap .subtitle, .heading-wrap .title {
  text-transform: uppercase;
  line-height: 1; }
.heading-wrap .title {
  font-size: 57.6px;
  font-size: 3.2rem; }
  @media (max-width: 767px) {
    .heading-wrap .title {
      font-size: 43.2px;
      font-size: 2.4rem; } }
.heading-wrap .subtitle {
  font-size: 18px;
  font-size: 1rem; }
  .heading-wrap .subtitle:before, .heading-wrap .subtitle:after {
    display: none; }

/* Content Area */
.content-area {
  padding-top: 40px;
  padding-bottom: 40px; }
  .content-area.border-top {
    border-top: 1px solid #eee; }

/* TEMP - to be removed */
.content-area {
  min-height: 600px; }

/* Utilities */
.padding0 {
  padding: 0; }

.paddingbottom0 {
  padding-bottom: 0; }

.paddingtop0 {
  padding-top: 0; }

.paddingbottom10 {
  padding-bottom: 10px; }

.paddingtop10 {
  padding-top: 10px; }

.paddingbottom20 {
  padding-bottom: 20px; }

.paddingtop20 {
  padding-top: 20px; }

.paddingbottom30 {
  padding-bottom: 30px; }

.paddingtop30 {
  padding-top: 30px; }

.paddingbottom40 {
  padding-bottom: 40px; }

.paddingtop40 {
  padding-top: 40px; }

.margintop0 {
  margin-bottom: 0; }

.marginbottom0 {
  margin-bottom: 0; }

.margintop10 {
  margin-top: 10px; }

.marginbottom10 {
  margin-bottom: 10px; }

.margintop20 {
  margin-top: 20px; }

.marginbottom20 {
  margin-bottom: 20px; }

.margintop30 {
  margin-top: 30px; }

.marginbottom30 {
  margin-bottom: 30px; }

/* Remove Bootstrap margins on mobile with... */
@media (max-width: 767px) {
  .mobile-full {
    padding-left: 0;
    padding-right: 0; } }

/* Headings */
.heading-wrap .subtitle {
  position: relative;
  padding: 0 15px;
  display: inline-block;
  font-size: 16.2px;
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0; }
  .heading-wrap .subtitle:before, .heading-wrap .subtitle:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    top: 50%;
    background: #5C4520; }
  .heading-wrap .subtitle:before {
    left: -100px; }
  .heading-wrap .subtitle:after {
    right: -100px; }

.triplicate {
  color: #fff;
  font-size: 90px;
  font-size: 5rem;
  text-shadow: 1px 1px 0 #000;
  line-height: 1;
  text-transform: uppercase; }
  .triplicate span {
    display: block;
    font-size: 36px;
    font-size: 2rem; }
    .triplicate span.thin {
      font-weight: 400; }
  @media (max-width: 767px) {
    .home-slides .triplicate {
      font-size: 54px;
      font-size: 3rem; }
      .home-slides .triplicate span {
        font-size: 18px;
        font-size: 1rem; } }

/* Sidebars */
#sidebar.shaded {
  background: #fafafa;
  padding: 30px; }
  @media (max-width: 767px) {
    #sidebar.shaded {
      padding-left: 15px;
      padding-right: 15px; } }
#sidebar.shift-top {
  margin-top: -40px;
  padding: 45px 30px; }
  #sidebar.shift-top.affix {
    top: 40px;
    position: fixed !important; }
    @media (max-width: 767px) {
      #sidebar.shift-top.affix {
        position: static !important; } }
  @media (max-width: 767px) {
    #sidebar.shift-top {
      margin-top: 0;
      margin-bottom: -39px;
      padding: 30px 15px;
      width: auto !important;
      top: auto !important;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc; } }
#sidebar.affix {
  top: 0px;
  position: fixed !important; }
@media (max-width: 767px) {
  #sidebar.is-last {
    margin-bottom: -40px; } }

/* With Accordion */
#sidebar .panel-group .panel-title {
  font-size: 19.8px;
  font-size: 1.1rem;
  font-weight: bold; }
  #sidebar .panel-group .panel-title a {
    color: #d295ff;
    display: block;
    padding-right: 30px; }
    #sidebar .panel-group .panel-title a.collapsed {
      color: #333; }
      #sidebar .panel-group .panel-title a.collapsed:hover {
        color: #bc62ff; }
      #sidebar .panel-group .panel-title a.collapsed:after {
        content: "\f13a";
        font-family: "FontAwesome";
        position: absolute;
        top: 2px;
        right: 0; }

@media (max-width: 991px) {
  #sidebar.wedding-packages {
    padding: 0;
    background: transparent; }
    #sidebar.wedding-packages h3 {
      font-size: 32.4px;
      font-size: 1.8rem;
      margin-top: 10px; }

  #sidebar.affix {
    position: static !important; }

  #sidebar.shift-top.affixed-item {
    margin-top: 0;
    position: static !important; } }
@media (max-width: 767px) {
  #sidebar.wedding-packages {
    border-top: none; } }
/*--------------------------------------------------------------
## Plugin Customization
--------------------------------------------------------------*/
/* Magnific Popup Customization */
#popmap .mfp-close {
  color: #FFF;
  background: #000;
  opacity: 1;
  font-size: 44px; }

.custom-popup {
  position: relative;
  background: #FFF;
  color: #222;
  padding: 20px;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  border: 1px solid #555; }
  .custom-popup.wide {
    max-width: 600px; }
  .custom-popup .popup-ajax-loader {
    background: url(../images/loader-ring.gif) no-repeat;
    width: 100px;
    height: 100px;
    margin: 0px auto; }
  @media (min-width: 400px) {
    .custom-popup .mfp-close {
      color: #FFF;
      background: #000;
      opacity: 1;
      font-size: 44px; } }

.mfp-title small {
  font-weight: 400;
  text-transform: uppercase; }

.popup-tools {
  position: absolute;
  bottom: 10px;
  right: 0; }
  .popup-tools a {
    margin-right: 10px; }
    .popup-tools a:last-child {
      margin-right: 0; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Parts
--------------------------------------------------------------*/
#breadcrumb-list {
  position: absolute;
  bottom: 20px;
  margin: 0;
  left: 30px;
  list-style-type: none;
  font-family: "Poppins", Tahoma, serif;
  font-size: 16px;
  font-size: 0.88889rem; }
  #breadcrumb-list li {
    float: left;
    margin-right: 10px;
    color: #ccc; }
    #breadcrumb-list li a {
      color: #ccc; }
      #breadcrumb-list li a:hover {
        color: #fff; }
    #breadcrumb-list li:before {
      content: "\f105";
      font-family: "FontAwesome";
      margin-right: 10px;
      color: #ccc; }
    #breadcrumb-list li.current_item {
      color: #fff; }
    #breadcrumb-list li.home:before {
      display: none; }
    #breadcrumb-list li.home a:before {
      content: "\f015";
      font-family: "FontAwesome";
      margin-right: 10px; }

/* Recent Events (Home Page) */
#section-recent-events {
  padding-bottom: 50px; }
  #section-recent-events .backstretched-image {
    position: absolute !important;
    width: 100%;
    height: 600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  #section-recent-events .backstretch {
    background: #000 !important; }
    #section-recent-events .backstretch img {
      opacity: 0.2; }
  #section-recent-events h2, #section-recent-events h3, #section-recent-events p {
    color: #fff; }
  #section-recent-events .subtitle {
    font-family: "Roboto", Arial, serif;
    font-size: 14px;
    font-size: 0.77778rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 20px;
    margin-bottom: 15px; }
  #section-recent-events .title {
    font-weight: bold;
    font-size: 36px;
    font-size: 2rem; }

#re-carousel {
  position: relative;
  margin-top: 40px; }
  #re-carousel .owl-nav {
    position: absolute;
    top: -75px;
    right: 15px;
    color: #fff; }
  #re-carousel .owl-prev, #re-carousel .owl-next {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 4px 15px;
    margin-left: 10px;
    cursor: pointer; }
    #re-carousel .owl-prev.disabled, #re-carousel .owl-next.disabled {
      background: transparent !important;
      border-color: #999 !important;
      border-width: 1px;
      cursor: default; }
      #re-carousel .owl-prev.disabled i, #re-carousel .owl-next.disabled i {
        color: #999; }
    #re-carousel .owl-prev:hover, #re-carousel .owl-next:hover {
      background: #662C91;
      border-color: #662C91; }

.re-item {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0px 10px 30px;
  margin: 0 15px 15px; }
  .re-item a.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .re-item figure {
    position: relative;
    overflow: hidden;
    background: #eee; }
  .re-item .details {
    color: #fff;
    padding: 20px;
    background: #662C91;
    min-height: 110px; }
  .re-item .date-group {
    position: absolute;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: normal; }
    .re-item .date-group .day {
      font-size: 26px;
      font-size: 1.44444rem; }
    .re-item .date-group .year {
      margin-top: 3px;
      font-weight: normal;
      font-size: 12px;
      font-size: 0.66667rem; }
  .re-item .data {
    padding-left: 60px; }
  .re-item .name {
    color: #fff;
    font-size: 18px;
    font-size: 1rem;
    font-weight: bold;
    margin: -1px 0 6px; }
  .re-item .location, .re-item .tags {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-size: 0.72222rem;
    padding-left: 20px;
    margin-bottom: 3px; }
    .re-item .location i, .re-item .tags i {
      position: absolute;
      left: 0;
      top: 3px; }
  .re-item .tags {
    margin-bottom: 0; }
    .re-item .tags a {
      position: relative;
      z-index: 2;
      color: #fff;
      border-bottom: 1px dotted #b27ed8;
      white-space: nowrap; }
      .re-item .tags a:hover {
        border-bottom: 1px solid #ccc; }
  .re-item:hover {
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

.btn-view-portfolio {
  text-align: center;
  margin-top: 20px; }

@media (min-width: 630px) and (max-width: 767px) {
  .portfolio-intro {
    padding-right: 120px; } }
@media (min-width: 440px) and (max-width: 629px) {
  .re-item {
    margin: 0 60px 15px; } }
@media (max-width: 629px) {
  #re-carousel .owl-nav {
    top: 40%;
    right: auto;
    width: 100%;
    z-index: 0; }
  #re-carousel .owl-next {
    float: right;
    margin-right: 10px; } }
@media (max-width: 439px) {
  #re-carousel .owl-next {
    margin-right: 25px; }
    #re-carousel .owl-next.disabled {
      display: none; }
  #re-carousel .owl-prev {
    margin-left: 25px; }
    #re-carousel .owl-prev.disabled {
      display: none; } }
/* Events Portfolio (archive page) */
#event-portfolio-wrap {
  margin-left: -15px;
  margin-right: -15px; }

#event-archive .re-item {
  margin: 0 0 30px; }
@media (min-width: 1000px) and (max-width: 1400px) {
  #event-archive .item {
    width: 33.33333333%; } }
@media (max-width: 600px) {
  #event-archive .item {
    width: 100%;
    float: none; } }

#event-tabs {
  margin: 0 15px 25px; }
  #event-tabs span {
    display: block;
    padding: 10px 15px 10px 0;
    font-weight: bold; }
  #event-tabs a {
    color: #000; }
  #event-tabs li.active > a, #event-tabs li.active > a:focus, #event-tabs li.active > a:hover {
    color: #fff;
    background-color: #662C91; }
  @media (max-width: 1239px) {
    #event-tabs li.leader {
      display: block;
      float: none; } }

#select-filter {
  margin: 0 15px 25px; }
  #select-filter strong {
    display: block; }
  #select-filter select {
    width: 100%;
    display: block; }

/* Single Event Page */
ul.event-data {
  list-style-type: none;
  margin-left: 0;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  ul.event-data li strong {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.66667rem;
    vertical-align: middle;
    color: #999;
    min-width: 90px; }
  ul.event-data li a {
    color: #444;
    border-bottom: 1px dotted #999; }
    ul.event-data li a:hover {
      color: #662C91;
      border-bottom: 1px solid #662C91; }
  ul.event-data li:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    color: #999; }
  ul.event-data li.event-dates:before {
    content: "\f073"; }
  ul.event-data li.event-location:before {
    content: "\f041"; }
  ul.event-data li.event-tags:before {
    content: "\f02b"; }

#sidebar-gallery {
  height: 350px;
  background: #ccc; }
  @media (min-width: 768px) and (max-width: 991px) {
    #sidebar-gallery {
      height: 250px; } }

/* Boats Portfolio (archive page) */
#boat-portfolio-wrap {
  margin-left: -15px;
  margin-right: -15px; }

#boat-archive .re-item {
  margin: 0 0 30px; }
  #boat-archive .re-item .details {
    min-height: initial; }
  #boat-archive .re-item .data {
    padding-left: 0; }
  #boat-archive .re-item .excerpt {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-size: 0.72222rem;
    padding-left: 20px;
    margin-bottom: 3px; }
    #boat-archive .re-item .excerpt:before {
      content: "\f05a";
      font-family: "FontAwesome";
      position: absolute;
      left: 0;
      top: 0; }
@media (max-width: 600px) {
  #boat-archive .item {
    width: 100%;
    float: none; } }

/* Single Event Page */
ul.event-data {
  list-style-type: none;
  margin-left: 0;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  ul.event-data li strong {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.66667rem;
    vertical-align: middle;
    color: #999;
    min-width: 90px; }
  ul.event-data li a {
    color: #444;
    border-bottom: 1px dotted #999; }
    ul.event-data li a:hover {
      color: #662C91;
      border-bottom: 1px solid #662C91; }
  ul.event-data li:before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 7px;
    color: #999; }
  ul.event-data li.event-dates:before {
    content: "\f073"; }
  ul.event-data li.event-location:before {
    content: "\f041"; }
  ul.event-data li.event-tags:before {
    content: "\f02b"; }

#sidebar-gallery {
  height: 350px;
  background: #ccc; }
  @media (min-width: 768px) and (max-width: 991px) {
    #sidebar-gallery {
      height: 250px; } }

/*  Featured Testimonials (Home Page) */
#section-recent-events + #section-featured-testimonials {
  padding-top: 20px; }

#section-featured-testimonials .section-subhead span {
  background: #f3f3f3; }
#section-featured-testimonials .reviewer {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.77778rem;
  font-weight: bold;
  margin: 15px 0; }
#section-featured-testimonials .owl-nav {
  position: absolute;
  width: 100%;
  top: 20px; }
  @media (max-width: 767px) {
    #section-featured-testimonials .owl-nav {
      display: none; } }
#section-featured-testimonials .owl-prev, #section-featured-testimonials .owl-next {
  color: #662C91;
  border: 2px solid #662C91;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 4px 15px;
  cursor: pointer; }
  #section-featured-testimonials .owl-prev:hover, #section-featured-testimonials .owl-next:hover {
    color: #fff;
    background: #662C91;
    border-color: #662C91; }
#section-featured-testimonials .owl-prev {
  float: left;
  margin-left: -65px; }
#section-featured-testimonials .owl-next {
  float: right;
  margin-right: -65px; }
#section-featured-testimonials .owl-dot span {
  border: 2px solid #662C91;
  background: transparent;
  cursor: pointer; }
#section-featured-testimonials .owl-dot.active span {
  background: #662C91;
  cursor: default; }

#review-carousel:before, #review-carousel:after {
  font-family: "FontAwesome";
  position: absolute;
  opacity: 0.05;
  font-size: 50px;
  font-size: 2.77778rem; }
#review-carousel:before {
  content: "\f10d";
  top: -40px;
  left: -15px; }
#review-carousel:after {
  content: "\f10e";
  bottom: 60px;
  right: -15px; }
#review-carousel.single-carousel .owl-nav {
  display: none; }

/* Testimonial Archive Page */
#testimonial-wrap .detail {
  padding-top: 25px;
  border-top: 1px solid #ddd; }

/* Newsletter Subscription Form */
#newsletter-subscription {
  position: relative;
  padding-top: 45px;
  padding-bottom: 30px; }
  #newsletter-subscription .title {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    margin: 2px 0 0; }
  #newsletter-subscription .intro {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 0.88889rem; }
  #newsletter-subscription input.rounded-field {
    color: #fff; }
  #newsletter-subscription .rounded-icon-button {
    background: #fff; }
    #newsletter-subscription .rounded-icon-button span {
      display: none; }
    #newsletter-subscription .rounded-icon-button i {
      font-size: 24px;
      font-size: 1.33333rem;
      margin-top: -5px; }
  #newsletter-subscription label.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.66667rem;
    font-style: italic;
    margin-left: 20px; }
  #newsletter-subscription input.error {
    border-color: red !important; }
  #newsletter-subscription .cs-form .cs-form-mask {
    background: #662C91;
    opacity: 1; }
  #newsletter-subscription .ajax-loader {
    background: url(../images/loader-large-newsletter.gif) no-repeat left center;
    left: 15px; }
  #newsletter-subscription .response.error {
    color: red;
    font-size: 16px;
    font-size: 0.88889rem;
    margin-bottom: 10px; }
  #newsletter-subscription .response.success {
    font-weight: bold;
    padding-left: 35px; }
    #newsletter-subscription .response.success:before {
      content: "\f05d";
      font-family: "FontAwesome";
      position: absolute;
      top: -11px;
      left: 15px;
      font-size: 30px;
      font-size: 1.66667rem;
      font-weight: normal; }
  @media (max-width: 767px) {
    #newsletter-subscription {
      padding: 45px 20px;
      text-align: center; }
      #newsletter-subscription .title {
        text-align: center;
        font-size: 22px;
        font-size: 1.22222rem;
        margin-bottom: 5px; }
      #newsletter-subscription .rounded-icon-button {
        width: 100%;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px; }
        #newsletter-subscription .rounded-icon-button span {
          display: inline;
          margin-right: 5px;
          font-weight: bold; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Main Footer */
.footer {
  background-color: #333;
  padding: 40px 0 30px;
  color: #fff;
  font-size: 16.2px;
  font-size: 0.9rem;
  position: relative;
  z-index: 1; }
  .footer a {
    color: #dddddd; }
    .footer a:hover {
      color: #aaa; }
  .footer h3 {
    font-size: 16.2px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    -moz-box-shadow: 0px 10px 1px -9px #1a1a1a;
    -webkit-box-shadow: 0px 10px 1px -9px #1a1a1a;
    box-shadow: 0px 10px 1px -9px #1a1a1a; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }

/* Footer Logo */
#footer-logo {
  width: 281px;
  height: 75px;
  padding: 0;
  background: url(../images/logo-jand-footer.png) no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    #footer-logo {
      margin: 0px auto; } }

#footer-tagline {
  text-align: right;
  margin-top: 2px; }
  #footer-tagline span {
    padding-left: 15px;
    padding-right: 15px; }
  #footer-tagline strong {
    background: #333;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
  #footer-tagline:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #777;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 27px; }
  #footer-tagline:after {
    content: "";
    width: 71px;
    position: absolute;
    left: 36px;
    top: 0;
    height: 53px;
    background: #333; }

#footer-follow {
  text-align: right;
  padding-right: 15px;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.11111rem; }
  @media (max-width: 991px) {
    #footer-follow {
      text-align: center;
      margin-top: 25px; } }

.footer-follow-lead {
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: bold; }

/*@media (max-width:540px){
    #footer-logo {
        display: block;
        position: relative;
        left: 50%;
        margin-left: -36px;
    }
    #footer-tagline {
        text-align: center;
        margin-top: 20px;
        &:before, &:after {
            display:none;
        }
    }
    #footer-follow {
        text-align:center;
        padding-left:15px;
    }
}*/
/* Share */
.col-share {
  text-align: center; }
  @media (min-width: 768px) {
    .col-share {
      text-align: right; } }
  .col-share #share, .col-share .jssocials-shares {
    display: inline; }
  .col-share .jssocials-share {
    display: inline-block;
    margin-left: .6em; }

#share-leader {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.77778rem;
  margin-top: 10px; }

/* Copyrights Footer */
.copyright {
  background-color: #111;
  padding: 15px 0;
  font-size: 16.2px;
  font-size: 0.9rem;
  color: #aaaaaa;
  position: relative;
  z-index: 1; }
  .copyright .content {
    font-size: 12px;
    font-size: 0.66667rem;
    text-align: left; }
    .copyright .content a {
      color: #777; }
    @media (max-width: 767px) {
      .copyright .content {
        text-align: center;
        margin-bottom: 10px; } }

/*--------------------------------------------------------------
# Additional Modules
--------------------------------------------------------------*/
.alert {
  font-weight: 400; }
  .alert.alert-icon {
    padding-left: 65px;
    position: relative; }
    .alert.alert-icon:before {
      content: "\f05a";
      font-family: "FontAwesome";
      position: absolute;
      top: 5px;
      left: 15px;
      font-size: 40px; }
    .alert.alert-icon.alert-icon-danger:before {
      content: "\f06a"; }
    .alert.alert-icon.alert-icon-warning:before {
      content: "\f071"; }
    .alert.alert-icon.alert-icon-success:before {
      content: "\f058"; }

/* Bootstrap Accordion Display */
.panel {
  border-color: #ffffff;
  border-radius: 0 !important;
  box-shadow: none; }
  .panel .panel-heading {
    border-radius: 0; }
  .panel .panel-body p {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .panel-corporate {
    margin-left: -15px;
    margin-right: -15px; } }
/* Hero Image */
#hero {
  position: relative; }

/* Home Page Hero - Slider */
.home-slides {
  z-index: 0;
  height: 100vh; }
  .home-slides:hover .slides-navigation a {
    opacity: 1;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .home-slides:hover .slides-navigation a.prev {
      left: 10px; }
    .home-slides:hover .slides-navigation a.next {
      right: 10px; }
  .home-slides .slides-container {
    list-style-type: none;
    margin-left: 0; }
    .home-slides .slides-container li img {
      width: 100%; }
    .home-slides .slides-container li:not(.active-slide) {
      display: none; }

.home-slide-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1920px; }

.home-slide-content {
  width: 100%;
  height: 100%;
  padding: 0 10%;
  position: relative;
  top: auto;
  left: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  text-align: center;
  cursor: default;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-transform: translate3d(0, -20px, 0) scale(0.85);
  -ms-transform: translate3d(0, -20px, 0) scale(0.85);
  -webkit-transform: translate3d(0, -20px, 0) scale(0.85);
  transform: translate3d(0, -20px, 0) scale(0.85);
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0; }
  .home-slide-content .subheading {
    display: inline-block;
    font-size: 18px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-bottom: 15px;
    border: 2px solid #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
  .home-slide-content .heading {
    color: #fff;
    font-size: 44px;
    font-size: 2.44444rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    line-height: 1; }
    @media (max-width: 767px) {
      .home-slide-content .heading {
        font-size: 34px;
        font-size: 1.88889rem; } }

.home-slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000; }

.active-slide .home-slide-content {
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1; }

.slides-navigation a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  opacity: 0; }
  .slides-navigation a span {
    display: none; }
  .slides-navigation a.prev:before, .slides-navigation a.next:before {
    font-family: "FontAwesome";
    font-size: 42.3px;
    font-size: 2.35rem;
    color: #fff;
    display: block;
    margin-left: 15px;
    margin-top: -11px; }
  .slides-navigation a.prev:hover, .slides-navigation a.next:hover {
    background: #662C91;
    border-color: #662C91; }
  .slides-navigation a.prev {
    left: -50px; }
    .slides-navigation a.prev:before {
      content: "\f104"; }
  .slides-navigation a.next {
    right: -50px; }
    .slides-navigation a.next:before {
      content: "\f105";
      margin-left: 18px; }

#hero.fallback {
  height: 100vh; }
  #hero.fallback .backstretched-image {
    height: 100vh;
    position: absolute;
    width: 100%; }
  #hero.fallback .home-slide-content {
    opacity: 1;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }

/* Page/Archive Hero */
#hero.page_hero {
  width: 100%;
  position: relative;
  background: #000 !important;
  height: 40vh; }
  #hero.page_hero.event_hero, #hero.page_hero.boat_hero {
    height: 60vh; }
  #hero.page_hero.position_bottom img {
    top: auto !important;
    bottom: 0px !important; }
  #hero.page_hero.position_top img {
    top: 0 !important; }
  #hero.page_hero .backstretch {
    position: fixed !important;
    left: auto !important; }
    #hero.page_hero .backstretch:before {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 200px;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */ }
    #hero.page_hero .backstretch:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 90px;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
  #hero.page_hero .hero-caption-wrap {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 100%; }
  #hero.page_hero .hero-caption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
    #hero.page_hero .hero-caption h2 {
      color: rgba(255, 255, 255, 0.6);
      font-size: 54px;
      font-size: 3rem;
      margin-bottom: 0; }
  @media (max-width: 767px) {
    #hero.page_hero {
      margin-top: 75px; }
      #hero.page_hero .backstretch {
        top: 75px !important; }
        #hero.page_hero .backstretch:before {
          display: none; }
        #hero.page_hero .backstretch:after {
          height: 150px; } }

.solid_hero {
  height: 160px;
  background: #2e0d0d;
  background: -moz-linear-gradient(top, #2e0d0d 0%, #662c91 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #2e0d0d), color-stop(100%, #662c91));
  background: -webkit-linear-gradient(top, #2e0d0d 0%, #662c91 100%);
  background: -o-linear-gradient(top, #2e0d0d 0%, #662c91 100%);
  background: -ms-linear-gradient(top, #2e0d0d 0%, #662c91 100%);
  background: linear-gradient(to bottom, #2e0d0d 0%, #662c91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e0d0d', endColorstr='#662c91', GradientType=0 ); }

/* Single Gallery */
#single_gallery {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px;
  overflow: hidden;
  text-align: center; }
  #single_gallery .thumb_preload {
    width: 200px;
    line-height: 50px;
    font-size: 11px;
    color: #CCC; }
    #single_gallery .thumb_preload img {
      margin-bottom: 2px;
      margin-right: 5px; }
  #single_gallery .scrollableArea {
    margin: 0px auto; }
    #single_gallery .scrollableArea a img {
      margin: 0 2px 5px;
      border: 1px solid #333;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-transition: all 0.35s;
      -o-transition: all 0.35s;
      -webkit-transition: all 0.35s;
      transition: all 0.35s; }
    #single_gallery .scrollableArea a:hover img {
      border: 1px solid #999;
      -moz-box-shadow: #ccc 0px 0px 5px;
      -webkit-box-shadow: #ccc 0px 0px 5px;
      box-shadow: #ccc 0px 0px 5px; }

/* Maps */
.gmap {
  width: 100%;
  height: 300px;
  min-height: 250px; }

.iw_container {
  text-align: center; }
  .iw_container .iw_image img {
    max-width: 90px;
    height: auto; }
  .iw_container .iw_description {
    color: #444;
    padding-top: 10px; }
    .iw_container .iw_description p {
      line-height: normal;
      margin-bottom: 0; }

/* Contact Data */
.contact-info {
  padding: 0 0 35px;
  margin: 0 0 35px;
  border-bottom: 1px solid #ccc; }

.contact-email:before, .contact-address:before, .contact-phone:before, .contact-fax:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 5px;
  margin-left: 15px; }

.contact-address {
  margin-bottom: 15px; }
  .contact-address:before {
    content: "\f041"; }

.contact-phone, .contact-fax, .contact-email {
  white-space: nowrap; }

.contact-phone:before {
  content: "\f095"; }

.contact-fax:before {
  content: "\f1ac"; }

.contact-email:before {
  content: "\f0e0"; }

.contact-more strong {
  text-transform: uppercase;
  font-size: 12.6px;
  font-size: 0.7rem;
  padding-right: 5px; }
  @media (max-width: 767px) {
    .contact-more strong {
      display: none; } }

/* Office Map */
#location-map {
  position: relative;
  text-align: center;
  padding-top: 25px; }

/* Youtube Player */
.video-hero {
  min-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  z-index: 2;
  background: #303030; }
  .video-hero:before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background: url("../images/loaders/loader-roller-large.gif") no-repeat;
    opacity: .5; }

#fsvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../images/video-background.jpg") no-repeat center center;
  background-size: cover; }

.mb_YTPBar, .mb_YTVPBar {
  opacity: 1;
  background: transparent; }

.mb_YTPBar .buttonBar {
  text-align: right;
  padding-right: 10px;
  top: -20px; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar span.mb_YTPTime, .mb_YTPBar span.mb_YTPUrl, .mb_YTPBar span.mb_OnlyYT, .mb_YTPProgress, .mb_YTVPBar span.mb_YTVPTime, .mb_YTVPBar span.mb_YTVPUrl, .mb_YTVPBar span.mb_OnlyYT, .mb_YTVPProgress {
  display: none; }

.mb_YTPBar:hover .buttonBar, .mb_YTVPBar:hover .buttonBar {
  background: transparent; }

/* WP Gallery */
.gallery {
  max-width: 1200px;
  margin: 0px auto; }
  .gallery .gallery-item {
    padding: 10px; }
    .gallery .gallery-item a {
      display: block;
      position: relative; }
      .gallery .gallery-item a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0; }
      .gallery .gallery-item a:after {
        content: "\f196";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0px auto;
        text-align: center;
        color: #fff;
        z-index: 10;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: 0;
        font-size: 36px;
        font-size: 2rem;
        opacity: 0; }
      .gallery .gallery-item a:hover:before, .gallery .gallery-item a:hover:after {
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 1; }
  @media (max-width: 690px) {
    .gallery.gallery-columns-4 .gallery-item {
      max-width: 50%; } }
  @media (max-width: 375px) {
    .gallery.gallery-columns-4 .gallery-item {
      max-width: 100%;
      padding: 15px; } }

/*--------------------------------------------------------------
# Adjustments for Thai version
--------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1230px) {
  .lang_th .navbar-nav > li > a {
    padding: 26px 9px; }
  .lang_th .dropdown-menu > li > a {
    padding-left: 9px;
    padding-right: 9px; } }
@media (min-width: 941px) and (max-width: 1030px) {
  .lang_th .navbar-nav > li > a, .lang_th .dropdown-menu > li > a {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.77778rem; } }
@media (min-width: 768px) and (max-width: 880px) {
  .lang_th #language_menu {
    margin-right: -15px;
    margin-top: 12px; }
    .lang_th #language_menu a {
      display: block;
      line-height: normal;
      margin: 0px !important; }
  .lang_th .headroom--top #language_menu {
    margin-top: 25px; } }
@media (min-width: 768px) and (max-width: 850px) {
  .lang_th .navbar-nav > li > a, .lang_th .dropdown-menu > li > a {
    padding-left: 7px;
    padding-right: 7px; } }

/*# sourceMappingURL=style.css.map */


/* Gravity Forms Customizations */
.gform-theme--framework .gform-field-label,
.gform-theme--foundation .gfield input,
.gform-theme--foundation .gfield textarea{
    text-align: left !important;
}

.gform-theme--framework {
  --gf-color-primary: #662C91 !important;
}
