body {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #333;
  overflow-x: hidden;
  font-weight: 300;
}

.container {
  max-width: 1000px;
}

p {
  margin: 0 0 20px 0;
}

h1,
.h1 {
  font-size: 18px;
  color: #000;
}

h2,
.h2 {
  font-size: 16px;
  color: #000;
}

h3,
.h3 {
  font-size: 15px;
  color: #000;
}

h4,
.h4 {
  font-size: 14px;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

.nt {
  color: #2f6f9f;
}

a {
  color: #584AAE;
  transition: ease 0.6s all;
}

a:hover {
  color: #3F2980;
  text-decoration: none;
  border-bottom: solid 3px #3F2980;
}

ul.links.inline {
  padding: 0;
}

ol,
ul {
  padding-left: 20px;
}

ul.links.inline li {
  list-style: none;
}

.block {
  margin-bottom: 12px;
}

.region-content {
  padding: 10px 2px;
}

.block h2.title {
  text-transform: uppercase;
}

.main-header {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 10;
}

#block-announcements {
  position: relative;
  float: right;
}

#block-announcements h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

@media (max-width: 767px) {

  .main-header {
    position: relative;
    height: auto;
    margin-bottom: 0px;
    overflow: unset;
  }
}

#gwtCurve {
  position: absolute;
  top: -2px;
  left: -4px;
  width: 101%;
  height: 250px;
  overflow: hidden;
}

.main-header nav {
  background: none;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 200;
  min-height: auto;
}

.main-header nav.navbar-default {
  background: none;
  border-radius: unset;
}

.main-header .region {
  position: relative;
  z-index: 2;
}

.main-header .block {
  margin: 0;
}

/*Region Header*/

.site-branding {
  margin: 0;
}

.brand.logo {
  margin-right: 5px;
}

.brand.logo a:hover {
  border: none;
}

.brand.logo img {
  width: 200px;
}

.region-header .brand {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  padding: 3px 0;
}

.brand.site-name {
  display: none;
}

.site-name a {
  font-size: 18px;
  font-weight: 500;
  color: purple;
}

.region-header .site-branding__slogan {
  font-size: 10px;
  color: #584AAE;
}

/*Banner*/

.slideshow {
  text-align: center;
  line-height: 160%;
}

.slideshow h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

/*Top Widget*/

.topwidget {
  padding: 20px 0 0 0;
  text-align: center;
}

.topwidget .fa {
  font-size: 42px;
  background: #584AAE;
  width: 80px;
  height: 80px;
  padding: 20px 0 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  color: #fff;
  margin-bottom: 10px;
}

.topwidget .block {
  padding: 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fafafa;
}

/*Promo*/

.region-promo {
  border: 1px solid #e9e8ed;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  margin: 20px 0;
  background: #fdfdfd;
}

.region-promo h2 {
  margin: 5px 0;
}

.region-promo p,
.region-promo .block {
  margin: 0;
}

/*Sidebar Blocks*/

.sidebar .block {
  background: #fafafa;
  padding: 10px;
}

.sidebar .block h2.title {
  text-transform: capitalize;
  margin-top: 0;
}

/*Footer Widgets*/

.footer-widgets .block {
  background: #fafafa;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.footer-widgets .block h2.title {
  margin: 5px 0 10px 0;
}

.footer-widgets {
  padding: 20px 0;
}

.footer-widgets img {
  max-width: 100%;
  border: 5px solid #fff;
  box-shadow: 0px 0px 2px #ddd;
}

/*Footer Ribbon*/

.footer-ribbon {
  margin: 0;
  border: 0;
  background: #d1c3df;
  color: #fff;
}

.footer-ribbon ul {
  margin: 10px 0;
  padding: 0;
}

.footer-ribbon nav li {
  display: inline-block;
}

.footer-ribbon nav li a {
  display: block;
  padding: 5px;
}

#footer-bottom {
  text-align: center;
  padding: 25px 0 5px;
}

/*Copyright & Credit*/

.copy_credit .copyright,
.copy_credit .credit {
  margin: 10px;
}

.copyright a {
  border: none;
}

.credit {
  font-size: 10px;
}

/*Scroll Top*/

#toTop a.scrollUp {
  background: #584AAE;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  cursor: pointer;
}

#toTop a.scrollUp .fa {
  color: #fff;
  font-size: 30px;
  height: 54px;
  line-height: 54px;
  width: 54px;
}

#toTop a.scrollUp:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background: #3F2980;
}

/*Social Media*/

.social-media {
  text-align: right;
}

.social-media > a {
  position: relative;
  top: 10px;
  width: 32px;
  height: 32px;
  background: #584AAE;
  display: inline-block;
  border-radius: 32px;
  -moz-border-radius: 32px 32px 32px 32px;
  -webkit-border-radius: 32px 32px 32px 32px;
  color: #fff;
  margin: 1px;
}

