@charset "UTF-8";
/**
 *
 * Apetita Stylesheet
 * by Puruno
 * https://themeforest.net/user/puruno
 * 
 * please do not edit directly in theme, for any adjustments we recomend using child theme
 * https://codex.wordpress.org/Child_Themes
 *
 *  *
 * 1. 	Foundation base styles
 * 2. 	Global elements
 * 3. 	Navbar styles
 * 4. 	Home templates styles
 * 5. 	Blog template styles
 * 6. 	Food menu templates styles
 * 7. 	Gallery templates styles
 * 8. 	Restaurant reservation plugin styles
 * 9. 	Widgets sidebar styles
 * 10. 	SVG elements styles
 * 11.	Visual Composer elements styles
 * 12.	Vegas slider styles
 * 13.	WordPress custom styles
 * 14.	Swipebox slider styles
 */
/**
 *
 * 1. Foundation base styles
 *
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont_v-4.5.0.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff2"), url("../fonts/fontawesome-webfont_v-4.5.0.woff") format("woff"), url("../fonts/fontawesome-webfont_v-4.5.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont_v-4.5.0-fontawesomeregular.svg") 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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-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: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

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

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

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

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

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

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

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

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/*! 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 {
  -webkit-box-sizing: content-box;
          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: not-allowed; }

/**
   * 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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=96.875em"; }

html {
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Old Standard TT", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.8em;
  color: #222;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-collapse .row,
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 96.875em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xxlarge-collapse .row,
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .xxlarge-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Old Standard TT";
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.5em;
  margin-bottom: 30px;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 30px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.5em;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: inherit; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #222;
  cursor: help;
  border-bottom: 1px dotted #222; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #222;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #222;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 20px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 96.875em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #222;
  background-color: transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.1);
          box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.1);
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #222; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #222; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #222;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #222;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  background-position: right -1rem center;
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #222; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid transparent;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #222; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #3b3c40; }
    table tbody tr{
    	background-color: #3b3c40;
    }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #222;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #222; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.thumbnail {
  border: solid 4px #fefefe;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2);
          box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
            box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 96.8125em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 96.8125em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 96.875em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 96.875em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 96.8125em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 96.875em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 96.8125em) {
  .show-for-xxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #222;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 7px 0 #222, 0 14px 0 #222;
            box-shadow: 0 7px 0 #222, 0 14px 0 #222; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

/**
 *
 * 2. Global elements
 *
 */
/**
 *
 * Global 
 *
 */
body {
  text-rendering: optimizeLegibility; }
  body a:focus, body a:active, body a:hover, body button:focus, body button:active, body button:hover {
    outline: none; }
  body a {
    color: inherit; }
    body a:focus {
      color: inherit; }

.admin-bar .mobile-nav-top {
  top: 32px; }
  @media screen and (max-width: 48.875em) {
    .admin-bar .mobile-nav-top {
      top: 46px; } }

.page-wrapper {
  width: 100%;
  overflow: hidden; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  padding: 0 15px; }
  [type='text']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='color']::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: inherit;
    opacity: .5; }
  [type='text']:-moz-placeholder, [type='password']:-moz-placeholder, [type='date']:-moz-placeholder, [type='datetime']:-moz-placeholder, [type='datetime-local']:-moz-placeholder, [type='month']:-moz-placeholder, [type='week']:-moz-placeholder, [type='email']:-moz-placeholder, [type='number']:-moz-placeholder, [type='search']:-moz-placeholder, [type='tel']:-moz-placeholder, [type='time']:-moz-placeholder, [type='url']:-moz-placeholder, [type='color']:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: inherit;
    opacity: .5; }
  [type='text']::-moz-placeholder, [type='password']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='week']::-moz-placeholder, [type='email']::-moz-placeholder, [type='number']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='color']::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: inherit;
    opacity: .5; }
  [type='text']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='color']:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: inherit;
    opacity: .5; }

.site-name.no-redux {
  color: #fff;
  font-style: italic; }

pre, code {
  text-align: left;
  margin-bottom: 2vw;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #fafafa; }

#loading-mask {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999; }

figcaption, .wp-caption > figcaption {
  color: inherit !important;
  max-width: 100%;
  padding: 10px 5px !important;
  font-size: 13px !important;
  opacity: 1;
  line-height: 1.2em; }

blockquote {
  color: inherit;
  border-color: inherit !important; }
  blockquote p {
    color: inherit;
    opacity: .7; }

table thead, table tfoot {
  color: inherit; }

.content .gallery {
  margin: 0 0 5%; }
  .content .gallery img {
    width: 100%;
    height: auto; }

.content .gallery-item {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top; }

.content .gallery-columns-1 .gallery-item {
  width: 100%; }

.content .gallery-columns-2 .gallery-item {
  width: 50%; }

.content .gallery-columns-3 .gallery-item {
  width: 33.3332%; }

.content .gallery-columns-4 .gallery-item {
  width: 25%; }

.content .gallery-columns-5 .gallery-item {
  width: 20%; }

.content .gallery-columns-6 .gallery-item {
  width: 16.6665%; }

.content .gallery-columns-7 .gallery-item {
  width: 14.2856%; }

.content .gallery-columns-8 .gallery-item {
  width: 12.5%; }

.content .gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.content a, .home-footer .nav li a, .footer-content a, .blog-content a, .menu-content a, .rtb-booking-form button, .post-comments #commentform .comment-submit .form-submit, .menu-overlay-nav li a, .nav-overlay-info a, .show-sidebar .widget a, .widget_rtb_booking_form_widget .rtb-booking-form button {
  background-repeat: no-repeat;
  -webkit-background-size: 0% 100%;
          background-size: 0% 100%;
  -webkit-transition: background .5s !important;
  transition: background .5s !important; }
  .content a:hover, .home-footer .nav li a:hover, .footer-content a:hover, .blog-content a:hover, .menu-content a:hover, .rtb-booking-form button:hover, .post-comments #commentform .comment-submit .form-submit:hover, .menu-overlay-nav li a:hover, .nav-overlay-info a:hover, .show-sidebar .widget a:hover, .widget_rtb_booking_form_widget .rtb-booking-form button:hover {
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }

.content a {
  font-weight: bold; }

/**
 *
 * Page content 
 *
 */
.page-content-wrapper .page-content.page-content-inner {
  padding-bottom: 0; }

@media screen and (max-width: 74.9375em) {
  .page-content-wrapper .page-content.page-content-inner-top {
    margin-bottom: -100px; }
  .page-content-wrapper .page-content.page-content-inner-bottom {
    margin-top: -60px;
    padding-top: 0; } }

@media screen and (min-width: 75em) {
  .page-content-wrapper.page-with-frame {
    margin: 4vw; }
    .page-content-wrapper.page-with-frame .page-content {
      margin-left: calc(30% + 2vw + 10px); margin-right:10%;}
    .page-content-wrapper.page-with-frame .page-nav {
      top: 15vw;
      bottom: 4vw;
      .logo img{
        display: block;
        position: fixed;
        } } 
.grid-sizer, .grid-item {
    width: 50%;
}
  }

@media screen and (min-width: 75em) {
  .page-content-wrapper.page-without-frame .page-content {
    margin-left: calc(30% + 4vw + 10px);
    margin-top: 4vw; }
    .page-content-wrapper.page-without-frame .page-content .page-title {
      padding-top: 0; }
  .page-content-wrapper.page-without-frame .page-nav {
    top: 0;
    bottom: 0; } }

.page-content {
  position: relative;
  max-width: 960px; }
  @media screen and (max-width: 39.9375em) {
    .page-content {
      padding: 80px 15px; }
.grid-sizer, .grid-item {
    width: 100%;
}
       }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-content {
      padding: 80px 30px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .page-content {
      padding: 80px 30px; } }
  .page-content .content .columns {
    padding: 0 !important; }
  @media screen and (min-width: 75em) {
    .page-content .content {
      width: 100%; } }
  .page-content .page-title {
    margin-bottom: 30px;
    padding-top: 30px; }

.content figure {
  width: 1200px;
  max-width: 100%; }
  .content figure.alignnone {
    margin: 0; }
  .content figure.aligncenter {
    margin: 0 auto; }

/**
 *
 * Footer
 *
 */
.footer-content:not(.home-footer-text) {
  padding: 15px 0; }

/**
 *
 * Map
 *
 */
.map-wrapper {
  margin: 30px 0; }
  @media screen and (max-width: 63.9375em) {
    .map-wrapper {
      height: 300px !important; }
      .map-wrapper .apetita-google-map {
        height: 300px !important; } }

/**
 *
 * Pagination
 *
 */
.pagination-wrapper {
  width: 100% !important;
  margin: 30px 0; }

.numeric-pagination {
  text-align: center;
  width: 100%;
  font-size: 16px; }
  .numeric-pagination .page-numbers {
    width: 25px;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    position: relative; }
    .numeric-pagination .page-numbers.current {
      opacity: 1;
      cursor: default; }
      .numeric-pagination .page-numbers.current:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 5px;
        height: 1px; }
  .numeric-pagination a.page-numbers {
    color: inherit; }
    .numeric-pagination a.page-numbers:hover {
      opacity: 1; }

/**
 *
 * Page frame
 *
 */
.page-frame {
  position: fixed;
  z-index: 1; }

.border-top {
  left: 0;
  right: 0;
  top: 0;
  z-index: 2; }

.border-right {
  right: 0;
  bottom: 0;
  z-index: 2; }

.border-bottom {
  left: 0;
  bottom: 0;
  z-index: 2; }

.border-left {
  left: 0;
  z-index: 2; }

@media screen and (min-width: 75em) {
  .border-top {
    height: 4vw; }
  .border-right {
    width: 4vw;
    top: 4vw; }
  .border-bottom {
    height: 4vw;
    right: 4vw; }
  .border-left {
    width: 4vw;
    top: 4vw;
    bottom: 4vw; } }

/**
 *
 * Social Profiles
 *
 */
