@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/* # USAGE #
  .monkee {
    @include clearfix;
  }
*/
/* # USAGE #
  .monkee {
    @include transition-custom(timing-function, cubic-bezier(0.755, 0.050, 0.855, 0.060));
  }
*/
/* # USAGE #
  .visuallyhidden {
    @include visuallyhidden;
  }
*/
/* # USAGE #
  .icon {
    @include pseudo-elements(before, 1.56em, .125em) {
      background: #333;
      top: .25em;
    }
  }
*/
/* Functions */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px; }

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

@media only screen and (min-width: 48.75em) {
  .mobile {
    display: none; } }

.row {
  width: 100%;
  margin: 0 auto;
  max-width: 50em; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.content-row {
  width: 100%;
  margin: 0 auto;
  max-width: 50em;
  padding-left: 0.9375em;
  padding-right: 0.9375em; }
  .content-row:before, .content-row:after {
    content: " ";
    display: table; }
  .content-row:after {
    clear: both; }

.half {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 55em) {
    .half {
      width: 50%; } }

.third {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 55em) {
    .third {
      width: 33.3333%; } }

.container {
  width: 100%;
  overflow: hidden;
  padding: 3.125em 1.25em; }
  @media only screen and (min-width: 48.75em) {
    .container {
      width: 66.6666%;
      padding: 5em 1.875em; } }
  @media only screen and (min-width: 81.25em) {
    .container {
      width: 860px;
      padding: 5em 2.875em; } }

.sidebar {
  position: relative;
  width: 100%;
  padding-bottom: 33%;
  background-color: #66c9c9; }
  @media only screen and (min-width: 48.75em) {
    .sidebar {
      position: fixed;
      right: 0;
      top: 0;
      bottom: 0;
      width: 33.3333%; } }
  @media only screen and (min-width: 81.25em) {
    .sidebar {
      width: auto;
      left: 860px; } }

@font-face {
  font-family: 'icomoon';
  src: url("icons/icomoon.eot?-ttchbd");
  src: url("icons/icomoon.eot?#iefix") format("embedded-opentype"), url("icons/icomoon.woff") format("woff"), url("icons/icomoon.ttf") format("truetype"), url("icons/icomoon.svg?#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #2a3539; }

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .menu li {
    margin: 0; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.center {
  text-align: center; }

a {
  color: #00a6a6;
  text-decoration: none; }
  a, a:before, a:after {
    -webkit-transition: background 0.25s ease, color 0.25s ease;
    -moz-transition: background 0.25s ease, color 0.25s ease;
    -ms-transition: background 0.25s ease, color 0.25s ease;
    -o-transition: background 0.25s ease, color 0.25s ease;
    transition: background 0.25s ease, color 0.25s ease; }
  a:hover, a:focus {
    color: #86c393;
    outline: none; }

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 20px;
  text-align: center; }

h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center; }
  @media only screen and (min-width: 56.25em) {
    h1 {
      font-size: 48px;
      line-height: 1.15; } }

h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15; }
  @media only screen and (min-width: 56.25em) {
    h2 {
      font-size: 36px;
      line-height: 1.25; } }

h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  line-height: 1.15;
  font-weight: normal;
  text-transform: uppercase; }
  @media only screen and (min-width: 56.25em) {
    h3 {
      font-size: 28px;
      line-height: 1.25; } }

h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  font-style: italic; }
  @media only screen and (min-width: 56.25em) {
    h4 {
      font-size: 24px;
      line-height: 1.25; } }

h5, h6 {
  font-size: 18px;
  font-weight: bold;
  text-align: left; }

p, ul, ol, pre {
  margin: 0 0 1.875em;
  font-size: 16px;
  line-height: 1.6; }

.content p, .content ul, .content ol {
  font-size: 18px; }

li {
  margin-bottom: 0.5em; }

blockquote {
  padding: 0.44444em 0 0.44444em 1.11111em;
  border-left: 10px solid #fce4cc;
  margin: 0 0 1.66667em;
  font-size: 18px;
  font-weight: normal;
  font-style: italic; }
  blockquote p {
    font-size: 18px;
    font-weight: normal;
    font-style: italic; }
  blockquote p:last-child {
    margin: 0; }

img {
  max-width: 100%; }

figure {
  margin: 0 -1em 1.875em;
  font-size: 16px;
  line-height: 1.6;
  text-align: center; }

figcaption {
  display: block;
  margin-top: 0.625em;
  font-style: italic;
  text-align: center; }

svg {
  height: 100%; }

.video-container {
  width: 100%;
  position: relative;
  margin-bottom: 2.5em; }
  .video-container:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%; }
  .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