.social-media > a > .fa {
  position: absolute;
  left: 32%;
  top: 30%;
  font-size: 14px;
}

.social-media .icon-twitter:hover {
  background: #00aced;
  color: #fff;
}

.social-media .icon-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.social-media .icon-pinterest:hover {
  background: #dd4b39;
  color: #fff;
}

.social-media .icon-instagram:hover {
  background: #0274b3;
  color: #fff;
}

.social-media .icon-youtube:hover {
  background: #e12b28;
  color: #fff;
}

/*Designer Line - Horizontal*/

hr.style-gwt {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(88,74,174,0), rgba(88,74,174,0.75), rgba(88,74,174,0));
  background-image: -moz-linear-gradient(left, rgba(88,74,174,0), rgba(88,74,174,0.75), rgba(88,74,174,0));
  background-image: -ms-linear-gradient(left, rgba(88,74,174,0), rgba(88,74,174,0.75), rgba(88,74,174,0));
  background-image: -o-linear-gradient(left, rgba(88,74,174,0), rgba(88,74,174,0.75), rgba(88,74,174,0));
  margin: 0;
  position: relative;
  top: 30px;
}

/*Form*/

input,
button,
select,
textarea {
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 25px;
  border: 1px solid #584AAE;
}

.contact-message-form label {
  display: block;
}

.btn,
input[type="submit"] {
  background: #584AAE;
  color: #fff;
  border: 0;
  line-height: 100%;
  padding: 10px;
}

.btn:hover,
input[type="submit"]:hover {
  background: #3F2980;
}

/*Front Page*/

.path-frontpage .feed-icon {
  display: none;
}

/*Menu*/

.navbar-default .navbar-toggle {
  margin-right: 0;
  border: 0;
  color: #f63103;
  background: none;
  padding: 6px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f63103;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
  display: none;
}

.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active {
  padding: 10px 20px;
  padding-right: 58px;
  line-height: 23px;
  text-decoration: none;
}

.menu-base-theme a.current {
  background: #006892;
  color: white;
}

.menu-base-theme a.disabled {
  color: #a1d1e8;
}

.menu-base-theme a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #dcdcdc;
  background: #efefef;
}

.menu-base-theme a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
}

.menu-base-theme ul {
  background: white;
}

.menu-base-theme ul ul {
  background: rgba(102, 102, 102, 0.1);
}

.menu-base-theme ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-base-theme ul li:first-child {
  border-top: 0;
}

.region-primary-menu {
  display: none;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
}

.navbar-toggle {
  z-index: 999;
}

/*Breadcrumb*/

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 11px;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
}

.breadcrumb ul li {
  display: inline-block;
}

/*Search Form*/

.search-block-form {
  max-width: 500px;
  margin: 0 auto;
}

.region-search {
  padding: 15px;
}

#search-block-form {
  display: table;
  width: 100%;
}

#search-block-form .form-item,
#search-block-form .form-actions {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

#search-block-form .form-search {
  padding-right: 34px;
}

#search-block-form .form-actions {
  left: -41px;
  width: 41px;
}

#search-block-form input {
  width: 100%;
  height: 41px;
}

#search-block-form .fa-search {
  color: #584AAE;
  font-size: 20px;
  left: 32%;
  position: absolute;
  top: 27%;
}

#search-block-form input[type="submit"] {
  background: transparent;
}

#search-block-form input[type="submit"]:hover {
  background: transparent;
}

#search-block-form .form-actions:hover i {
  color: #3F2980;
  cursor: pointer;
}

/*Demo Typography*/

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
}

.highlight {
  padding: 5px;
  background-color: #f7f7f9;
  margin: 15px 0;
}

.highlight pre {
  border: 0;
  background: none;
  margin: 0;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

/*Contact Form*/

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

/*User Login Form*/

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #ddd;
  padding: 10px 30px;
  background: #fff;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text {
  width: 100%;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 11px;
  color: #999;
  font-style: italic;
}

/*Comment*/

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-submitted {
  margin: 3px 0;
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

/*links Inline*/

ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

/*Carousel*/

.carousel-caption p,
.carousel-caption h3 {
  display: none;
}

.carousel-caption h3 {
  margin-top: 0;
}

.carousel-indicators li {
  border: 1px solid #584AAE;
}

.carousel-indicators .active {
  background-color: #584AAE;
  height: 10px;
  width: 10px;
}

/*Profile Page*/

.path-user .profile >div {
  display: inline-block;
}

.path-user .profile .label {
  display: block;
  color: #333;
}

/*Sliding header widget*/

.slidewidget {
  background: transparent;
  left: 0;
  position: absolute;
  top: 49px;
  width: 100%;
  height: 0;
}

.slidewidget #sliding-header-wrap {
  display: none;
  color: #333;
  position: relative;
  z-index: 13;
}