.social-profiles {
  position: fixed;
  z-index: 3;
  top: 0;
  margin: 0; }
  .social-profiles.socials-left {
    left: 4vw; }
  .social-profiles.socials-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .social-profiles.socials-right {
    right: 4vw; }
  @media screen and (max-width: 74.9375em) {
    .social-profiles {
      display: none; } }
  @media screen and (min-width: 75em) {
    .social-profiles {
      height: 4vw;
      line-height: 4vw; } }
  .social-profiles li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 1; }
    .social-profiles li a {
      width: 30px;
      height: 30px;
      display: block;
      text-align: center;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .social-profiles li a:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .social-profiles li:nth-child(3n-2) a {
      -webkit-clip-path: polygon(60% 99%, 83% 93%, 94% 80%, 100% 60%, 100% 41%, 96% 27%, 91% 20%, 79% 9%, 56% 1%, 44% 3%, 34% 6%, 23% 12%, 14% 18%, 5% 24%, 0% 37%, 1% 54%, 9% 70%, 19% 86%, 35% 95%);
              clip-path: polygon(60% 99%, 83% 93%, 94% 80%, 100% 60%, 100% 41%, 96% 27%, 91% 20%, 79% 9%, 56% 1%, 44% 3%, 34% 6%, 23% 12%, 14% 18%, 5% 24%, 0% 37%, 1% 54%, 9% 70%, 19% 86%, 35% 95%); }
    .social-profiles li:nth-child(3n-1) a {
      -webkit-clip-path: polygon(69% 99%, 81% 96%, 89% 88%, 95% 75%, 98% 61%, 98% 50%, 97% 33%, 94% 26%, 89% 17%, 82% 9%, 75% 4%, 66% 3%, 54% 1%, 43% 1%, 35% 4%, 23% 7%, 13% 12%, 7% 18%, 3% 27%, 2% 39%, 0% 49%, 2% 56%, 7% 65%, 14% 73%, 16% 80%, 23% 87%, 31% 93%, 41% 98%, 53% 99%);
              clip-path: polygon(69% 99%, 81% 96%, 89% 88%, 95% 75%, 98% 61%, 98% 50%, 97% 33%, 94% 26%, 89% 17%, 82% 9%, 75% 4%, 66% 3%, 54% 1%, 43% 1%, 35% 4%, 23% 7%, 13% 12%, 7% 18%, 3% 27%, 2% 39%, 0% 49%, 2% 56%, 7% 65%, 14% 73%, 16% 80%, 23% 87%, 31% 93%, 41% 98%, 53% 99%); }
    .social-profiles li:nth-child(3n) a {
      -webkit-clip-path: polygon(91% 16%, 81% 8%, 65% 3%, 53% 1%, 38% 3%, 26% 7%, 16% 10%, 8% 17%, 5% 24%, 3% 32%, 0% 41%, 0% 56%, 1% 66%, 5% 77%, 11% 84%, 18% 89%, 25% 93%, 35% 96%, 45% 99%, 65% 97%, 80% 94%, 88% 85%, 93% 74%, 98% 61%, 100% 51%, 100% 37%, 99% 24%);
              clip-path: polygon(91% 16%, 81% 8%, 65% 3%, 53% 1%, 38% 3%, 26% 7%, 16% 10%, 8% 17%, 5% 24%, 3% 32%, 0% 41%, 0% 56%, 1% 66%, 5% 77%, 11% 84%, 18% 89%, 25% 93%, 35% 96%, 45% 99%, 65% 97%, 80% 94%, 88% 85%, 93% 74%, 98% 61%, 100% 51%, 100% 37%, 99% 24%); }
    .social-profiles li i {
      font-size: 20px;
      line-height: 30px; }

.clip-path-helper {
  opacity: 0;
  height: 1px;
  z-index: -1;
  pointer-events: none; }

.navigation-overlay .social-profiles {
  right: 0; }
  @media screen and (max-width: 74.9375em) {
    .navigation-overlay .social-profiles {
      display: block; } }

/**
 *
 * Error 404
 *
 */
.error-404 .page-content {
  text-align: center; }
  .error-404 .page-content header {
    margin-bottom: 30px; }
  .error-404 .page-content h1 {
    margin: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 200px;
    z-index: -1;
    opacity: .1;
    letter-spacing: 30px;
    font-style: italic;
    line-height: 1;
    top: 60px; }
  .error-404 .page-content h2 {
    text-transform: uppercase; }
  .error-404 .page-content .error, .error-404 .page-content .entry-content p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px; }
  .error-404 .page-content ul {
    margin: 0; }
    .error-404 .page-content ul li {
      list-style-type: none;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px; }
      .error-404 .page-content ul li a {
        color: inherit;
        font-weight: bold; }
  .error-404 .page-content .page-nav .block-nav-wrapper .block-nav h1, .error-404 .page-content .home-block .block-wrapper .nav-more h1 {
    letter-spacing: 0;
    opacity: 1;
    position: relative;
    top: auto; }

/**
 *
 * 3. Navbar styles
 *
 */
/**
 *
 * Navigation 
 *
 */
.page-nav {
  position: fixed; }
  @media screen and (min-width: 75em) {
    .page-nav.nav-with-frame {
      width: 26vw; } }
  .page-nav.nav-without-frame {
    width: 30%;
    height: 100%; }
  .page-nav .nav-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

    @media  screen and (min-width: 1280px) {
      .page-nav .logo {
        position: absolute;
        top: -37%;}
        .page-id-115 .page-nav .logo{
        	top: -27%;
        }
    }
    @media  screen and (min-width: 1440px) {
      .page-nav .logo {
        position: absolute;
        top: -37%;}
        .page-id-115 .page-nav .logo{
          top: -27%;
        }
    }
    @media  screen and (min-width: 1600px) {
      .page-nav .logo {
        position: absolute;
        top: -37%;}
    }
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .page-nav .logo {
      position: absolute;
      top: -37%;
    }
    .page-id-115 .page-nav .logo{
      top: -27%;
    }
}
/* ----------- Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
    .page-nav .logo {
      position: absolute;
      top: -37%;
    }
    .page-id-115 .page-nav .logo{
      top: -27%;
    }
}
  .page-nav .logo {
    position: absolute;
    /*top: -38%;*/
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

    .page-nav .logo:before, .page-nav .logo:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .page-nav .logo:before {
      -webkit-transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .page-nav .logo:hover:before {
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  .page-nav .nav-more {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .page-nav .nav-more:before, .page-nav .nav-more:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .page-nav .nav-more:before {
      -webkit-transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .page-nav .nav-more:hover:before {
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
  .page-nav .logo, .page-nav .nav-more {
    text-align: center; }
  .page-nav .block-nav-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    table-layout: fixed; }
    .page-nav .block-nav-wrapper .block-nav {
      display: table-cell;
      vertical-align: middle;
      padding: 30px; }

.nav-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

/**
 *
 * Burger 
 *
 */
.nav-more .burger-nav path {
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s; }

.nav-more:hover .pathA, .nav-more:hover .pathC {
  -webkit-transform: translateX(-4px);
      -ms-transform: translateX(-4px);
          transform: translateX(-4px); }

.nav-more:hover .pathB {
  -webkit-transform: scaleX(1.14);
      -ms-transform: scaleX(1.14);
          transform: scaleX(1.14); }

.home-block .nav-more {
  display: table-cell;
  vertical-align: middle; }
  .home-block .nav-more .block-nav {
    display: block;
    text-align: center; }

/**
 *
 * Mobile navigation 
 *
 */
.mobile-nav-top {
  position: relative;
  height: 80px;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 4%; }
.home .mobile-nav-top{
  margin-top:11%;
}
  .mobile-nav-top .mobile-logo {
    position: absolute;
    left: 95px;
    top: 0;
    width: calc(100% - 95px);
    height: 80px; }
    .mobile-nav-top .mobile-logo img {
      max-height: 80px;
      padding: 5px 0; }
}

.mobile-nav-overlay {
  margin: 0; }
  .mobile-nav-overlay li {
    list-style-type: none;
    line-height: 1; }
    .mobile-nav-overlay li a {
      position: relative;
      margin-bottom: 20px;
      display: inline-block; }
  .mobile-nav-overlay .menu {
    margin: 0; }
  .mobile-nav-overlay .navigation-content > .menu {
    position: relative; }
  .mobile-nav-overlay .menu .dropdown a {
    display: none;
    opacity: 0; }
  .mobile-nav-overlay .dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0; }
  .mobile-nav-overlay .overlay-children-icon {
    position: absolute;
    left: -30px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px; }
  .mobile-nav-overlay .nav-overlay-info {
    margin-bottom: 60px; }
  .mobile-nav-overlay .nav-overlay-info * {
    text-align: center !important; }

@media screen and (min-width: 75em) {
  .mobile-overlay, .mobile-nav-overlay {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .mobile-nav-active .blurred {
    -webkit-filter: blur(0);
            filter: blur(0); } }

/**
 *
 * Overlay navigation 
 *
 */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  display: none;
  cursor: url('data:image/svg+xml;utf8,<svg version="1.1" class="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="50px" height="50px" viewBox="0 0 100 100" style="" xml:space="preserve"><line id="e4_line" x1="35" y1="35" x2="65" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/><line x1="65" y1="35" x2="35" y2="65" stroke="rgba(255,255,255,1)" style="stroke-width: 2px; vector-effect: non-scaling-stroke; fill: none;"/></svg>') 24 24, auto;
  color: inherit; }

.navigation-overlay {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  overflow-y: auto; }
  .navigation-overlay .close-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 22; }
    .navigation-overlay .close-nav a {
      display: block;
      line-height: 1; }
  .navigation-overlay .nav-overlay-wrapper .nav-overlay-info {
    position: relative;
    z-index: 20; }
  .navigation-overlay .nav-overlay-wrapper .navigation-content {
    position: relative;
    z-index: 22; }
  @media screen and (max-width: 74.9375em) {
    .navigation-overlay .nav-overlay-wrapper {
      padding-top: 120px; }
      .navigation-overlay .nav-overlay-wrapper .navigation-content, .navigation-overlay .nav-overlay-wrapper .nav-overlay-info {
        width: 100%;
        text-align: center !important;
        padding: 0 30px; }
      .navigation-overlay .nav-overlay-wrapper .navigation-content {
        margin-bottom: 60px; } }
  @media screen and (min-width: 75em) {
    .navigation-overlay .nav-overlay-wrapper {
      width: 100%;
      height: 100%;
      display: table;
      padding: 150px 0;text-align:center; }
      .navigation-overlay .nav-overlay-wrapper .navigation-content, .navigation-overlay .nav-overlay-wrapper .nav-overlay-info {
        display: table-cell;
        padding: 0 30px;
        vertical-align: top; }
      .navigation-overlay .nav-overlay-wrapper .navigation-content {
        width: 55%; }
      .navigation-overlay .nav-overlay-wrapper .nav-overlay-info {
        width: 45%; }
      .navigation-overlay .nav-overlay-wrapper.no-info .navigation-content {
        width: 100%; } }
  .navigation-overlay .overlay-back {
    opacity: 0.5; }
  .navigation-overlay .overlay-social-profiles {
    position: relative;
    z-index: 22; }
    .navigation-overlay .overlay-social-profiles .social-profiles {
      position: relative;
      text-align: center;
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important;
      left: auto;
      right: auto; }
    .navigation-overlay .overlay-social-profiles li {
      margin: 0 10px; }

.menu-overlay-nav {
  margin: 0;
  position: relative; }
  .menu-overlay-nav li {
    list-style-type: none;
    padding-bottom: 20px;
    line-height: 1; }
    .menu-overlay-nav li a {
      position: relative; }
  .menu-overlay-nav.nav .dropdown a {
    display: none;
    opacity: 0; }
  .menu-overlay-nav .dropdown {
    position: absolute!important;
    top: 0;
    left: 30%;
    margin: 0; }
  .menu-overlay-nav .overlay-children-icon {
    position: absolute;
    left: -30px;
    font-size: 16px;
    top: 50%;
    margin-top: -8px; }

/**
 *
 * 4. Home template styles
 *
 */
/**
 *
 * Home background
 *
 */
.homepage {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 74.9375em) {
    .homepage {
      position: relative; } }
  @media screen and (min-width: 75em) {
    .homepage {
      position: fixed; } }
  .homepage:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home-bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s; }
  .home-bg-img.bg-img-active {
    opacity: 1; }

