@charset "UTF-8";
/*!
Theme Name: aul
Theme URI: http://underscores.me/
Author: Johannes Wehner
Author URI: http://johanneswehner.com
Description: Theme for aul.gl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aul
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

aul is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Neat + Layout
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

body {
  background: #FFF; }

#main {
  padding: 0 20px; }
  @media screen and (min-width: 1074px) {
    #main {
      padding: 0; } }

body.home #main {
  padding: 0; }

#main-content-wrapper {
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto; }
  #main-content-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.inner-container {
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto; }
  .inner-container::after {
    clear: both;
    content: "";
    display: block; }

#masthead {
  background: #fff; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("/wp-content/themes/aul/fonts/brandon_grotesque/brandon_light.otf");
  font-weight: 100; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("/wp-content/themes/aul/fonts/brandon_grotesque/brandon_reg.otf");
  font-weight: normal; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("/wp-content/themes/aul/fonts/brandon_grotesque/brandon_med.otf");
  font-weight: 500; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("/wp-content/themes/aul/fonts/brandon_grotesque/brandon_bld.otf");
  font-weight: bold; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("/wp-content/themes/aul/fonts/brandon_grotesque/brandon_blk.otf");
  font-weight: 900; }

@font-face {
  font-family: 'Lato';
  src: url("/wp-content/themes/aul/fonts/lato2/lato-regular.ttf");
  font-weight: normal; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

body {
  font-family: 'Brandon Grotesque'; }

.menu-item a {
  font-family: 'Brandon Grotesque'; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Brandon Grotesque'; }

h1.entry-title {
  font-size: 5.2vw;
  margin-bottom: 0; }
  @media screen and (min-width: 1074px) {
    h1.entry-title {
      font-size: 46px; } }
  @media screen and (max-width: 480px) {
    h1.entry-title {
      font-size: 30px; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    h1.entry-title {
      font-size: 6.4vw; } }

.entry-content h3 {
  margin: 0;
  font-size: 4.4vw; }
  @media screen and (min-width: 1074px) {
    .entry-content h3 {
      font-size: 40px; } }
  @media screen and (max-width: 480px) {
    .entry-content h3 {
      font-size: 22px; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .entry-content h3 {
      font-size: 5.4vw; } }

.entry-content h4 {
  font-size: 3.8vw; }
  @media screen and (min-width: 1074px) {
    .entry-content h4 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .entry-content h4 {
      font-size: 18px; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .entry-content h4 {
      font-size: 4.4vw; } }

p {
  margin-bottom: 1.5em;
  font-family: 'Lato';
  color: #686868;
  font-size: 18px;
  line-height: 34px;
  max-width: 707px; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

.entry-content b, .entry-content strong {
  font-weight: 900; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  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: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

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

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

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; }

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

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

table.tablepress thead th {
  background: none; }

body.page-template-page_hero .column-2, body.page-template-page_hero .column-3 {
  width: 25%; }

#masthead {
  position: relative;
  z-index: 20;
  background: #fff; }
  #masthead .masthead-tools {
    position: absolute;
    top: 20px;
    right: 20px; }
    @media screen and (min-width: 1074px) {
      #masthead .masthead-tools {
        right: 0; } }
    #masthead .masthead-tools .masthead-link {
      display: inline-block; }
      #masthead .masthead-tools .masthead-link::after {
        margin: 0px 8px 0px;
        content: '￮';
        display: inline-block;
        top: -1px;
        position: relative;
        font-size: 10px;
        content: '￮'; }
    #masthead .masthead-tools .masthead-search svg {
      width: 12px;
      top: 3px;
      position: relative; }
    #masthead .masthead-tools .masthead-search::after {
      content: '';
      display: none; }
    @media screen and (max-width: 480px) {
      #masthead .masthead-tools .masthead-traffic {
        display: none; } }
    @media screen and (max-width: 480px) {
      #masthead .masthead-tools .masthead-link.masthead-language .aul-lang-toggle img {
        display: none; } }
    #masthead .masthead-tools a {
      font-size: 12px;
      color: #848484;
      text-transform: uppercase;
      text-decoration: none; }
  #masthead .logo {
    z-index: 20;
    position: relative;
    padding-top: 34px;
    padding-bottom: 10px;
    max-width: 180px; }
    #masthead .logo img {
      transition: width 0.3s; }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      #masthead .logo {
        max-width: 130px; }
        #masthead .logo img {
          width: 130px; } }
    @media screen and (max-width: 480px) {
      #masthead .logo {
        max-width: 120px; }
        #masthead .logo img {
          width: 120px; } }
  #masthead .menu-toggle {
    position: relative;
    top: -14px;
    right: 20px; }

#masthead-fixed .logo {
  z-index: 20;
  position: absolute;
  top: 10px;
  max-width: 180px; }
  #masthead-fixed .logo img {
    transition: width 0.3s; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #masthead-fixed .logo {
      max-width: 130px; }
      #masthead-fixed .logo img {
        width: 130px; } }
  @media screen and (max-width: 480px) {
    #masthead-fixed .logo {
      max-width: 120px; }
      #masthead-fixed .logo img {
        width: 120px; } }

#masthead-fixed .inner-container, #masthead .inner-container {
  padding: 0 20px;
  position: relative; }
  @media screen and (min-width: 1074px) {
    #masthead-fixed .inner-container, #masthead .inner-container {
      padding: 0; } }

@media screen and (max-width: 900px) {
  #masthead-fixed .logo {
    display: none; } }

#masthead-language-overlay {
  display: none;
  position: absolute;
  right: 0px;
  width: 160px;
  background: #fff;
  z-index: 20; }
  #masthead-language-overlay ul {
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    list-style: none;
    margin: 0;
    padding: 10px 10px; }
    #masthead-language-overlay ul li {
      padding: 2px 0; }

#masthead-search-form-overlay {
  display: none;
  position: absolute;
  right: 0px;
  width: 330px;
  text-align: right; }
  #masthead-search-form-overlay .search-field {
    height: 36px; }
    @media screen and (max-width: 480px) {
      #masthead-search-form-overlay .search-field {
        margin-top: 5px;
        height: 28px;
        font-size: 14px; } }
  #masthead-search-form-overlay .search-submit {
    display: none; }

#hero {
  margin-bottom: 30px; }
  #hero .hero-inner {
    position: relative;
    min-height: 250px;
    height: 50vw;
    max-height: 450px;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #hero .hero-inner h1 {
      color: #fff;
      font-size: 6.4vw;
      font-weight: 900;
      position: relative;
      max-width: 600px;
      text-align: center;
      line-height: 0.95; }
      @media screen and (max-width: 480px) {
        #hero .hero-inner h1 {
          font-size: 28px; } }
      @media screen and (min-width: 1074px) {
        #hero .hero-inner h1 {
          font-size: 80px;
          margin: 10px 0; } }
    #hero .hero-inner h2.hero-content {
      font-size: 2.4vw;
      line-height: 1.2;
      color: #fff;
      padding: 0 20px;
      max-width: 600px;
      font-weight: 400;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 480px) {
        #hero .hero-inner h2.hero-content {
          font-size: 16px; } }
      @media screen and (min-width: 480px) and (max-width: 768px) {
        #hero .hero-inner h2.hero-content {
          font-size: 3.0vw; } }
      @media screen and (min-width: 1074px) {
        #hero .hero-inner h2.hero-content {
          font-size: 22px; } }
    #hero .hero-inner a.buy-badge {
      position: absolute;
      display: flex;
      top: -9vw;
      right: -16vw;
      z-index: 5;
      background: #923026;
      border-radius: 100%;
      height: 16vw;
      width: 16vw;
      font-size: 1.6vw;
      color: #fff;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 1074px) {
        #hero .hero-inner a.buy-badge {
          height: 180px;
          width: 180px;
          top: -50px;
          right: -200px;
          font-size: 16px; } }
      @media screen and (min-width: 480px) and (max-width: 768px) {
        #hero .hero-inner a.buy-badge {
          display: none; } }
      @media screen and (max-width: 480px) {
        #hero .hero-inner a.buy-badge {
          display: none; } }
      #hero .hero-inner a.buy-badge .buy-badge-text {
        display: block;
        max-width: 70%;
        line-height: 1.2;
        text-align: center; }
    #hero .hero-inner a.buy-button {
      /*margin-top: 40px;*/
	  margin-left:10px;
	  margin-right:10px;
      background: #468c4a;
      box-shadow: 0px 3px 0px 0px #214223;
      border-radius: 6px;
      padding: 15px 60px;
      color: #FFF;
      font-family: 'Brandon Grotesque';
      font-weight: bold;
      font-size: 1.6vw;
      letter-spacing: 1px;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 1074px) {
        #hero .hero-inner a.buy-button {
          font-size: 14px; } }
      @media screen and (min-width: 480px) and (max-width: 768px) {
        #hero .hero-inner a.buy-button {
          font-size: 2.0vw; } }
      @media screen and (max-width: 480px) {
        #hero .hero-inner a.buy-button {
          margin-top: 20px;
          font-size: 12px;
          padding: 10px 60px; } }

