@charset "UTF-8";
/*!
Theme Name: AM2 Theme
Theme URI: 
Author: AM2 Studio
Author URI: http://am2studio.hr/
Description: AM2 Studio starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins */
/**
*
* Variables
*
**/
/** Grid **/
/** Typography **/
/**
*
* Colors
*
**/
/**
*
* Breakpoints
*
**/
/**
*
* Mixins
*
**/
/*
 * BEM element/modifier
 */
/* Reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,latin-ext);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Base */
/**
*
* Fonts
*
**/
@font-face {
  font-family: 'TrajanProRegular';
  src: url("fonts/TrajanProRegular.eot");
  src: url("fonts/TrajanProRegular.eot?#iefix") format("embedded-opentype"), url("fonts/TrajanProRegular.woff2") format("woff2"), url("fonts/TrajanProRegular.woff") format("woff"), url("fonts/TrajanProRegular.ttf") format("truetype"), url("fonts/TrajanProRegular.svg#TrajanProRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/**
*
* Defaults
*
**/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 1.52941;
  color: #fff;
  background: #051a35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

a {
  color: #c2b16e;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d1c492; }

p,
ul,
ol {
  margin: 0 0 30px 0;
  letter-spacing: 0.2px; }

ol {
  margin: 0 0 43px;
  padding-left: 0;
  counter-reset: orderedList;
  list-style-type: none; }
  ol li {
    position: relative;
    padding-left: 31px; }
    ol li:before {
      position: absolute;
      left: 5px;
      counter-increment: orderedList;
      content: counters(orderedList);
      content: counters(orderedList, ".") ".";
      color: #345c8f;
      font-weight: 700; }

ol ol {
  margin-top: 4px;
  margin-bottom: 0; }

ol ol li {
  padding-left: 40px; }

ol ol ol li {
  padding-left: 60px; }

ol ol ol ol li {
  padding-left: 75px; }

p:last-child,
ul:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TrajanProRegular", sans-serif;
  line-height: 1.2;
  font-weight: 400; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #c2b16e; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #d1c492; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden; }

figure img {
  width: 100%;
  height: auto; }

figure a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03); }

figure a:hover img.real_img {
  -webkit-transform: scale(1.03) translateX(-50%) translateY(-50%);
          transform: scale(1.03) translateX(-50%) translateY(-50%); }

img {
  border: 0;
  -webkit-backface-visibility: hidden; }

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

img.dummy {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

img.real_img {
  bottom: auto;
  display: block;
  height: auto;
  left: 50%;
  margin: auto;
  position: absolute;
  right: auto;
  top: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

img.wider {
  height: auto !important;
  width: 100% !important; }

img.taller {
  width: auto !important;
  height: 100% !important; }

.anchor {
  position: absolute;
  top: 48px; }

/* Layout */
/**
*
* AM2 Grid Maker
*
**/
.container {
  width: 100%;
  padding: 0px 1.1278%; }

.col-1 {
  width: 100%; }

.col-12 {
  width: 48.84615%;
  margin-right: 2.30769%; }

.col-13 {
  width: 31.79487%;
  margin-right: 2.30769%; }

.col-14 {
  width: 23.26923%;
  margin-right: 2.30769%; }

.col-15 {
  width: 18.15385%;
  margin-right: 2.30769%; }

.col-16 {
  width: 14.74359%;
  margin-right: 2.30769%; }

.col-23 {
  width: 65.89744%;
  margin-right: 2.30769%; }

.col-25 {
  width: 38.61538%;
  margin-right: 2.30769%; }

.col-34 {
  width: 74.42308%;
  margin-right: 2.30769%; }

.col-35 {
  width: 59.07692%;
  margin-right: 2.30769%; }

.col-45 {
  width: 79.53846%;
  margin-right: 2.30769%; }

.col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-13:nth-of-type(3n) {
  margin-right: 0px; }

.col-14:nth-of-type(4n) {
  margin-right: 0px; }

.col-15:nth-of-type(5n) {
  margin-right: 0px; }

.col-16:nth-of-type(6n) {
  margin-right: 0px; }

.col-12 .col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-12 .col-13:nth-of-type(3n) {
  margin-right: 0px; }

.col-14 .col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-34 .col-12:nth-of-type(2n) {
  margin-right: 0px; }

.col-1,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-23,
.col-25,
.col-34,
.col-35,
.col-45 {
  position: relative;
  float: left; }

/*** Layout ***/
#wrapper {
  overflow: hidden; }

.layout {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  background-size: cover;
  background-position: center;
  background: #051a35; }

.wrapper {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto; }

.layout--narrow .wrapper {
  width: 1040px; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

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

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0 16px;
  color: #fff;
  background: none;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1020px) {
    #header {
      padding: 20px 0; } }
  #header.sticky {
    background: #051a35; }

.header__logo {
  margin: 0;
  padding: 0;
  line-height: 1; }
  @media (max-width: 1020px) {
    .header__logo {
      margin: 0; } }
  .header__logo a img {
    width: auto;
    height: 78px; }

#header.sticky {
  padding: 6px 0 11px; }
  #header.sticky .header__logo {
    margin: 9px 0 0; }
    #header.sticky .header__logo a img {
      height: 60px; }

#content {
  min-height: 300px;
  /*margin-top: 108px;*/ }

.reveal-content {
  position: relative;
  max-height: 116px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 1.64705882353; }
  .reveal-content:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 87px;
    background: url(images/shade-from-bottom.png) repeat-x center 4px;
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .reveal-content.content-revealed {
    max-height: 100% !important;
    margin-bottom: 0; }
    .reveal-content.content-revealed:after {
      height: 0px !important; }

#footer {
  width: 100%;
  padding: 0;
  color: #fff;
  background: #051a35; }
  #footer p {
    margin-bottom: 0; }
  #footer .footer-top .company-info {
    float: left;
    padding: 25px 0 34px;
    font-weight: 600; }
    @media (max-width: 768px) {
      #footer .footer-top .company-info {
        width: 100%;
        padding-bottom: 18px;
        text-align: center; } }
    #footer .footer-top .company-info .company-title {
      color: #c2b16e;
      font-size: 20px; }
    #footer .footer-top .company-info .company-address {
      color: #345c8f;
      font-size: 17px; }
  #footer .footer-top .company-contact {
    float: right;
    padding: 38px 0 0; }
    @media (max-width: 768px) {
      #footer .footer-top .company-contact {
        width: 100%;
        text-align: center;
        padding: 0; } }
    #footer .footer-top .company-contact a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: #345c8f;
      font-size: 17px; }
      @media (max-width: 768px) {
        #footer .footer-top .company-contact a {
          width: 100%;
          padding: 31px 0 0;
          margin: 0 0 25px; } }
      #footer .footer-top .company-contact a:before {
        content: " ";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 29px;
        height: 29px;
        margin-right: 9px;
        background-size: cover; }
        @media (max-width: 768px) {
          #footer .footer-top .company-contact a:before {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto; } }
      #footer .footer-top .company-contact a:hover {
        opacity: 0.8; }
    #footer .footer-top .company-contact .company-telephone {
      margin-right: 19px; }
      @media (max-width: 768px) {
        #footer .footer-top .company-contact .company-telephone {
          margin-right: 0; } }
      #footer .footer-top .company-contact .company-telephone:before {
        background: url(images/phone.png) no-repeat center; }
    #footer .footer-top .company-contact .company-email:before {
      background: url(images/mail.png) no-repeat center; }
  #footer .footer-bottom {
    background: #06182f;
    padding: 20px 0; }
    @media (max-width: 768px) {
      #footer .footer-bottom .copyright,
      #footer .footer-bottom .credits {
        width: 100%;
        text-align: center; } }
    #footer .footer-bottom .copyright {
      float: left;
      color: #243e5d;
      font-size: 16px; }
      #footer .footer-bottom .copyright p {
        float: left; }
        @media (max-width: 768px) {
          #footer .footer-bottom .copyright p {
            float: none; } }
      @media (max-width: 768px) {
        #footer .footer-bottom .copyright {
          display: block; } }
    #footer .footer-bottom .credits {
      float: right;
      color: #243e5d;
      font-size: 17px; }
      #footer .footer-bottom .credits a {
        color: #243e5d; }
        #footer .footer-bottom .credits a:hover {
          border-bottom: 1px solid #345c8f; }