@media screen and (max-width: 74.9375em) {
  .home-bg-slider {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0; } }

.home-bg-slider .home-slider-pagination {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: center; }
  @media screen and (max-width: 74.9375em) {
    .home-bg-slider .home-slider-pagination {
      height: 80px;
      line-height: 80px; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .home-bg-slider .home-slider-pagination {
      text-align: right;
      width: auto;
      right: 0;
      left: auto;
      z-index: 4; } }
  @media screen and (min-width: 75em) {
    .home-bg-slider .home-slider-pagination {
      height: 4vw;
      line-height: 4vw; } }
  .home-bg-slider .home-slider-pagination.pagination-right {
    right: 4vw;
    left: auto;
    text-align: right; }
    .home-bg-slider .home-slider-pagination.pagination-right .dot:last-of-type {
      margin-right: 0 !important; }

.home-bg-slider .dot {
  width: 14px;
  height: 14px;
  margin: 0 20px;
  background: red;
  display: inline-block;
  border-style: solid;
  border-size: 2px;
  border-color: transparent;
  -webkit-transition: background .4s, border-color .4s, opacity .4s;
  transition: background .4s, border-color .4s, opacity .4s;
  opacity: .6;
  cursor: pointer; }
  .home-bg-slider .dot.active {
    opacity: 1;
    background: transparent !important; }
  .home-bg-slider .dot:hover {
    opacity: 1; }

.static-bg-img {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

/**
 *
 * Home content
 *
 */
.home-block:nth-of-type(4n) .home-separator {
  display: none; }

.home-separator {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2; }
  .home-separator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.home-separator-bottom {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2; }

.home-content {
  z-index: 1; }
  @media screen and (max-width: 74.9375em) {
    .home-content {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-top: 80px; } }
  @media screen and (min-width: 75em) {
    .home-content {
      top: 4vw;
      right: 4vw;
      bottom: 4vw;
      left: 4vw;
      position: fixed;
      overflow: hidden; } }
  .home-content .home-block {
    float: left; }
    @media screen and (max-width: 74.9375em) {
      .home-content .home-block {
        width: 100%;
        height: auto; } }
    @media screen and (min-width: 75em) {
      .home-content .home-block {
        width: 25%;
        height: 50%; } }

.home-nav .home-block {
  padding: 30px; }
  .home-nav .home-block > a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .home-nav .home-block > a:before, .home-nav .home-block > a:after {
      /*content: "";*/
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
    .home-nav .home-block > a:before {
      -webkit-transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s 0s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%); }
    .home-nav .home-block > a:hover:before {
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%); }
    .home-nav .home-block > a.home-no-hover:before, .home-nav .home-block > a.home-no-hover:after {
      display: none; }
    .home-nav .home-block > a .blog-content a {
      opacity: 1 !important; }
  @media screen and (min-width: 75em) {
    .home-nav .home-block .block-wrapper {
      display: table;
      table-layout: fixed;
      width: 100%;
      height: 100%; }
      .home-nav .home-block .block-wrapper.block-without-header .block-content {
        padding-left: 0; }
      .home-nav .home-block .block-wrapper.header-hor-with-desc {
        height: auto;
        display: block;
        position: relative; }
        .home-nav .home-block .block-wrapper.header-hor-with-desc .block-content, .home-nav .home-block .block-wrapper.header-hor-with-desc .header-hor {
          display: block;
          margin: 0 auto;
          padding-left: 0;
          width: 100%;
          /* text-align: center; */ }
      .home-nav .home-block .block-wrapper.block-top p:last-of-type {
        margin-bottom: 5px; }
      .home-nav .home-block .block-wrapper.hor_bottom .block-content {
        vertical-align: bottom; }
      .home-nav .home-block .block-wrapper.hor_middle .block-content {
        vertical-align: middle; }
      .home-nav .home-block .block-wrapper.hor_top .block-content {
        vertical-align: top; }
    .home-nav .home-block header, .home-nav .home-block .block-content {
      display: table-cell;
      vertical-align: middle; } }
  .home-nav .home-block .block-content {
    position: relative;
    z-index: 2; }
    .home-nav .home-block .block-content a {
      -webkit-transition: opacity .4s;
      transition: opacity .4s; }
      .home-nav .home-block .block-content a:hover {
        opacity: .5; }
  @media screen and (min-width: 75em) and (max-width: 96.8125em) {
    .home-nav .home-block .header-ver .block-content {
      padding-left: 15px; } }
  @media screen and (min-width: 96.875em) {
    .home-nav .home-block .header-ver .block-content {
      padding-left: 30px; } }
  @media screen and (min-width: 75em) {
    .home-nav .home-block header h1 {
      display: inline-block;
      margin: 0;
      white-space: nowrap; }
      .home-nav .home-block header h1 span {
        display: inline-block; }
    .home-nav .home-block .ver_left {
      position: relative;
      vertical-align: middle; }
    .home-nav .home-block .ver_left h1 {
      line-height: 1;
      -webkit-transform: translateX(-50%) rotate(-90deg) translateY(50%);
          -ms-transform: translateX(-50%) rotate(-90deg) translateY(50%);
              transform: translateX(-50%) rotate(-90deg) translateY(50%);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      z-index: 1; }
    .home-nav .home-block .hor_top {
      vertical-align: top;
      text-align: center; }
    .home-nav .home-block .hor_middle {
      vertical-align: middle;
      text-align: center; }
    .home-nav .home-block .header-top {
      vertical-align: top; }
    .home-nav .home-block .header-middle {
      vertical-align: middle; }
    .home-nav .home-block .header-bottom {
      vertical-align: bottom; }
    .home-nav .home-block .hor_bottom {
      vertical-align: bottom; } }
  .home-nav .home-block .block-wrapper > header {
    text-align: center; }
    @media screen and (min-width: 75em) {
      .home-nav .home-block .block-wrapper > header.ver_left {
        text-align: left !important; } }
  .home-nav .home-block .block-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1; }
  .home-nav .home-block .logo {
    text-align: center; }

.home-block {
  position: relative; }
  .home-block > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden; }
  .home-block .block-content ul {
    margin: 0; }
    .home-block .block-content ul li {
      list-style-type: none;
      margin: 5px 0; }
  .home-block .block-content a {
    color: inherit; }

.block-overlay .block-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.home-block .block-content {
  width: 100%;
  font-size: 28px; }

.home-block .block-content li, .home-block .block-content li a {
  line-height: 1.2em; }