#hero.frontpage-hero .hero-inner {
  /*
	h2.hero-content {
		font-weight: 500;
	}
	@include media($mobile) {
		h1 {
			padding-top: 30px;
			font-size: 28px;
		}
		h2.hero-content {
			font-size: 16px;
		}
	}
*/ }

.fact-boxes {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none; }
  .fact-boxes h3 {
    font-size: 3.0vw; }
    @media screen and (max-width: 480px) {
      .fact-boxes h3 {
        font-size: 24px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      .fact-boxes h3 {
        font-size: 4.0vw; } }
    @media screen and (min-width: 1074px) {
      .fact-boxes h3 {
        font-size: 28px; } }
  .fact-boxes h3 a {
    text-decoration: none;
    color: #923026; }
  .fact-boxes h3 a::before {
    content: '> '; }
  .fact-boxes .fact-box {
    border-bottom: 1px solid #dcdcdc; }
  .fact-boxes .fact-contents.hidden {
    max-height: 0px !important;
    overflow: hidden;
    opacity: 0; }
  .fact-boxes .fact-contents {
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 1;
    max-height: auto; }

ul.icon-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
  ul.icon-menu-list::after {
    clear: both;
    content: "";
    display: block; }
  ul.icon-menu-list li a {
    background-image: linear-gradient(-135deg, #fbfcfd 0%, #f2f5f8 100%);
    display: block;
    min-height: 200px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px; }
  ul.icon-menu-list h3 {
    color: #923026;
    font-size: 2.0vw;
    width: 100%;
    font-weight: 400; }
    @media screen and (min-width: 1074px) {
      ul.icon-menu-list h3 {
        font-size: 24px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      ul.icon-menu-list h3 {
        font-size: 2.6vw; } }
    @media screen and (max-width: 480px) {
      ul.icon-menu-list h3 {
        font-size: 16px; } }
  ul.icon-menu-list .icon-menu-content {
    color: #434343; }

@media screen and (max-width: 480px) {
  body.home ul.icon-menu-list li,
  body ul.icon-menu-list li {
    float: left;
    display: block;
    margin-right: 8.87574%;
    width: 45.56213%; }
    body.home ul.icon-menu-list li:last-child,
    body ul.icon-menu-list li:last-child {
      margin-right: 0; }
    body.home ul.icon-menu-list li:nth-child(2n),
    body ul.icon-menu-list li:nth-child(2n) {
      margin-right: 0; }
    body.home ul.icon-menu-list li:nth-child(2n+1),
    body ul.icon-menu-list li:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 480px) and (max-width: 768px) {
  body.home ul.icon-menu-list li,
  body ul.icon-menu-list li {
    float: left;
    display: block;
    margin-right: 4.24929%;
    width: 47.87535%; }
    body.home ul.icon-menu-list li:last-child,
    body ul.icon-menu-list li:last-child {
      margin-right: 0; }
    body.home ul.icon-menu-list li:nth-child(2n),
    body ul.icon-menu-list li:nth-child(2n) {
      margin-right: 0; }
    body.home ul.icon-menu-list li:nth-child(2n+1),
    body ul.icon-menu-list li:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 768px) {
  body.home ul.icon-menu-list li,
  body ul.icon-menu-list li {
    float: left;
    display: block;
    margin-right: 2.7933%;
    width: 31.47114%; }
    body.home ul.icon-menu-list li:last-child,
    body ul.icon-menu-list li:last-child {
      margin-right: 0; }
    body.home ul.icon-menu-list li:nth-child(3n),
    body ul.icon-menu-list li:nth-child(3n) {
      margin-right: 0; }
    body.home ul.icon-menu-list li:nth-child(3n+1),
    body ul.icon-menu-list li:nth-child(3n+1) {
      clear: left; } }

@media screen and (min-width: 768px) {
  body.page-template-page_overview ul.icon-menu-list li {
    float: left;
    display: block;
    margin-right: 2.7933%;
    width: 31.47114%; }
    body.page-template-page_overview ul.icon-menu-list li:last-child {
      margin-right: 0; }
    body.page-template-page_overview ul.icon-menu-list li:nth-child(3n) {
      margin-right: 0; }
    body.page-template-page_overview ul.icon-menu-list li:nth-child(3n+1) {
      clear: left; } }

ul.image-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px; }
  ul.image-menu-list::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    ul.image-menu-list li {
      float: left;
      display: block;
      margin-right: 2.7933%;
      width: 48.60335%; }
      ul.image-menu-list li:last-child {
        margin-right: 0; }
      ul.image-menu-list li:nth-child(2n) {
        margin-right: 0; }
      ul.image-menu-list li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    ul.image-menu-list li {
      float: left;
      display: block;
      margin-right: 4.24929%;
      width: 47.87535%; }
      ul.image-menu-list li:last-child {
        margin-right: 0; }
      ul.image-menu-list li:nth-child(2n) {
        margin-right: 0; }
      ul.image-menu-list li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    ul.image-menu-list li {
      float: left;
      display: block;
      margin-right: 8.87574%;
      width: 100%; }
      ul.image-menu-list li:last-child {
        margin-right: 0; } }
  ul.image-menu-list li a {
    background-image: linear-gradient(-135deg, #fbfcfd 0%, #f2f5f8 100%);
    background-size: cover;
    background-position: center center;
    height: 30vw;
    max-height: 300px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    padding: 5vw; }
    @media screen and (min-width: 1074px) {
      ul.image-menu-list li a {
        padding: 40px; } }
    @media screen and (max-width: 480px) {
      ul.image-menu-list li a {
        min-height: 40vw; } }
  ul.image-menu-list .header-wrapper {
    flex: 1;
    width: 100%;
    display: flex;
    background: rgba(66, 10, 9, 0.8);
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  ul.image-menu-list h3 {
    color: #fff;
    font-size: 3vw;
    width: 100%;
    font-weight: 500; }
    @media screen and (min-width: 1074px) {
      ul.image-menu-list h3 {
        font-size: 40px; } }
    @media screen and (min-width: 480px) and (max-width: 768px) {
      ul.image-menu-list h3 {
        font-size: 4.0vw; } }
    @media screen and (max-width: 480px) {
      ul.image-menu-list h3 {
        margin-top: 20px;
        font-size: 20px;
        padding: 10px 60px; } }
  ul.image-menu-list .icon-menu-content {
    color: #434343; }

body.search-results #main article a {
  text-decoration: none;
  color: #404040; }

.page-template-page_pricelist .seasons h2 {
  display: inline-block;
  font-weight: 400;
  margin-top: 0; }
  .page-template-page_pricelist .seasons h2.current-season {
    color: #923026;
    border-bottom: 3px solid #923026; }
  .page-template-page_pricelist .seasons h2.other-season {
    border-bottom: 3px solid #8c8c8c;
    padding: 0 30px; }
    .page-template-page_pricelist .seasons h2.other-season a {
      color: #8c8c8c;
      text-decoration: none; }

.page-template-page_pricelist .entry-content p, .page-template-page_pricelist .entry-content br {
  display: none; }

.page-template-page_pricelist label {
  font-size: 18px;
  margin-right: 10px; }

.page-template-page_pricelist #departure-form {
  margin-bottom: 20px; }

.page-template-page_pricelist .tablepress, .page-template-page_pricelist .tablepress-table-name {
  display: none; }

.page-template-page_pricelist .tablepress td, .page-template-page_pricelist .tablepress th {
  text-align: right; }

.page-template-page_pricelist .tablepress td.column-1, .page-template-page_pricelist .tablepress th.column-1 {
  text-align: left;
  width: 15%; }

.page-template-page_pricelist .tablepress thead th {
  background: none; }

.page-template-page_pricelist table {
  margin-top: 20px; }

.page-template-page_pricelist th {
  text-align: left; }

.page-template-page_pricelist td, .page-template-page_pricelist th {
  padding: 10px 0; }
  .page-template-page_pricelist td .label, .page-template-page_pricelist th .label {
    display: none; }

.page-template-page_pricelist tr {
  border-bottom: 1px solid #e5e5e5; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .page-template-page_pricelist {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    .page-template-page_pricelist table, .page-template-page_pricelist thead, .page-template-page_pricelist tbody, .page-template-page_pricelist th, .page-template-page_pricelist td, .page-template-page_pricelist tr {
      display: block; }
    .page-template-page_pricelist thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .page-template-page_pricelist tr {
      border: 1px solid #ccc;
      margin-bottom: 20px; }
    .page-template-page_pricelist td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
      .page-template-page_pricelist td .label {
        display: inline; }
    .page-template-page_pricelist .tablepress td, .page-template-page_pricelist .tablepress th {
      text-align: left; }
    .page-template-page_pricelist .column-1 {
      font-weight: bold; }
    .page-template-page_pricelist td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    .page-template-page_pricelist .tablepress tbody tr:first-child td {
      border-top: 1px solid #ddd; } }

#colophon {
  text-align: center;
  background: #303a45;
  padding: 40px 0 0;
  color: #fff;
  position: relative; }
  #colophon a {
    color: #c1c1c1;
    text-decoration: none;
    font-weight: 100;
    font-size: 15px;
    line-height: 1.8; }
  #colophon h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 1; }
  #colophon .sub-footer {
    font-size: 14px;
    margin-top: 30px;
    background: #23282D;
    padding: 10px;
    color: #dcdcdc; }
    #colophon .sub-footer a {
      color: #dcdcdc; }
  #colophon .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  #colophon .footer-col ul.social li {
    margin: 0.83em 0; }
    #colophon .footer-col ul.social li span {
      display: inline-block;
      top: -7px;
      left: 4px;
      position: relative; }
  #colophon .footer-col li {
    padding-left: 20px; }
  @media screen and (min-width: 1074px) {
    #colophon .footer-col {
      float: left;
      display: block;
      margin-right: 2.7933%;
      width: 14.33892%; }
      #colophon .footer-col:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    #colophon .footer-col {
      float: left;
      display: block;
      margin-right: 2.7933%;
      width: 14.33892%; }
      #colophon .footer-col:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    #colophon .footer-col {
      margin-top: 20px;
      float: left;
      display: block;
      margin-right: 4.24929%;
      width: 47.87535%; }
      #colophon .footer-col:last-child {
        margin-right: 0; }
      #colophon .footer-col:nth-child(2n) {
        margin-right: 0; }
      #colophon .footer-col:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 480px) {
    #colophon .footer-col {
      margin-top: 20px;
      float: left;
      display: block;
      margin-right: 8.87574%;
      width: 45.56213%; }
      #colophon .footer-col:last-child {
        margin-right: 0; }
      #colophon .footer-col:nth-child(2n) {
        margin-right: 0; }
      #colophon .footer-col:nth-child(2n+1) {
        clear: left; } }