.footer-signup {
  padding: 16px 0 24px;
  background: #06182f; }
  .footer-signup .signup-title {
    display: inline-block;
    float: left;
    width: 40.4%;
    margin: 32px 0;
    font-size: 22px; }
    @media (max-width: 1020px) {
      .footer-signup .signup-title {
        width: 100%;
        margin: 32px 0 0;
        text-align: center; } }

#mc_embed_signup {
  display: inline-block;
  float: right;
  width: 59.6%; }
  @media (max-width: 1020px) {
    #mc_embed_signup {
      width: 100%; } }
  #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
    width: 34.5%;
    float: left;
    margin: 0;
    margin-right: 4%; }
    @media (max-width: 1300px) {
      #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
        margin-right: 4% !important; } }
    @media (max-width: 1020px) {
      #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
        width: 100% !important; } }
    #mc_embed_signup #mc_embed_signup_scroll .mc-field-group:nth-of-type(1) {
      margin-right: 8%; }
    #mc_embed_signup #mc_embed_signup_scroll .mc-field-group label {
      display: none; }
    #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
      padding: 13px 0;
      margin: 20px 0 16px; }
      @media (max-width: 1020px) {
        #mc_embed_signup #mc_embed_signup_scroll .mc-field-group input {
          text-align: center; } }
  #mc_embed_signup #mc_embed_signup_scroll .signup-button {
    width: 19%;
    float: right;
    margin: 0; }
    @media (max-width: 1020px) {
      #mc_embed_signup #mc_embed_signup_scroll .signup-button {
        width: 100%;
        text-align: center; } }
    #mc_embed_signup #mc_embed_signup_scroll .signup-button #mc-embedded-subscribe {
      float: right;
      padding: 10px 21px 8px;
      margin: 26px 0;
      color: #051a35; }
      @media (max-width: 1020px) {
        #mc_embed_signup #mc_embed_signup_scroll .signup-button #mc-embedded-subscribe {
          display: inline-block;
          margin: 26px auto 10px;
          float: none; } }
  #mc_embed_signup #mc_embed_signup_scroll #mce-responses {
    position: relative;
    float: left;
    width: 100%; }
    #mc_embed_signup #mc_embed_signup_scroll #mce-responses:before, #mc_embed_signup #mc_embed_signup_scroll #mce-responses:after {
      display: table;
      content: ''; }
    #mc_embed_signup #mc_embed_signup_scroll #mce-responses:after {
      clear: both; }