@media screen and (max-width: 39.9375em) {
  .home-block .block-content {
    font-size: 5vw; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-block .block-content {
    font-size: 3.2vw; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .home-block .block-content {
    font-size: 3.2vw; } }

@media screen and (min-width: 75em) and (max-width: 96.8125em) {
  .home-block .block-content {
    font-size: 1.4vw; } }

@media screen and (min-width: 96.875em) {
  .home-block .block-content {
    font-size: 1.5vw; } }

@media screen and (max-width: 39.9375em) {
  .home-block header h1 {
    font-size: 7vw; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-block header h1 {
    font-size: 4vw; } }

.mobile-home-nav .home-block {
  padding: 15px 30px; }
  .mobile-home-nav .home-block .block-wrapper > header {
    text-align: center;
    margin: 15px 0; }
    .mobile-home-nav .home-block .block-wrapper > header h1 {
      margin-bottom: 0; }
  .mobile-home-nav .home-block .block-content {
    text-align: center;
    margin: 15px 0 15px; }
  @media screen and (max-width: 74.9375em) {
    .mobile-home-nav .home-block.block-empty {
      display: none; }
    .mobile-home-nav .home-block .nav-more {
      display: block; } }

.mobile-home-nav .block-bg-img {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.home-mobile-bg .home-bg-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%; }

/**
 *
 * Home video
 *
 */
.home-video-controls {
  position: absolute;
  top: 0;
  left: 4vw;
  width: 30px;
  height: 4vw;
  line-height: 4vw; }
  .home-video-controls .video-control {
    opacity: 0;
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    text-align: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    /* border: 2px solid; border-radius: 50%; */ }
    .home-video-controls .video-control svg {
      border: 2px solid;
      border-radius: 50%;
      position: absolute;
      left: 0; }
    .home-video-controls .video-control:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .home-video-controls.video-control-right {
    left: auto;
    right: 4vw; }

.home-mobile-video-control {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 15px;
  height: 60px;
  line-height: 60px;
  display: none; }
  .home-mobile-video-control a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
    .home-mobile-video-control a:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .home-mobile-video-control svg {
    border: 2px solid;
    border-radius: 50%;
    margin-top: 15px; }

.video-bg-img {
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

/**
 *
 * Home footer
 *
 */
.home-footer {
  width: 100%;
  z-index: 2; }
  @media screen and (max-width: 74.9375em) {
    .home-footer {
      position: relative;
      height: 60px; }
      .home-footer .footer-wrapper {
        display: table;
        height: 100%;
        width: 100%; }
        .home-footer .footer-wrapper .footer-content {
          display: table-cell;
          vertical-align: middle;
          padding: 0 2.5vw; }
        .home-footer .footer-wrapper .footer-content * {
          margin-bottom: 0;
          text-align: right; }
      .home-footer.home-footer-fixed {
        position: fixed;
        bottom: 0; } }
  @media screen and (min-width: 75em) {
    .home-footer {
      position: fixed;
      bottom: 0;
      height: 4vw; }
      .home-footer .footer-wrapper {
        display: table;
        height: 100%;
        width: 100%; }
        .home-footer .footer-wrapper nav, .home-footer .footer-wrapper .footer-content {
          display: table-cell;
          vertical-align: middle; }
        .home-footer .footer-wrapper nav {
          padding: 0 2vw 0 4vw; }
        .home-footer .footer-wrapper .footer-content {
          padding: 0 4vw 0 2vw; }
        .home-footer .footer-wrapper .footer-content * {
          margin-bottom: 0;
          text-align: right; } }
  .home-footer .nav {
    margin: 0; }
    .home-footer .nav li {
      display: inline-block;
      margin-right: 15px; }

/**
 *
 * 5. Blog template styles
 *
 */
/**
 *
 * Blog
 *
 */
.blog-content {
  padding-top: 60px; }
  .blog-content .content {
    overflow: hidden; }
  .blog-content .post-meta .post-date, .blog-content .post-meta .post-author, .blog-content .post-meta .post-category {
    display: inline-block; }
  .blog-content .post-meta .post-category {
    margin: 0;
    display: inline; }
    .blog-content .post-meta .post-category li {
      list-style-type: none;
      display: inline-block; }
  .blog-content .post-meta .post-cat-separator {
    position: relative; }
    .blog-content .post-meta .post-cat-separator:after {
      content: "/"; }
  .blog-content .post-meta .post-author {
    font-weight: bold; }
  .blog-content .post-meta a {
    color: inherit; }
  .blog-content header {
    margin-bottom: 30px; }
    .blog-content header h4 {
      margin-bottom: 0;
      position: relative;
      padding-left: 50px; }
      .blog-content header h4:before {
        content: "";
        position: absolute;
        width: 40px;
        height: 2px;
        top: 0;
        margin-top: 0.6em;
        left: 0; }
      .blog-content header h4 a {
        color: inherit; }
    .blog-content header.no-title h4, .blog-content header.no-title a {
      height: 25px; }
    .blog-content header.no-title a {
      display: block; }
  .blog-content .post-image {
    width: 100%; }
    @media screen and (max-width: 63.9375em) {
      .blog-content .post-image {
        margin: 30px 0; } }
    @media screen and (min-width: 64em) {
      .blog-content .post-image {
        width: 70%;
        margin: 30px;
        padding-right: 30px; } }
    .blog-content .post-image figure {
      margin: 0;
      position: relative; }
      .blog-content .post-image figure > a {
        overflow: hidden;
        display: block;
        background-image: none;
        position: relative;
        margin: 0; }
        .blog-content .post-image figure > a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-repeat: no-repeat;
          -webkit-background-size: 0% 100%;
                  background-size: 0% 100%;
          -webkit-transition: background .5s !important;
          transition: background .5s !important; }
        .blog-content .post-image figure > a img {
          -webkit-transition: opacity .4s, -webkit-transform .7s;
          transition: opacity .4s, -webkit-transform .7s;
          transition: transform .7s, opacity .4s;
          transition: transform .7s, opacity .4s, -webkit-transform .7s; }
        .blog-content .post-image figure > a:hover:before {
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%; }
        .blog-content .post-image figure > a:hover img {
          -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
                  transform: scale(1.1);
          opacity: 0.9; }
    .blog-content .post-image img {
      display: block;
      /* width: 100%;  */ }
    .blog-content .post-image .post-meta {
      text-align: right; }
      @media screen and (min-width: 64em) {
        .blog-content .post-image .post-meta {
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform: translateX(100%) rotateZ(90deg) translateY(-50%);
              -ms-transform: translateX(100%) rotate(90deg) translateY(-50%);
                  transform: translateX(100%) rotateZ(90deg) translateY(-50%);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  transform-origin: left; } }
  .blog-content .more-link {
    font-weight: bold;
    float: right; }
  .blog-content .additional-block-wrapper {
    display: table;
    margin: 30px 0; }
    @media screen and (min-width: 64em) {
      .blog-content .additional-block-wrapper .additional-block, .blog-content .additional-block-wrapper .post-image {
        display: table-cell;
        vertical-align: middle; } }
  .blog-content .additional-block {
    padding: 30px; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      .blog-content .additional-block {
        width: 30%;
        padding: 30px 15px 30px 0; } }
    @media screen and (min-width: 75em) {
      .blog-content .additional-block {
        width: 30%;
        padding: 30px 30px 30px 0; } }
    .blog-content .additional-block .btn-share {
      border: 1px solid;
      display: inline-block;
      margin-top: 30px;
      padding: 5px 15px;
      border-radius: 2px; }
  .blog-content .post-tags {
    margin: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px; }
    .blog-content .post-tags:before {
      content: "";
      position: absolute;
      top: 12px;
      margin-top: -2px;
      width: 20px;
      left: 0;
      height: 2px; }
    .blog-content .post-tags li {
      display: inline-block;
      list-style-type: none; }
    .blog-content .post-tags a {
      color: inherit;
      font-style: italic; }
  .blog-content .read-more {
    display: inline-block;
    border-bottom: 1px solid; }
    @media screen and (max-width: 63.9375em) {
      .blog-content .read-more {
        margin-bottom: 30px; } }
  @media screen and (min-width: 75em) {
    .blog-content .post-content > header {
      width: 70%; } }

.content-with-sidebar .blog-content .post-image, .content-with-sidebar .post-content > header {
  width: 100%; }

@media screen and (min-width: 64em) {
  .pagination-wrapper {
    width: 70%; } }

.wp-sticky .post-content {
  position: relative; }
  .wp-sticky .post-content svg {
    stroke: inherit;
    width: 20px;
    height: 20px;
    -webkit-transform: rotateZ(30deg);
        -ms-transform: rotate(30deg);
            transform: rotateZ(30deg);
    position: absolute;
    left: 0;
    top: 0;
    opacity: .5; }

.wp-sticky.blog-content header h4:before {
  display: none; }

.wp-sticky .blog-content header h4:before {
  display: none; }

/**
 *
 * Single Post
 *
 */
@media screen and (max-width: 63.9375em) {
  .single-post .blog-content .post-image figure {
    margin-bottom: 30px; } }

.single-post .blog-content .post-content-footer {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  .single-post .blog-content .post-content-footer .post-tags, .single-post .blog-content .post-content-footer .post-share {
    display: table-cell;
    vertical-align: top; }
  .single-post .blog-content .post-content-footer li {
    list-style-type: none; }
  .single-post .blog-content .post-content-footer .post-share {
    margin: 0;
    text-align: right;
    margin-bottom: 15px; }
    .single-post .blog-content .post-content-footer .post-share li {
      display: inline-block;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      margin-left: 5px; }
      .single-post .blog-content .post-content-footer .post-share li a {
        width: 25px;
        height: 25px;
        display: block;
        text-align: center;
        background-image: none !important; }
        .single-post .blog-content .post-content-footer .post-share li a:hover {
          background-image: none !important; }
      .single-post .blog-content .post-content-footer .post-share li:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .single-post .blog-content .post-content-footer .post-share li:nth-child(3n-2) a {
        -webkit-clip-path: polygon(60% 99%, 83% 93%, 94% 80%, 100% 60%, 100% 41%, 96% 27%, 91% 20%, 79% 9%, 56% 1%, 44% 3%, 34% 6%, 23% 12%, 14% 18%, 5% 24%, 0% 37%, 1% 54%, 9% 70%, 19% 86%, 35% 95%);
                clip-path: polygon(60% 99%, 83% 93%, 94% 80%, 100% 60%, 100% 41%, 96% 27%, 91% 20%, 79% 9%, 56% 1%, 44% 3%, 34% 6%, 23% 12%, 14% 18%, 5% 24%, 0% 37%, 1% 54%, 9% 70%, 19% 86%, 35% 95%); }
      .single-post .blog-content .post-content-footer .post-share li:nth-child(3n-1) a {
        -webkit-clip-path: polygon(69% 99%, 81% 96%, 89% 88%, 95% 75%, 98% 61%, 98% 50%, 97% 33%, 94% 26%, 89% 17%, 82% 9%, 75% 4%, 66% 3%, 54% 1%, 43% 1%, 35% 4%, 23% 7%, 13% 12%, 7% 18%, 3% 27%, 2% 39%, 0% 49%, 2% 56%, 7% 65%, 14% 73%, 16% 80%, 23% 87%, 31% 93%, 41% 98%, 53% 99%);
                clip-path: polygon(69% 99%, 81% 96%, 89% 88%, 95% 75%, 98% 61%, 98% 50%, 97% 33%, 94% 26%, 89% 17%, 82% 9%, 75% 4%, 66% 3%, 54% 1%, 43% 1%, 35% 4%, 23% 7%, 13% 12%, 7% 18%, 3% 27%, 2% 39%, 0% 49%, 2% 56%, 7% 65%, 14% 73%, 16% 80%, 23% 87%, 31% 93%, 41% 98%, 53% 99%); }
      .single-post .blog-content .post-content-footer .post-share li:nth-child(3n) a {
        -webkit-clip-path: polygon(91% 16%, 81% 8%, 65% 3%, 53% 1%, 38% 3%, 26% 7%, 16% 10%, 8% 17%, 5% 24%, 3% 32%, 0% 41%, 0% 56%, 1% 66%, 5% 77%, 11% 84%, 18% 89%, 25% 93%, 35% 96%, 45% 99%, 65% 97%, 80% 94%, 88% 85%, 93% 74%, 98% 61%, 100% 51%, 100% 37%, 99% 24%);
                clip-path: polygon(91% 16%, 81% 8%, 65% 3%, 53% 1%, 38% 3%, 26% 7%, 16% 10%, 8% 17%, 5% 24%, 3% 32%, 0% 41%, 0% 56%, 1% 66%, 5% 77%, 11% 84%, 18% 89%, 25% 93%, 35% 96%, 45% 99%, 65% 97%, 80% 94%, 88% 85%, 93% 74%, 98% 61%, 100% 51%, 100% 37%, 99% 24%); }
      .single-post .blog-content .post-content-footer .post-share li i {
        font-size: 16px;
        line-height: 25px; }

.post-password-form label {
  display: inline-block; }

.post-password-form [type='password'] {
  max-width: 310px;
  display: inline-block; }

.post-password-form [type="submit"] {
  max-width: 90px;
  display: inline-block;
  height: 39px;
  text-transform: uppercase;
  background: none;
  border: none; }
  .post-password-form [type="submit"]:focus {
    outline: none; }

.post-comments {
  margin-top: 60px; }
  .post-comments h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px; }

#recentcomments {
  margin: 0; }
  #recentcomments .comment-respond .comment-reply-title {
    font-size: 22px;
    text-transform: none;
    text-align: right; }
  #recentcomments #cancel-comment-reply-link {
    text-transform: none;
    text-align: right; }
  #recentcomments .pingback {
    list-style-type: none; }
  #recentcomments .comment {
    list-style-type: none;
    margin-bottom: 20px; }
    #recentcomments .comment:last-of-type {
      margin-bottom: 0; }
    #recentcomments .comment p {
      margin-bottom: 15px; }
  #recentcomments .comment-header {
    margin-bottom: 15px; }
  #recentcomments .comment-date, #recentcomments .comment-author-link, #recentcomments .comment-header {
    display: inline-block; }
  #recentcomments .comment-body {
    display: block; }
  #recentcomments .comment-date {
    opacity: .65;
    font-size: 14px;
    margin-right: 10px;
    font-style: italic; }
  #recentcomments .comment-author-link {
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 20px; }
    #recentcomments .comment-author-link a {
      color: inherit; }
  #recentcomments .comment-author-link {
    font-weight: bold; }
  #recentcomments .comment-author-avatar img {
    border-radius: 50%;
    margin-right: 5px; }
  #recentcomments .comment-author-link, #recentcomments .comment-author-avatar {
    display: inline-block;
    vertical-align: middle; }
  #recentcomments .comment-body {
    margin-bottom: 45px; }
  #recentcomments .reply {
    font-size: 16px;
    font-weight: bold; }