body.page-template-page_schedule tspan.active {
  fill: #000;
  font-weight: bold; }

body.page-template-page_schedule .tablepress thead th {
  background: none; }

body.page-template-page_schedule .entry-content p, body.page-template-page_schedule .entry-content br {
  display: none; }

body.page-template-page_schedule .tablepress, body.page-template-page_schedule .tablepress-table-name {
  display: none; }

body.page-template-page_schedule table {
  margin-top: 20px; }

body.page-template-page_schedule td, body.page-template-page_schedule th {
  padding: 10px 0; }
  body.page-template-page_schedule td .label, body.page-template-page_schedule th .label {
    display: none; }

body.page-template-page_schedule #content {
  position: relative; }

body.page-template-page_schedule .entry-content {
  position: relative;
  z-index: 5;
  float: left;
  display: block;
  margin-right: 2.7933%;
  width: 57.16946%; }
  body.page-template-page_schedule .entry-content:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    body.page-template-page_schedule .entry-content {
      float: left;
      display: block;
      margin-right: 8.87574%;
      width: 100%; }
      body.page-template-page_schedule .entry-content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    body.page-template-page_schedule .entry-content {
      float: left;
      display: block;
      margin-right: 4.24929%;
      width: 100%; }
      body.page-template-page_schedule .entry-content:last-child {
        margin-right: 0; } }