.slidewidget .wrapper {
  position: relative;
  z-index: 100;
  background-color: #32ecc8;
  border-bottom: 2px solid #584AAE;
}

.slidewidget .toggle-switch {
  background-color: #584AAE;
  position: relative;
  top: 0;
  left: 0;
  width: 49px;
  height: 49px;
  z-index: 250;
}

.slidewidget .fa-gear.fa-spin {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  left: 25%;
  position: absolute;
  text-align: center;
  top: 25%;
}

.slidewidget img.left {
  float: left;
  margin: 10px 10px 0 0;
  width: 50%;
}

.slidewidget ul {
  padding-left: 15px;
}

.slidewidget .block {
  padding: 20px 10px 10px;
}

.slidewidget .block h2.title {
  margin: 5px 0 10px 0;
}



/* Custom */

.dialog-off-canvas-main-canvas {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}


#page-title {
  position: fixed;
  top: 140px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 10;
  font-size: 2.8rem;
  border-bottom: solid 1px #d1c3df;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #page-title {
    position: relative;
    top: 20px;
  }
}

.admin #page-title {
  top: 210px;
}

.admin #block-gwt4-local-tasks {
  position: fixed;
  top: 200px;
  right: 0px;
  z-index: 100;
}

#page-title .page-title {
  font-size: 2.8rem;
  margin-left: 1.5vw;
}

#wrapper {
  position: relative;
  top: 200px;
  margin-bottom: 200px;
  background: url(../images/flower_graphic_30.png) no-repeat;
  background-position: 0px 350px;
  background-attachment: fixed;
}

.page-node-type-page #wrapper {
  top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #wrapper {
    top: 0px;
    margin-bottom: 0px;
    background-position: 0px 150px;
  }
}

.front-page #wrapper {
  top: 100px;
  min-height: 630px;
  background-position: 0px 200px;
  margin-bottom: 100px;
}

#block-gwt4-content {
  position: relative;
  margin-top: 20px;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
}

@media (max-width: 767px) {
  .page-node-type-page #block-gwt4-content {
    top: -100px;
  }

  .page-node-type-page #wrapper {
    top: 0px;
    margin-bottom: 0px;
  }
}

#block-tripbuttons {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 57px;
  background: #d1c3df;
}

#block-tripbuttons p {
  position: relative;
  margin: 0;
  margin-left: 25px;
  max-width: 75%;
}

#block-tripbuttons p a {
  display: inline-block;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 9px;
  margin-left: 15px;
  text-decoration: none;
  border-radius: 3px;
  border: solid 1px #abc;
  background-color: rgba(255, 255, 255, .5);
  transition: ease 0.6s all;
}

#block-tripbuttons p a:hover {
  background-color: #584AAE;
  color: #fff;
}

@media (max-width: 1199px) {
  #block-tripbuttons p a {
    margin-left: 0;
    font-size: 1.4rem;
  }
}

#block-tripbuttons .addthis_toolbox {
  position: relative;
  float: right;
  top: 20px;
  left: 0px;
  min-width: 125px;
}

#block-tripbuttons .addthis_toolbox a:hover {
  opacity: .5;
}


#block-trip-slideshow-block-1 {
  position: relative;
  top: 70px;
  right: 1.5vw;
  max-width: 640px;
  width: 100%;
  border: solid 4px #fff;
  box-shadow: 0 0 5px #584AAE;
  float: right;
}

@media (max-width: 1199px) {
  #block-trip-slideshow-block-1 {
    float: none;
    right: 0px;
    left: .8vw;
  }
}

.field--name-field-trip-date {
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .field--name-field-trip-date {
    margin-top: 90px;
  }
}

/*
.field--name-field-trip-date, .field--name-field-price, .field--name-field-number-of-days {
  background-color: rgba(209, 195, 223, .2);
  padding: 2px;
  padding-left: 15px;
  width: 50%;
}

.field--name-field-trip-date {
  padding-top: 15px;
}

.field--name-field-number-of-days {
  padding-bottom: 15px;
}*/

.field--name-field-highlights-inclusions {
  position: relative;
  top: 85px;
  clear: both;
  padding: 20px;
  background-color: rgba(209, 195, 223, .2);
  margin-bottom: 50px;
  box-shadow: 0 0 5px #d1c3df;
}


#block-gwt4-content .field--name-body {
  margin-top: 100px;
  padding-top: 20px;
}

#block-gwt4-content .field--name-body .field__label {
  font-size: 2.4rem;
  padding-bottom: 12px;
}


/* Hide the trip images & region at the bottom of the trip page */
.node--type-trip .field--name-field-image.field--type-image, .node--type-trip .field--name-field-region {
  display: none;
}

.col-md-3.sidebar-second {
  background: #d1c3df;
  padding-bottom: 15px;
}