#commentform .comment-form-input {
  padding: 15px 30px;
  color: inherit;
  border-color: inherit; }

#commentform .comment-submit {
  text-align: right;
  display: block; }
  #commentform .comment-submit span {
    display: inline-block; }
  #commentform .comment-submit .form-submit {
    background: transparent;
    border: none;
    outline: none;
    text-transform: uppercase;
    padding: 5px 0;
    margin: 15px 0;
    color: inherit; }
    #commentform .comment-submit .form-submit:focus {
      outline: none; }

#commentform .comment-logged-in {
  text-align: left;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  #commentform .comment-logged-in a {
    color: inherit;
    font-weight: bold; }

/**
 *
 * Archive 
 *
 */
.archive-header {
  padding-top: 60px; }
  .archive-header h3 {
    margin-bottom: 0; }

.search .blog-content {
  padding-bottom: 30px; }
  @media screen and (min-width: 75em) {
    .search .blog-content {
      width: 70%; }
      .search .blog-content .post-content .content {
        width: 100%; } }
  .search .blog-content:last-of-type {
    margin-bottom: 30px; }

.search-no-results .page-header {
  width: 70%; }
  .search-no-results .page-header h4 {
    margin-bottom: 15px;
    font-style: italic; }

.search-no-results .blog-content {
  border-bottom: none;
  padding-top: 0; }

.search-no-results #searchform {
  max-width: 400px;
  margin-top: 30px; }
  .search-no-results #searchform input {
    color: inherit; }
  .search-no-results #searchform .input-group-field {
    border-color: inherit !important; }
  .search-no-results #searchform .input-group-button .button {
    background: transparent;
    text-transform: uppercase; }
    .search-no-results #searchform .input-group-button .button:focus {
      outline: none; }

/**
 *
 * 6. Food menu templates styles
 *
 */
/**
 *
 * Food menu templates
 *
 */
.menu-content {
  position: relative; }
  @media screen and (max-width: 74.9375em) {
    .menu-content .grid-sizer, .menu-content .grid-item {
      width: 100%; }
    .menu-content .grid-item {
      padding: 40px 0; } }
  @media screen and (min-width: 75em) {
    .menu-content.show-filter {
      padding-top: 30px; }
      .menu-content.show-filter .menu-masonry-container {
        padding-top: 30px; }
      .menu-content.show-filter:after {
        top: 90px;
        bototm: 90px; }
    .menu-content .grid-sizer, .menu-content .grid-item {
      width: 50%; }
    .menu-content .grid-item {
      padding: 40px 60px; }
    .menu-content:after {
      content: "";
      width: 1px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%; } }
  .menu-content .grid-item {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    -webkit-transition: border .4s;
    transition: border .4s; }
    .menu-content .grid-item > header {
      margin-bottom: 30px; }
    .menu-content .grid-item header h2 {
      text-transform: uppercase; }
    .menu-content .grid-item .item-name h6 {
      text-transform: uppercase;
      letter-spacing: 1px; }
    .menu-content .grid-item .item-name h6, .menu-content .grid-item .item-price {
      display: inline-block;
      margin-right: 10px;
      font-size: 14px; }
    .menu-content .grid-item .cat-desc {
      font-size: 14px;
      line-height: 1.5em;
      margin-top: 15px; }
  .menu-content .menu-item {
    margin-bottom: 30px; }
    .menu-content .menu-item:last-of-type {
      margin-bottom: 0; }
    .menu-content .menu-item .item-desc {
      font-style: italic;
      font-size: 14px;
      line-height: 1.4em; }
      .menu-content .menu-item .item-desc p:last-of-type {
        margin-bottom: 0; }
  .menu-content .menu-featured-item {
    border-width: 1px;
    border-style: solid;
    margin-left: -29px;
    padding: 30px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    @media screen and (max-width: 74.9375em) {
      .menu-content .menu-featured-item {
        margin-left: 0;
        margin-right: 0; } }
    .menu-content .menu-featured-item .menu-featured-header {
      position: absolute;
      top: -14px;
      right: 12px;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle;
      height: 24px;
      padding: 0 10px;
      font-style: normal !important; }
  .menu-content .menu-grid-filters {
    z-index: 2;
    margin: 0;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 74.9375em) {
      .menu-content .menu-grid-filters {
        margin-top: 60px; } }
    .menu-content .menu-grid-filters li {
      display: inline-block;
      text-transform: uppercase;
      margin: 0 10px;
      position: relative; }
      .menu-content .menu-grid-filters li:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        opacity: 0;
        height: 1px;
        -webkit-transition: opacity .6s;
        transition: opacity .6s; }
      .menu-content .menu-grid-filters li.active:after {
        opacity: 1; }
      .menu-content .menu-grid-filters li a {
        display: block; }

.menu-masonry-container .menu-category.no-border {
  border-bottom-style: none !important; }

/**
 *
 * Menu with Sidebar
 *
 */
@media screen and (max-width: 74.9375em) {
  .menu-with-sidebar .menu-sidebar {
    padding: 0;
    padding-top: 60px; }
    .menu-with-sidebar .menu-sidebar .menu-sidebar-filters {
      padding: 0 15px; } }

@media screen and (min-width: 75em) {
  .menu-with-sidebar .menu-masonry-container2 {
    width: 50%;
    direction: ltr;
    float: left; }
  .menu-with-sidebar .menu-sidebar {
    width: 50%;
    position: relative;
    top: 0;
    padding: 40px;
    direction: ltr;
    float: right; }
    .menu-with-sidebar .menu-sidebar .menu-sidebar-filters {
      padding: 0 30px; }
  .menu-with-sidebar .menu-content {
    padding-top: 0;
    direction: rtl;
    overflow: hidden; }
    .menu-with-sidebar .menu-content:after {
      top: 0; } }

.menu-with-sidebar .grid-sizer, .menu-with-sidebar .grid-item {
  width: 100%; }

.menu-with-sidebar .grid-item:last-child {
  border: none !important; }

.menu-with-sidebar .menu-content {
  position: relative; }