/* Components */
.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu .sub-menu {
    display: none; }
  .menu--main-menu {
    /* in sake of wordpress css class naming standards -.-  */
    margin-top: 17px; }
    @media (max-width: 1020px) {
      .menu--main-menu {
        display: none; } }
    .menu--main-menu .menu-item {
      float: left;
      margin: 0 0 0 15px; }
      @media (max-width: 1300px) {
        .menu--main-menu .menu-item {
          margin: 0 0 0 8px; } }
      @media (max-width: 1220px) {
        .menu--main-menu .menu-item {
          margin: 0 0 0 4px; } }
      .menu--main-menu .menu-item a {
        text-align: center;
        display: block;
        padding: 9px 7px 8px;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent; }
        @media (max-width: 1220px) {
          .menu--main-menu .menu-item a {
            padding: 9px 5px 8px; } }
        @media (max-width: 1128px) {
          .menu--main-menu .menu-item a {
            font-size: 14px; } }
      .menu--main-menu .menu-item a:hover {
        border-color: #c2b16e; }
      .menu--main-menu .menu-item.current-menu-item > a {
        border-color: #c2b16e; }
  .menu--responsive-menu {
    position: relative;
    width: 100%; }
    .menu--responsive-menu .sub-menu {
      position: relative;
      padding: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.3); }
    .menu--responsive-menu .menu-item {
      position: relative;
      display: block;
      margin: 0; }
      .menu--responsive-menu .menu-item a {
        padding: 10px;
        border-bottom: 1px solid #474F49;
        color: #fff;
        display: block;
        text-transform: uppercase; }
      .menu--responsive-menu .menu-item.current-menu-item a {
        color: #c2b16e; }
      .menu--responsive-menu .menu-item .submenu-button {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0px;
        padding: 10px;
        background: #051a35; }
        .menu--responsive-menu .menu-item .submenu-button polygon {
          fill: #ffffff; }
  .menu--footer-menu {
    position: relative;
    float: left;
    margin-right: 11px; }
    @media (max-width: 768px) {
      .menu--footer-menu {
        width: 100%;
        margin: 0; } }
    @media (max-width: 768px) {
      .menu--footer-menu ul {
        display: inline-block;
        text-align: center; } }
    .menu--footer-menu:after {
      position: absolute;
      content: "•";
      top: 1px;
      right: 0; }
      @media (max-width: 768px) {
        .menu--footer-menu:after {
          display: none; } }
    .menu--footer-menu .menu-item {
      float: left;
      margin: 0 15px 0 0; }
      .menu--footer-menu .menu-item a {
        font-size: 16px;
        color: #243e5d;
        border-bottom: 1px solid transparent; }
      .menu--footer-menu .menu-item a:hover {
        border-color: #c2b16e; }

/* responsive menu elements */
.resp-menu {
  position: fixed;
  top: 0;
  height: 120%;
  padding-bottom: 35%;
  width: 240px;
  right: -240px;
  overflow-y: scroll;
  background: #051a35;
  border-left: 1px solid #474F49;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.resp-buttons {
  position: relative;
  margin: 29px 0 0;
  display: none; }
  @media (max-width: 1020px) {
    .resp-buttons {
      display: inline-block; } }

.resp-menu-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 21px;
  cursor: pointer; }
  .resp-menu-icon__line {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid #fff;
    width: 100%; }
    .resp-menu-icon__line--top {
      top: 0px; }
    .resp-menu-icon__line--middle {
      top: 9px; }
    .resp-menu-icon__line--bottom {
      top: 18px; }

.menu-open {
  overflow: hidden; }
  .menu-open .resp-menu {
    right: 0; }
  .menu-open #header {
    left: -240px; }
  .menu-open .resp-menu-icon__line--top {
    top: 10px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
    color: #B39977; }
  .menu-open .resp-menu-icon__line--middle {
    opacity: 0; }
  .menu-open .resp-menu-icon__line--bottom {
    top: 10px;
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
    color: #B39977; }

.social {
  margin-top: 16px;
  margin-left: 38px; }
  @media (max-width: 1300px) {
    .social {
      margin-left: 18px; } }
  @media (max-width: 1220px) {
    .social {
      margin-left: 12px; } }
  .social a {
    display: inline-block;
    width: 33px;
    height: 34px;
    padding-top: 4px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    text-align: center; }
    .social a:hover {
      color: #c2b16e;
      border-color: #c2b16e; }
  .social--header {
    float: right; }
    @media (max-width: 1020px) {
      .social--header {
        display: none; } }
    @media (max-width: 1128px) {
      .social--header a {
        width: 30px;
        height: 30px;
        padding-left: 1px;
        font-size: 17px; } }
  .social--resp {
    float: left; }

#header.sticky .menu--main-menu {
  margin-top: 21px; }
  @media (max-width: 1128px) {
    #header.sticky .menu--main-menu {
      margin-top: 27px; } }

#header.sticky .social--header {
  margin-top: 21px; }
  @media (max-width: 1128px) {
    #header.sticky .social--header {
      margin-top: 27px; } }

input,
select,
textarea {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

input[type="text"] {
  -webkit-appearance: none; }

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

.button {
  display: inline-block;
  font-family: "TrajanProRegular", sans-serif;
  font-size: 17px;
  color: #fff;
  border: 1px solid #e6eef2;
  padding: 7px 14px;
  -webkit-appearance: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .button:hover {
    color: #c2b16e;
    border-color: #c2b16e; }

input[type="submit"],
input.wpcf7-submit,
button,
.step-button {
  padding: 10px 30px 8px;
  margin: 37px 0;
  font-family: "TrajanProRegular", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #c2b16e;
  border: none;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  input[type="submit"]:hover,
  input.wpcf7-submit:hover,
  button:hover,
  .step-button:hover {
    opacity: 0.8; }

.button--gold {
  padding: 10px 25px 7px;
  font-size: 22px;
  color: #051a35;
  background: #c2b16e;
  border: none;
  font-weight: 700; }
  .button--gold:hover {
    color: #051a35;
    opacity: 0.8; }

.button--gold-blank {
  padding: 10px 25px 7px;
  font-size: 17px;
  font-family: "Roboto Condensed", sans-serif;
  color: #c2b16e;
  border: 1px solid rgba(194, 177, 110, 0.5);
  font-weight: 400;
  margin-bottom: 40px; }
  .button--gold-blank:hover {
    opacity: 0.8; }

.wpcf7 {
  padding: 0 0 21px; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="number"], textarea {
  display: block;
  overflow: visible;
  width: 100%;
  padding: 22px 0;
  margin-bottom: 8px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #3a4445;
  background: none; }
  input.invalid[type="text"],
  input.invalid[type="email"],
  input.invalid[type="tel"],
  input.invalid[type="search"],
  input.invalid[type="date"],
  input.invalid[type="number"], textarea.invalid {
    border-color: red; }
    input.invalid[type="text"] + label,
    input.invalid[type="email"] + label,
    input.invalid[type="tel"] + label,
    input.invalid[type="search"] + label,
    input.invalid[type="date"] + label,
    input.invalid[type="number"] + label, textarea.invalid + label {
      color: red; }

textarea {
  height: 230px; }
  @media mobile {
    textarea {
      height: 130px; } }

input:focus,
input:active,
textarea:focus,
textarea:active {
  border-color: #c2b16e; }

input.wpcf7-not-valid {
  border-color: #CF4B4B;
  border-left: 1px solid #CF4B4B;
  padding-left: 22px; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #051a35; }
  label.filled {
    color: #051a35; }
  label.active {
    color: #051a35; }

/* contact form 7 errors */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: inline-block;
  padding: 5px 10px;
  background: #cf4b4b;
  color: #fff; }

.wpcf7-mail-sent-ok {
  background: #9dc024;
  color: #fff; }

.screen-reader-response {
  display: none;
  padding: 10px 10px;
  margin-bottom: 20px; }
  .screen-reader-response[role="alert"] {
    /*display: block*/ }

.wpcf7-display-none {
  display: none; }

/* form placeholders */
form ::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

form :-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

form ::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

form :-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

.ajax-loader {
  width: auto !important;
  height: auto !important; }

/* FORMS
------------------------------------------------------------ */
select {
  cursor: pointer; }

span.wpcf7-form-control-wrap {
  display: inline;
  float: left;
  width: 100%; }

/* radio */
label:hover {
  cursor: pointer; }

input[type="radio"],
.wpcf7-form input[type="radio"] {
  width: auto !important;
  margin-right: 4px !important;
  position: relative;
  top: 2px;
  /*background: #000;
    -webkit-appearance: inherit;
    border-radius: 50%;*/ }

.wpcf7-list-item-label {
  margin-right: 8px;
  position: relative; }

.wpcf7-list-item-label:before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid #565454;
  border-radius: 50%;
  top: -2px;
  left: -22px; }

.wpcf7-list-item-label:hover:before {
  background: #1F1F1F; }

.wpcf7-form input[type="radio"] + .wpcf7-list-item-label:after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #565454;
  border-radius: 50%;
  top: 2px;
  left: -18px;
  opacity: 0; }

.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

/*.wpcf7-form input[type="radio"]:checked + .wpcf7-list-item-label:before {
	border-color: #975F94;
}*/
span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 12px;
  margin-top: -16px;
  margin-bottom: 16px; }

div.wpcf7-response-output {
  margin: 0 0 50px;
  padding: 12px;
  font-size: 14px; }

div.wpcf7-validation-errors {
  border: none; }

div.wpcf7-mail-sent-ok {
  background: #398F14; }

@media (min-width: 767px) {
  .wpcf7-form p {
    display: block;
    width: 48%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 0; }
  .wpcf7-form-control-wrap.your-message {
    position: absolute;
    top: 0px;
    width: 98%;
    left: 111%;
    bottom: 120px; }
  .wpcf7-form-control-wrap.your-message textarea {
    min-height: 100px;
    height: 100%; } }

.wpcf7-form .form-note {
  display: none;
  width: 100%;
  position: static;
  color: #E0E0E0;
  padding-bottom: 16px; }

.wpcf7-form .form-note-error {
  width: 100%;
  position: static;
  color: #E0E0E0;
  margin-bottom: 8px; }

.masthead {
  position: relative;
  padding: 64px 0 241px;
  background-color: #051a35;
  background-image: url(images/beautiful-sea.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-family: "TrajanProRegular", sans-serif;
  text-align: center;
  z-index: 1;
  height: 100vh; }
  @media (max-height: 660px) {
    .masthead {
      height: auto; } }
  @media (max-width: 768px) {
    .masthead {
      padding: 94px 0 212px;
      height: auto; } }
  .masthead:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 275px;
    display: block;
    background-image: url(images/shade.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    pointer-events: none; }
  .masthead:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #051a35;
    opacity: 0.4;
    z-index: 2;
    pointer-events: none; }
  .masthead-more {
    position: absolute;
    bottom: 236px;
    display: block;
    padding: 8px 0;
    text-align: center;
    z-index: 3; }
    @media (max-height: 660px) {
      .masthead-more {
        position: relative;
        bottom: auto; } }
    @media (max-width: 768px) {
      .masthead-more {
        position: relative;
        bottom: auto; } }
  .masthead-tagline, .masthead-title, .masthead-subtitle {
    position: relative;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    line-height: 1;
    z-index: 3; }
  .masthead-tagline {
    margin: 0;
    padding: 265px 0;
    font-size: 80px;
    letter-spacing: 0.6px; }
    @media (max-width: 1220px) {
      .masthead-tagline {
        padding: 140px 0 90px; } }
    @media (min-width: 769px) and (max-width: 1020px) {
      .masthead-tagline {
        padding: 120px 0;
        font-size: 60px; } }
    @media (max-width: 768px) {
      .masthead-tagline {
        padding: 36px 0;
        font-size: 45px; } }
    @media (max-height: 760px) {
      .masthead-tagline {
        padding: 140px 0 90px; } }
  .masthead-title {
    margin: 0 0 12px;
    font-size: 45px; }
    @media (max-width: 768px) {
      .masthead-title {
        font-size: 27px; } }
  .masthead-subtitle {
    font-size: 30px;
    letter-spacing: 2px; }
    @media (max-width: 768px) {
      .masthead-subtitle {
        font-size: 22px; } }

.scroll-down {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 54px;
  height: 28px;
  overflow: hidden;
  color: transparent !important;
  z-index: 3;
  background: url(images/arrow-down.png) no-repeat center;
  background-size: contain; }
  .scroll-down:hover {
    opacity: 0.8; }

.service-icons {
  position: absolute;
  height: 75px;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  color: transparent !important;
  text-align: center;
  z-index: 3; }
  .service-icons .service-icon {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    margin: 0 7px;
    background: #fff;
    border-radius: 50%; }
    .service-icons .service-icon i {
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%);
      left: 50%; }
    .service-icons .service-icon:hover {
      opacity: 0.8; }
  .service-icons .service-icon-book i {
    width: 25px;
    height: 25px;
    background: url(images/calendar.png) no-repeat center;
    background-size: contain; }
  .service-icons .service-icon-guide i {
    width: 34px;
    height: 25px;
    background: url(images/directions.png) no-repeat center;
    background-size: contain; }

.book-now {
  position: relative;
  float: left;
  width: 100%;
  /*background-image: url(images/book-now-parallax.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .book-now {
      background-attachment: scroll; } }
  .book-now-container {
    width: 100%;
    padding: 234px 0 243px;
    text-align: center; }
    @media (max-width: 768px) {
      .book-now-container {
        padding: 64px 0; } }
  .book-now-link {
    position: relative;
    display: inline-block;
    font-family: "TrajanProRegular", sans-serif;
    font-size: 22px;
    color: #fff;
    background: #051a35;
    padding: 9px 22px;
    z-index: 2;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .book-now-link:before {
      content: " ";
      position: absolute;
      top: -6px;
      left: -6px;
      bottom: -6px;
      right: -6px;
      border: 1px solid #051a35;
      z-index: -1;
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .book-now-link:hover:before {
      background: rgba(5, 26, 53, 0.5);
      border-color: rgba(5, 26, 53, 0.5); }

.page-head {
  position: relative;
  margin-bottom: 32px; }
  .page-head:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 275px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none; }
    @media (min-width: 767px) {
      .page-head:before {
        background-image: url(images/shade.png); } }
    @media (max-width: 768px) {
      .page-head:before {
        height: 200px;
        /*box-shadow: inset 0px 120px 150px -60px #051a35;*/
        box-shadow: inset 0px 150px 186px -75px #051a35; } }
  .page-head-image {
    padding: 100px 0; }
    @media (max-width: 768px) {
      .page-head-image {
        padding: initial; } }
    @media (max-width: 768px) {
      .page-head-image--desktop {
        display: none; } }
    @media (min-width: 767px) {
      .page-head-image--mobile {
        display: none; } }
  .page-head-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    margin: 0 0 53px;
    font-size: 4.5vw;
    line-height: 1;
    letter-spacing: 0.6px;
    width: 100%;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .page-head-title {
        line-height: 1.3;
        padding-bottom: 10px;
        font-size: 6.5vw; } }
    @media (max-width: 440px) {
      .page-head-title {
        top: 70%; } }

.page-head--crew {
  /*border-bottom: 3px solid $color_tertiary;*/ }

.no-page-head {
  display: block;
  height: 125px; }

.page-title-container .button {
  position: static;
  text-align: center; }

.sub-title {
  position: relative;
  margin: 0 0 24px;
  font-size: 25px;
  line-height: 2.3; }
  @media (max-width: 768px) {
    .sub-title {
      line-height: 1.3;
      padding-bottom: 16px; } }
  .sub-title:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    border-bottom: 2px solid #c2b16e; }

.boat-content .page-title {
  position: relative;
  margin: 0 0 35px; }

.single-route .page-title {
  margin: 0 0 39px; }

.boat-content .sub-title {
  margin: 0 0 33px; }

.archive-gallery-content {
  padding-bottom: 88px; }

.single-gallery-content .am2-gallery .am2-gallery__image {
  width: 24.625%;
  margin-right: 0.5%;
  margin-bottom: 0.5%; }
  .single-gallery-content .am2-gallery .am2-gallery__image:nth-of-type(4n) {
    margin-right: 0; }
  @media (max-width: 768px) {
    .single-gallery-content .am2-gallery .am2-gallery__image {
      width: 49.5%;
      margin-right: 1%;
      margin-bottom: 1.5%; }
      .single-gallery-content .am2-gallery .am2-gallery__image:nth-of-type(2n) {
        margin-right: 0; } }

.crew-member {
  margin: 0 0 54px; }
  .crew-member--image {
    width: 27%;
    margin-right: 3%;
    margin-bottom: 16px;
    border: 4px solid #fff;
    background: #15273E; }
    @media (max-width: 768px) {
      .crew-member--image {
        width: 100%;
        margin-right: 0; } }
  .crew-member--content {
    width: 70%;
    margin-right: 0; }
    @media (max-width: 768px) {
      .crew-member--content {
        width: 100%;
        margin-right: 0; } }
    .crew-member--content .crew__name {
      line-height: 1 !important;
      margin: 0 0 11px !important;
      padding: 0 0 13px; }
      .crew-member--content .crew__name small {
        opacity: 0.4; }
    .crew-member--content .crew__bio {
      font-family: "Roboto Condensed", sans-serif; }
      .crew-member--content .crew__bio p {
        font-size: 17px;
        line-height: 1.53; }

.boat-content p p,
.boat-content .am2-content p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  line-height: 1.53;
  margin-bottom: 26px; }

.boat-content p h2:not(.page-title),
.boat-content .am2-content h2:not(.page-title) {
  position: relative;
  margin: 0 0 33px;
  padding: 0;
  font-size: 25px;
  line-height: 2.3; }

.boat-content .am2-content ul {
  display: inline-block;
  float: left;
  width: 48%;
  margin: 0 0 56px;
  padding: 0;
  padding-right: 2%;
  clear: both; }
  @media (max-width: 768px) {
    .boat-content .am2-content ul {
      width: 100%;
      margin: 0 0 24px;
      padding-right: 0; } }

.boat-content .am2-content p + ul {
  margin-top: -11px; }
  @media (max-width: 768px) {
    .boat-content .am2-content p + ul {
      margin-top: 0; } }

.boat-content .am2-content p + ul + ul,
.boat-content .am2-content p + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
.boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul {
  margin-top: -11px; }
  @media (max-width: 768px) {
    .boat-content .am2-content p + ul + ul,
    .boat-content .am2-content p + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
    .boat-content .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul {
      margin-top: 0; } }

.boat-content .am2-content ul + ul {
  clear: none; }

.boat-content .am2-content ul + *:not(ul) {
  clear: both; }

/** ARCHIVE ROUTES **/
.routes {
  position: relative; }
  .routes .routes-item {
    width: 47.615%;
    margin-bottom: 32px;
    margin-right: 4.77%; }
    .routes .routes-item:nth-of-type(2n) {
      margin-right: 0px; }
    @media (max-width: 768px) {
      .routes .routes-item {
        width: 100%;
        margin-right: 0; } }
    .routes .routes-item figure {
      margin: 0 0 18px; }
    .routes .routes-item h2 {
      margin: 0;
      color: #fff;
      font-size: 25px;
      font-weight: 700; }

a.routes-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.routes-item:hover {
    opacity: 0.8; }
    a.routes-item:hover figure img {
      -webkit-transform: scale(1.03) translateX(-50%) translateY(-50%);
              transform: scale(1.03) translateX(-50%) translateY(-50%); }

/** SINGLE ROUTES **/
.route-map-container {
  margin: 0 0 45px;
  height: 542px; }
  .route-map-container .route-map {
    max-height: 542px; }

.route-description {
  position: relative;
  padding: 0 0 40px; }
  .route-description h2 {
    margin: 0 0 30px;
    font-size: 20px; }
  .route-description ul,
  .route-description ol {
    margin: 0 0 27px;
    padding: 0;
    list-style: none;
    list-style-position: inside; }
    .route-description ul li,
    .route-description ol li {
      position: relative;
      padding-left: 29px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 17px;
      line-height: 1.52941; }
      .route-description ul li:before,
      .route-description ol li:before {
        content: ".";
        position: absolute;
        display: inline-block;
        left: 0;
        top: -4px;
        bottom: 0;
        z-index: 99;
        vertical-align: top;
        font-size: 29px;
        line-height: 17px; }

.start-animation-container {
  position: absolute;
  bottom: 0; }
  .start-animation-container #start-animation {
    margin: 32px; }

.wide-content.comment-items-container,
.comment-items-container {
  margin: 0;
  padding: 32px 0 36px; }

.wide-content.comment-form-container,
.comment-form-container {
  margin: 0;
  padding: 48px 0 32px; }
  .wide-content.comment-form-container:before,
  .comment-form-container:before {
    opacity: 0.8; }

.comment-respond {
  padding: 32px 0 0; }
  .comment-respond .comment-reply-title {
    display: none !important; }
  .comment-respond label {
    color: #fff; }
  .comment-respond input,
  .comment-respond textarea {
    /*border: 1px solid $color_secondary;
        padding: 16px;*/ }
  .comment-respond .comment-form-url,
  .comment-respond .comment-form .comment-notes {
    display: none; }
  .comment-respond .comment-form .comment-form-address,
  .comment-respond .comment-form .comment-form-city,
  .comment-respond .comment-form .comment-form-country,
  .comment-respond .comment-form .comment-form-phone {
    float: left;
    width: 49%; }
    @media (max-width: 768px) {
      .comment-respond .comment-form .comment-form-address,
      .comment-respond .comment-form .comment-form-city,
      .comment-respond .comment-form .comment-form-country,
      .comment-respond .comment-form .comment-form-phone {
        width: 100%;
        margin-right: 0 !important; } }
  .comment-respond .comment-form .comment-form-address,
  .comment-respond .comment-form .comment-form-country {
    margin-right: 2%; }
  .comment-respond .comment-form .form-submit {
    margin: 0; }
    .comment-respond .comment-form .form-submit input {
      color: #051a35; }

.comments-area {
  text-align: left; }
  .comments-area ol.comment-list li.comment {
    position: relative;
    display: block;
    margin: 0 0 36px;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #3a4445; }
    .comments-area ol.comment-list li.comment:before {
      display: none; }
    .comments-area ol.comment-list li.comment:last-child {
      /*border-bottom: none;*/ }
    .comments-area ol.comment-list li.comment .comment-body .comment-author {
      font-family: "TrajanProRegular", sans-serif;
      font-size: 20px;
      color: #c2b16e;
      font-weight: 700; }
      .comments-area ol.comment-list li.comment .comment-body .comment-author cite {
        font-style: normal; }
      .comments-area ol.comment-list li.comment .comment-body .comment-author img,
      .comments-area ol.comment-list li.comment .comment-body .comment-author .says {
        display: none; }
    .comments-area ol.comment-list li.comment .comment-body .comment-awaiting-moderation {
      color: #b34d4d; }
    .comments-area ol.comment-list li.comment .comment-body .comment-custom-fields {
      display: block;
      position: relative;
      top: -5px;
      font-family: "TrajanProRegular", sans-serif;
      font-size: 15px;
      color: #c2b16e; }
    .comments-area ol.comment-list li.comment .comment-body .comment-text,
    .comments-area ol.comment-list li.comment .comment-body p {
      font-weight: 300; }
    .comments-area ol.comment-list li.comment .comment-body .comment-meta,
    .comments-area ol.comment-list li.comment .comment-body .commentmetadata,
    .comments-area ol.comment-list li.comment .comment-body .reply {
      display: none; }

body.page-template-page-booking .psd-debug {
  display: none;
  display: block;
  position: absolute;
  z-index: 999999;
  top: 0;
  right: 0;
  left: 0;
  height: 1769px;
  background: url(booking.jpg) no-repeat center top;
  opacity: 0.2;
  pointer-events: none;
  background-size: auto; }

body.home .book-now-container {
  margin-top: 64px; }

.container .container {
  padding: 0; }

hr {
  margin: 13px 0 36px;
  border-color: transparent;
  background-color: #c2b16e; }

/** SAILING REGATTA - need to edit, this is temporary **/
body.page-id-212 #main div:nth-of-type(4) {
  padding: 0 0 30px; }

body.page-id-212 #main div:nth-of-type(6) {
  padding: 32px 0; }

#fancybox-outer,
#fancybox-content {
  background: none !important; }

.fancy-gallery {
  width: 100%;
  height: 0;
  padding-bottom: 61.75%; }

/* Helpers */
/**
*
* Animations
*
**/
.pulsating {
  -webkit-animation: pulse .5s 2;
  animation: pulse .5s 2; }

@-webkit-keyframes pulse {
  0% {
    background-color: transparent; }
  100% {
    background-color: #c2b16e; } }

@keyframes pulse {
  0% {
    background-color: transparent; }
  100% {
    background-color: #c2b16e; } }

.loader {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  margin: 0 auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 6px solid rgba(194, 177, 110, 0.2);
  border-right: 6px solid rgba(194, 177, 110, 0.2);
  border-bottom: 6px solid rgba(194, 177, 110, 0.2);
  border-left: 6px solid #c2b16e;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/**
*
* Helpers
*
**/
.left {
  position: relative;
  float: left; }

.right {
  position: relative;
  float: right; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

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

.gold {
  color: #c2b16e; }

.bold {
  font-weight: bold; }

/* flexible-layout */
/*** Flexible Content wrapper ***/
.flexible-block {
  position: relative;
  float: left;
  width: 100%;
  background: #051a35;
  padding: 40px 0 0 0; }
  .flexible-block:last-of-type {
    margin-bottom: 0; }
  .flexible-block.has-parallax {
    padding: 0 !important;
    background: transparent; }
    .flexible-block.has-parallax .wide-content {
      margin: 0; }
  .flexible-block .block-title {
    position: relative;
    margin: 0 0 46px;
    padding: 17px 0;
    font-size: 30px;
    text-align: center; }
    .flexible-block .block-title a {
      color: #fff; }
      .flexible-block .block-title a:hover {
        opacity: 0.8; }
    .flexible-block .block-title:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 110px;
      margin: 0 auto;
      border-bottom: 2px solid #c2b16e; }

/*** Accordion ***/
.am2-accordion__panel {
  clear: both; }

.panel-title {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: #051a35;
  border-bottom: 1px solid #010306;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .panel-title:hover {
    color: #fff;
    background: #010306; }

.current .panel-title {
  color: #fff;
  background: #010306; }

.panel-content {
  display: none;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 0 0 3px 3px; }

.am2-accordion__toggle-icon {
  top: 4px; }

.current .am2-accordion__toggle-icon {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.am2-articles---horizontal .article__link {
  display: block; }

.am2-articles---horizontal .article__title {
  margin-top: 0; }

.am2-articles---horizontal .article__text {
  margin-top: 20px;
  font-size: 16px; }

.am2-articles---vertical {
  padding: 24px 0; }
  .am2-articles---vertical .am2-articles__article {
    width: 27.231%;
    margin-right: 9.1535%;
    margin-bottom: 42px; }
    @media (max-width: 768px) {
      .am2-articles---vertical .am2-articles__article {
        width: 100%;
        margin-right: 0; } }
    .am2-articles---vertical .am2-articles__article:nth-of-type(3n) {
      margin-right: 0; }
    @media (max-width: 768px) {
      .am2-articles---vertical .am2-articles__article .article__description {
        text-align: center; } }
    .am2-articles---vertical .am2-articles__article .article__image {
      margin: 0 0 15px; }
    .am2-articles---vertical .am2-articles__article .article__link {
      display: block; }
    .am2-articles---vertical .am2-articles__article .article__title {
      margin: 0 0 10px;
      font-size: 25px; }
    .am2-articles---vertical .am2-articles__article .article__content {
      min-height: 52px;
      margin-bottom: 22px; }
      @media (max-width: 768px) {
        .am2-articles---vertical .am2-articles__article .article__content {
          min-height: auto; } }
      .am2-articles---vertical .am2-articles__article .article__content p {
        font-size: 17px;
        line-height: 1.52941176471;
        color: #cecece; }

.article__image-desktop {
  display: block; }
  @media (max-width: 768px) {
    .article__image-desktop {
      display: none; } }

.article__image-mobile {
  display: none; }
  @media (max-width: 768px) {
    .article__image-mobile {
      display: block; } }

/*** Files ***/
.am2-files__file {
  margin-bottom: 20px;
  padding: 30px;
  border-left: 4px solid transparent;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .am2-files__file:hover {
    border-left: 4px solid #051a35; }
    .am2-files__file:hover .file__link:before {
      width: 20px; }
  .am2-files__file .file__name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #051a35; }
  .am2-files__file .file__description {
    width: 100%; }
    .am2-files__file .file__description p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
  .am2-files__file .file__link {
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link:before {
      width: 0;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 14px;
      font-family: "FontAwesome";
      content: "\f019";
      -webkit-transition: all 0.1s ease-in-out;
      transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link span {
      color: #b7b7b7; }

/** Gallery **/
.am2-gallery .am2-gallery__image {
  width: 24.625%;
  margin-right: 0.5%;
  margin-bottom: 0.5%; }
  .am2-gallery .am2-gallery__image:nth-of-type(4n) {
    margin-right: 0; }
  @media (max-width: 768px) {
    .am2-gallery .am2-gallery__image {
      width: 49.5%;
      margin-right: 1%;
      margin-bottom: 1.5%; }
      .am2-gallery .am2-gallery__image:nth-of-type(2n) {
        margin-right: 0; } }

.fancy-gallery {
  position: relative; }
  .fancy-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 20;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; }
    .fancy-gallery .slick-arrow--right {
      right: 20px;
      font-size: 58px; }
    .fancy-gallery .slick-arrow--left {
      left: 20px;
      font-size: 58px; }
    .fancy-gallery .slick-arrow:hover {
      color: #c2b16e; }
  .fancy-gallery figure img.real_img {
    opacity: 0; }
  .fancy-gallery.slick-slider figure img.real_img {
    opacity: 1; }

.am2-image--parallax {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 30%; }
  @media (max-width: 768px) {
    .am2-image--parallax {
      padding: 0 0 75%; } }

/*** Slider ***/
/*** Table ***/
.am2-table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .am2-table th,
  .am2-table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px; }

/*** Tabs ***/
.am2-tabs__titles {
  margin: 0;
  padding: 0; }
  .am2-tabs__titles li {
    float: left;
    list-style: none;
    margin: 0; }
  .am2-tabs__titles a {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    background: #051a35;
    color: #fff;
    border-right: 1px solid #010306;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .am2-tabs__titles a.current {
      background: #010306;
      color: #fff; }

.am2-tabs__panels {
  clear: both;
  padding: 20px;
  border: 1px solid transparent; }

/*** Testimonials ***/
.testimonial__image {
  width: 18%;
  margin: 0 2% 0 0;
  border-radius: 100%; }

.testimonial__description {
  width: 77%; }

.testimonial__name {
  margin: 0;
  padding: 0; }

.testimonial__title {
  padding: 0;
  margin: 0;
  font-size: 16px; }

.testimonial__blockqoute {
  position: relative;
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  text-align: justify;
  background: #fff; }
  .testimonial__blockqoute:before {
    content: "\201C";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 55px; }
  .testimonial__blockqoute:after {
    content: ""; }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** WYSIWYG ***/
.am2-content {
  position: relative;
  /*p:last-of-type{
		margin-bottom: 0px;
	}*/ }
  .am2-content .col-12 {
    width: 47.615%;
    margin-right: 4.77%; }
    .am2-content .col-12:nth-of-type(2n) {
      margin-right: 0px; }
    @media (max-width: 768px) {
      .am2-content .col-12 {
        width: 100%;
        margin-right: 0; } }
  .am2-content .col-13 {
    width: 30.79487%;
    margin-right: 3.807695%; }
    .am2-content .col-13:nth-of-type(3n) {
      margin-right: 0px; }
    @media (max-width: 768px) {
      .am2-content .col-13 {
        width: 100%;
        margin-right: 0; } }
  .am2-content h2:not(.page-title) {
    position: relative;
    margin: 0 0 24px;
    padding: 17px 0 17px;
    font-size: 23px;
    line-height: 1;
    letter-spacing: -0.1px; }
    .am2-content h2:not(.page-title):after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 110px;
      border-bottom: 2px solid #c2b16e; }
  .am2-content h3 {
    position: relative;
    margin: 0 0 28px;
    padding: 0;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.1px; }
  .am2-content p {
    display: block;
    margin-bottom: 30px; }
  .am2-content ul {
    display: block;
    margin: 0 0 43px;
    padding: 0;
    list-style: none;
    list-style-position: inside; }
    .am2-content ul li {
      position: relative;
      padding-left: 29px;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 17px;
      line-height: 1.53; }
      .am2-content ul li:before {
        content: " ";
        position: absolute;
        display: block;
        left: 0;
        top: 6px;
        width: 14px;
        height: 14px;
        background: url(images/bullet.png) no-repeat center;
        background-size: contain;
        z-index: 99;
        vertical-align: top; }
    .am2-content ul.gform_fields li:before {
      content: ''; }
  .am2-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0; }
  .am2-content .wp-caption {
    width: 100% !important;
    max-width: 100%; }
    .am2-content .wp-caption img {
      width: 100% !important;
      height: auto !important; }

/*** Map ***/
.am2-map-box {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

.full-width-box {
  padding: 180px 0 225px;
  text-align: center;
  /*background-image: url(images/sea-bird-eye.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  @media (max-width: 768px) {
    .full-width-box {
      padding: 120px 0; } }
  .full-width-box h1, .full-width-box h2, .full-width-box h3, .full-width-box h4, .full-width-box h5, .full-width-box h6 {
    margin: 30px 0 34px; }
  .full-width-box h1 {
    font-size: 42px; }
  .full-width-box h2 {
    font-size: 35px; }
  .full-width-box h3 {
    font-size: 28px; }
  .full-width-box h4 {
    font-size: 24px; }
  .full-width-box h5 {
    font-size: 22px; }
  .full-width-box h6 {
    font-size: 22px; }
  .full-width-box p {
    font-size: 17px;
    line-height: 1.64705882353;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px; }

.about-block {
  padding: 26px 0 36px; }
  .about-block-title {
    position: relative;
    margin: 0 0 46px;
    padding: 17px 0;
    font-size: 30px;
    text-align: center; }
    .about-block-title:after {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 110px;
      margin: 0 auto;
      border-bottom: 2px solid #c2b16e; }
  .about-block .am2-gallery {
    max-width: 957px;
    margin: 0 auto 30px; }
    .about-block .am2-gallery__image.col-14 {
      width: 24%;
      margin-right: 1.33333333333%; }
      .about-block .am2-gallery__image.col-14:nth-of-type(4n) {
        margin-right: 0px; }
      @media (max-width: 768px) {
        .about-block .am2-gallery__image.col-14 {
          width: 49.5%;
          margin-right: 1%;
          margin-bottom: 1.5%; }
          .about-block .am2-gallery__image.col-14:nth-of-type(2n) {
            margin-right: 0; } }
  .about-block-link-container {
    display: block;
    margin: 0 0 16px;
    text-align: center; }

.boat-gallery-container {
  padding: 38px 0; }
  .boat-gallery-container .boat-gallery {
    position: relative;
    margin: 0 0 44px; }
    .boat-gallery-container .boat-gallery__image {
      position: relative;
      padding: 1px; }
      .boat-gallery-container .boat-gallery__image__title {
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .boat-gallery-container .boat-gallery__image__title.hide-this {
          opacity: 0; }
        .boat-gallery-container .boat-gallery__image__title p {
          display: inline-block;
          width: auto;
          padding: 20px 28px 10px;
          margin: 0 auto;
          background: #051a35;
          font-size: 22px;
          font-family: "TrajanProRegular", sans-serif;
          color: #c2b16e;
          line-height: 1;
          text-align: center; }
          @media (max-width: 768px) {
            .boat-gallery-container .boat-gallery__image__title p {
              padding: 8px;
              font-size: 12px;
              background: rgba(5, 26, 53, 0.8); } }
    .boat-gallery-container .boat-gallery .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 20;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      @media (max-width: 1460px) {
        .boat-gallery-container .boat-gallery .slick-arrow {
          display: none !important; } }
      .boat-gallery-container .boat-gallery .slick-arrow--right {
        right: -60px;
        font-size: 58px; }
      .boat-gallery-container .boat-gallery .slick-arrow--left {
        left: -60px;
        font-size: 58px; }
      .boat-gallery-container .boat-gallery .slick-arrow:hover {
        color: #c2b16e; }

.wide-content {
  position: relative;
  margin: 32px 0 65px;
  padding: 123px 0 122px;
  text-align: center;
  /*background-image: url(images/dufour-560-starboard-parallax.jpg);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  .wide-content > .wrapper {
    position: relative;
    z-index: 1; }
    .wide-content > .wrapper > .container {
      overflow: hidden; }
  .wide-content-text {
    margin: 0 0 32px;
    text-align: center; }

.wide-content--darker:before {
  content: " ";
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #021d41;
  opacity: 0.45;
  z-index: 0; }

.wide-content--video {
  margin: 21px 0 77px;
  padding: 56px 0 45px; }
  @media (max-width: 768px) {
    .wide-content--video {
      padding: 26px 0 40px; } }

.line-title {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 29px 0 14px;
  font-size: 35px;
  text-align: center; }
  @media (max-width: 768px) {
    .line-title {
      font-size: 28px; } }
  .line-title:before, .line-title:after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 93px;
    height: 1px;
    top: 20px;
    border-top: 1px solid rgba(235, 235, 235, 0.57); }
    @media (max-width: 768px) {
      .line-title:before, .line-title:after {
        display: none; } }
  .line-title:before {
    left: -115px; }
  .line-title:after {
    right: -115px; }

.video-link {
  display: inline-block;
  float: none;
  max-width: 200px;
  margin: 0 auto;
  padding: 55px 0 0;
  font-family: "TrajanProRegular", sans-serif;
  font-size: 22px;
  color: #fff !important; }
  @media (max-width: 768px) {
    .video-link {
      padding: 24px 0 0; } }
  .video-link:after {
    content: " ";
    position: relative;
    display: block;
    width: 46px;
    height: 46px;
    margin: 11px auto 0;
    background: url(images/play.png) no-repeat center;
    background-size: contain; }
  .video-link:hover {
    opacity: 0.8; }

/* Pages */
body.page-template-page-sailing-cruise .am2-content img {
  margin-top: 9px; }

body.page-template-page-sailing-cruise .am2-content h1:not(.page-title),
body.page-template-page-sailing-cruise .am2-content h2:not(.page-title) {
  padding: 0 0 17px; }

body.page-template-page-sailing-cruise .am2-content ul li {
  font-size: 15px;
  line-height: 1.53;
  margin-bottom: 8px; }
  body.page-template-page-sailing-cruise .am2-content ul li:before {
    top: 3px; }

body.page-template-page-sailing-cruise .wide-content:before {
  opacity: 0.77; }

body.page-template-page-contact .page-title {
  margin: 0 0 42px; }
  body.page-template-page-contact .page-title:before {
    content: " ";
    position: absolute;
    display: block;
    bottom: -42px;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #474f49; }

body.page-template-page-contact .flexible-block:nth-child(-n+5) .am2-content {
  max-width: 1210px;
  margin: 0 auto; }
  body.page-template-page-contact .flexible-block:nth-child(-n+5) .am2-content .col-12 {
    padding-left: 7px; }
  body.page-template-page-contact .flexible-block:nth-child(-n+5) .am2-content h1 {
    margin: 53px 0 35px;
    font-size: 35px; }
  body.page-template-page-contact .flexible-block:nth-child(-n+5) .am2-content h2:not(.page-title) {
    margin: 0 0 17px;
    padding: 18px 0 14px;
    font-size: 20px; }
  body.page-template-page-contact .flexible-block:nth-child(-n+5) .am2-content p {
    margin-bottom: 20px; }

body.page-template-page-contact .wide-content {
  margin-bottom: 40px; }
  body.page-template-page-contact .wide-content-text {
    width: 100%;
    max-width: 624px;
    margin: 0 auto;
    padding-bottom: 42px; }

body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content,
body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content {
  /** TRAVELL GUIDE - need to edit, this is temporary **/ }
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content ul {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 0 0 56px;
    padding: 0;
    padding-right: 2%;
    clear: both; }
    @media (max-width: 768px) {
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content ul {
        width: 100%;
        margin: 0 0 24px;
        padding-right: 0; } }
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul {
    margin-top: -11px; }
    @media (max-width: 768px) {
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul {
        margin-top: 0; } }
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul {
    margin-top: -11px; }
    @media (max-width: 768px) {
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul,
      body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul p + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul + ul {
        margin-top: 0; } }
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content ul + ul,
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content ul + ul {
    clear: none; }
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(1) .am2-content ul + *:not(ul),
  body.page-template-page-travel-guide .flexible-blocks .flexible-block:nth-of-type(2) .am2-content ul + *:not(ul) {
    clear: both; }

.booking-navigation {
  padding: 29px 0;
  border-top: 1px solid #474f49;
  border-bottom: 1px solid #474f49;
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .booking-navigation {
      margin-bottom: 32px;
      padding: 16px 0 14px; } }
  .booking-navigation ol {
    margin: 0;
    padding-left: 0;
    counter-reset: orderedList;
    list-style-type: none;
    text-align: center;
    font-family: "TrajanProRegular", sans-serif; }
    @media (max-width: 768px) {
      .booking-navigation ol {
        text-align: left; } }
    .booking-navigation ol li {
      position: relative;
      display: inline-block;
      padding: 16px 38px;
      font-size: 18px;
      color: #fff; }
      @media (max-width: 768px) {
        .booking-navigation ol li {
          display: block;
          padding: 11px 0;
          padding-left: 25px;
          font-size: 15px; } }
      .booking-navigation ol li a {
        color: #fff; }
      .booking-navigation ol li:before {
        position: absolute;
        top: 0;
        left: 5px;
        counter-increment: orderedList;
        content: counters(orderedList);
        content: counters(orderedList, ".") " ";
        color: #fff;
        font-size: 35px;
        font-weight: 400;
        -webkit-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s; }
        @media (max-width: 768px) {
          .booking-navigation ol li:before {
            top: 4px;
            left: 0;
            font-size: 24px; } }
      .booking-navigation ol li.hover, .booking-navigation ol li.active {
        color: #c2b16e; }
        .booking-navigation ol li.hover a, .booking-navigation ol li.active a {
          color: #c2b16e; }
        .booking-navigation ol li.hover:before, .booking-navigation ol li.active:before {
          color: #c2b16e; }

.step-content__action {
  margin: 64px 0 45px;
  padding: 35px 0 35px;
  border-top: 1px solid #474f49;
  border-bottom: 1px solid #474f49; }

.booking-contact-details-container {
  max-width: 1187px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .booking-contact-details-container .booking-contact-details {
      width: 100%;
      margin-right: 0; } }
  .booking-contact-details-container .booking-contact-details textarea {
    height: 425px; }
    @media (max-width: 768px) {
      .booking-contact-details-container .booking-contact-details textarea {
        height: auto; } }

.step-button {
  margin: 0 !important;
  color: #051a35 !important; }
  @media (max-width: 768px) {
    .step-button {
      display: block;
      width: 100%;
      text-align: center;
      padding: 20px 10px; } }

@media (max-width: 768px) {
  .step-02 .boats-selection .boats-selection--boat {
    padding-bottom: 49px;
    border-bottom: 1px solid #474f49;
    margin-bottom: 64px; } }

/** step 2 **/
@media (max-width: 768px) {
  .boats-selection--boat {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0; }
    .boats-selection--boat .col-12 {
      margin-bottom: 16px; } }

.boats-selection--boat .boat-name {
  margin: 36px 0 17px;
  font-size: 24px;
  color: #c2b16e; }

.boats-selection--boat h2:not(.page-title),
.boats-selection--boat h2 {
  position: relative;
  margin: 0 0 26px;
  padding: 11px 0 0;
  font-size: 18px; }
  .boats-selection--boat h2:not(.page-title):after,
  .boats-selection--boat h2:after {
    display: none; }

.boats-selection--boat p {
  margin-bottom: 10px; }

.boats-selection--boat ul {
  margin: 0 0 20px; }
  .boats-selection--boat ul li table {
    width: 100%;
    max-width: 360px; }
    .boats-selection--boat ul li table td {
      width: 50%;
      padding: 0; }

.boats-selection--boat .boat-table td {
  padding: 4px;
  border: 1px solid #474f49; }
  .boats-selection--boat .boat-table td:first-child {
    width: 200px; }
  .boats-selection--boat .boat-table td:nth-child(2) {
    text-align: right;
    padding-right: 10px; }

.boats-selection--boat .boat-calendars {
  border: 25px solid #0e294d;
  border-top-width: 15px;
  border-bottom-width: 15px;
  background-color: #fff;
  padding: 10px;
  padding-bottom: 0;
  /*#sbc-calendar {
                margin-bottom: 0!important;
                select{
                    color: #000;
                }
            }*/ }
  @media (max-width: 768px) {
    .boats-selection--boat .boat-calendars {
      border: 0;
      padding: 0;
      background-color: transparent; } }
  .boats-selection--boat .boat-calendars .pad {
    display: none; }
  .boats-selection--boat .boat-calendars .wpsbc-container {
    width: 100%; }
    .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars {
      width: 100%; }
      .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar {
        width: 32%;
        margin: 0 0 10px !important;
        margin-right: 2% !important;
        padding: 10px 7px 10px !important; }
        @media (max-width: 768px) {
          .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar {
            width: 100%;
            margin: 0 0 20px !important;
            margin-right: 0 !important; } }
        .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar:nth-child(3) {
          margin-right: 0 !important; }
        .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-heading {
          width: 100%; }
        .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar ul li {
          width: 13%;
          margin-left: 0 !important;
          margin-right: 1.5% !important;
          margin-bottom: 1.5% !important;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar ul li:nth-child(7) {
            margin-right: 0 !important; }
          .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar ul li.status-default.selected span {
            font-weight: 700; }
          .boats-selection--boat .boat-calendars .wpsbc-container .wpsbc-calendars .wpsbc-calendar ul li.status-default:hover {
            box-shadow: inset 100px 0px 0px rgba(0, 0, 0, 0.15);
            cursor: pointer; }

.boats-selection--boat .calendar-dates {
  margin: 35px 0; }
  @media (max-width: 768px) {
    .boats-selection--boat .calendar-dates {
      margin: 16px 0 14px; } }
  .boats-selection--boat .calendar-dates span {
    margin-left: 25px;
    line-height: 25px;
    display: inline-block; }
    .boats-selection--boat .calendar-dates span:before {
      content: "";
      width: 25px;
      height: 25px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      background-color: #b7ed9c; }
    @media (max-width: 768px) {
      .boats-selection--boat .calendar-dates span {
        margin-left: 13px;
        font-size: 16px;
        line-height: 1; }
        .boats-selection--boat .calendar-dates span:before {
          position: relative;
          top: -2px;
          width: 19px;
          height: 19px;
          margin-right: 8px; } }
  @media (max-width: 768px) {
    .boats-selection--boat .calendar-dates .free {
      margin-left: 0; } }
  .boats-selection--boat .calendar-dates .booked:before {
    background-color: #e46767; }
  .boats-selection--boat .calendar-dates .prebooked:before {
    background-color: #f2e185; }

.boats-selection--boat .calendar-dates-selected {
  margin-left: 25px; }
  @media (max-width: 768px) {
    .boats-selection--boat .calendar-dates-selected {
      margin-left: 0; } }
  .boats-selection--boat .calendar-dates-selected input {
    border: 1px solid #474f49;
    padding: 6px;
    margin-right: 5px;
    display: inline-block;
    float: none;
    width: 15%; }
    .boats-selection--boat .calendar-dates-selected input.numDays {
      display: none;
      color: #c2b16e; }
    @media (max-width: 768px) {
      .boats-selection--boat .calendar-dates-selected input {
        width: 30%; } }
  .boats-selection--boat .calendar-dates-selected .line-divider {
    position: relative;
    left: -4px;
    margin-right: -2px;
    color: #fff; }

.boats-selection--boat .input {
  margin-bottom: 20px;
  position: relative; }
  .boats-selection--boat .input .input__label {
    font-size: 17px;
    text-transform: none;
    color: #fff; }
  .boats-selection--boat .input .hidden__label {
    display: inline-block;
    line-height: 42px;
    font-size: 16px;
    text-align: center; }
    .boats-selection--boat .input .hidden__label:before {
      content: "YES";
      display: inline-block;
      width: 84px;
      height: 42px;
      color: #c2b16e;
      border: 1px solid #c2b16e;
      margin-right: 10px; }
    .boats-selection--boat .input .hidden__label:after {
      content: "NO";
      color: #051a35;
      display: inline-block;
      width: 84px;
      height: 42px;
      border: 1px solid #c2b16e;
      background-color: #c2b16e; }
  .boats-selection--boat .input__field--checkbox {
    display: none; }
    .boats-selection--boat .input__field--checkbox:checked + label:before {
      background-color: #c2b16e;
      color: #051a35; }
    .boats-selection--boat .input__field--checkbox:checked + label:after {
      background-color: transparent;
      color: #c2b16e; }
  .boats-selection--boat .input__field--slider {
    width: 50px;
    border: none;
    position: absolute;
    top: 10px;
    left: 300px; }
  .boats-selection--boat .input__slider-container {
    float: left;
    width: 67%;
    padding-left: 10px; }
  .boats-selection--boat .input__slider {
    width: 100%;
    max-width: 280px; }
    .boats-selection--boat .input__slider--withlabel {
      /*margin-left: 80px;*/ }
    .boats-selection--boat .input__slider_text {
      position: relative;
      top: -5px;
      float: left;
      width: 16.5%;
      /*position: absolute;
                    bottom: 20px;
                    width: 100%;*/ }
      .boats-selection--boat .input__slider_text span {
        /*position: absolute;*/
        font-size: 13px; }
        .boats-selection--boat .input__slider_text span:first-child {
          /*left: 0px;*/ }
        .boats-selection--boat .input__slider_text span:last-child {
          /*right: 0px;*/ }

.select-nice label {
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
  text-align: center; }
  .select-nice label:before {
    content: "";
    background-image: url("images/notcheck.png");
    background-repeat: no-repeat;
    display: inline-block;
    color: #c2b16e;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle; }

.select-nice input[type="radio"], .select-nice input[type="checkbox"] {
  display: none !important; }
  .select-nice input[type="radio"]:checked + label, .select-nice input[type="checkbox"]:checked + label {
    background-color: #345c8f; }
    .select-nice input[type="radio"]:checked + label:before, .select-nice input[type="checkbox"]:checked + label:before {
      background-image: url("images/check.png"); }

.select-nice--route {
  float: left;
  width: 25%; }
  @media (max-width: 768px) {
    .select-nice--route {
      position: absolute;
      top: 8px;
      left: 8px;
      width: 100%; } }
  .select-nice--route label {
    float: right;
    line-height: 18px;
    font-size: 18px;
    padding: 12px 17px; }
    @media (max-width: 768px) {
      .select-nice--route label {
        float: left; } }

.select-nice--small label {
  display: inline-block;
  color: #fff; }
  .select-nice--small label:before {
    content: "";
    background-image: url("images/notcheck-white.png");
    background-repeat: no-repeat;
    display: inline-block;
    color: #c2b16e;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle; }

.select-nice--small label[for="terms"] {
  padding: 48px 0 0;
  text-transform: none; }

.select-nice--small input[type="radio"], .select-nice--small input[type="checkbox"] {
  display: none !important; }
  .select-nice--small input[type="radio"]:checked + label:before, .select-nice--small input[type="checkbox"]:checked + label:before {
    background-image: url("images/check-white.png"); }

body.page-template-page-booking .routes .routes-item {
  margin-bottom: 24px; }
  body.page-template-page-booking .routes .routes-item h2 {
    float: left;
    width: 75%;
    padding-top: 7px; }

@media (max-width: 768px) {
  body.page-template-page-booking .routes .routes-item {
    margin-bottom: 32px; }
    body.page-template-page-booking .routes .routes-item h2 {
      width: 100%;
      padding-top: 0; } }

.boats {
  display: none; }

.boat-info-container {
  margin-bottom: 48px; }
  .boat-info-container .boats-selection--boat .boat-name {
    margin: 26px 0 17px; }

.boat-list {
  text-align: left;
  margin-bottom: 80px; }
  .boat-list td, .boat-list th {
    padding: 7px; }
    @media (max-width: 768px) {
      .boat-list td, .boat-list th {
        font-size: 11px; }
        .boat-list td label, .boat-list th label {
          font-size: 11px; } }
  .boat-list th {
    color: #c2b16e;
    border-bottom: 1px solid #474f49; }
    .boat-list th:nth-child(1) {
      width: 33%; }
    .boat-list th:nth-child(2), .boat-list th:nth-child(3) {
      width: 12%; }
    .boat-list th:nth-child(4) {
      width: 16%; }
    .boat-list th:nth-child(5) {
      width: 27%; }
  .boat-list tr {
    border-bottom: 1px solid #474f49; }
  .boat-list tbody tr {
    display: none; }
    .boat-list tbody tr.boat-id-none {
      display: table-cell; }
  .boat-list .final-route span {
    display: none; }

input.error {
  border-bottom: 1px solid red !important; }

.sbc-status-free {
  cursor: pointer; }

.add-options {
  margin-right: 1%; }

.add-options-01 {
  width: 25%; }

.add-options-02 {
  width: 36.5%; }

.add-options-03 {
  width: 36.5%;
  margin-right: 0; }

.add-options-02 .input-holder,
.add-options-03 .input-holder {
  margin-bottom: 44px; }

@media (max-width: 1128px) {
  .add-options-01 {
    width: 100% !important;
    clear: both; } }

@media (max-width: 768px) {
  .add-options-01 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 32px;
    max-width: 500px;
    clear: both; } }

@media (max-width: 1128px) {
  .add-options-02,
  .add-options-03 {
    width: 48% !important;
    margin-right: 1% !important;
    margin-bottom: 0; } }

@media (max-width: 768px) {
  .add-options-02,
  .add-options-03 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 32px;
    max-width: 500px;
    clear: both; } }

.thank-you-message {
  font-size: 40px;
  text-align: center; }

.wpsbc-calendar .user-selected {
  background-color: #f2e285 !important; }

.js-calendar-dates-validation-message {
  color: red; }
  .js-calendar-dates-validation-message p {
    margin: 25px 0 10px 25px; }

/* Vendor */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?aljjir");
  src: url("fonts/icomoon.eot?aljjir#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?aljjir") format("truetype"), url("fonts/icomoon.woff?aljjir") format("woff"), url("fonts/icomoon.svg?aljjir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-pinterest:before {
  content: "\e904"; }

.icon-pinterest2:before {
  content: "\e905"; }

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002"; }

.fa-download:before {
  content: "\f019"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

/*
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
*/
/* Slick Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto;
  -ms-touch-action: auto; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*** Responsive Tables ***/
@media (max-width: 768px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 150px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th,
  .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 150px; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .js-responsive-table td,
  .js-responsive-table th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .js-responsive-table th:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table.pinned td {
    display: none; } }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base:after {
  right: 0;
  left: auto; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 16px; }

.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 23px;
  left: -3px;
  top: -5px; }

/* Styling;
 */
.noUi-background {
  background: #c2b16e; }

.noUi-connect {
  background: #3FB8AF;
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #d2d3d5;
  border-radius: 3px;
  background: #FFF;
  cursor: default; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 2px;
  background: rgba(0, 48, 66, 0.1);
  left: 10px;
  top: 6px; }

.noUi-handle:after {
  left: 14px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

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

.ol-overlaycontainer-stopevent,
.book-now-container
{
    display: none!important;
}

.anr_captcha_field
{
	position: relative!important;
	top: 261px!important;
}

form.wpcf7-form > div.anr_captcha_field{
	/*position: relative!important;*/
    top: -21px!important;
}

@media only screen and (max-width:848px){
    .anr_captcha_field{
        left: 30%;
    }
    .form-submit{
        position: relative!important;
        margin-top: 101px!important;
    }
}

@media only screen and (max-width:490px){
    .anr_captcha_field{
        left: 20%;
    }
}

@media only screen and (max-width:390px){
    .anr_captcha_field{
        left: 10%;
    }
}

@media only screen and (max-width:345px){
    .anr_captcha_field{
        left: 5%;
    }
}