#block-home-page-letter-block-1 {
  position: relative;
  top: 0px;
  width: 100%;
}

#block-home-page-slideshow-block-1 {
  position: relative;
  top: 0px;
  width: 100%;
}

#block-home-page-slideshow-block-1 .views_slideshow_cycle_teaser_section {
  float: right;
  width: 100%;
  border: solid 16px #fff;
  box-shadow: 0 0 5px #584AAE;
}

#block-home-page-slideshow-block-1 li {
  list-style: none;
  margin-left: 0;
  border: solid 1px #999;
}

#block-home-page-slideshow-block-1 .views-field-title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

#block-home-page-slideshow-block-1 .views-field-field-number-of-days {
  text-align: center;
}

#block-home-page-slideshow-block-1 .views-field-field-price {
  text-align: center;
  margin-bottom: 12px;
}

#block-home-page-slideshow-block-1 .views-slideshow-controls-bottom {
  position: relative;
  clear: both;
  float: right;
  width: 100%;
  max-width: 800px;
}

#block-home-page-slideshow-block-1 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  background: #d1c3df;
}

#block-home-page-slideshow-block-1 .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #f63103;
}

#block-bookingblock {
  position: relative;
  top: 0px;
}

#block-bookingblock h2.title {
  padding: 20px;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  text-align: center;
  background: #584AAE;
}

/* Hide the webform title in the booking block */
#block-bookingblock .field--name-field-webform.field--type-webform .field__label {
  display: none;
}

#block-bookingblock .webform-readonly label {
  display: block;
}

#block-bookingblock input[type="text"], #block-bookingblock input[type="email"] {
  width: 80%;
}

#block-bookingblock input[type="tel"] {
  width: 92%;
}

@media (max-width: 1199px) {
  #block-bookingblock input[type="text"], #block-bookingblock input[type="email"] {
    max-width: 100%;
  }

  #block-bookingblock input[type="tel"] {
    max-width: 100%;
  }
}

#block-bookingblock #edit-disclosures {
  color: purple;
}

#block-bookingblock legend {
  margin-bottom: 15px !important;
}

#block-trippricinginfo {
  margin-top: 30px;
}

#block-trippricinginfo h2.title {
  padding: 20px;
  margin-top: 0px;
  margin-left: -15px;
  margin-right: -15px;
  color: #fff;
  text-align: center;
  background: #584AAE;
}


#block-tripcalendartext {
  margin-left: 25px;
  margin-right: 25px;
}

.view-id-trip_calendar table {
  width: 100%;
}

.view-id-trip_calendar table caption {
  margin-top: 25px;
  margin-bottom: 7px;
  font-size: 2.0rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: solid 1px #584AAE;
}

.view-id-trip_calendar table:first-child caption {
  margin-top: 0;
}

.view-id-trip_calendar table thead tr th {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.view-id-trip_calendar table tbody tr:hover {
  background: #eef;
}

.view-id-trip_calendar table tbody tr td {
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.view-id-trip_calendar table tbody tr td a {
  color: #3F2980;
}

.view-id-trip_calendar table .views-field-title {
  width: 70%;
}

.view-id-trip_calendar table .views-field-field-number-of-days {
  text-align: center;
}

.view-id-trip_calendar table .views-field-field-trip-date {
  text-align: right;
}


.footer-space {
  position: relative;
  height: auto;
  background: #584AAE;
  padding: 15px;
}

.footer-space ul.menu {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}

@media (max-width: 767px) {

  .footer-space {
    padding: 5px;
  }

  .footer-space ul.menu {
    column-count: 2;
  }
}

.footer-space ul.menu li a {
  color: #fff;
}

.footer-space ul.menu li:hover a, .footer-space ul.menu a.is-active  {
  color: #f63103;
  border: none;
}

.footer-ribbon a:hover {
  border: none;
}

.footer-ribbon .social-media {
  margin-top: 3px;
}

#block-gwt4-footer a {
  font-weight: 700;
  margin-left: 10px;
}

#block-gwt4-footer a:hover {
  opacity: .5;
}


#celebratingYears {
  position: relative;
  top: 30px;
  margin-bottom: 30px;
  color: #584AAE;
  font-size: 2.4rem;
  text-transform: uppercase;
}

#celebratingYears .yrs {
  font-family: Great Vibes, Monotype Corsiva, cursive, Cochin-Italic, serif;
  font-size: 4.6rem;
  text-transform: capitalize;
  padding-right: 4px;
}

@media (max-width: 767px) {
	#headerMsg {
		background: #584AAE;
		padding: 10px;
	}
}

@media (min-width: 768px) {
	#headerMsg {
		position: fixed; right: 10px; top: 1px; z-index: 100; padding: 3px; line-height: 22px; font-weight: 700; text-shadow: 0 0 1px #000;
	}
}