.menu-with-sidebar .menu-sidebar-filters {
  margin: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 30px; }
  .menu-with-sidebar .menu-sidebar-filters li {
    list-style-type: none;
    text-transform: uppercase;
    margin: 2px 0;
    position: relative;
    -webkit-transition: padding .4s;
    transition: padding .4s; }
    .menu-with-sidebar .menu-sidebar-filters li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -15px;
      width: 20px;
      height: 2px;
      margin-top: -1px;
      opacity: 0;
      -webkit-transition: opacity .6s;
      transition: opacity .6s; }
    .menu-with-sidebar .menu-sidebar-filters li.active {
      padding-left: 10px; }
      .menu-with-sidebar .menu-sidebar-filters li.active:before {
        opacity: 1; }
  @media screen and (max-width: 74.9375em) {
    .menu-with-sidebar .menu-sidebar-filters li {
      display: inline-block;
      cursor: pointer;
      margin: 0 10px; }
      .menu-with-sidebar .menu-sidebar-filters li:before {
        display: none; }
      .menu-with-sidebar .menu-sidebar-filters li:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        opacity: 0;
        height: 1px;
        -webkit-transition: opacity .6s;
        transition: opacity .6s; }
      .menu-with-sidebar .menu-sidebar-filters li.active:after {
        opacity: 1; }
      .menu-with-sidebar .menu-sidebar-filters li.active {
        padding-left: 0; } }

.menu-with-sidebar .menu-notice {
  margin-bottom: 30px;
  padding: 30px;
  position: relative; }
  .menu-with-sidebar .menu-notice h6 {
    font-style: italic; }
  .menu-with-sidebar .menu-notice p:last-of-type {
    margin-bottom: 0; }

.menu-with-sidebar .menu-notice h1, .menu-with-sidebar .menu-notice h2, .menu-with-sidebar .menu-notice h3, .menu-with-sidebar .menu-notice h4, .menu-with-sidebar .menu-notice h5, .menu-with-sidebar .menu-notice h6 {
  font-style: italic !important; }

/**
 *
 * 7. Gallery templates styles
 *
 */