code {
  display: inline-block;
  padding: 2px 5px;
  background-color: #e7ecef;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

pre {
  padding: 1.25em;
  border: 1px solid #cfd4d7;
  background-color: #e7ecef;
  line-height: 1.2; }

.icon, .admin-bar a:before, .pagination .next:before, .pagination .prev:before, .image-gallery .thumbnail:after {
  font-family: 'icomoon';
  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; }

.simple-button {
  display: inline-block;
  padding: 0.25em 1.5em;
  border: 1px solid #cfd4d7;
  background-color: #e7ecef;
  color: #2a3539; }
  .simple-button:hover, .simple-button:focus {
    background-color: #86c393;
    color: #fff; }

.page-header {
  margin-bottom: 3.125em; }

.logo {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
  .logo img, .logo svg {
    display: block;
    width: 100%; }

.main-menu {
  text-align: center; }
  .main-menu .menu {
    padding: 0.75em 0;
    border-top: 1px solid #e7ecef;
    border-bottom: 1px solid #e7ecef;
    margin: 1.5em 0; }
    .main-menu .menu a {
      display: block;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
  .main-menu li {
    display: inline-block;
    padding: 0 1.125em; }

.admin-bar {
  margin: -1.25em 0 3.125em;
  text-align: center; }
  .admin-bar a {
    vertical-align: middle;
    margin: 0 2px 4px;
    padding: 0.25em 1em; }
    .admin-bar a:before {
      display: inline-block;
      margin: 0 6px 0 -6px;
      vertical-align: top;
      font-size: 20px;
      color: #2a3539; }
    .admin-bar a:focus:before, .admin-bar a:hover:before {
      color: #fff; }
  .admin-bar .edit:before {
    content: ""; }
  .admin-bar .new:before {
    content: ""; }
  .admin-bar .delete:before {
    content: ""; }
  .admin-bar .help {
    font-size: 0;
    line-height: 0; }
    .admin-bar .help:before {
      content: "";
      padding: 5px 8px;
      margin: 0; }

.sidebar .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.input-group {
  margin: 0 0 1.875em; }
  .input-group:before, .input-group:after {
    content: " ";
    display: table; }
  .input-group:after {
    clear: both; }
  .input-group.error input, .input-group.error textarea {
    border-color: #C62626; }

label {
  display: block;
  margin: 0 0 0.625em;
  font-weight: bold; }

input[type=text], input[type=email], input[type=search], input[type=tel], input[type=url], input[type=number], textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.625em 0.875em;
  border: 3px solid #e7ecef;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  input[type=text]:focus, input[type=email]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=number]:focus, textarea:focus {
    outline: none;
    border-color: #00a6a6; }

.button, button[type=submit] {
  position: relative;
  display: inline-block;
  padding: 0.625em 2.5em;
  margin: 6px;
  border: 0;
  outline: none;
  background: #00a6a6;
  color: #fff;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase; }
  .button:before, #map .more-info:before, #map .gmap-link:before, button[type=submit]:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 4px solid #00a6a6;
    -webkit-transform: scale(0.8, 0.7);
    -moz-transform: scale(0.8, 0.7);
    -ms-transform: scale(0.8, 0.7);
    -o-transform: scale(0.8, 0.7);
    transform: scale(0.8, 0.7);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .button:hover, button[type=submit]:hover {
    color: #fff; }
  .button:hover:before, #map .more-info:hover:before, #map .gmap-link:hover:before, button[type=submit]:hover:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100); }
  .button:focus:before, #map .more-info:focus:before, #map .gmap-link:focus:before, button[type=submit]:focus:before {
    -webkit-transform: scale(1.15, 1.24);
    -moz-transform: scale(1.15, 1.24);
    -ms-transform: scale(1.15, 1.24);
    -o-transform: scale(1.15, 1.24);
    transform: scale(1.15, 1.24);
    opacity: 0;
    filter: alpha(opacity=0); }

.error-msg {
  display: block;
  margin-top: 6px;
  color: #C62626;
  font-size: 0.95em;
  font-style: italic; }

.excerpt {
  padding-bottom: 2.5em;
  border-bottom: 1px solid #e7ecef;
  margin-bottom: 2.5em; }
  .excerpt:before, .excerpt:after {
    content: " ";
    display: table; }
  .excerpt:after {
    clear: both; }
  @media only screen and (min-width: 36.25em) {
    .excerpt {
      position: relative;
      min-height: 240px;
      padding-left: 230px; }
      .excerpt .meta {
        text-align: left; } }
  @media only screen and (min-width: 36.25em) {
    .excerpt h3 {
      margin: 0;
      text-align: left; } }
  .excerpt h3 a {
    color: #2a3539; }
    .excerpt h3 a:hover, .excerpt h3 a:focus {
      color: #86c393; }
  .excerpt .featured-thumb {
    display: block;
    margin: 0 auto 0.875em; }
    @media only screen and (min-width: 36.25em) {
      .excerpt .featured-thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: auto; } }
  .excerpt p {
    margin-bottom: 0.75em; }

.meta {
  margin: 0 0 1.25em;
  color: #a1a5a7;
  font-style: italic;
  text-align: center; }
  .meta .author {
    padding-right: 0.375em; }
  .meta .date {
    padding-left: 0.375em; }

.pagination {
  margin-top: -1.25em;
  text-align: center; }
  .pagination li {
    display: inline-block;
    margin: 0 0.125em;
    vertical-align: middle; }
  .pagination a {
    display: block;
    padding: 0.125em 0.5em;
    border: 1px solid #cfd4d7;
    background-color: #e7ecef;
    color: #2a3539;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .pagination a:hover, .pagination a:focus {
      background-color: #86c393;
      border-color: #86c393;
      color: #fff; }
      .pagination a:hover:before, .pagination a:focus:before {
        color: #fff; }
  .pagination span {
    display: block;
    padding: 0.375em;
    font-weight: bold; }
  .pagination .next, .pagination .prev {
    font-size: 0;
    line-height: 0;
    padding: 2px 0; }
    .pagination .next:before, .pagination .prev:before {
      font-size: 25px;
      line-height: 25px;
      color: #2a3539; }
  .pagination .prev:before {
    content: ""; }
  .pagination .next:before {
    content: ""; }

.alerts {
  margin: 0 0 1.875em; }
  .alerts li {
    display: block;
    padding: 0.625em 1.25em;
    background-color: #c2e1c9;
    border: 1px solid #86c393;
    color: #6b9c75;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.image-gallery {
  margin: 0 -1em 1.875em; }
  .image-gallery .featured-image {
    position: relative;
    background-color: #e7ecef;
    overflow: hidden; }
    .image-gallery .featured-image:after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 66.66%; }
    .image-gallery .featured-image img {
      position: absolute;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: opacity 0.4s ease;
      -moz-transition: opacity 0.4s ease;
      -ms-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
    .image-gallery .featured-image .loading, .image-gallery .featured-image .fade-out {
      opacity: 0;
      filter: alpha(opacity=0); }
  .image-gallery .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.625em 1.5em;
    background-color: rgba(231, 236, 239, 0.75);
    font-style: italic;
    z-index: 2;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .image-gallery .caption.hidden {
      display: none; }
  .image-gallery .featured-image:hover .caption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .image-gallery .thumbs {
    padding: 0.625em 0;
    margin: 0 -4px; }
    .image-gallery .thumbs:before, .image-gallery .thumbs:after {
      content: " ";
      display: table; }
    .image-gallery .thumbs:after {
      clear: both; }
  .image-gallery .thumbnail {
    position: relative;
    display: block;
    float: left;
    width: 20%;
    padding: 0 4px 4px; }
    .image-gallery .thumbnail:before {
      content: "";
      position: absolute;
      left: 4px;
      right: 4px;
      top: 0;
      bottom: 4px;
      background-color: #e7ecef;
      z-index: 1;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .image-gallery .thumbnail:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      background-color: #00a6a6;
      color: #fff;
      font-size: 40px;
      line-height: 50px;
      text-align: center;
      z-index: 2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .image-gallery .thumbnail img {
      display: block; }
    .image-gallery .thumbnail:hover:before {
      background-color: #00a6a6;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    .image-gallery .thumbnail:hover:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }

.ol-hidden, .ol-collapsed {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

#map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0; }
  #map .location-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #00a6a6;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 5; }
    #map .location-marker:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 4px solid #00a6a6;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-animation: map-marker 2s infinite;
      -moz-animation: map-marker 2s infinite;
      -o-animation: map-marker 2s infinite;
      animation: map-marker 2s infinite; }
    #map .location-marker span {
      position: absolute;
      width: 120px;
      top: 100%;
      left: 10px;
      font-family: "Fjalla One", sans-serif;
      text-align: center;
      -webkit-transform: translate(-50%, 10px);
      -moz-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
      -o-transform: translate(-50%, 10px);
      transform: translate(-50%, 10px);
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
  #map .more-info, #map .gmap-link {
    position: absolute;
    bottom: 10px;
    background-color: #00a6a6;
    z-index: 5; }
    #map .more-info:before, #map .gmap-link:before {
      top: -5px;
      bottom: -5px;
      left: -5px;
      right: -5px;
      border-width: 3px; }
  #map .more-info {
    right: 15px;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    #map .more-info:after {
      content: "?";
      display: block;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px;
      text-align: center; }
    #map .more-info:before {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  #map .gmap-link {
    right: 60px;
    padding: 0 0.625em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase; }
    #map .gmap-link:before {
      -webkit-transform: scale(0.9, 0.7);
      -moz-transform: scale(0.9, 0.7);
      -ms-transform: scale(0.9, 0.7);
      -o-transform: scale(0.9, 0.7);
      transform: scale(0.9, 0.7);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }

@-webkit-keyframes map-marker {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes map-marker {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes map-marker {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes map-marker {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
    filter: alpha(opacity=0); } }