body.page-template-page_schedule .map {
  float: left;
  display: block;
  margin-right: 2.7933%;
  width: 40.03724%;
  margin-right: 0; }
  body.page-template-page_schedule .map:last-child {
    margin-right: 0; }
  body.page-template-page_schedule .map svg {
    margin-top: -12vw;
    margin-right: -15%;
    float: right;
    width: 100%; }
    @media screen and (min-width: 1074px) {
      body.page-template-page_schedule .map svg {
        margin-top: -102px;
        margin-right: -112px; } }
  @media screen and (max-width: 480px) {
    body.page-template-page_schedule .map {
      display: none; } }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    body.page-template-page_schedule .map {
      display: none; } }

body.page-template-page_schedule .tablepress td, body.page-template-page_schedule .tablepress th {
  padding-left: 10px; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  body.page-template-page_schedule {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */ }
    body.page-template-page_schedule table, body.page-template-page_schedule thead, body.page-template-page_schedule tbody, body.page-template-page_schedule th, body.page-template-page_schedule td, body.page-template-page_schedule tr {
      display: block; }
    body.page-template-page_schedule thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    body.page-template-page_schedule tr {
      border: 1px solid #ccc;
      margin-bottom: 20px; }
    body.page-template-page_schedule td, body.page-template-page_schedule th {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
      body.page-template-page_schedule td .label, body.page-template-page_schedule th .label {
        display: inline; }
    body.page-template-page_schedule .tablepress td, body.page-template-page_schedule .tablepress th {
      text-align: left; }
    body.page-template-page_schedule .column-1 {
      font-weight: bold; }
    body.page-template-page_schedule td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    body.page-template-page_schedule .tablepress tbody tr:first-child td {
      border-top: 1px solid #ddd; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

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

.menu-toggle {
  float: right; }

@media screen and (max-width: 900px) {
  #masthead {
    border-bottom: 3px solid #e6e8ec; }
  #site-navigation-fixed {
    display: none; }
  .static-menu {
    top: 24px;
    position: absolute;
    background: #FFF;
    width: 100%; }
    .static-menu ul {
      background: #e8eaee; }
      .static-menu ul li {
        float: none;
        border-bottom: 1px solid #ced0d5; }
        .static-menu ul li a {
          font-size: 22px;
          color: #303A45;
          padding: 10px 20px; } }

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block;
    float: right;
    font-size: 24px; }
    .main-navigation ul .menu-item a {
      margin-left: 25px;
      color: #303a45;
      letter-spacing: 0px; }
  #site-navigation, #site-navigation-fixed {
    border-bottom: 3px solid #e6e8ec; }
  #site-navigation.main-navigation ul {
    float: right;
    margin-right: 20px; }
    #site-navigation.main-navigation ul .menu-item a {
      border-bottom: 3px solid #e6e8ec;
      margin-bottom: -3px;
      padding-bottom: 4px; }
    #site-navigation.main-navigation ul .menu-item.current-menu-item a, #site-navigation.main-navigation ul .menu-item.current-page-ancestor a {
      margin-bottom: -3px;
      border-bottom: 3px solid #923026; } }

@media screen and (min-width: 1074px) {
  #site-navigation.main-navigation ul {
    margin-right: 0; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

#site-navigation {
  position: absolute;
  bottom: 0px;
  z-index: 15; }
  #site-navigation > div {
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto; }
    #site-navigation > div::after {
      clear: both;
      content: "";
      display: block; }