@media screen and (max-width: 39.9375em) {
  .apetita-gallery .grid-size-2 .gallery-grid-sizer, .apetita-gallery .grid-size-2 .gallery-item {
    width: 100%; }
  .apetita-gallery .grid-size-3 .gallery-grid-sizer, .apetita-gallery .grid-size-3 .gallery-item {
    width: 100%; }
  .apetita-gallery .grid-size-4 .gallery-grid-sizer, .apetita-gallery .grid-size-4 .gallery-item {
    width: 100%; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .apetita-gallery .grid-size-2 .gallery-grid-sizer, .apetita-gallery .grid-size-2 .gallery-item {
    width: 50%; }
  .apetita-gallery .grid-size-3 .gallery-grid-sizer, .apetita-gallery .grid-size-3 .gallery-item {
    width: 50%; }
  .apetita-gallery .grid-size-4 .gallery-grid-sizer, .apetita-gallery .grid-size-4 .gallery-item {
    width: 50%; } }

@media screen and (min-width: 64em) {
  .apetita-gallery .grid-size-2 .gallery-grid-sizer, .apetita-gallery .grid-size-2 .gallery-item {
    width: 50%; }
  .apetita-gallery .grid-size-3 .gallery-grid-sizer, .apetita-gallery .grid-size-3 .gallery-item {
    width: 33.33333%; }
  .apetita-gallery .grid-size-4 .gallery-grid-sizer, .apetita-gallery .grid-size-4 .gallery-item {
    width: 25%; } }

.apetita-gallery .gallery-item {
  height: auto;
  opacity: 0; }
  .apetita-gallery .gallery-item.item-visible {
    opacity: 1; }
  .apetita-gallery .gallery-item img {
    width: 100%;
    position: relative;
    z-index: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .apetita-gallery .gallery-item.hover-basic {
    overflow: hidden; }
    .apetita-gallery .gallery-item.hover-basic img {
      -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .apetita-gallery .gallery-item > a {
    background-image: none; }
  .apetita-gallery .gallery-item > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-background-size: 0% 100%;
            background-size: 0% 100%;
    -webkit-transition: background .5s !important;
    transition: background .5s !important; }
  .apetita-gallery .gallery-item:hover.hover-basic img {
    opacity: .9;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .apetita-gallery .gallery-item:hover a:before {
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .apetita-gallery .gallery-item > a:first-of-type {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.apetita-gallery .content {
  width: 100%; }

.apetita-gallery .gallery-load-more-wrapper {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 2;
  text-align: center;
  margin-bottom: 60px; }
  .apetita-gallery .gallery-load-more-wrapper .gallery-load-more {
    position: relative;
    background-repeat: no-repeat;
    padding: 15px 30px;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 1px; }

/**
 *
 * 8. Restaurant reservation plugin styles
 *
 */
/**
 *
 * Restaurant reservation plugin
 *
 */
.rtb-booking-form {
  overflow: hidden; }
  .rtb-booking-form legend, .rtb-booking-form label {
    display: none !important; }
  .rtb-booking-form fieldset.reservation {
    border: 1px solid !important;
    overflow: hidden;
    margin: 0 0 1rem !important;
    padding-bottom: 0 !important; }
    .rtb-booking-form fieldset.reservation .rtb-text, .rtb-booking-form fieldset.reservation .rtb-select {
      display: block;
      float: left;
      text-align: center;
      vertical-align: middle;
      padding: 8px 0;
      width: 33.33%; }
    .rtb-booking-form fieldset.reservation select {
      border-right: none !important;
      -moz-text-align-last: center;
           text-align-last: center; }
    .rtb-booking-form fieldset.reservation input, .rtb-booking-form fieldset.reservation select {
      height: 39px; }
    .rtb-booking-form fieldset.reservation input, .rtb-booking-form fieldset.reservation select {
      border: none;
      border-right: 1px solid;
      margin: 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0 15px;
      text-align: center;
      color: inherit; }
      .rtb-booking-form fieldset.reservation input:focus, .rtb-booking-form fieldset.reservation input:active, .rtb-booking-form fieldset.reservation select:focus, .rtb-booking-form fieldset.reservation select:active {
        outline: none; }
      .rtb-booking-form fieldset.reservation input::-webkit-input-placeholder, .rtb-booking-form fieldset.reservation select::-webkit-input-placeholder {
        text-align: center; }
      .rtb-booking-form fieldset.reservation input:-moz-placeholder, .rtb-booking-form fieldset.reservation select:-moz-placeholder {
        text-align: center; }
      .rtb-booking-form fieldset.reservation input::-moz-placeholder, .rtb-booking-form fieldset.reservation select::-moz-placeholder {
        text-align: center; }
      .rtb-booking-form fieldset.reservation input:-ms-input-placeholder, .rtb-booking-form fieldset.reservation select:-ms-input-placeholder {
        text-align: center; }
  .rtb-booking-form select {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    height: auto; }
    .rtb-booking-form select:focus, .rtb-booking-form select:active {
      outline: none; }
  .rtb-booking-form .rtb-text, .rtb-booking-form .rtb-textarea {
    vertical-align: middle; }
  .rtb-booking-form input, .rtb-booking-form textarea, .rtb-booking-form select {
    padding: 8px 30px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid;
    height: 57px;
    color: inherit; }
  .rtb-booking-form input {
    padding: 8px 30px; }
  .rtb-booking-form textarea {
    padding: 13px 30px;
    resize: vertical;
    min-height: 87px; }
  .rtb-booking-form .rtb-text.email, .rtb-booking-form .rtb-text.phone {
    float: left;
    width: 50%;
    position: relative; }
  .rtb-booking-form .rtb-text.email:after {
    content: "";
    top: 10px;
    height: 39px;
    width: 1px;
    right: 0;
    position: absolute; }
  .rtb-booking-form .rtb-text.email input {
    border-right: none; }
  .rtb-booking-form .rtb-text.phone input {
    border-left: none; }
  .rtb-booking-form .rtb-checkbox label, .rtb-booking-form .rtb-radio label, .rtb-booking-form .rtb-confirm label {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center; }
    .rtb-booking-form .rtb-checkbox label input, .rtb-booking-form .rtb-radio label input, .rtb-booking-form .rtb-confirm label input {
      margin: 0 5px 0 0 !important; }
  .rtb-booking-form .rtb-checkbox, .rtb-booking-form .rtb-radio, .rtb-booking-form .rtb-confirm {
    display: table;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 1rem;
    border-radius: 5px;
    padding: 0 25px; }
    .rtb-booking-form .rtb-checkbox > label, .rtb-booking-form .rtb-radio > label, .rtb-booking-form .rtb-confirm > label {
      font-size: 16px;
      min-width: 30%;
      text-align: left;
      padding: 0 5px; }
  .rtb-booking-form button {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .rtb-booking-form fieldset > div {
    margin-top: 0 !important; }
  .rtb-booking-form input, .rtb-booking-form textarea {
    max-width: 100% !important; }
  .rtb-booking-form fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; }
  .rtb-booking-form .add-message a {
    font-size: 16px;
    font-style: italic !important;
    margin-bottom: 15px;
    display: inline-block; }

.error-block {
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #e2204d; }

.rtb-error {
  text-align: left;
  line-height: 1.5em;
  padding: 5px;
  color: #e2204d; }
  .rtb-error option {
    display: none; }
  .rtb-error:before {
    display: none !important; }

.error-input label, .error-input input, .error-input select, .error-input option {
  color: #e2204d !important; }

@media screen and (max-width: 63.9375em) {
  .reservation-content {
    padding-top: 110px !important; } }

@media screen and (max-width: 63.9375em) {
  .contact-content {
    padding-top: 110px !important; } }

/**
 *
 * 9. Widgets sidebar styles
 *
 */
/**
 *
 * Widgets sidebar
 *
 */
.show-sidebar .page-content {
  max-width: 100%;
  overflow: hidden; }

.show-sidebar .page-content .content {
  width: 100% !important; }

.show-sidebar .sidebar {
  padding-left: 4vw;
  padding-top: 60px; }

.show-sidebar.menu-with-sidebar .sidebar {
  padding: 30px; }

.widget {
  margin-bottom: 90px; }
  .widget #searchform .input-group-button .button {
    background: transparent;
    text-transform: uppercase;
    color: inherit;
    border: none;
    height: 40px; }
    .widget #searchform .input-group-button .button:focus {
      outline: none; }
  .widget .input-group {
    margin-bottom: 0; }
  .widget:last-of-type {
    margin-bottom: 0; }
  .widget abbr {
    color: inherit; }
  .widget .headers {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    overflow: hidden;
    font-size: 16px !important; }
    .widget .headers span {
      position: relative;
      letter-spacing: 3px; }
      .widget .headers span:before {
        content: "";
        position: absolute;
        height: 2px;
        top: 50%;
        left: -55px;
        width: 40px;
        margin-top: -1px; }
  .widget select:focus {
    outline: none; }
  .widget .screen-reader-text {
    font-style: italic !important;
    color: inherit; }
  .widget a:hover {
    color: inherit; }
  .widget p.wp-caption-text {
    color: inherit; }
  .widget input, .widget select, .widget textarea {
    border-color: inherit; }
  .widget .rtb-booking-form fieldset.reservation {
    border: none !important;
    margin-bottom: 0 !important; }
  .widget .rtb-booking-form fieldset.reservation input, .widget .rtb-booking-form fieldset.reservation select {
    height: 45px; }
  .widget .rtb-booking-form .rtb-checkbox > label, .widget .rtb-booking-form .rtb-radio > label, .widget .rtb-booking-form .rtb-confirm > label {
    font-size: 14px;
    line-height: 1.2em; }
  .widget .rtb-booking-form .rtb-checkbox, .widget .rtb-booking-form .rtb-radio, .widget .rtb-booking-form .rtb-confirm {
    padding: 12px 25px; }
    .widget .rtb-booking-form .rtb-checkbox input, .widget .rtb-booking-form .rtb-radio input, .widget .rtb-booking-form .rtb-confirm input {
      height: 10px !important; }

.widget_recent_entries ul {
  margin: 0;
  text-align: center; }
  .widget_recent_entries ul li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center; }
    .widget_recent_entries ul li:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .widget_recent_entries ul li a {
      font-size: 16px !important;
      margin-bottom: 10px;
      display: block; }

.widget_recent_entries .post-date {
  display: block;
  font-size: 12px !important;
  font-style: italic !important;
  opacity: .5; }

.widget_recent_comments #recentcomments {
  margin: 0;
  text-align: center; }
  .widget_recent_comments #recentcomments li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center; }
    .widget_recent_comments #recentcomments li:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .widget_recent_comments #recentcomments li a {
      font-size: 16px !important; }
  .widget_recent_comments #recentcomments .comment-author-link {
    font-size: 12px !important;
    margin-right: 0px !important;
    text-transform: none;
    vertical-align: baseline; }

.widget_archive ul, .widget_categories ul {
  margin: 0;
  text-align: center; }
  .widget_archive ul li, .widget_categories ul li {
    list-style-type: none;
    margin-bottom: 5px; }
    .widget_archive ul li a, .widget_categories ul li a {
      font-style: italic !important;
      font-size: 14px !important; }
    .widget_archive ul li:last-of-type, .widget_categories ul li:last-of-type {
      margin-bottom: 0; }

.widget_meta ul {
  margin: 0;
  text-align: center; }
  .widget_meta ul li {
    list-style-type: none;
    margin-bottom: 5px; }
    .widget_meta ul li a {
      font-size: 14px !important; }
    .widget_meta ul li:last-of-type {
      margin-bottom: 0; }

.widget_rtb_booking_form_widget .rtb-booking-form .reservation {
  border: none;
  margin: 0; }

.widget_rtb_booking_form_widget .rtb-booking-form .reservation .rtb-text, .widget_rtb_booking_form_widget .rtb-booking-form .reservation .rtb-select {
  border: 1px solid;
  padding: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  height: 45px; }

.widget_rtb_booking_form_widget .rtb-booking-form .reservation input, .widget_rtb_booking_form_widget .rtb-booking-form .reservation select {
  border-right: none;
  font-size: 14px !important;
  text-align: left !important;
  padding: 0 30px;
  -moz-text-align-last: left;
       text-align-last: left; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact input, .widget_rtb_booking_form_widget .rtb-booking-form .contact textarea {
  padding: 0 30px;
  height: 45px;
  font-size: 14px !important;
  margin-bottom: 5px; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact textarea {
  padding-top: 8px;
  margin-bottom: 0; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact .rtb-text.email, .widget_rtb_booking_form_widget .rtb-booking-form .contact .rtb-text.phone {
  width: 100%; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact .rtb-text.email:after {
  display: none; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact .rtb-text.email input {
  border-right: 1px solid; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact .rtb-text.phone input {
  border-left: 1px solid; }

.widget_rtb_booking_form_widget .rtb-booking-form button {
  font-size: 14px !important; }

.widget_rtb_booking_form_widget .rtb-booking-form .contact input, .widget_rtb_booking_form_widget .rtb-booking-form .contact textarea, .widget_rtb_booking_form_widget .rtb-booking-form .reservation input, .widget_rtb_booking_form_widget .rtb-booking-form .reservation select {
  border-color: inherit; }

.widget_rtb_booking_form_widget .add-message a {
  font-size: 14px !important; }

.widget_calendar table {
  width: 100%; }

.widget_calendar table caption {
  font-weight: normal;
  font-style: italic !important; }

.widget_calendar .calendar_wrap {
  position: relative; }

.widget_calendar thead {
  border-width: 1px;
  border-style: solid;
  color: inherit; }
  .widget_calendar thead th {
    padding: 8px;
    font-size: 12px !important;
    text-align: center; }

.widget_calendar tbody {
  background: transparent;
  border-width: 1px;
  border-style: solid; }
  .widget_calendar tbody td {
    padding: 5px;
    font-size: 14px !important;
    text-align: center; }
  .widget_calendar tbody tr:nth-child(even) {
    background: transparent; }

.widget_calendar tfoot {
  background: transparent;
  border: none; }
  .widget_calendar tfoot td {
    font-weight: normal;
    padding: 5px;
    font-style: italic !important;
    text-align: center; }

.widget_calendar #today {
  font-weight: bold; }

.widget_rss ul {
  margin: 0;
  text-align: center; }
  .widget_rss ul li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    .widget_rss ul li:last-of-type {
      margin: 0;
      padding: 0;
      border: none; }

.widget_rss .rss-date {
  display: block;
  font-size: 12px !important;
  font-style: italic !important;
  opacity: .5; }

.widget_rss .rssSummary {
  text-align: left;
  font-size: 14px !important; }

.widget_pages {
  text-align: center; }
  .widget_pages > ul {
    margin: 0;
    display: inline-block;
    text-align: left; }
  .widget_pages li {
    list-style-type: none; }

.widget_nav_menu {
  text-align: center; }
  .widget_nav_menu .menu {
    margin: 0;
    display: inline-block;
    text-align: left; }
  .widget_nav_menu li {
    list-style-type: none;
    margin-bottom: 0 !important; }

.widget_tag_cloud {
  text-align: center; }
  .widget_tag_cloud a {
    font-style: italic !important;
    font-size: 16px !important; }
    .widget_tag_cloud a:after {
      content: ","; }
    .widget_tag_cloud a:last-of-type:after {
      display: none; }

/**
 *
 * 10. SVG elements styles
 *
 */
.mobile-burger {
  height: 80px;
  width: 80px;
  position: relative;
  cursor: pointer; }
  .mobile-burger svg {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -15px; }
  .mobile-burger svg path {
    stroke-width: 3px; }

.burger-nav {
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto; }
  .burger-nav svg {
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -25px; }
  .burger-nav svg path {
    stroke-width: 3px; }

.wp-sticky .post-content svg path {
  stroke-width: 2px;
  fill: none; }

/**
 *
 * 11. Visual Composer elements styles
 *
 */
.wpb_heading {
  text-transform: uppercase;
  font-size: 18px !important; }

.vc_btn3 {
  font-weight: bold !important; }

.vc_cta3-content-header {
  margin-bottom: 30px; }

/**
 *
 * FAQ 
 *
 */
.vc_toggle_title h4 {
  font-size: 18px !important; }

.vc_toggle_title i {
  height: 2px !important;
  border: none !important; }
  .vc_toggle_title i:before, .vc_toggle_title i:after {
    border: none !important;
    width: 2px !important;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    background: inherit !important; }

/**
 *
 * Image Gallery
 *
 */
.flexslider {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .flexslider.flexslider_fade {
    overflow: visible !important; }
  .flexslider .slides li > a {
    overflow: hidden;
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #000)) !important;
    background-image: -webkit-linear-gradient(top, transparent 0%, #000 0) !important;
    background-image: linear-gradient(180deg, transparent 0%, #000 0) !important; }
    .flexslider .slides li > a img {
      -webkit-transition: opacity .4s, -webkit-transform .7s;
      transition: opacity .4s, -webkit-transform .7s;
      transition: transform .7s, opacity .4s;
      transition: transform .7s, opacity .4s, -webkit-transform .7s; }
    .flexslider .slides li > a:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      opacity: 0.9; }

.flex-direction-nav a {
  color: transparent !important;
  text-shadow: none !important;
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: 4px; }
  .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-prev:after {
    font-family: none;
    content: "";
    background: #222;
    width: 20px;
    height: 2px;
    left: 10px;
    position: absolute; }
  .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 13px; }
  .flex-direction-nav a.flex-prev:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 26px; }
  .flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-next:after {
    font-family: none;
    content: "";
    background: #222;
    width: 20px;
    height: 2px;
    right: 10px;
    position: absolute; }
  .flex-direction-nav a.flex-next:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 13px; }
  .flex-direction-nav a.flex-next:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 26px; }

.flex-control-paging li a {
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .flex-control-paging li a.flex-active {
    opacity: 1 !important; }

/**
 *
 * Image Carousel 
 *
 */
.vc_images_carousel ol.vc_carousel-indicators {
  margin-left: -50% !important; }

.vc_images_carousel .vc_carousel-indicators {
  bottom: -30px !important;
  width: 100% !important; }
  .vc_images_carousel .vc_carousel-indicators .vc_active {
    background: transparent !important; }

/**
 *
 * Tabs
 *
 */
.vc_tta.vc_tta-tabs li.vc_tta-tab.vc_active > a {
  color: inherit !important;
  background: transparent; }

.vc_tta.vc_tta-tabs .vc_tta-panels {
  background: transparent !important; }

.vc_tta.vc_tta-tabs li.vc_tta-tab > a {
  padding: 8px 15px; }

/**
 *
 * Accordion
 *
 */
.vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: transparent !important;
  border-top: none !important; }

.vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: transparent;
  border-bottom: none; }

.vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: inherit !important; }
  .vc_tta.vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title > a i:before {
    border-color: inherit !important; }

/**
 *
 * Posts slider 
 *
 */
.wpb_wrapper .wpb_posts_slider .flex-caption, .wpb_wrapper .wpb_posts_slider .nivo-caption {
  padding: 30px;
  background: transparent; }
  .wpb_wrapper .wpb_posts_slider .flex-caption h2, .wpb_wrapper .wpb_posts_slider .nivo-caption h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .wpb_wrapper .wpb_posts_slider .flex-caption p:last-of-type, .wpb_wrapper .wpb_posts_slider .nivo-caption p:last-of-type {
    margin-bottom: 0; }

/**
 *
 * Flicker
 *
 */
.flickr_badge_image a {
  overflow: hidden;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #000)) !important;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 0) !important;
  background-image: linear-gradient(180deg, transparent 0%, #000 0) !important; }
  .flickr_badge_image a img {
    -webkit-transition: opacity .4s, -webkit-transform .7s;
    transition: opacity .4s, -webkit-transform .7s;
    transition: transform .7s, opacity .4s;
    transition: transform .7s, opacity .4s, -webkit-transform .7s; }
  .flickr_badge_image a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.9; }

.wpb_flickr_widget p.flickr_stream_wrap {
  opacity: .7;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  .wpb_flickr_widget p.flickr_stream_wrap a {
    -webkit-background-size: contain !important;
            background-size: contain !important; }
  .wpb_flickr_widget p.flickr_stream_wrap:hover {
    opacity: 1; }

/**
 *
 * Post grid
 *
 */
.vc_grid .vc_gitem-animated-block {
  overflow: hidden;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #000)) !important;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 0) !important;
  background-image: linear-gradient(180deg, transparent 0%, #000 0) !important;
  background-repeat: no-repeat;
  -webkit-background-size: 0% 100%;
          background-size: 0% 100%;
  -webkit-transition: background .5s !important;
  transition: background .5s !important; }
  .vc_grid .vc_gitem-animated-block > div {
    -webkit-transition: opacity .4s, -webkit-transform .7s;
    transition: opacity .4s, -webkit-transform .7s;
    transition: transform .7s, opacity .4s;
    transition: transform .7s, opacity .4s, -webkit-transform .7s; }
    .vc_grid .vc_gitem-animated-block > div > a {
      background: none !important; }
  .vc_grid .vc_gitem-animated-block:hover {
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
    .vc_grid .vc_gitem-animated-block:hover > div {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      opacity: 0.9; }

.vc_grid .vc_custom_heading h4 {
  text-transform: uppercase;
  font-size: 18px; }

.vc_grid .vc_gitem_row .vc_gitem-col {
  padding: 30px 30px 0; }

.vc_grid .vc_btn3-container {
  margin-bottom: 30px; }

.vc_grid-container .vc_grid-filter .vc_grid-filter-item {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 !important; }
  .vc_grid-container .vc_grid-filter .vc_grid-filter-item.vc_active {
    background: transparent !important; }
    .vc_grid-container .vc_grid-filter .vc_grid-filter-item.vc_active span {
      border-bottom: 1px solid; }

/**
 *
 * 12. Vegas slider styles
 *
 */
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("https://thebeatriceinn.com/wp-content/themes/apetita/assets/stylesheets/overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

body .vegas-container {
  overflow: hidden !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

body .parallax-image .vegas-container {
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px; }

/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
          filter: blur(32px); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
          filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
          filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
          filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
          filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
          filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
          filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
          filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
      -ms-transform: scale(2) rotate(35deg);
          transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
      -ms-transform: scale(2) rotate(-35deg);
          transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
      -ms-transform: scale(2) rotate(-35deg);
          transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
      -ms-transform: scale(2) rotate(35deg);
          transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
          animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
          animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, -1%);
            transform: scale(1.05) translate(1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, -1%);
            transform: scale(1.05) translate(1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
          animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, -1%);
            transform: scale(1.05) translate(-1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, -1%);
            transform: scale(1.05) translate(-1%, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
          animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.05) translate(0, -1%);
            transform: scale(1.05) translate(0, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.05) translate(0, -1%);
            transform: scale(1.05) translate(0, -1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
          animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 0);
            transform: scale(1.05) translate(1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 0);
            transform: scale(1.05) translate(1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
          animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 0);
            transform: scale(1.05) translate(-1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 0);
            transform: scale(1.05) translate(-1%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
          animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 1%);
            transform: scale(1.05) translate(1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.05) translate(1%, 1%);
            transform: scale(1.05) translate(1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
          animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 1%);
            transform: scale(1.05) translate(-1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.05) translate(-1%, 1%);
            transform: scale(1.05) translate(-1%, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
          animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.05) translate(0, 1%);
            transform: scale(1.05) translate(0, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.05) translate(0, 1%);
            transform: scale(1.05) translate(0, 1%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); } }

/**
 *
 * 13. WordPress custom styles
 *
 */
/* 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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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. */ }

.gallery-caption {
  background: transparent; }

.bypostauthor {
  background: transpraent; }

/**
 *
 * 14. Swipebox slider styles
 *
 */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
    padding: 50px 65px 50px 50px; }
    @media screen and (max-width: 39.9375em) {
      #swipebox-slider .slide {
        padding: 50px; } }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }

#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
            transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev {
  top: 50%;
  margin-top: -50px;
  left: 10px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url("../images/prev.svg") !important;
  background-repeat: no-repeat !important; }

#swipebox-next {
  top: 50%;
  margin-top: -50px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 30px;
  height: 100px;
  background: url("../images/next.svg") !important;
  background-repeat: no-repeat !important; }

#swipebox-close {
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background: url("../images/close.svg");
  background-repeat: no-repeat; }
  @media screen and (max-width: 39.9375em) {
    #swipebox-close {
      top: 10px;
      right: 10px; } }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }
.nmb{
  margin-bottom: 0;
}
.ntt{
  font-family: Lato;
  font-weight: 600;
  text-transform: none!important;
}
.ssmb{
  margin-bottom: 7px;
}
.nf{
  font-family: Lato;
  font-weight: 600;
}
.btn{
  font-family: 'Lato', Tahoma, Sans-Serif;
  padding: 5px 13px;
  border-width: 1px;
  border-radius: 2px;
  background: #fff;
  color: #333!important;
}
.btn:hover{
  color: #fff!important;
}
.page-id-115 .page-nav{
  border: none;
}
/*----------------------------------------------------------*/
/*   Extras
/*----------------------------------------------------------*/
/* ---- grid ---- */

.grid {
  background: transparent;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

/*.grid-sizer,
.grid-item {
  width: 50%;
}*/

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}
/* Common style */
.grid-item figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /* min-width: 320px; */
  /* max-width: 480px; */
  /* max-height: 360px; */
  width: 100%;
  background: #000;
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.grid-item figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}

.grid-item figure figcaption {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid-item figure figcaption::before,
.grid-item figure figcaption::after {
  pointer-events: none;
}

.grid-item figure figcaption,
.grid-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid-item figure h2 {
  font-family: Lato!important;
  font-weight: 400;
}

.grid-item figure h2 span {
  font-weight: 800;
}

.grid-item figure h2,
.grid-item figure p {
  margin: 0;
}

.grid-item figure p {
  letter-spacing: 0px;
  font-size: 14px;
}
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.8) 75%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 75%);
  content: '';
  opacity: 1;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  color: #000;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
figure.effect-sadie h2 a{
  color: #fff;
  background: rgba(0,0,0,0.7);
  font-family: sans-serif;
  font-size: 25px!important;
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 1em;
  width: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
  padding-left: 0;
  padding-right: 0;
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.red{
  color: #26dafd;
}
.spaceLink{
    color: #acf9fb;
    cursor: pointer;
    transition: color 250ms ease-out;
    text-shadow: 0 0 4px rgba(172,249,251,0.65);
    text-decoration: none;
}
.fullWidth{
  width: 100%!important;
  height:auto!important;
}
.smb{
  margin-bottom: 15px;
}
.drinkLabel, .price{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-weight: 500;
}
.drinks1{
  line-height: 1.4;
  padding-bottom: 5px;
}
.headM.menuTB{
  border-bottom: 1px double #fff;
  border-top: 4px double #fff;
  margin-bottom: 25px;
}
.centerText{
  text-align: center!important;
}
.page-id-683 .drink1{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
}
.page-id-683 .drink2{
  font-family: "Old Standard TT", Helvetica, Roboto, Arial, sans-serif;  
}
.items{
/*  padding: 25px 0;*/
}
.bl{
  line-height: 1.2;
  padding: 10px 0;
}
/*.page-id-683 .page-content-wrapper.page-with-frame .page-content {
    margin-left: calc(30% + 0vw + 0px);
}*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px!important;
}
.mbtb{
  border-top: 4px double #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: 20px;
}
.logo img{
  position: fixed;
  width: 311px;
}
.smallTextt{
  font-size: 13px;
}
.nomb{
  margin-bottom:0!important;
}
.smr{
  margin-right: 10px;
}
.mb{
  margin-bottom: 30px;
}
.page-id-1430 .drink2 {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.page-id-1430 .drink3 {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 15px;
  display: block;
  text-align: center;
  line-height: 1.3;
  padding: 5px 0;
  font-weight: bold;
}
.dgd_stb_box.none .dgd_stb_box_close{
  color: #fff!important;
}