#masthead-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  background: #FFF; }
  #masthead-fixed .sticky-menu {
    margin: 0 auto;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto; }
    #masthead-fixed .sticky-menu::after {
      clear: both;
      content: "";
      display: block; }

#sub-nav {
  background: #303a45;
  padding: 20px 0; }
  @media screen and (max-width: 900px) {
    #sub-nav {
      display: none; } }
  #sub-nav .sub-nav-inner {
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto; }
    #sub-nav .sub-nav-inner::after {
      clear: both;
      content: "";
      display: block; }
  #sub-nav ul {
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    float: right;
    margin-right: 20px; }
    @media screen and (min-width: 1074px) {
      #sub-nav ul {
        margin-right: 0px; } }
  #sub-nav li {
    float: left;
    margin-left: 30px; }
  #sub-nav a {
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    padding: 20px 0; }
  #sub-nav .current_page_item a {
    margin-bottom: -3px;
    border-bottom: 3px solid #FFF; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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: 14px;
    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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  clear: both;
  content: "";
  display: block; }

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

select, option {
  font-family: 'Brandon Grotesque'; }

.select-style {
  display: inline-block;
  border: 1px solid #ccc;
  width: 180px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("/wp-content/themes/aul/images/arrowdown.gif") no-repeat 90% 50%;
  position: relative;
  top: 13px; }

.select-style select {
  padding: 5px 8px;
  width: 140%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none; }

.select-style select:focus {
  outline: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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-content::after,
  .entry-content::after,
  .entry-summary::after {
    clear: both;
    content: "";
    display: block; }

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

.page-divider {
  height: 0;
  border-bottom: 3px solid #e6e8ec;
  margin-bottom: 30px; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* 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%; }

/*--------------------------------------------------------------
## 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; }

@media screen and (max-width: 675px) {
.hero-inner .buy-button{display:block;text-align:center;margin-bottom:10px;}
#hero .hero-inner{min-height:300px;}
}