@charset "UTF-8";
/* -------------------------------------------------------------------------
 * Font-awesome icon libraries
 * $fa-font-path: '/fonts';
 */
/*!
 *  Font Awesome 4.7.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("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

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

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

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

.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, .zurb .ffab.spin::before, header .ffab.spin::before {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse, .zurb .ffab.pulse::before, header .ffab.pulse::before {
  animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  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-pp: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-resistance: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: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: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

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

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

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

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* -------------------------------------------------------------------------
 * Foundation icon libraries
 * $fi-path: '/fonts';
 */
/* -------------------------------------------------------------------------
 * Google material icon
 * $material-font-path: "//fonts.gstatic.com/s/materialicons/v12";
 */
/* 
 * GOOGLE Material Icons
 *
 * @import url(https://fonts.googleapis.com/icon?family=Material+Icons);
 *
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("//fonts.gstatic.com/s/materialicons/v28/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff") format("woff");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* -------------------------------------------------------------------------
 * Custom icon libraries
 * $fontello-font-path: '/fonts/fontello';
 */
/* 
 * Fontello Custom Icons
 * http://fontello.com
 *
 * font-family: 'fontello';
 *
 */
@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello/fontello.eot?62845559");
  src: url("/fonts/fontello/fontello.eot?62845559#iefix") format("embedded-opentype"), url("/fonts/fontello/fontello.woff2?62845559") format("woff2"), url("/fonts/fontello/fontello.woff?62845559") format("woff"), url("/fonts/fontello/fontello.ttf?62845559") format("truetype"), url("/fonts/fontello/fontello.svg?62845559#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62845559#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-note:before {
  content: '\e800';
}

/* '' */
.icon-note-beamed:before {
  content: '\e801';
}

/* '' */
.icon-music:before {
  content: '\e802';
}

/* '' */
.icon-search:before {
  content: '\e803';
}

/* '' */
.icon-flashlight:before {
  content: '\e804';
}

/* '' */
.icon-mail:before {
  content: '\e805';
}

/* '' */
.icon-heart:before {
  content: '\e806';
}

/* '' */
.icon-heart-empty:before {
  content: '\e807';
}

/* '' */
.icon-star:before {
  content: '\e808';
}

/* '' */
.icon-star-empty:before {
  content: '\e809';
}

/* '' */
.icon-user:before {
  content: '\e80a';
}

/* '' */
.icon-users:before {
  content: '\e80b';
}

/* '' */
.icon-user-add:before {
  content: '\e80c';
}

/* '' */
.icon-video:before {
  content: '\e80d';
}

/* '' */
.icon-picture:before {
  content: '\e80e';
}

/* '' */
.icon-camera:before {
  content: '\e80f';
}

/* '' */
.icon-layout:before {
  content: '\e810';
}

/* '' */
.icon-menu:before {
  content: '\e811';
}

/* '' */
.icon-check:before {
  content: '\e812';
}

/* '' */
.icon-cancel:before {
  content: '\e813';
}

/* '' */
.icon-cancel-circled:before {
  content: '\e814';
}

/* '' */
.icon-cancel-squared:before {
  content: '\e815';
}

/* '' */
.icon-plus:before {
  content: '\e816';
}

/* '' */
.icon-plus-circled:before {
  content: '\e817';
}

/* '' */
.icon-plus-squared:before {
  content: '\e818';
}

/* '' */
.icon-minus:before {
  content: '\e819';
}

/* '' */
.icon-minus-circled:before {
  content: '\e81a';
}

/* '' */
.icon-minus-squared:before {
  content: '\e81b';
}

/* '' */
.icon-help:before {
  content: '\e81c';
}

/* '' */
.icon-help-circled:before {
  content: '\e81d';
}

/* '' */
.icon-info:before {
  content: '\e81e';
}

/* '' */
.icon-info-circled:before {
  content: '\e81f';
}

/* '' */
.icon-back:before {
  content: '\e820';
}

/* '' */
.icon-home:before {
  content: '\e821';
}

/* '' */
.icon-link:before {
  content: '\e822';
}

/* '' */
.icon-attach:before {
  content: '\e823';
}

/* '' */
.icon-lock:before {
  content: '\e824';
}

/* '' */
.icon-lock-open:before {
  content: '\e825';
}

/* '' */
.icon-eye:before {
  content: '\e826';
}

/* '' */
.icon-tag:before {
  content: '\e827';
}

/* '' */
.icon-bookmark:before {
  content: '\e828';
}

/* '' */
.icon-bookmarks:before {
  content: '\e829';
}

/* '' */
.icon-flag:before {
  content: '\e82a';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e82b';
}

/* '' */
.icon-thumbs-down:before {
  content: '\e82c';
}

/* '' */
.icon-download:before {
  content: '\e82d';
}

/* '' */
.icon-upload:before {
  content: '\e82e';
}

/* '' */
.icon-upload-cloud:before {
  content: '\e82f';
}

/* '' */
.icon-reply:before {
  content: '\e830';
}

/* '' */
.icon-reply-all:before {
  content: '\e831';
}

/* '' */
.icon-forward:before {
  content: '\e832';
}

/* '' */
.icon-quote:before {
  content: '\e833';
}

/* '' */
.icon-code:before {
  content: '\e834';
}

/* '' */
.icon-export:before {
  content: '\e835';
}

/* '' */
.icon-pencil:before {
  content: '\e836';
}

/* '' */
.icon-feather:before {
  content: '\e837';
}

/* '' */
.icon-print:before {
  content: '\e838';
}

/* '' */
.icon-retweet:before {
  content: '\e839';
}

/* '' */
.icon-keyboard:before {
  content: '\e83a';
}

/* '' */
.icon-comment:before {
  content: '\e83b';
}

/* '' */
.icon-chat:before {
  content: '\e83c';
}

/* '' */
.icon-bell:before {
  content: '\e83d';
}

/* '' */
.icon-attention:before {
  content: '\e83e';
}

/* '' */
.icon-alert:before {
  content: '\e83f';
}

/* '' */
.icon-vcard:before {
  content: '\e840';
}

/* '' */
.icon-address:before {
  content: '\e841';
}

/* '' */
.icon-location:before {
  content: '\e842';
}

/* '' */
.icon-map:before {
  content: '\e843';
}

/* '' */
.icon-direction:before {
  content: '\e844';
}

/* '' */
.icon-compass:before {
  content: '\e845';
}

/* '' */
.icon-cup:before {
  content: '\e846';
}

/* '' */
.icon-trash:before {
  content: '\e847';
}

/* '' */
.icon-doc:before {
  content: '\e848';
}

/* '' */
.icon-docs:before {
  content: '\e849';
}

/* '' */
.icon-doc-landscape:before {
  content: '\e84a';
}

/* '' */
.icon-doc-text:before {
  content: '\e84b';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\e84c';
}

/* '' */
.icon-newspaper:before {
  content: '\e84d';
}

/* '' */
.icon-book-open:before {
  content: '\e84e';
}

/* '' */
.icon-book:before {
  content: '\e84f';
}

/* '' */
.icon-folder:before {
  content: '\e850';
}

/* '' */
.icon-archive:before {
  content: '\e851';
}

/* '' */
.icon-box:before {
  content: '\e852';
}

/* '' */
.icon-rss:before {
  content: '\e853';
}

/* '' */
.icon-phone:before {
  content: '\e854';
}

/* '' */
.icon-cog:before {
  content: '\e855';
}

/* '' */
.icon-tools:before {
  content: '\e856';
}

/* '' */
.icon-share:before {
  content: '\e857';
}

/* '' */
.icon-shareable:before {
  content: '\e858';
}

/* '' */
.icon-basket:before {
  content: '\e859';
}

/* '' */
.icon-bag:before {
  content: '\e85a';
}

/* '' */
.icon-calendar:before {
  content: '\e85b';
}

/* '' */
.icon-login:before {
  content: '\e85c';
}

/* '' */
.icon-logout:before {
  content: '\e85d';
}

/* '' */
.icon-mic:before {
  content: '\e85e';
}

/* '' */
.icon-mute:before {
  content: '\e85f';
}

/* '' */
.icon-sound:before {
  content: '\e860';
}

/* '' */
.icon-volume:before {
  content: '\e861';
}

/* '' */
.icon-clock:before {
  content: '\e862';
}

/* '' */
.icon-hourglass:before {
  content: '\e863';
}

/* '' */
.icon-lamp:before {
  content: '\e864';
}

/* '' */
.icon-light-down:before {
  content: '\e865';
}

/* '' */
.icon-light-up:before {
  content: '\e866';
}

/* '' */
.icon-adjust:before {
  content: '\e867';
}

/* '' */
.icon-block:before {
  content: '\e868';
}

/* '' */
.icon-resize-full:before {
  content: '\e869';
}

/* '' */
.icon-resize-small:before {
  content: '\e86a';
}

/* '' */
.icon-popup:before {
  content: '\e86b';
}

/* '' */
.icon-publish:before {
  content: '\e86c';
}

/* '' */
.icon-window:before {
  content: '\e86d';
}

/* '' */
.icon-arrow-combo:before {
  content: '\e86e';
}

/* '' */
.icon-down-circled:before {
  content: '\e86f';
}

/* '' */
.icon-left-circled:before {
  content: '\e870';
}

/* '' */
.icon-right-circled:before {
  content: '\e871';
}

/* '' */
.icon-up-circled:before {
  content: '\e872';
}

/* '' */
.icon-down-open:before {
  content: '\e873';
}

/* '' */
.icon-left-open:before {
  content: '\e874';
}

/* '' */
.icon-right-open:before {
  content: '\e875';
}

/* '' */
.icon-up-open:before {
  content: '\e876';
}

/* '' */
.icon-down-open-mini:before {
  content: '\e877';
}

/* '' */
.icon-left-open-mini:before {
  content: '\e878';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e879';
}

/* '' */
.icon-up-open-mini:before {
  content: '\e87a';
}

/* '' */
.icon-down-open-big:before {
  content: '\e87b';
}

/* '' */
.icon-left-open-big:before {
  content: '\e87c';
}

/* '' */
.icon-right-open-big:before {
  content: '\e87d';
}

/* '' */
.icon-up-open-big:before {
  content: '\e87e';
}

/* '' */
.icon-down:before {
  content: '\e87f';
}

/* '' */
.icon-left:before {
  content: '\e880';
}

/* '' */
.icon-right:before {
  content: '\e881';
}

/* '' */
.icon-up:before {
  content: '\e882';
}

/* '' */
.icon-down-dir:before {
  content: '\e883';
}

/* '' */
.icon-left-dir:before {
  content: '\e884';
}

/* '' */
.icon-right-dir:before {
  content: '\e885';
}

/* '' */
.icon-up-dir:before {
  content: '\e886';
}

/* '' */
.icon-down-bold:before {
  content: '\e887';
}

/* '' */
.icon-left-bold:before {
  content: '\e888';
}

/* '' */
.icon-right-bold:before {
  content: '\e889';
}

/* '' */
.icon-up-bold:before {
  content: '\e88a';
}

/* '' */
.icon-down-thin:before {
  content: '\e88b';
}

/* '' */
.icon-left-thin:before {
  content: '\e88c';
}

/* '' */
.icon-right-thin:before {
  content: '\e88d';
}

/* '' */
.icon-up-thin:before {
  content: '\e88e';
}

/* '' */
.icon-ccw:before {
  content: '\e88f';
}

/* '' */
.icon-cw:before {
  content: '\e890';
}

/* '' */
.icon-arrows-ccw:before {
  content: '\e891';
}

/* '' */
.icon-level-down:before {
  content: '\e892';
}

/* '' */
.icon-level-up:before {
  content: '\e893';
}

/* '' */
.icon-shuffle:before {
  content: '\e894';
}

/* '' */
.icon-loop:before {
  content: '\e895';
}

/* '' */
.icon-switch:before {
  content: '\e896';
}

/* '' */
.icon-play:before {
  content: '\e897';
}

/* '' */
.icon-stop:before {
  content: '\e898';
}

/* '' */
.icon-pause:before {
  content: '\e899';
}

/* '' */
.icon-record:before {
  content: '\e89a';
}

/* '' */
.icon-to-end:before {
  content: '\e89b';
}

/* '' */
.icon-to-start:before {
  content: '\e89c';
}

/* '' */
.icon-fast-forward:before {
  content: '\e89d';
}

/* '' */
.icon-fast-backward:before {
  content: '\e89e';
}

/* '' */
.icon-progress-0:before {
  content: '\e89f';
}

/* '' */
.icon-progress-1:before {
  content: '\e8a0';
}

/* '' */
.icon-progress-2:before {
  content: '\e8a1';
}

/* '' */
.icon-progress-3:before {
  content: '\e8a2';
}

/* '' */
.icon-target:before {
  content: '\e8a3';
}

/* '' */
.icon-palette:before {
  content: '\e8a4';
}

/* '' */
.icon-list:before {
  content: '\e8a5';
}

/* '' */
.icon-list-add:before {
  content: '\e8a6';
}

/* '' */
.icon-signal:before {
  content: '\e8a7';
}

/* '' */
.icon-trophy:before {
  content: '\e8a8';
}

/* '' */
.icon-battery:before {
  content: '\e8a9';
}

/* '' */
.icon-back-in-time:before {
  content: '\e8aa';
}

/* '' */
.icon-monitor:before {
  content: '\e8ab';
}

/* '' */
.icon-mobile:before {
  content: '\e8ac';
}

/* '' */
.icon-network:before {
  content: '\e8ad';
}

/* '' */
.icon-cd:before {
  content: '\e8ae';
}

/* '' */
.icon-inbox:before {
  content: '\e8af';
}

/* '' */
.icon-install:before {
  content: '\e8b0';
}

/* '' */
.icon-globe:before {
  content: '\e8b1';
}

/* '' */
.icon-cloud:before {
  content: '\e8b2';
}

/* '' */
.icon-cloud-thunder:before {
  content: '\e8b3';
}

/* '' */
.icon-flash:before {
  content: '\e8b4';
}

/* '' */
.icon-moon:before {
  content: '\e8b5';
}

/* '' */
.icon-flight:before {
  content: '\e8b6';
}

/* '' */
.icon-paper-plane:before {
  content: '\e8b7';
}

/* '' */
.icon-leaf:before {
  content: '\e8b8';
}

/* '' */
.icon-lifebuoy:before {
  content: '\e8b9';
}

/* '' */
.icon-mouse:before {
  content: '\e8ba';
}

/* '' */
.icon-briefcase:before {
  content: '\e8bb';
}

/* '' */
.icon-suitcase:before {
  content: '\e8bc';
}

/* '' */
.icon-dot:before {
  content: '\e8bd';
}

/* '' */
.icon-dot-2:before {
  content: '\e8be';
}

/* '' */
.icon-dot-3:before {
  content: '\e8bf';
}

/* '' */
.icon-brush:before {
  content: '\e8c0';
}

/* '' */
.icon-magnet:before {
  content: '\e8c1';
}

/* '' */
.icon-infinity:before {
  content: '\e8c2';
}

/* '' */
.icon-erase:before {
  content: '\e8c3';
}

/* '' */
.icon-chart-pie:before {
  content: '\e8c4';
}

/* '' */
.icon-chart-line:before {
  content: '\e8c5';
}

/* '' */
.icon-chart-bar:before {
  content: '\e8c6';
}

/* '' */
.icon-chart-area:before {
  content: '\e8c7';
}

/* '' */
.icon-tape:before {
  content: '\e8c8';
}

/* '' */
.icon-graduation-cap:before {
  content: '\e8c9';
}

/* '' */
.icon-language:before {
  content: '\e8ca';
}

/* '' */
.icon-ticket:before {
  content: '\e8cb';
}

/* '' */
.icon-water:before {
  content: '\e8cc';
}

/* '' */
.icon-droplet:before {
  content: '\e8cd';
}

/* '' */
.icon-air:before {
  content: '\e8ce';
}

/* '' */
.icon-credit-card:before {
  content: '\e8cf';
}

/* '' */
.icon-floppy:before {
  content: '\e8d0';
}

/* '' */
.icon-clipboard:before {
  content: '\e8d1';
}

/* '' */
.icon-megaphone:before {
  content: '\e8d2';
}

/* '' */
.icon-database:before {
  content: '\e8d3';
}

/* '' */
.icon-drive:before {
  content: '\e8d4';
}

/* '' */
.icon-bucket:before {
  content: '\e8d5';
}

/* '' */
.icon-thermometer:before {
  content: '\e8d6';
}

/* '' */
.icon-key:before {
  content: '\e8d7';
}

/* '' */
.icon-flow-cascade:before {
  content: '\e8d8';
}

/* '' */
.icon-flow-branch:before {
  content: '\e8d9';
}

/* '' */
.icon-flow-tree:before {
  content: '\e8da';
}

/* '' */
.icon-flow-line:before {
  content: '\e8db';
}

/* '' */
.icon-flow-parallel:before {
  content: '\e8dc';
}

/* '' */
.icon-rocket:before {
  content: '\e8dd';
}

/* '' */
.icon-gauge:before {
  content: '\e8de';
}

/* '' */
.icon-traffic-cone:before {
  content: '\e8df';
}

/* '' */
.icon-cc:before {
  content: '\e8e0';
}

/* '' */
.icon-cc-by:before {
  content: '\e8e1';
}

/* '' */
.icon-cc-nc:before {
  content: '\e8e2';
}

/* '' */
.icon-cc-nc-eu:before {
  content: '\e8e3';
}

/* '' */
.icon-cc-nc-jp:before {
  content: '\e8e4';
}

/* '' */
.icon-cc-sa:before {
  content: '\e8e5';
}

/* '' */
.icon-cc-nd:before {
  content: '\e8e6';
}

/* '' */
.icon-cc-pd:before {
  content: '\e8e7';
}

/* '' */
.icon-cc-zero:before {
  content: '\e8e8';
}

/* '' */
.icon-cc-share:before {
  content: '\e8e9';
}

/* '' */
.icon-cc-remix:before {
  content: '\e8ea';
}

/* '' */
.icon-github:before {
  content: '\e8eb';
}

/* '' */
.icon-github-circled:before {
  content: '\e8ec';
}

/* '' */
.icon-flickr:before {
  content: '\e8ed';
}

/* '' */
.icon-flickr-circled:before {
  content: '\e8ee';
}

/* '' */
.icon-vimeo:before {
  content: '\e8ef';
}

/* '' */
.icon-vimeo-circled:before {
  content: '\e8f0';
}

/* '' */
.icon-twitter:before {
  content: '\e8f1';
}

/* '' */
.icon-twitter-circled:before {
  content: '\e8f2';
}

/* '' */
.icon-facebook:before {
  content: '\e8f3';
}

/* '' */
.icon-facebook-circled:before {
  content: '\e8f4';
}

/* '' */
.icon-facebook-squared:before {
  content: '\e8f5';
}

/* '' */
.icon-gplus:before {
  content: '\e8f6';
}

/* '' */
.icon-gplus-circled:before {
  content: '\e8f7';
}

/* '' */
.icon-pinterest:before {
  content: '\e8f8';
}

/* '' */
.icon-pinterest-circled:before {
  content: '\e8f9';
}

/* '' */
.icon-tumblr:before {
  content: '\e8fa';
}

/* '' */
.icon-tumblr-circled:before {
  content: '\e8fb';
}

/* '' */
.icon-linkedin:before {
  content: '\e8fc';
}

/* '' */
.icon-linkedin-circled:before {
  content: '\e8fd';
}

/* '' */
.icon-dribbble:before {
  content: '\e8fe';
}

/* '' */
.icon-dribbble-circled:before {
  content: '\e8ff';
}

/* '' */
.icon-stumbleupon:before {
  content: '\e900';
}

/* '' */
.icon-stumbleupon-circled:before {
  content: '\e901';
}

/* '' */
.icon-lastfm:before {
  content: '\e902';
}

/* '' */
.icon-lastfm-circled:before {
  content: '\e903';
}

/* '' */
.icon-rdio:before {
  content: '\e904';
}

/* '' */
.icon-rdio-circled:before {
  content: '\e905';
}

/* '' */
.icon-spotify:before {
  content: '\e906';
}

/* '' */
.icon-spotify-circled:before {
  content: '\e907';
}

/* '' */
.icon-qq:before {
  content: '\e908';
}

/* '' */
.icon-instagram:before {
  content: '\e909';
}

/* '' */
.icon-dropbox:before {
  content: '\e90a';
}

/* '' */
.icon-evernote:before {
  content: '\e90b';
}

/* '' */
.icon-flattr:before {
  content: '\e90c';
}

/* '' */
.icon-skype:before {
  content: '\e90d';
}

/* '' */
.icon-skype-circled:before {
  content: '\e90e';
}

/* '' */
.icon-renren:before {
  content: '\e90f';
}

/* '' */
.icon-sina-weibo:before {
  content: '\e910';
}

/* '' */
.icon-paypal:before {
  content: '\e911';
}

/* '' */
.icon-picasa:before {
  content: '\e912';
}

/* '' */
.icon-soundcloud:before {
  content: '\e913';
}

/* '' */
.icon-mixi:before {
  content: '\e914';
}

/* '' */
.icon-behance:before {
  content: '\e915';
}

/* '' */
.icon-google-circles:before {
  content: '\e916';
}

/* '' */
.icon-vkontakte:before {
  content: '\e917';
}

/* '' */
/* -------------------------------------------------------------------------
 * Sites fonts
 * $raleway-font-path: "//fonts.gstatic.com/s/raleway/v11";
 * $sans-pro-font-path: "//fonts.gstatic.com/s/sourcesanspro/v9";
 * $roboto-font-path: "//fonts.gstatic.com/s/roboto/v15";
 */
/* 
 * GOOGLE Roboto
 * https://www.google.com/fonts#UsePlace:use/Collection:Roboto
 *
 * @import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
 * font-family: 'Roboto', sans-serif;
 *
 */
/*
Roboto-Black.ttf
Roboto-BlackItalic.ttf
Roboto-Bold.ttf
Roboto-BoldItalic.ttf
Roboto-Italic.ttf
Roboto-Light.ttf
Roboto-LightItalic.ttf
Roboto-Medium.ttf
Roboto-MediumItalic.ttf
Roboto-Regular.ttf
Roboto-Thin.ttf
Roboto-ThinItalic.ttf
*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local("Roboto Thin"), local("Roboto-Thin"), url("//fonts.gstatic.com/s/roboto/v15/idLYXfFa1c7oAPILDl4z0XYhjbSpvc47ee6xR_80Hnw.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("//fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnbO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("//fonts.gstatic.com/s/roboto/v15/Xu_FYwbs8k0teWf0uC8JpevvDin1pK8aKteLpeZ5c0A.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("//fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1ULO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("//fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW7O3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("//fonts.gstatic.com/s/roboto/v15/9_7S_tWeGDh5Pq3u05RVkrO3LdcAZYWl9Si6vvxL-qU.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("//fonts.gstatic.com/s/roboto/v15/dzxs_VxZUhdM2mEBkNa8sr3hpw3pgy2gAi-Ip7WPMi0.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("//fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at6fTCPadK0KLfdEfFtGWCYw.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("//fonts.gstatic.com/s/roboto/v15/dFWsweFqlD8ExfyN7Gh_GHYhjbSpvc47ee6xR_80Hnw.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("//fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0afTCPadK0KLfdEfFtGWCYw.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("//fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcC6fTCPadK0KLfdEfFtGWCYw.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("//fonts.gstatic.com/s/roboto/v15/bmC0pGMXrhphrZJmniIZpafTCPadK0KLfdEfFtGWCYw.woff") format("woff");
}

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}

.datepicker.dropdown-menu th {
  padding: 4px 5px;
}

.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker td.active.day, .datepicker td.active.year {
  background: #2ba6cb;
}

.datepicker td.old, .datepicker td.new {
  color: #999;
}

.datepicker td span.active {
  background: #2ba6cb;
}

.datepicker td.day.disabled {
  color: #eee;
}

.datepicker td span.month.disabled, .datepicker td span.year.disabled {
  color: #eee;
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker th.active.day, .datepicker th.active.year {
  background: #2ba6cb;
}

.datepicker th.date-switch {
  width: 145px;
}

.datepicker th span.active {
  background: #2ba6cb;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

.qtip-shadow {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube {
  border-radius: 2px;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
  border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  border-radius: 2px;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
.qtip-cluetip {
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande', sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix {
  position: absolute !important;
}

/*!
 * <%= meta.title %> v<%= meta.version %> Stylesheet
 * Docs & License: <%= meta.homepage %>
 * (c) <%= meta.copyright %>
 */
.fc {
  direction: ltr;
  text-align: left;
}

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

.fc-unthemed .fc-today {
  background: #fcf8e3;
}

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

.fc th {
  text-align: center;
}

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
  text-align: center;
}

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.swal2-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}

.swal2-modal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2000;
}

.swal2-modal:focus {
  outline: none;
}

.swal2-modal.loading {
  overflow-y: hidden;
}

.swal2-modal h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 60px;
  display: block;
}

.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0;
}

.swal2-modal button.styled {
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px;
}

.swal2-modal button.styled:not(.loading)[disabled] {
  opacity: .4;
  cursor: no-drop;
}

.swal2-modal button.styled.loading {
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal button:not(.styled).loading:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}

.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #cfcfcf;
  transition: all 0.1s ease;
}

.swal2-modal .swal2-close:hover {
  color: #d55;
}

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none;
}

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #555;
}

.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  margin: 20px auto;
}

.swal2-modal .swal2-input:not([type="file"]), .swal2-modal .swal2-textarea {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
}

.swal2-modal .swal2-input:not([type="file"]).error, .swal2-modal .swal2-textarea.error {
  border-color: #f06e57 !important;
}

.swal2-modal .swal2-input:not([type="file"]):focus, .swal2-modal .swal2-textarea:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.swal2-modal .swal2-input:not([type="file"]):focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input:not([type="file"]):focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input:not([type="file"]):focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8;
}

.swal2-modal .swal2-input:not([type="file"])::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #bdbdbd;
}

.swal2-modal .swal2-input:not([type="file"]):-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

.swal2-modal .swal2-input:not([type="file"])::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

.swal2-modal .swal2-range input {
  float: left;
  padding: 0 !important;
  width: 80% !important;
}

.swal2-modal .swal2-range output {
  float: right;
  font-size: 20px;
  font-weight: 600;
}

.swal2-modal .swal2-input:not([type="file"]),
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  padding: 0 12px;
}

.swal2-modal .swal2-input[type="file"] {
  font-size: 20px;
}

.swal2-modal .swal2-input[type="number"] {
  max-width: 150px;
}

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}

.swal2-modal .swal2-select {
  color: #555;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}

.swal2-modal .swal2-radio {
  border: 0;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}

.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  vertical-align: middle;
}

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}

.swal2-modal .swal2-checkbox {
  color: #555;
}

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}

.swal2-modal .swal2-validationerror {
  background-color: #f1f1f1;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid #808080;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  /* http://stackoverflow.com/a/4407335/1331425 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
}

.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block;
}

.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.swal2-icon.swal2-error .line.left {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.swal2-icon.swal2-error .line.right {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #f8bb86;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #3fc3ee;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c9dae1;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 0 60px;
  transform-origin: 0 60px;
}

.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}

.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10;
}

/* github.com/limonte/sweetalert2/issues/268 */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

.show-swal2 {
  animation: showSweetAlert 0.3s;
}

.show-swal2.no-animation {
  animation: none;
}

.hide-swal2 {
  animation: hideSweetAlert 0.15s forwards;
}

.hide-swal2.no-animation {
  animation: none;
}

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

.animate-success-tip {
  animation: animate-success-tip 0.75s;
}

.animate-success-long {
  animation: animate-success-long 0.75s;
}

.swal2-icon.swal2-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.animate-error-icon {
  animation: animate-error-icon 0.5s;
}

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animate-x-mark {
  animation: animate-x-mark 0.5s;
}

@keyframes pulse-warning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}

.pulse-warning {
  animation: pulse-warning 0.75s infinite alternate;
}

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

/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

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

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.zurb, header {
  /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
  /* Document
       ========================================================================== */
  /**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
  /* Sections
       ========================================================================== */
  /**
     * Remove the margin in all browsers (opinionated).
     */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
  /* Grouping content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct margin in IE 8.
     */
  /**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
  /**
     * Add the correct display in IE.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /* Links
       ========================================================================== */
  /**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
  /**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
  /* Text-level semantics
       ========================================================================== */
  /**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  /**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
  /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /**
     * Add the correct font style in Android 4.3-.
     */
  /**
     * Add the correct background and color in IE 9-.
     */
  /**
     * Add the correct font size in all browsers.
     */
  /**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
  /* Embedded content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in iOS 4-7.
     */
  /**
     * Remove the border on images inside links in IE 10-.
     */
  /**
     * Hide the overflow in IE.
     */
  /* Forms
       ========================================================================== */
  /**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
  /**
     * Show the overflow in IE.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
  /**
     * Show the overflow in Edge.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
  /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
  /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
  /**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /* Interactive
       ========================================================================== */
  /*
     * Add the correct display in Edge, IE, and Firefox.
     */
  /*
     * Add the correct display in all browsers.
     */
  /*
     * Add the correct display in IE 9-.
     */
  /* Scripting
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in IE.
     */
  /* Hidden
       ========================================================================== */
  /**
     * Add the correct display in IE 10-.
     */
}

.zurb html, header html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

.zurb body, header body {
  margin: 0;
}

.zurb article,
.zurb aside,
.zurb footer,
.zurb header,
.zurb nav,
.zurb section, header article,
header aside,
header footer,
header header,
header nav,
header section {
  display: block;
}

.zurb h1, header h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.zurb figcaption,
.zurb figure, header figcaption,
header figure {
  display: block;
}

.zurb figure, header figure {
  margin: 1em 40px;
}

.zurb hr, header hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.zurb main, header main {
  display: block;
}

.zurb pre, header pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.zurb a, header a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

.zurb a:active,
.zurb a:hover, header a:active,
header a:hover {
  outline-width: 0;
}

.zurb abbr[title], header abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

.zurb b,
.zurb strong, header b,
header strong {
  font-weight: inherit;
}

.zurb b,
.zurb strong, header b,
header strong {
  font-weight: bolder;
}

.zurb code,
.zurb kbd,
.zurb samp, header code,
header kbd,
header samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.zurb dfn, header dfn {
  font-style: italic;
}

.zurb mark, header mark {
  background-color: #ff0;
  color: #000;
}

.zurb small, header small {
  font-size: 80%;
}

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

.zurb sub, header sub {
  bottom: -0.25em;
}

.zurb sup, header sup {
  top: -0.5em;
}

.zurb audio,
.zurb video, header audio,
header video {
  display: inline-block;
}

.zurb audio:not([controls]), header audio:not([controls]) {
  display: none;
  height: 0;
}

.zurb img, header img {
  border-style: none;
}

.zurb svg:not(:root), header svg:not(:root) {
  overflow: hidden;
}

.zurb button,
.zurb input,
.zurb optgroup,
.zurb select,
.zurb textarea, header button,
header input,
header optgroup,
header select,
header textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

.zurb button, header button {
  overflow: visible;
}

.zurb button,
.zurb select, header button,
header select {
  /* 1 */
  text-transform: none;
}

.zurb button,
.zurb html [type="button"],
.zurb [type="reset"],
.zurb [type="submit"], header button,
header html [type="button"],
header [type="reset"],
header [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

.zurb button,
.zurb [type="button"],
.zurb [type="reset"],
.zurb [type="submit"], header button,
header [type="button"],
header [type="reset"],
header [type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

.zurb button::-moz-focus-inner,
.zurb [type="button"]::-moz-focus-inner,
.zurb [type="reset"]::-moz-focus-inner,
.zurb [type="submit"]::-moz-focus-inner, header button::-moz-focus-inner,
header [type="button"]::-moz-focus-inner,
header [type="reset"]::-moz-focus-inner,
header [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.zurb button:-moz-focusring,
.zurb [type="button"]:-moz-focusring,
.zurb [type="reset"]:-moz-focusring,
.zurb [type="submit"]:-moz-focusring, header button:-moz-focusring,
header [type="button"]:-moz-focusring,
header [type="reset"]:-moz-focusring,
header [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.zurb input, header input {
  overflow: visible;
}

.zurb [type="checkbox"],
.zurb [type="radio"], header [type="checkbox"],
header [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

.zurb [type="search"], header [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

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

.zurb ::-webkit-file-upload-button, header ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

.zurb legend, header legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

.zurb progress, header progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

.zurb textarea, header textarea {
  overflow: auto;
}

.zurb details, header details {
  display: block;
}

.zurb summary, header summary {
  display: list-item;
}

.zurb menu, header menu {
  display: block;
}

.zurb canvas, header canvas {
  display: inline-block;
}

.zurb template, header template {
  display: none;
}

.zurb [hidden], header [hidden] {
  display: none;
}

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

.zurb html, header html {
  box-sizing: border-box;
  font-size: 100%;
}

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

.zurb body, header body {
  margin: 0;
  padding: 0;
  background: #f6f1ed;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3a4750;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.zurb textarea, header textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

.zurb select, header select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

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

.zurb button, header button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] .zurb button, [data-whatinput='mouse'] header button {
  outline: 0;
}

.zurb pre, header pre {
  overflow: auto;
}

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

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

.zurb .row, header .row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.zurb .row .row, header .row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .zurb .row .row, header .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .row .row, header .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.zurb .row .row.collapse, header .row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.zurb .row.expanded, header .row.expanded {
  max-width: none;
}

.zurb .row:not(.expanded) .row, header .row:not(.expanded) .row {
  max-width: none;
}

.zurb .row.collapse > .column, .zurb .row.collapse > .columns, .zurb header .row.collapse > .columns, header .row.collapse > .column, header .zurb .row.collapse > .columns, header .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.zurb .row.is-collapse-child,
.zurb .row.collapse > .column > .row,
.zurb .row.collapse > .columns > .row,
.zurb header .row.collapse > .columns > .row, header .row.is-collapse-child,
header .row.collapse > .column > .row,
header .zurb .row.collapse > .columns > .row,
header .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.zurb .column, .zurb .columns, header .column, header .zurb .columns, .zurb header .columns, header .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}

@media print, screen and (min-width: 40em) {
  .zurb .column, .zurb .columns, header .column, header .zurb .columns, .zurb header .columns, header .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.zurb .column.row.row, .zurb .row.row.columns, header .column.row.row, header .row.row.columns {
  float: none;
  display: block;
}

.zurb .row .column.row.row, .zurb .row .row.row.columns, header .row .column.row.row, header .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.zurb .flex-container, header .flex-container {
  display: -ms-flexbox;
  display: flex;
}

.zurb .flex-child-auto, header .flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.zurb .flex-child-grow, header .flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.zurb .flex-child-shrink, header .flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.zurb .flex-dir-row, header .flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.zurb .flex-dir-row-reverse, header .flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.zurb .flex-dir-column, header .flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.zurb .flex-dir-column-reverse, header .flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.zurb .small-1, header .small-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.zurb .small-2, header .small-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.zurb .small-offset-1, header .small-offset-1 {
  margin-left: 8.3333333333%;
}

.zurb .small-3, header .small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.zurb .small-offset-2, header .small-offset-2 {
  margin-left: 16.6666666667%;
}

.zurb .small-4, header .small-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.zurb .small-5, header .small-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.zurb .small-offset-4, header .small-offset-4 {
  margin-left: 33.3333333333%;
}

.zurb .small-6, header .small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.zurb .small-offset-5, header .small-offset-5 {
  margin-left: 41.6666666667%;
}

.zurb .small-7, header .small-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.zurb .small-8, header .small-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.zurb .small-offset-7, header .small-offset-7 {
  margin-left: 58.3333333333%;
}

.zurb .small-9, header .small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.zurb .small-offset-8, header .small-offset-8 {
  margin-left: 66.6666666667%;
}

.zurb .small-10, header .small-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.zurb .small-11, header .small-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.zurb .small-offset-10, header .small-offset-10 {
  margin-left: 83.3333333333%;
}

.zurb .small-12, header .small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.zurb .small-offset-11, header .small-offset-11 {
  margin-left: 91.6666666667%;
}

.zurb .small-order-1, header .small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.zurb .small-order-2, header .small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.zurb .small-order-3, header .small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.zurb .small-order-4, header .small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.zurb .small-order-5, header .small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.zurb .small-order-6, header .small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.zurb .small-up-1, header .small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-1 > .column, .zurb .small-up-1 > .columns, .zurb header .small-up-1 > .columns, header .small-up-1 > .column, header .zurb .small-up-1 > .columns, header .small-up-1 > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.zurb .small-up-2, header .small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-2 > .column, .zurb .small-up-2 > .columns, .zurb header .small-up-2 > .columns, header .small-up-2 > .column, header .zurb .small-up-2 > .columns, header .small-up-2 > .columns {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.zurb .small-up-3, header .small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-3 > .column, .zurb .small-up-3 > .columns, .zurb header .small-up-3 > .columns, header .small-up-3 > .column, header .zurb .small-up-3 > .columns, header .small-up-3 > .columns {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.zurb .small-up-4, header .small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-4 > .column, .zurb .small-up-4 > .columns, .zurb header .small-up-4 > .columns, header .small-up-4 > .column, header .zurb .small-up-4 > .columns, header .small-up-4 > .columns {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.zurb .small-up-5, header .small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-5 > .column, .zurb .small-up-5 > .columns, .zurb header .small-up-5 > .columns, header .small-up-5 > .column, header .zurb .small-up-5 > .columns, header .small-up-5 > .columns {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.zurb .small-up-6, header .small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-6 > .column, .zurb .small-up-6 > .columns, .zurb header .small-up-6 > .columns, header .small-up-6 > .column, header .zurb .small-up-6 > .columns, header .small-up-6 > .columns {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.zurb .small-up-7, header .small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-7 > .column, .zurb .small-up-7 > .columns, .zurb header .small-up-7 > .columns, header .small-up-7 > .column, header .zurb .small-up-7 > .columns, header .small-up-7 > .columns {
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.zurb .small-up-8, header .small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .small-up-8 > .column, .zurb .small-up-8 > .columns, .zurb header .small-up-8 > .columns, header .small-up-8 > .column, header .zurb .small-up-8 > .columns, header .small-up-8 > .columns {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 40em) {
  .zurb .medium-1, header .medium-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .zurb .medium-offset-0, header .medium-offset-0 {
    margin-left: 0%;
  }
  .zurb .medium-2, header .medium-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .zurb .medium-offset-1, header .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .zurb .medium-3, header .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .zurb .medium-offset-2, header .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .zurb .medium-4, header .medium-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .zurb .medium-offset-3, header .medium-offset-3 {
    margin-left: 25%;
  }
  .zurb .medium-5, header .medium-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .zurb .medium-offset-4, header .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .zurb .medium-6, header .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .zurb .medium-offset-5, header .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .zurb .medium-7, header .medium-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .zurb .medium-offset-6, header .medium-offset-6 {
    margin-left: 50%;
  }
  .zurb .medium-8, header .medium-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .zurb .medium-offset-7, header .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .zurb .medium-9, header .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .zurb .medium-offset-8, header .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .zurb .medium-10, header .medium-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .zurb .medium-offset-9, header .medium-offset-9 {
    margin-left: 75%;
  }
  .zurb .medium-11, header .medium-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .zurb .medium-offset-10, header .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .zurb .medium-12, header .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zurb .medium-offset-11, header .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .zurb .medium-order-1, header .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .zurb .medium-order-2, header .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .zurb .medium-order-3, header .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .zurb .medium-order-4, header .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .zurb .medium-order-5, header .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .zurb .medium-order-6, header .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .zurb .medium-up-1, header .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-1 > .column, .zurb .medium-up-1 > .columns, .zurb header .medium-up-1 > .columns, header .medium-up-1 > .column, header .zurb .medium-up-1 > .columns, header .medium-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zurb .medium-up-2, header .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-2 > .column, .zurb .medium-up-2 > .columns, .zurb header .medium-up-2 > .columns, header .medium-up-2 > .column, header .zurb .medium-up-2 > .columns, header .medium-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .zurb .medium-up-3, header .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-3 > .column, .zurb .medium-up-3 > .columns, .zurb header .medium-up-3 > .columns, header .medium-up-3 > .column, header .zurb .medium-up-3 > .columns, header .medium-up-3 > .columns {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .zurb .medium-up-4, header .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-4 > .column, .zurb .medium-up-4 > .columns, .zurb header .medium-up-4 > .columns, header .medium-up-4 > .column, header .zurb .medium-up-4 > .columns, header .medium-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .zurb .medium-up-5, header .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-5 > .column, .zurb .medium-up-5 > .columns, .zurb header .medium-up-5 > .columns, header .medium-up-5 > .column, header .zurb .medium-up-5 > .columns, header .medium-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .zurb .medium-up-6, header .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-6 > .column, .zurb .medium-up-6 > .columns, .zurb header .medium-up-6 > .columns, header .medium-up-6 > .column, header .zurb .medium-up-6 > .columns, header .medium-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .zurb .medium-up-7, header .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-7 > .column, .zurb .medium-up-7 > .columns, .zurb header .medium-up-7 > .columns, header .medium-up-7 > .column, header .zurb .medium-up-7 > .columns, header .medium-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .zurb .medium-up-8, header .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .medium-up-8 > .column, .zurb .medium-up-8 > .columns, .zurb header .medium-up-8 > .columns, header .medium-up-8 > .column, header .zurb .medium-up-8 > .columns, header .medium-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .zurb .medium-expand, header .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .zurb .medium-flex-dir-row, header .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zurb .medium-flex-dir-row-reverse, header .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .zurb .medium-flex-dir-column, header .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zurb .medium-flex-dir-column-reverse, header .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .zurb .medium-flex-child-auto, header .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .zurb .medium-flex-child-grow, header .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .zurb .medium-flex-child-shrink, header .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.row.medium-unstack > .column, .zurb .row.medium-unstack > .columns, header .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .zurb .row.medium-unstack > .columns, header .row.medium-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .zurb .medium-collapse > .column, .zurb .medium-collapse > .columns, .zurb header .medium-collapse > .columns, header .medium-collapse > .column, header .zurb .medium-collapse > .columns, header .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .zurb .medium-uncollapse > .column, .zurb .medium-uncollapse > .columns, .zurb header .medium-uncollapse > .columns, header .medium-uncollapse > .column, header .zurb .medium-uncollapse > .columns, header .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .large-1, header .large-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .zurb .large-offset-0, header .large-offset-0 {
    margin-left: 0%;
  }
  .zurb .large-2, header .large-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .zurb .large-offset-1, header .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .zurb .large-3, header .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .zurb .large-offset-2, header .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .zurb .large-4, header .large-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .zurb .large-offset-3, header .large-offset-3 {
    margin-left: 25%;
  }
  .zurb .large-5, header .large-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .zurb .large-offset-4, header .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .zurb .large-6, header .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .zurb .large-offset-5, header .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .zurb .large-7, header .large-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .zurb .large-offset-6, header .large-offset-6 {
    margin-left: 50%;
  }
  .zurb .large-8, header .large-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .zurb .large-offset-7, header .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .zurb .large-9, header .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .zurb .large-offset-8, header .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .zurb .large-10, header .large-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .zurb .large-offset-9, header .large-offset-9 {
    margin-left: 75%;
  }
  .zurb .large-11, header .large-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .zurb .large-offset-10, header .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .zurb .large-12, header .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zurb .large-offset-11, header .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .zurb .large-order-1, header .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .zurb .large-order-2, header .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .zurb .large-order-3, header .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .zurb .large-order-4, header .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .zurb .large-order-5, header .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .zurb .large-order-6, header .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .zurb .large-up-1, header .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-1 > .column, .zurb .large-up-1 > .columns, .zurb header .large-up-1 > .columns, header .large-up-1 > .column, header .zurb .large-up-1 > .columns, header .large-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zurb .large-up-2, header .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-2 > .column, .zurb .large-up-2 > .columns, .zurb header .large-up-2 > .columns, header .large-up-2 > .column, header .zurb .large-up-2 > .columns, header .large-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .zurb .large-up-3, header .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-3 > .column, .zurb .large-up-3 > .columns, .zurb header .large-up-3 > .columns, header .large-up-3 > .column, header .zurb .large-up-3 > .columns, header .large-up-3 > .columns {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .zurb .large-up-4, header .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-4 > .column, .zurb .large-up-4 > .columns, .zurb header .large-up-4 > .columns, header .large-up-4 > .column, header .zurb .large-up-4 > .columns, header .large-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .zurb .large-up-5, header .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-5 > .column, .zurb .large-up-5 > .columns, .zurb header .large-up-5 > .columns, header .large-up-5 > .column, header .zurb .large-up-5 > .columns, header .large-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .zurb .large-up-6, header .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-6 > .column, .zurb .large-up-6 > .columns, .zurb header .large-up-6 > .columns, header .large-up-6 > .column, header .zurb .large-up-6 > .columns, header .large-up-6 > .columns {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .zurb .large-up-7, header .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-7 > .column, .zurb .large-up-7 > .columns, .zurb header .large-up-7 > .columns, header .large-up-7 > .column, header .zurb .large-up-7 > .columns, header .large-up-7 > .columns {
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .zurb .large-up-8, header .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .large-up-8 > .column, .zurb .large-up-8 > .columns, .zurb header .large-up-8 > .columns, header .large-up-8 > .column, header .zurb .large-up-8 > .columns, header .large-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .zurb .large-expand, header .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .large-flex-dir-row, header .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .zurb .large-flex-dir-row-reverse, header .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .zurb .large-flex-dir-column, header .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .zurb .large-flex-dir-column-reverse, header .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .zurb .large-flex-child-auto, header .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .zurb .large-flex-child-grow, header .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .zurb .large-flex-child-shrink, header .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.row.large-unstack > .column, .zurb .row.large-unstack > .columns, header .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .zurb .row.large-unstack > .columns, header .row.large-unstack > .columns {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .large-collapse > .column, .zurb .large-collapse > .columns, .zurb header .large-collapse > .columns, header .large-collapse > .column, header .zurb .large-collapse > .columns, header .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .zurb .large-uncollapse > .column, .zurb .large-uncollapse > .columns, .zurb header .large-uncollapse > .columns, header .large-uncollapse > .column, header .zurb .large-uncollapse > .columns, header .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.zurb .shrink, header .shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.zurb .column-block, header .column-block {
  margin-bottom: 1.25rem;
}

.zurb .column-block > :last-child, header .column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .zurb .column-block, header .column-block {
    margin-bottom: 1.875rem;
  }
  .zurb .column-block > :last-child, header .column-block > :last-child {
    margin-bottom: 0;
  }
}

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

.zurb p, header p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

.zurb small, header small {
  font-size: 80%;
  line-height: inherit;
}

.zurb h1,
.zurb h2,
.zurb h3,
.zurb h4,
.zurb h5,
.zurb h6, header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

.zurb h1 small,
.zurb h2 small,
.zurb h3 small,
.zurb h4 small,
.zurb h5 small,
.zurb h6 small, header h1 small,
header h2 small,
header h3 small,
header h4 small,
header h5 small,
header h6 small {
  line-height: 0;
  color: #cacaca;
}

.zurb h1, header h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.zurb h2, header h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.zurb h3, header h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.zurb h4, header h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.zurb h5, header h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.zurb h6, header h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

.zurb a, header a {
  line-height: inherit;
  color: #27A9B4;
  text-decoration: none;
  cursor: pointer;
}

.zurb a:hover, .zurb a:focus, header a:hover, header a:focus {
  color: #22919b;
}

.zurb a img, header a img {
  border: 0;
}

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

.zurb ul,
.zurb ol,
.zurb dl, header ul,
header ol,
header dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

.zurb li, header li {
  font-size: inherit;
}

.zurb ul, header ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.zurb ol, header ol {
  margin-left: 1.25rem;
}

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

.zurb dl, header dl {
  margin-bottom: 1rem;
}

.zurb dl dt, header dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.zurb blockquote, header blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

.zurb blockquote, .zurb blockquote p, header blockquote, header blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

.zurb cite, header cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

.zurb cite:before, header cite:before {
  content: "— ";
}

.zurb abbr, header abbr {
  border-bottom: 1px dotted #3a4750;
  color: #3a4750;
  cursor: help;
}

.zurb figure, header figure {
  margin: 0;
}

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

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

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

.zurb .lead, header .lead {
  font-size: 125%;
  line-height: 1.6;
}

.zurb .stat, header .stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .zurb .stat, p + header .stat {
  margin-top: -1rem;
}

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

.zurb .text-left, header .text-left {
  text-align: left;
}

.zurb .text-right, header .text-right {
  text-align: right;
}

.zurb .text-center, header .text-center {
  text-align: center;
}

.zurb .text-justify, header .text-justify {
  text-align: justify;
}

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

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

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

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

.zurb [type='text'], .zurb [type='password'], .zurb [type='date'], .zurb [type='datetime'], .zurb [type='datetime-local'], .zurb [type='month'], .zurb [type='week'], .zurb [type='email'], .zurb [type='number'], .zurb [type='search'], .zurb [type='tel'], .zurb [type='time'], .zurb [type='url'], .zurb [type='color'],
.zurb textarea, header [type='text'], header [type='password'], header [type='date'], header [type='datetime'], header [type='datetime-local'], header [type='month'], header [type='week'], header [type='email'], header [type='number'], header [type='search'], header [type='tel'], header [type='time'], header [type='url'], header [type='color'],
header textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(58, 71, 80, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #3a4750;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.zurb [type='text']:focus, .zurb [type='password']:focus, .zurb [type='date']:focus, .zurb [type='datetime']:focus, .zurb [type='datetime-local']:focus, .zurb [type='month']:focus, .zurb [type='week']:focus, .zurb [type='email']:focus, .zurb [type='number']:focus, .zurb [type='search']:focus, .zurb [type='tel']:focus, .zurb [type='time']:focus, .zurb [type='url']:focus, .zurb [type='color']:focus,
.zurb textarea:focus, header [type='text']:focus, header [type='password']:focus, header [type='date']:focus, header [type='datetime']:focus, header [type='datetime-local']:focus, header [type='month']:focus, header [type='week']:focus, header [type='email']:focus, header [type='number']:focus, header [type='search']:focus, header [type='tel']:focus, header [type='time']:focus, header [type='url']:focus, header [type='color']:focus,
header textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.zurb textarea, header textarea {
  max-width: 100%;
}

.zurb textarea[rows], header textarea[rows] {
  height: auto;
}

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

.zurb input::placeholder,
.zurb textarea::placeholder, header input::placeholder,
header textarea::placeholder {
  color: #cacaca;
}

.zurb input:disabled, .zurb input[readonly],
.zurb textarea:disabled,
.zurb textarea[readonly], header input:disabled, header input[readonly],
header textarea:disabled,
header textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

.zurb input[type='search'], header input[type='search'] {
  box-sizing: border-box;
}

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

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

.zurb [type='checkbox'] + label[for],
.zurb [type='radio'] + label[for], header [type='checkbox'] + label[for],
header [type='radio'] + label[for] {
  cursor: pointer;
}

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

.zurb [type='file'], header [type='file'] {
  width: 100%;
}

.zurb label, header label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #3a4750;
}

.zurb label.middle, header label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.zurb .help-text, header .help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #3a4750;
}

.zurb .input-group, header .input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.zurb .input-group > :first-child, header .input-group > :first-child {
  border-radius: 0 0 0 0;
}

.zurb .input-group > :last-child > *, header .input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.zurb .input-group-label, .zurb .input-group-field, .zurb .input-group-button, .zurb .input-group-button a,
.zurb .input-group-button input,
.zurb .input-group-button button,
.zurb .input-group-button label, header .input-group-button .zurb a, header .input-group-button .zurb input, header .input-group-button .zurb button, header .input-group-button .zurb label, header .zurb .input-group-label, .zurb header .input-group-label, header .input-group-label, header .zurb .input-group-field, .zurb header .input-group-field, header .input-group-field, header .zurb .input-group-button, .zurb header .input-group-button, header .input-group-button, header .zurb .input-group-button a, .zurb .input-group-button header a,
header .zurb .input-group-button input, .zurb .input-group-button header input,
header .zurb .input-group-button button, .zurb .input-group-button header button,
header .zurb .input-group-button label, .zurb .input-group-button header label, header .input-group-button a,
header .input-group-button input,
header .input-group-button button,
header .input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.zurb .input-group-label, header .input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #3a4750;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
}

.zurb .input-group-label:first-child, header .input-group-label:first-child {
  border-right: 0;
}

.zurb .input-group-label:last-child, header .input-group-label:last-child {
  border-left: 0;
}

.zurb .input-group-field, header .input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.zurb .input-group-button, header .input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zurb .input-group-button a,
.zurb .input-group-button input,
.zurb .input-group-button button,
.zurb .input-group-button label, header .input-group-button a,
header .input-group-button input,
header .input-group-button button,
header .input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.zurb fieldset, header fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.zurb legend, header legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.zurb .fieldset, header .fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.zurb .fieldset legend, header .fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #f6f1ed;
}

.zurb select, header select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #3a4750;
  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>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  .zurb select, header select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

.zurb select:focus, header select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.zurb select:disabled, header select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

.zurb select::-ms-expand, header select::-ms-expand {
  display: none;
}

.zurb select[multiple], header select[multiple] {
  height: auto;
  background-image: none;
}

.zurb .is-invalid-input:not(:focus), header .is-invalid-input:not(:focus) {
  border-color: #DA093B;
  background-color: #fae6eb;
}

.zurb .is-invalid-input:not(:focus):-ms-input-placeholder, header .is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #DA093B;
}

.zurb .is-invalid-input:not(:focus)::placeholder, header .is-invalid-input:not(:focus)::placeholder {
  color: #DA093B;
}

.zurb .is-invalid-label, header .is-invalid-label {
  color: #DA093B;
}

.zurb .form-error, header .form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #DA093B;
}

.zurb .form-error.is-visible, header .form-error.is-visible {
  display: block;
}

.zurb .button, header .button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #27A9B4;
  color: #fefefe;
}

[data-whatinput='mouse'] .zurb .button, [data-whatinput='mouse'] header .button {
  outline: 0;
}

.zurb .button:hover, .zurb .button:focus, header .button:hover, header .button:focus {
  background-color: #219099;
  color: #fefefe;
}

.zurb .button.tiny, header .button.tiny {
  font-size: 0.6rem;
}

.zurb .button.small, header .button.small {
  font-size: 0.75rem;
}

.zurb .button.large, header .button.large {
  font-size: 1.25rem;
}

.zurb .button.expanded, header .button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.zurb .button.primary, header .button.primary {
  background-color: #27A9B4;
  color: #3a4750;
}

.zurb .button.primary:hover, .zurb .button.primary:focus, header .button.primary:hover, header .button.primary:focus {
  background-color: #1f8790;
  color: #3a4750;
}

.zurb .button.secondary, header .button.secondary {
  background-color: #4d5c67;
  color: #fefefe;
}

.zurb .button.secondary:hover, .zurb .button.secondary:focus, header .button.secondary:hover, header .button.secondary:focus {
  background-color: #3e4a52;
  color: #fefefe;
}

.zurb .button.success, header .button.success {
  background-color: #7F4897;
  color: #fefefe;
}

.zurb .button.success:hover, .zurb .button.success:focus, header .button.success:hover, header .button.success:focus {
  background-color: #663a79;
  color: #fefefe;
}

.zurb .button.warning, header .button.warning {
  background-color: #F49517;
  color: #3a4750;
}

.zurb .button.warning:hover, .zurb .button.warning:focus, header .button.warning:hover, header .button.warning:focus {
  background-color: #cc780a;
  color: #3a4750;
}

.zurb .button.alert, header .button.alert {
  background-color: #DA093B;
  color: #fefefe;
}

.zurb .button.alert:hover, .zurb .button.alert:focus, header .button.alert:hover, header .button.alert:focus {
  background-color: #ae072f;
  color: #fefefe;
}

.zurb .button.hollow, header .button.hollow {
  border: 1px solid #27A9B4;
  color: #27A9B4;
}

.zurb .button.hollow, .zurb .button.hollow:hover, .zurb .button.hollow:focus, header .button.hollow, header .button.hollow:hover, header .button.hollow:focus {
  background-color: transparent;
}

.zurb .button.hollow:hover, .zurb .button.hollow:focus, header .button.hollow:hover, header .button.hollow:focus {
  border-color: #14555a;
  color: #14555a;
}

.zurb .button.hollow.primary, header .button.hollow.primary {
  border: 1px solid #27A9B4;
  color: #27A9B4;
}

.zurb .button.hollow.primary:hover, .zurb .button.hollow.primary:focus, header .button.hollow.primary:hover, header .button.hollow.primary:focus {
  border-color: #14555a;
  color: #14555a;
}

.zurb .button.hollow.secondary, header .button.hollow.secondary {
  border: 1px solid #4d5c67;
  color: #4d5c67;
}

.zurb .button.hollow.secondary:hover, .zurb .button.hollow.secondary:focus, header .button.hollow.secondary:hover, header .button.hollow.secondary:focus {
  border-color: #272e34;
  color: #272e34;
}

.zurb .button.hollow.success, header .button.hollow.success {
  border: 1px solid #7F4897;
  color: #7F4897;
}

.zurb .button.hollow.success:hover, .zurb .button.hollow.success:focus, header .button.hollow.success:hover, header .button.hollow.success:focus {
  border-color: #40244c;
  color: #40244c;
}

.zurb .button.hollow.warning, header .button.hollow.warning {
  border: 1px solid #F49517;
  color: #F49517;
}

.zurb .button.hollow.warning:hover, .zurb .button.hollow.warning:focus, header .button.hollow.warning:hover, header .button.hollow.warning:focus {
  border-color: #7f4b06;
  color: #7f4b06;
}

.zurb .button.hollow.alert, header .button.hollow.alert {
  border: 1px solid #DA093B;
  color: #DA093B;
}

.zurb .button.hollow.alert:hover, .zurb .button.hollow.alert:focus, header .button.hollow.alert:hover, header .button.hollow.alert:focus {
  border-color: #6d051e;
  color: #6d051e;
}

.zurb .button.disabled, .zurb .button[disabled], header .button.disabled, header .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .button.disabled, .zurb .button.disabled:hover, .zurb .button.disabled:focus, .zurb .button[disabled], .zurb .button[disabled]:hover, .zurb .button[disabled]:focus, header .button.disabled, header .button.disabled:hover, header .button.disabled:focus, header .button[disabled], header .button[disabled]:hover, header .button[disabled]:focus {
  background-color: #27A9B4;
  color: #fefefe;
}

.zurb .button.disabled.primary, .zurb .button[disabled].primary, header .button.disabled.primary, header .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .button.disabled.primary, .zurb .button.disabled.primary:hover, .zurb .button.disabled.primary:focus, .zurb .button[disabled].primary, .zurb .button[disabled].primary:hover, .zurb .button[disabled].primary:focus, header .button.disabled.primary, header .button.disabled.primary:hover, header .button.disabled.primary:focus, header .button[disabled].primary, header .button[disabled].primary:hover, header .button[disabled].primary:focus {
  background-color: #27A9B4;
  color: #3a4750;
}

.zurb .button.disabled.secondary, .zurb .button[disabled].secondary, header .button.disabled.secondary, header .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .button.disabled.secondary, .zurb .button.disabled.secondary:hover, .zurb .button.disabled.secondary:focus, .zurb .button[disabled].secondary, .zurb .button[disabled].secondary:hover, .zurb .button[disabled].secondary:focus, header .button.disabled.secondary, header .button.disabled.secondary:hover, header .button.disabled.secondary:focus, header .button[disabled].secondary, header .button[disabled].secondary:hover, header .button[disabled].secondary:focus {
  background-color: #4d5c67;
  color: #fefefe;
}

.zurb .button.disabled.success, .zurb .button[disabled].success, header .button.disabled.success, header .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .button.disabled.success, .zurb .button.disabled.success:hover, .zurb .button.disabled.success:focus, .zurb .button[disabled].success, .zurb .button[disabled].success:hover, .zurb .button[disabled].success:focus, header .button.disabled.success, header .button.disabled.success:hover, header .button.disabled.success:focus, header .button[disabled].success, header .button[disabled].success:hover, header .button[disabled].success:focus {
  background-color: #7F4897;
  color: #fefefe;
}

.zurb .button.disabled.warning, .zurb .button[disabled].warning, header .button.disabled.warning, header .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .button.disabled.warning, .zurb .button.disabled.warning:hover, .zurb .button.disabled.warning:focus, .zurb .button[disabled].warning, .zurb .button[disabled].warning:hover, .zurb .button[disabled].warning:focus, header .button.disabled.warning, header .button.disabled.warning:hover, header .button.disabled.warning:focus, header .button[disabled].warning, header .button[disabled].warning:hover, header .button[disabled].warning:focus {
  background-color: #F49517;
  color: #3a4750;
}

.zurb .button.disabled.alert, .zurb .button[disabled].alert, header .button.disabled.alert, header .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .button.disabled.alert, .zurb .button.disabled.alert:hover, .zurb .button.disabled.alert:focus, .zurb .button[disabled].alert, .zurb .button[disabled].alert:hover, .zurb .button[disabled].alert:focus, header .button.disabled.alert, header .button.disabled.alert:hover, header .button.disabled.alert:focus, header .button[disabled].alert, header .button[disabled].alert:hover, header .button[disabled].alert:focus {
  background-color: #DA093B;
  color: #fefefe;
}

.zurb .button.dropdown::after, header .button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.zurb .button.arrow-only::after, header .button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.zurb .accordion, header .accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.zurb .accordion-item:first-child > :first-child, header .accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.zurb .accordion-item:last-child > :last-child, header .accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.zurb .accordion-title, header .accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #27A9B4;
}

:last-child:not(.is-active) > .zurb .accordion-title, :last-child:not(.is-active) > header .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.zurb .accordion-title:hover, .zurb .accordion-title:focus, header .accordion-title:hover, header .accordion-title:focus {
  background-color: #e6e6e6;
}

.zurb .accordion-title::before, header .accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .zurb .accordion-title::before, .is-active > header .accordion-title::before {
  content: '\2013';
}

.zurb .accordion-content, header .accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #3a4750;
}

:last-child > .zurb .accordion-content:last-child, :last-child > header .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.zurb .is-accordion-submenu-parent > a, header .is-accordion-submenu-parent > a {
  position: relative;
}

.zurb .is-accordion-submenu-parent > a::after, header .is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #27A9B4 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.zurb .is-accordion-submenu-parent[aria-expanded='true'] > a::after, header .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.zurb .badge, header .badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #27A9B4;
  color: #fefefe;
}

.zurb .badge.primary, header .badge.primary {
  background: #27A9B4;
  color: #3a4750;
}

.zurb .badge.secondary, header .badge.secondary {
  background: #4d5c67;
  color: #fefefe;
}

.zurb .badge.success, header .badge.success {
  background: #7F4897;
  color: #fefefe;
}

.zurb .badge.warning, header .badge.warning {
  background: #F49517;
  color: #3a4750;
}

.zurb .badge.alert, header .badge.alert {
  background: #DA093B;
  color: #fefefe;
}

.zurb .breadcrumbs, header .breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.zurb .breadcrumbs::before, .zurb .breadcrumbs::after, header .breadcrumbs::before, header .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.zurb .breadcrumbs::after, header .breadcrumbs::after {
  clear: both;
}

.zurb .breadcrumbs li, header .breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #3a4750;
  cursor: default;
  text-transform: uppercase;
}

.zurb .breadcrumbs li:not(:last-child)::after, header .breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.zurb .breadcrumbs a, header .breadcrumbs a {
  color: #27A9B4;
}

.zurb .breadcrumbs a:hover, header .breadcrumbs a:hover {
  text-decoration: underline;
}

.zurb .breadcrumbs .disabled, header .breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.zurb .button-group, header .button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.zurb .button-group::before, .zurb .button-group::after, header .button-group::before, header .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.zurb .button-group::after, header .button-group::after {
  clear: both;
}

.zurb .button-group .button, header .button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zurb .button-group .button:last-child, header .button-group .button:last-child {
  margin-right: 0;
}

.zurb .button-group.tiny .button, header .button-group.tiny .button {
  font-size: 0.6rem;
}

.zurb .button-group.small .button, header .button-group.small .button {
  font-size: 0.75rem;
}

.zurb .button-group.large .button, header .button-group.large .button {
  font-size: 1.25rem;
}

.zurb .button-group.expanded .button, header .button-group.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.zurb .button-group.primary .button, header .button-group.primary .button {
  background-color: #27A9B4;
  color: #3a4750;
}

.zurb .button-group.primary .button:hover, .zurb .button-group.primary .button:focus, header .button-group.primary .button:hover, header .button-group.primary .button:focus {
  background-color: #1f8790;
  color: #3a4750;
}

.zurb .button-group.secondary .button, header .button-group.secondary .button {
  background-color: #4d5c67;
  color: #fefefe;
}

.zurb .button-group.secondary .button:hover, .zurb .button-group.secondary .button:focus, header .button-group.secondary .button:hover, header .button-group.secondary .button:focus {
  background-color: #3e4a52;
  color: #fefefe;
}

.zurb .button-group.success .button, header .button-group.success .button {
  background-color: #7F4897;
  color: #fefefe;
}

.zurb .button-group.success .button:hover, .zurb .button-group.success .button:focus, header .button-group.success .button:hover, header .button-group.success .button:focus {
  background-color: #663a79;
  color: #fefefe;
}

.zurb .button-group.warning .button, header .button-group.warning .button {
  background-color: #F49517;
  color: #3a4750;
}

.zurb .button-group.warning .button:hover, .zurb .button-group.warning .button:focus, header .button-group.warning .button:hover, header .button-group.warning .button:focus {
  background-color: #cc780a;
  color: #3a4750;
}

.zurb .button-group.alert .button, header .button-group.alert .button {
  background-color: #DA093B;
  color: #fefefe;
}

.zurb .button-group.alert .button:hover, .zurb .button-group.alert .button:focus, header .button-group.alert .button:hover, header .button-group.alert .button:focus {
  background-color: #ae072f;
  color: #fefefe;
}

.zurb .button-group.stacked, .zurb .button-group.stacked-for-small, .zurb .button-group.stacked-for-medium, header .button-group.stacked, header .button-group.stacked-for-small, header .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .button-group.stacked .button, .zurb .button-group.stacked-for-small .button, .zurb .button-group.stacked-for-medium .button, header .button-group.stacked .button, header .button-group.stacked-for-small .button, header .button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.zurb .button-group.stacked .button:last-child, .zurb .button-group.stacked-for-small .button:last-child, .zurb .button-group.stacked-for-medium .button:last-child, header .button-group.stacked .button:last-child, header .button-group.stacked-for-small .button:last-child, header .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .zurb .button-group.stacked-for-small .button, header .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .button-group.stacked-for-medium .button, header .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .zurb .button-group.stacked-for-small.expanded, header .button-group.stacked-for-small.expanded {
    display: block;
  }
  .zurb .button-group.stacked-for-small.expanded .button, header .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.zurb .callout, header .callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(58, 71, 80, 0.25);
  border-radius: 0;
  background-color: white;
  color: #3a4750;
}

.zurb .callout > :first-child, header .callout > :first-child {
  margin-top: 0;
}

.zurb .callout > :last-child, header .callout > :last-child {
  margin-bottom: 0;
}

.zurb .callout.primary, header .callout.primary {
  background-color: #dbf5f7;
  color: #3a4750;
}

.zurb .callout.secondary, header .callout.secondary {
  background-color: #e3e7ea;
  color: #3a4750;
}

.zurb .callout.success, header .callout.success {
  background-color: #ece2f1;
  color: #3a4750;
}

.zurb .callout.warning, header .callout.warning {
  background-color: #fdefdc;
  color: #3a4750;
}

.zurb .callout.alert, header .callout.alert {
  background-color: #fdd6e0;
  color: #3a4750;
}

.zurb .callout.small, header .callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.zurb .callout.large, header .callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.zurb .card, header .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #3a4750;
}

.zurb .card > :last-child, header .card > :last-child {
  margin-bottom: 0;
}

.zurb .card-divider, header .card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.zurb .card-divider > :last-child, header .card-divider > :last-child {
  margin-bottom: 0;
}

.zurb .card-section, header .card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.zurb .card-section > :last-child, header .card-section > :last-child {
  margin-bottom: 0;
}

.zurb .close-button, header .close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .zurb .close-button, [data-whatinput='mouse'] header .close-button {
  outline: 0;
}

.zurb .close-button:hover, .zurb .close-button:focus, header .close-button:hover, header .close-button:focus {
  color: #3a4750;
}

.zurb .close-button.small, header .close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.zurb .close-button, .zurb .close-button.medium, header .close-button, header .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.zurb .menu, header .menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.zurb .menu > li, header .menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

[data-whatinput='mouse'] .zurb .menu > li, [data-whatinput='mouse'] header .menu > li {
  outline: 0;
}

.zurb .menu > li > a, header .menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.zurb .menu input,
.zurb .menu select,
.zurb .menu a,
.zurb .menu button, header .menu input,
header .menu select,
header .menu a,
header .menu button {
  margin-bottom: 0;
}

.zurb .menu > li > a, header .menu > li > a {
  display: -ms-flexbox;
  display: flex;
}

.zurb .menu > li > a, header .menu > li > a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.zurb .menu > li > a img,
.zurb .menu > li > a i,
.zurb .menu > li > a svg, header .menu > li > a img,
header .menu > li > a i,
header .menu > li > a svg {
  margin-right: 0.25rem;
}

.zurb .menu, .zurb .menu.horizontal, header .menu, header .menu.horizontal {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.zurb .menu > li, .zurb .menu.horizontal > li, header .menu > li, header .menu.horizontal > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zurb .menu.expanded > li, header .menu.expanded > li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.zurb .menu.expanded > li:first-child:last-child, header .menu.expanded > li:first-child:last-child {
  width: 100%;
}

.zurb .menu.vertical, header .menu.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .menu.vertical > li, header .menu.vertical > li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.zurb .menu.vertical > li > a, header .menu.vertical > li > a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
  .zurb .menu.medium-horizontal, header .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zurb .menu.medium-horizontal > li, header .menu.medium-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .zurb .menu.medium-expanded > li, header .menu.medium-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .zurb .menu.medium-expanded > li:first-child:last-child, header .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .zurb .menu.medium-vertical, header .menu.medium-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .menu.medium-vertical > li, header .menu.medium-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zurb .menu.medium-vertical > li > a, header .menu.medium-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .menu.large-horizontal, header .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zurb .menu.large-horizontal > li, header .menu.large-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .zurb .menu.large-expanded > li, header .menu.large-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .zurb .menu.large-expanded > li:first-child:last-child, header .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .zurb .menu.large-vertical, header .menu.large-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .menu.large-vertical > li, header .menu.large-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .zurb .menu.large-vertical > li > a, header .menu.large-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.zurb .menu.simple li, header .menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.zurb .menu.simple a, header .menu.simple a {
  padding: 0;
}

.zurb .menu.simple li, header .menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

.zurb .menu.simple.align-right li, header .menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

.zurb .menu.align-right, header .menu.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zurb .menu.icon-top > li > a, header .menu.icon-top > li > a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.zurb .menu.icon-top > li > a img,
.zurb .menu.icon-top > li > a i,
.zurb .menu.icon-top > li > a svg, header .menu.icon-top > li > a img,
header .menu.icon-top > li > a i,
header .menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.zurb .menu.icon-top.vertical a > span, header .menu.icon-top.vertical a > span {
  margin: auto;
}

.zurb .menu.nested, header .menu.nested {
  margin-left: 1rem;
}

.zurb .menu .active > a, header .menu .active > a {
  background: #27A9B4;
  color: #fefefe;
}

.zurb .menu.menu-bordered li, header .menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

.zurb .menu.menu-bordered li:not(:first-child), header .menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.zurb .menu.menu-hover li:hover, header .menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

.zurb .menu-text, header .menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.zurb .menu-centered, header .menu-centered {
  text-align: center;
}

.zurb .menu-centered > .menu, header .menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.zurb .no-js [data-responsive-menu] ul, header .no-js [data-responsive-menu] ul {
  display: none;
}

.zurb .menu-icon, header .menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.zurb .menu-icon::after, header .menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.zurb .menu-icon:hover::after, header .menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.zurb .menu-icon.dark, header .menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.zurb .menu-icon.dark::after, header .menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #3a4750;
  box-shadow: 0 7px 0 #3a4750, 0 14px 0 #3a4750;
  content: '';
}

.zurb .menu-icon.dark:hover::after, header .menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.zurb .is-drilldown, header .is-drilldown {
  position: relative;
  overflow: hidden;
}

.zurb .is-drilldown li, header .is-drilldown li {
  display: block;
}

.zurb .is-drilldown.animate-height, header .is-drilldown.animate-height {
  transition: height 0.5s;
}

.zurb .is-drilldown-submenu, header .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.zurb .is-drilldown-submenu.is-active, header .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.zurb .is-drilldown-submenu.is-closing, header .is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.zurb .drilldown-submenu-cover-previous, header .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.zurb .is-drilldown-submenu-parent > a, header .is-drilldown-submenu-parent > a {
  position: relative;
}

.zurb .is-drilldown-submenu-parent > a::after, header .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27A9B4;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.zurb .js-drilldown-back > a::before, header .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27A9B4 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

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

.zurb .dropdown-pane.is-open, header .dropdown-pane.is-open {
  visibility: visible;
}

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

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

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

.zurb .dropdown.menu > li.opens-left > .is-dropdown-submenu, header .dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.zurb .dropdown.menu > li.opens-right > .is-dropdown-submenu, header .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.zurb .dropdown.menu > li.is-dropdown-submenu-parent > a, header .dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.zurb .dropdown.menu > li.is-dropdown-submenu-parent > a::after, header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #27A9B4 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .zurb .dropdown.menu a, [data-whatinput='mouse'] header .dropdown.menu a {
  outline: 0;
}

.no-js .zurb .dropdown.menu ul, .no-js header .dropdown.menu ul {
  display: none;
}

.zurb .dropdown.menu.vertical > li .is-dropdown-submenu, header .dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.zurb .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu, header .dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.zurb .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu, header .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.zurb .dropdown.menu.vertical > li > a::after, header .dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.zurb .dropdown.menu.vertical > li.opens-left > a::after, header .dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27A9B4 transparent transparent;
}

.zurb .dropdown.menu.vertical > li.opens-right > a::after, header .dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27A9B4;
}

@media print, screen and (min-width: 40em) {
  .zurb .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu, header .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .zurb .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu, header .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .zurb .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a, header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .zurb .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after, header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #27A9B4 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .zurb .dropdown.menu.medium-vertical > li .is-dropdown-submenu, header .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .zurb .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu, header .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .zurb .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu, header .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .zurb .dropdown.menu.medium-vertical > li > a::after, header .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .zurb .dropdown.menu.medium-vertical > li.opens-left > a::after, header .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #27A9B4 transparent transparent;
  }
  .zurb .dropdown.menu.medium-vertical > li.opens-right > a::after, header .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #27A9B4;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu, header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .zurb .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu, header .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .zurb .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a, header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .zurb .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after, header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #27A9B4 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .zurb .dropdown.menu.large-vertical > li .is-dropdown-submenu, header .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .zurb .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu, header .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .zurb .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu, header .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .zurb .dropdown.menu.large-vertical > li > a::after, header .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .zurb .dropdown.menu.large-vertical > li.opens-left > a::after, header .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #27A9B4 transparent transparent;
  }
  .zurb .dropdown.menu.large-vertical > li.opens-right > a::after, header .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #27A9B4;
  }
}

.zurb .dropdown.menu.align-right .is-dropdown-submenu.first-sub, header .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.zurb .is-dropdown-menu.vertical, header .is-dropdown-menu.vertical {
  width: 100px;
}

.zurb .is-dropdown-menu.vertical.align-right, header .is-dropdown-menu.vertical.align-right {
  float: right;
}

.zurb .is-dropdown-submenu-parent, header .is-dropdown-submenu-parent {
  position: relative;
}

.zurb .is-dropdown-submenu-parent a::after, header .is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.zurb .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu, header .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.zurb .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu, header .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.zurb .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu, header .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.zurb .is-dropdown-submenu, header .is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 255px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.zurb .is-dropdown-submenu .is-dropdown-submenu-parent > a::after, header .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.zurb .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after, header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #27A9B4 transparent transparent;
}

.zurb .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after, header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #27A9B4;
}

.zurb .is-dropdown-submenu .is-dropdown-submenu, header .is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.zurb .is-dropdown-submenu > li, header .is-dropdown-submenu > li {
  width: 100%;
}

.zurb .is-dropdown-submenu.js-dropdown-active, header .is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.zurb .responsive-embed,
.zurb .flex-video, header .responsive-embed,
header .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.zurb .responsive-embed iframe,
.zurb .responsive-embed object,
.zurb .responsive-embed embed,
.zurb .responsive-embed video,
.zurb .flex-video iframe,
.zurb .flex-video object,
.zurb .flex-video embed,
.zurb .flex-video video, header .responsive-embed iframe,
header .responsive-embed object,
header .responsive-embed embed,
header .responsive-embed video,
header .flex-video iframe,
header .flex-video object,
header .flex-video embed,
header .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zurb .responsive-embed.widescreen,
.zurb .flex-video.widescreen, header .responsive-embed.widescreen,
header .flex-video.widescreen {
  padding-bottom: 56.25%;
}

.zurb .label, header .label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #27A9B4;
  color: #fefefe;
}

.zurb .label.primary, header .label.primary {
  background: #27A9B4;
  color: #3a4750;
}

.zurb .label.secondary, header .label.secondary {
  background: #4d5c67;
  color: #fefefe;
}

.zurb .label.success, header .label.success {
  background: #7F4897;
  color: #fefefe;
}

.zurb .label.warning, header .label.warning {
  background: #F49517;
  color: #3a4750;
}

.zurb .label.alert, header .label.alert {
  background: #DA093B;
  color: #fefefe;
}

.zurb .media-object, header .media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.zurb .media-object img, header .media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .zurb .media-object.stack-for-small, header .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 39.9375em) {
  .zurb .media-object.stack-for-small .media-object-section, header .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .zurb .media-object.stack-for-small .media-object-section img, header .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.zurb .media-object-section, header .media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.zurb .media-object-section:first-child, header .media-object-section:first-child {
  padding-right: 1rem;
}

.zurb .media-object-section:last-child:not(:nth-child(2)), header .media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.zurb .media-object-section > :last-child, header .media-object-section > :last-child {
  margin-bottom: 0;
}

.zurb .media-object-section.main-section, header .media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.zurb .is-off-canvas-open, header .is-off-canvas-open {
  overflow: hidden;
}

.zurb .js-off-canvas-overlay, header .js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.zurb .js-off-canvas-overlay.is-visible, header .js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.zurb .js-off-canvas-overlay.is-closable, header .js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.zurb .js-off-canvas-overlay.is-overlay-absolute, header .js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.zurb .js-off-canvas-overlay.is-overlay-fixed, header .js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.zurb .off-canvas-wrapper, header .off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.zurb .off-canvas, header .off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .zurb .off-canvas, [data-whatinput='mouse'] header .off-canvas {
  outline: 0;
}

.zurb .off-canvas.is-transition-overlap, header .off-canvas.is-transition-overlap {
  z-index: 10;
}

.zurb .off-canvas.is-transition-overlap.is-open, header .off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(58, 71, 80, 0.7);
}

.zurb .off-canvas.is-open, header .off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zurb .off-canvas-absolute, header .off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .zurb .off-canvas-absolute, [data-whatinput='mouse'] header .off-canvas-absolute {
  outline: 0;
}

.zurb .off-canvas-absolute.is-transition-overlap, header .off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.zurb .off-canvas-absolute.is-transition-overlap.is-open, header .off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(58, 71, 80, 0.7);
}

.zurb .off-canvas-absolute.is-open, header .off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zurb .position-left, header .position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}

.zurb .position-left.is-open ~ .off-canvas-content, header .position-left.is-open ~ .off-canvas-content {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.zurb .position-left.is-transition-push::after, header .position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(58, 71, 80, 0.7);
  content: " ";
}

.zurb .position-left.is-transition-overlap.is-open ~ .off-canvas-content, header .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.zurb .position-right, header .position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}

.zurb .position-right.is-open ~ .off-canvas-content, header .position-right.is-open ~ .off-canvas-content {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.zurb .position-right.is-transition-push::after, header .position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(58, 71, 80, 0.7);
  content: " ";
}

.zurb .position-right.is-transition-overlap.is-open ~ .off-canvas-content, header .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.zurb .position-top, header .position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}

.zurb .position-top.is-open ~ .off-canvas-content, header .position-top.is-open ~ .off-canvas-content {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.zurb .position-top.is-transition-push::after, header .position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(58, 71, 80, 0.7);
  content: " ";
}

.zurb .position-top.is-transition-overlap.is-open ~ .off-canvas-content, header .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.zurb .position-bottom, header .position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}

.zurb .position-bottom.is-open ~ .off-canvas-content, header .position-bottom.is-open ~ .off-canvas-content {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.zurb .position-bottom.is-transition-push::after, header .position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(58, 71, 80, 0.7);
  content: " ";
}

.zurb .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content, header .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.zurb .off-canvas-content, header .off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .zurb .position-left.reveal-for-medium, header .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-left.reveal-for-medium ~ .off-canvas-content, header .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .zurb .position-right.reveal-for-medium, header .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-right.reveal-for-medium ~ .off-canvas-content, header .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .zurb .position-top.reveal-for-medium, header .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-top.reveal-for-medium ~ .off-canvas-content, header .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .zurb .position-bottom.reveal-for-medium, header .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-bottom.reveal-for-medium ~ .off-canvas-content, header .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .position-left.reveal-for-large, header .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-left.reveal-for-large ~ .off-canvas-content, header .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .zurb .position-right.reveal-for-large, header .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-right.reveal-for-large ~ .off-canvas-content, header .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .zurb .position-top.reveal-for-large, header .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-top.reveal-for-large ~ .off-canvas-content, header .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .zurb .position-bottom.reveal-for-large, header .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .zurb .position-bottom.reveal-for-large ~ .off-canvas-content, header .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

.zurb .orbit, header .orbit {
  position: relative;
}

.zurb .orbit-container, header .orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.zurb .orbit-slide, header .orbit-slide {
  width: 100%;
}

.zurb .orbit-slide.no-motionui.is-active, header .orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.zurb .orbit-figure, header .orbit-figure {
  margin: 0;
}

.zurb .orbit-image, header .orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.zurb .orbit-caption, header .orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(58, 71, 80, 0.5);
  color: #fefefe;
}

.zurb .orbit-previous, .zurb .orbit-next, header .zurb .orbit-previous, .zurb header .orbit-previous, header .orbit-previous, header .zurb .orbit-next, .zurb header .orbit-next, header .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .zurb .orbit-previous, [data-whatinput='mouse'] .zurb .orbit-next, [data-whatinput='mouse'] header .orbit-previous, [data-whatinput='mouse'] header .orbit-next {
  outline: 0;
}

.zurb .orbit-previous:hover, .zurb .orbit-next:hover, .zurb .orbit-previous:active, .zurb .orbit-next:active, .zurb .orbit-previous:focus, .zurb .orbit-next:focus, header .orbit-previous:hover, header .orbit-next:hover, header .orbit-previous:active, header .orbit-next:active, header .orbit-previous:focus, header .orbit-next:focus {
  background-color: rgba(58, 71, 80, 0.5);
}

.zurb .orbit-previous, header .orbit-previous {
  left: 0;
}

.zurb .orbit-next, header .orbit-next {
  left: auto;
  right: 0;
}

.zurb .orbit-bullets, header .orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .zurb .orbit-bullets, [data-whatinput='mouse'] header .orbit-bullets {
  outline: 0;
}

.zurb .orbit-bullets button, header .orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.zurb .orbit-bullets button:hover, header .orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.zurb .orbit-bullets button.is-active, header .orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.zurb .pagination, header .pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.zurb .pagination::before, .zurb .pagination::after, header .pagination::before, header .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.zurb .pagination::after, header .pagination::after {
  clear: both;
}

.zurb .pagination li, header .pagination li {
  margin-right: 0.375rem;
  border-radius: 0;
  font-size: 1rem;
  display: none;
}

.zurb .pagination li:last-child, .zurb .pagination li:first-child, header .pagination li:last-child, header .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .zurb .pagination li, header .pagination li {
    display: inline-block;
  }
}

.zurb .pagination a,
.zurb .pagination button, header .pagination a,
header .pagination button {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: #3a4750;
}

.zurb .pagination a:hover,
.zurb .pagination button:hover, header .pagination a:hover,
header .pagination button:hover {
  background: #e6e6e6;
}

.zurb .pagination .current, header .pagination .current {
  padding: 0.5rem 1rem;
  background: #27A9B4;
  color: #fefefe;
  cursor: default;
}

.zurb .pagination .disabled, header .pagination .disabled {
  padding: 0.5rem 1rem;
  color: #cacaca;
  cursor: not-allowed;
}

.zurb .pagination .disabled:hover, header .pagination .disabled:hover {
  background: transparent;
}

.zurb .pagination .ellipsis::after, header .pagination .ellipsis::after {
  padding: 0.5rem 1rem;
  content: '\2026';
  color: #3a4750;
}

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

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

.zurb .progress, header .progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.zurb .progress.primary .progress-meter, header .progress.primary .progress-meter {
  background-color: #27A9B4;
}

.zurb .progress.secondary .progress-meter, header .progress.secondary .progress-meter {
  background-color: #4d5c67;
}

.zurb .progress.success .progress-meter, header .progress.success .progress-meter {
  background-color: #7F4897;
}

.zurb .progress.warning .progress-meter, header .progress.warning .progress-meter {
  background-color: #F49517;
}

.zurb .progress.alert .progress-meter, header .progress.alert .progress-meter {
  background-color: #DA093B;
}

.zurb .progress-meter, header .progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #27A9B4;
}

.zurb .progress-meter-text, header .progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.zurb .slider, header .slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.zurb .slider-fill, header .slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.zurb .slider-fill.is-dragging, header .slider-fill.is-dragging {
  transition: all 0s linear;
}

.zurb .slider-handle, header .slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #27A9B4;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .zurb .slider-handle, [data-whatinput='mouse'] header .slider-handle {
  outline: 0;
}

.zurb .slider-handle:hover, header .slider-handle:hover {
  background-color: #219099;
}

.zurb .slider-handle.is-dragging, header .slider-handle.is-dragging {
  transition: all 0s linear;
}

.zurb .slider.disabled,
.zurb .slider[disabled], header .slider.disabled,
header .slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.zurb .slider.vertical, header .slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.zurb .slider.vertical .slider-fill, header .slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.zurb .slider.vertical .slider-handle, header .slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.zurb .sticky-container, header .sticky-container {
  position: relative;
}

.zurb .sticky, header .sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.zurb .sticky.is-stuck, header .sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.zurb .sticky.is-stuck.is-at-top, header .sticky.is-stuck.is-at-top {
  top: 0;
}

.zurb .sticky.is-stuck.is-at-bottom, header .sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.zurb .sticky.is-anchored, header .sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.zurb .sticky.is-anchored.is-at-bottom, header .sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.zurb body.is-reveal-open, header body.is-reveal-open {
  overflow: hidden;
}

.zurb html.is-reveal-open,
.zurb html.is-reveal-open body, header html.is-reveal-open,
header html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zurb .reveal-overlay, header .reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(58, 71, 80, 0.45);
  overflow-y: scroll;
}

.zurb .reveal, header .reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .zurb .reveal, [data-whatinput='mouse'] header .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .zurb .reveal, header .reveal {
    min-height: 0;
  }
}

.zurb .reveal .column, .zurb .reveal .columns,
.zurb .reveal .columns, header .reveal .column, header .reveal .columns,
header .reveal .columns {
  min-width: 0;
}

.zurb .reveal > :last-child, header .reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .zurb .reveal, header .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .zurb .reveal .reveal, header .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.zurb .reveal.collapse, header .reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .zurb .reveal.tiny, header .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .zurb .reveal.small, header .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .zurb .reveal.large, header .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.zurb .reveal.full, header .reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .zurb .reveal, header .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.zurb .reveal.without-overlay, header .reveal.without-overlay {
  position: fixed;
}

.zurb .switch, header .switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zurb .switch-input, header .switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.zurb .switch-paddle, header .switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .zurb .switch-paddle, input + header .switch-paddle {
  margin: 0;
}

.zurb .switch-paddle::after, header .switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .zurb .switch-paddle, input:checked ~ header .switch-paddle {
  background: #27A9B4;
}

input:checked ~ .zurb .switch-paddle::after, input:checked ~ header .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .zurb .switch-paddle, [data-whatinput='mouse'] input:focus ~ header .switch-paddle {
  outline: 0;
}

.zurb .switch-active, .zurb .switch-inactive, header .zurb .switch-active, .zurb header .switch-active, header .switch-active, header .zurb .switch-inactive, .zurb header .switch-inactive, header .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zurb .switch-active, header .switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .zurb .switch-active, input:checked + label > header .switch-active {
  display: block;
}

.zurb .switch-inactive, header .switch-inactive {
  right: 15%;
}

input:checked + label > .zurb .switch-inactive, input:checked + label > header .switch-inactive {
  display: none;
}

.zurb .switch.tiny, header .switch.tiny {
  height: 1.5rem;
}

.zurb .switch.tiny .switch-paddle, header .switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.zurb .switch.tiny .switch-paddle::after, header .switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.zurb .switch.tiny input:checked ~ .switch-paddle::after, header .switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.zurb .switch.small, header .switch.small {
  height: 1.75rem;
}

.zurb .switch.small .switch-paddle, header .switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.zurb .switch.small .switch-paddle::after, header .switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.zurb .switch.small input:checked ~ .switch-paddle::after, header .switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.zurb .switch.large, header .switch.large {
  height: 2.5rem;
}

.zurb .switch.large .switch-paddle, header .switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.zurb .switch.large .switch-paddle::after, header .switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.zurb .switch.large input:checked ~ .switch-paddle::after, header .switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.zurb table, header table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #3a4750;
}

tfoot {
  background: #f1f1f1;
  color: #3a4750;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

.zurb table.unstriped tbody, header table.unstriped tbody {
  background-color: #fefefe;
}

.zurb table.unstriped tbody tr, header table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

.zurb table.hover thead tr:hover, header table.hover thead tr:hover {
  background-color: #f3f3f3;
}

.zurb table.hover tfoot tr:hover, header table.hover tfoot tr:hover {
  background-color: #ececec;
}

.zurb table.hover tbody tr:hover, header table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

.zurb table.hover:not(.unstriped) tr:nth-of-type(even):hover, header table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.zurb .table-scroll, header .table-scroll {
  overflow-x: auto;
}

.zurb .table-scroll table, header .table-scroll table {
  width: auto;
}

.zurb .tabs, header .tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.zurb .tabs::before, .zurb .tabs::after, header .tabs::before, header .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.zurb .tabs::after, header .tabs::after {
  clear: both;
}

.zurb .tabs.vertical > li, header .tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.zurb .tabs.simple > li > a, header .tabs.simple > li > a {
  padding: 0;
}

.zurb .tabs.simple > li > a:hover, header .tabs.simple > li > a:hover {
  background: transparent;
}

.zurb .tabs.primary, header .tabs.primary {
  background: #27A9B4;
}

.zurb .tabs.primary > li > a, header .tabs.primary > li > a {
  color: #3a4750;
}

.zurb .tabs.primary > li > a:hover, .zurb .tabs.primary > li > a:focus, header .tabs.primary > li > a:hover, header .tabs.primary > li > a:focus {
  background: #25a1ab;
}

.zurb .tabs-title, header .tabs-title {
  float: left;
}

.zurb .tabs-title > a, header .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #27A9B4;
}

.zurb .tabs-title > a:hover, header .tabs-title > a:hover {
  background: #fefefe;
  color: #22919b;
}

.zurb .tabs-title > a:focus, .zurb .tabs-title > a[aria-selected='true'], header .tabs-title > a:focus, header .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #27A9B4;
}

.zurb .tabs-content, header .tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #3a4750;
  transition: all 0.5s ease;
}

.zurb .tabs-content.vertical, header .tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.zurb .tabs-panel, header .tabs-panel {
  display: none;
  padding: 1rem;
}

.zurb .tabs-panel[aria-hidden="false"], header .tabs-panel[aria-hidden="false"] {
  display: block;
}

.zurb .thumbnail, header .thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(58, 71, 80, 0.2);
  line-height: 0;
}

.zurb a.thumbnail, header a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

.zurb a.thumbnail:hover, .zurb a.thumbnail:focus, header a.thumbnail:hover, header a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(39, 169, 180, 0.5);
}

.zurb a.thumbnail image, header a.thumbnail image {
  box-shadow: none;
}

.zurb .title-bar, header .title-bar {
  padding: 0.5rem;
  background: #3a4750;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.zurb .title-bar .menu-icon, header .title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.zurb .title-bar-left,
.zurb .title-bar-right, header .title-bar-left,
header .title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.zurb .title-bar-right, header .title-bar-right {
  text-align: right;
}

.zurb .title-bar-title, header .title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.zurb .has-tip, header .has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.zurb .tooltip, header .tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #3a4750;
  font-size: 80%;
  color: #fefefe;
}

.zurb .tooltip::before, header .tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #3a4750;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.zurb .tooltip.top::before, header .tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #3a4750 transparent transparent;
  top: 100%;
  bottom: auto;
}

.zurb .tooltip.left::before, header .tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #3a4750;
  top: 50%;
  bottom: auto;
  left: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zurb .tooltip.right::before, header .tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #3a4750 transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zurb .top-bar, header .top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zurb .top-bar,
.zurb .top-bar ul, header .top-bar,
header .top-bar ul {
  background-color: #e6e6e6;
}

.zurb .top-bar input, header .top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.zurb .top-bar .input-group-field, header .top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.zurb .top-bar input.button, header .top-bar input.button {
  width: auto;
}

.zurb .top-bar .top-bar-left,
.zurb .top-bar .top-bar-right, header .top-bar .top-bar-left,
header .top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .zurb .top-bar, header .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .zurb .top-bar .top-bar-left, header .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .zurb .top-bar .top-bar-right, header .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .zurb .top-bar.stacked-for-medium, header .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .top-bar.stacked-for-medium .top-bar-left,
  .zurb .top-bar.stacked-for-medium .top-bar-right, header .top-bar.stacked-for-medium .top-bar-left,
  header .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .zurb .top-bar.stacked-for-large, header .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zurb .top-bar.stacked-for-large .top-bar-left,
  .zurb .top-bar.stacked-for-large .top-bar-right, header .top-bar.stacked-for-large .top-bar-left,
  header .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.zurb .top-bar-title, header .top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.zurb .top-bar-left,
.zurb .top-bar-right, header .top-bar-left,
header .top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zurb .hide, header .hide {
  display: none !important;
}

.zurb .invisible, header .invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.zurb .show-for-landscape,
.zurb .hide-for-portrait, header .show-for-landscape,
header .hide-for-portrait {
  display: block !important;
}

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

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

.zurb .hide-for-landscape,
.zurb .show-for-portrait, header .hide-for-landscape,
header .show-for-portrait {
  display: none !important;
}

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

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

.zurb .float-left, header .float-left {
  float: left !important;
}

.zurb .float-right, header .float-right {
  float: right !important;
}

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

.zurb .clearfix::before, .zurb .clearfix::after, header .clearfix::before, header .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.zurb .clearfix::after, header .clearfix::after {
  clear: both;
}

.zurb .align-right, header .align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.zurb .align-center, header .align-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.zurb .align-justify, header .align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zurb .align-spaced, header .align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.zurb .align-top, header .align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.zurb .align-self-top, header .align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.zurb .align-bottom, header .align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.zurb .align-self-bottom, header .align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.zurb .align-middle, header .align-middle {
  -ms-flex-align: center;
  align-items: center;
}

.zurb .align-self-middle, header .align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.zurb .align-stretch, header .align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.zurb .align-self-stretch, header .align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.zurb .small-order-1, header .small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.zurb .small-order-2, header .small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.zurb .small-order-3, header .small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.zurb .small-order-4, header .small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.zurb .small-order-5, header .small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.zurb .small-order-6, header .small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .zurb .medium-order-1, header .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .zurb .medium-order-2, header .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .zurb .medium-order-3, header .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .zurb .medium-order-4, header .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .zurb .medium-order-5, header .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .zurb .medium-order-6, header .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .zurb .large-order-1, header .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .zurb .large-order-2, header .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .zurb .large-order-3, header .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .zurb .large-order-4, header .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .zurb .large-order-5, header .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .zurb .large-order-6, header .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}

.zurb .ffab:not(.disabled):not(.no-active)::before, header .ffab:not(.disabled):not(.no-active)::before {
  transition: transform 200ms;
}

.zurb .ffab:not(.disabled):not(.no-active):active::before, header .ffab:not(.disabled):not(.no-active):active::before {
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.zurb .ffab:not(.disabled):not(.no-active).before:active::before, header .ffab:not(.disabled):not(.no-active).before:active::before {
  -ms-transform: translateX(-3px);
  transform: translateX(-3px);
}

.zurb .ffab, header .ffab {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}

.zurb .ffab::before,
.zurb .ffabs::before,
.zurb .ffabb::before,
.zurb .ffabr::before,
.zurb .ffabl::before, header .ffab::before,
header .ffabs::before,
header .ffabb::before,
header .ffabr::before,
header .ffabl::before {
  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;
  line-height: 1;
  position: absolute;
  transition: color inherit;
  z-index: 2;
  margin-top: 0.08rem;
}

.zurb .ffab::before, header .ffab::before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
}

.zurb .ffabs::before, header .ffabs::before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
}

.zurb .ffabb::before, header .ffabb::before {
  font-family: 'Font Awesome 5 Brands' !important;
}

.zurb .ffabr::before, header .ffabr::before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 400;
}

.zurb .ffabl::before, header .ffabl::before {
  font-family: 'Font Awesome 5 Light' !important;
  font-weight: 300;
}

.zurb .ffab::after, header .ffab::after {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 solid currentColor;
  content: '';
  height: 110%;
  position: absolute;
  top: -5%;
  transition: all 0.3s;
  width: 3.6375rem;
  z-index: 1;
}

.zurb .ffab:not(.before):not(.after), header .ffab:not(.before):not(.after) {
  padding-right: 3.6375rem;
}

.zurb .ffab:not(.before):not(.after)::after, header .ffab:not(.before):not(.after)::after {
  width: 3.6375rem;
}

.zurb .ffab:not(.before):not(.after)::before, header .ffab:not(.before):not(.after)::before {
  right: 1em;
}

.zurb .ffab:not(.before):not(.after)::after, header .ffab:not(.before):not(.after)::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.after, header .ffab.after {
  padding-right: 3.6375rem;
}

.zurb .ffab.after::after, header .ffab.after::after {
  width: 3.6375rem;
}

.zurb .ffab.after::before, header .ffab.after::before {
  right: 1em;
}

.zurb .ffab.after::after, header .ffab.after::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.before, header .ffab.before {
  padding-left: 3.6375rem;
}

.zurb .ffab.before::after, header .ffab.before::after {
  width: 3.6375rem;
}

.zurb .ffab.before::before, header .ffab.before::before {
  left: 1em;
}

.zurb .ffab.before::after, header .ffab.before::after {
  left: -15px;
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -ms-transform-origin: left;
  transform-origin: left;
}

.zurb .ffab.tiny:not(.before):not(.after), header .ffab.tiny:not(.before):not(.after) {
  padding-right: 2.7375rem;
}

.zurb .ffab.tiny:not(.before):not(.after)::after, header .ffab.tiny:not(.before):not(.after)::after {
  width: 2.7375rem;
}

.zurb .ffab.tiny:not(.before):not(.after)::before, header .ffab.tiny:not(.before):not(.after)::before {
  right: 1em;
}

.zurb .ffab.tiny:not(.before):not(.after)::after, header .ffab.tiny:not(.before):not(.after)::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.tiny.after, header .ffab.tiny.after {
  padding-right: 2.7375rem;
}

.zurb .ffab.tiny.after::after, header .ffab.tiny.after::after {
  width: 2.7375rem;
}

.zurb .ffab.tiny.after::before, header .ffab.tiny.after::before {
  right: 1em;
}

.zurb .ffab.tiny.after::after, header .ffab.tiny.after::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.tiny.before, header .ffab.tiny.before {
  padding-left: 2.7375rem;
}

.zurb .ffab.tiny.before::after, header .ffab.tiny.before::after {
  width: 2.7375rem;
}

.zurb .ffab.tiny.before::before, header .ffab.tiny.before::before {
  left: 1em;
}

.zurb .ffab.tiny.before::after, header .ffab.tiny.before::after {
  left: -15px;
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -ms-transform-origin: left;
  transform-origin: left;
}

.zurb .ffab.small:not(.before):not(.after), header .ffab.small:not(.before):not(.after) {
  padding-right: 3.1875rem;
}

.zurb .ffab.small:not(.before):not(.after)::after, header .ffab.small:not(.before):not(.after)::after {
  width: 3.1875rem;
}

.zurb .ffab.small:not(.before):not(.after)::before, header .ffab.small:not(.before):not(.after)::before {
  right: 1em;
}

.zurb .ffab.small:not(.before):not(.after)::after, header .ffab.small:not(.before):not(.after)::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.small.after, header .ffab.small.after {
  padding-right: 3.1875rem;
}

.zurb .ffab.small.after::after, header .ffab.small.after::after {
  width: 3.1875rem;
}

.zurb .ffab.small.after::before, header .ffab.small.after::before {
  right: 1em;
}

.zurb .ffab.small.after::after, header .ffab.small.after::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.small.before, header .ffab.small.before {
  padding-left: 3.1875rem;
}

.zurb .ffab.small.before::after, header .ffab.small.before::after {
  width: 3.1875rem;
}

.zurb .ffab.small.before::before, header .ffab.small.before::before {
  left: 1em;
}

.zurb .ffab.small.before::after, header .ffab.small.before::after {
  left: -15px;
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -ms-transform-origin: left;
  transform-origin: left;
}

.zurb .ffab.large:not(.before):not(.after), header .ffab.large:not(.before):not(.after) {
  padding-right: 4.6875rem;
}

.zurb .ffab.large:not(.before):not(.after)::after, header .ffab.large:not(.before):not(.after)::after {
  width: 4.6875rem;
}

.zurb .ffab.large:not(.before):not(.after)::before, header .ffab.large:not(.before):not(.after)::before {
  right: 1em;
}

.zurb .ffab.large:not(.before):not(.after)::after, header .ffab.large:not(.before):not(.after)::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.large.after, header .ffab.large.after {
  padding-right: 4.6875rem;
}

.zurb .ffab.large.after::after, header .ffab.large.after::after {
  width: 4.6875rem;
}

.zurb .ffab.large.after::before, header .ffab.large.after::before {
  right: 1em;
}

.zurb .ffab.large.after::after, header .ffab.large.after::after {
  right: -15px;
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-transform-origin: right;
  transform-origin: right;
}

.zurb .ffab.large.before, header .ffab.large.before {
  padding-left: 4.6875rem;
}

.zurb .ffab.large.before::after, header .ffab.large.before::after {
  width: 4.6875rem;
}

.zurb .ffab.large.before::before, header .ffab.large.before::before {
  left: 1em;
}

.zurb .ffab.large.before::after, header .ffab.large.before::after {
  left: -15px;
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
  -ms-transform-origin: left;
  transform-origin: left;
}

.zurb .ffab:hover:not(.disabled):not(.static)::after, header .ffab:hover:not(.disabled):not(.static)::after {
  -ms-transform: skewX(0deg) !important;
  transform: skewX(0deg) !important;
  width: 0% !important;
}

.zurb .ffab.remove:hover:not(.disabled)::after, header .ffab.remove:hover:not(.disabled)::after {
  -ms-transform: skewX(0deg) !important;
  transform: skewX(0deg) !important;
  width: 0% !important;
}

.zurb .ffab.cover:hover:not(.disabled)::after, header .ffab.cover:hover:not(.disabled)::after {
  -ms-transform: skewX(0deg) !important;
  transform: skewX(0deg) !important;
  width: 114% !important;
}

.zurb .ffab.rotate-90::before, header .ffab.rotate-90::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zurb .ffab.rotate-180::before, header .ffab.rotate-180::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zurb .ffab.rotate-270::before, header .ffab.rotate-270::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zurb .ffab.flip-horizontal::before, header .ffab.flip-horizontal::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.zurb .ffab.flip-vertical::before, header .ffab.flip-vertical::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.zurb .ffab.bordered::after, header .ffab.bordered::after {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid currentColor;
  content: '';
  height: 110%;
  position: absolute;
  top: -5%;
  transition: all 0.3s;
  width: 3.6375rem;
  z-index: 1;
}

.zurb .ffab.hollow::after, header .ffab.hollow::after {
  background-color: transparent;
  border: 1px solid currentColor;
  content: '';
  height: 110%;
  position: absolute;
  top: -5%;
  transition: all 0.3s;
  width: 3.6375rem;
  z-index: 1;
}

.zurb .ffab.hollow.static::after, header .ffab.hollow.static::after {
  transition: border-color 0.25s ease-out;
}

input[type="range"] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
}

input[type="range"]:focus {
  outline: 0;
}

input[type="range"][disabled] {
  opacity: 0.25;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #e6e6e6;
}

input[type="range"]::-webkit-slider-handle {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #27A9B4;
}

input[type="range"]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #e6e6e6;
}

input[type="range"]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #27A9B4;
}

input[type="range"]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #f6f1ed;
  border-bottom: 0.45rem solid #f6f1ed;
  background: #e6e6e6;
  overflow: visible;
  color: transparent;
}

input[type="range"]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #27A9B4;
}

input[type="range"]::-ms-fill-lower {
  background: #cacaca;
}

input[type="range"]::-ms-fill-upper {
  background: #e6e6e6;
}

output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: #cacaca;
}

progress::-webkit-progress-bar {
  background: #cacaca;
  border-radius: 0;
}

progress::-webkit-progress-value {
  background: #27A9B4;
  border-radius: 0;
}

progress::-moz-progress-bar {
  background: #27A9B4;
  border-radius: 0;
}

progress.primary {
  color: #27A9B4;
}

progress.primary::-webkit-progress-value {
  background: #27A9B4;
}

progress.primary::-moz-progress-bar {
  background: #27A9B4;
}

progress.secondary {
  color: #4d5c67;
}

progress.secondary::-webkit-progress-value {
  background: #4d5c67;
}

progress.secondary::-moz-progress-bar {
  background: #4d5c67;
}

progress.success {
  color: #7F4897;
}

progress.success::-webkit-progress-value {
  background: #7F4897;
}

progress.success::-moz-progress-bar {
  background: #7F4897;
}

progress.warning {
  color: #F49517;
}

progress.warning::-webkit-progress-value {
  background: #F49517;
}

progress.warning::-moz-progress-bar {
  background: #F49517;
}

progress.alert {
  color: #DA093B;
}

progress.alert::-webkit-progress-value {
  background: #DA093B;
}

progress.alert::-moz-progress-bar {
  background: #DA093B;
}

progress::-ms-fill {
  border-radius: 0;
  border: 0;
}

meter {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: #cacaca;
}

meter::-webkit-meter-bar {
  border: 0;
  background: #cacaca;
}

meter::-webkit-meter-optimum-value {
  background: #7F4897;
}

meter::-webkit-meter-suboptimum-value {
  background: #F49517;
}

meter::-webkit-meter-even-less-good-value {
  background: #DA093B;
}

meter::-moz-meter-bar {
  background: #27A9B4;
}

meter:-moz-meter-optimum::-moz-meter-bar {
  background: #7F4897;
}

meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #F49517;
}

meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #DA093B;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}

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

body {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  background-color: #f6f1ed;
  background-repeat: no-repeat;
  background-position: center top;
}

body.waiting {
  cursor: progress !important;
}

input, button, select, textarea {
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  outline: 0;
}

h1, h2, h3, h4 {
  line-height: 100%;
}

i {
  font-style: normal !important;
}

/* Classes */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.hide {
  display: none;
}

.b_r_3 {
  border-radius: 3px !important;
}

.bgr_white {
  background-color: white;
}

.anim {
  transition: all 0.2s ease-out;
}

.anim_1 {
  transition: all 0.1s ease-out;
}

.uppercase {
  text-transform: uppercase;
}

.vertical_middle {
  top: 50%;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Buttons */
.button {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  color: white !important;
  line-height: 58px;
  background-color: #DA093B;
  display: inline-block;
  cursor: pointer;
}

.button.ffab {
  text-transform: none;
}

.button_24 {
  height: 24px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 24px;
}

.button_30 {
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
}

.button_40 {
  height: 40px;
  padding: 0 15px;
  text-transform: none;
  line-height: 40px;
}

.button_50 {
  height: 50px;
  line-height: 50px;
}

.button.darker {
  background-color: #ab2d2d;
}

.button.green {
  background-color: #27A9B4;
}

.button:hover {
  background-color: #3a4750;
}

/* Fonts */
:before, :after {
  transition: all 0.2s ease-out;
}

#wrapper {
  margin-top: 20px;
  /*background: white;*/
}

/*
-----------------------
  MASK AND MODAL
-----------------------
*/
#mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(48, 43, 37, 0.9);
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

#modal {
  width: 400px;
  left: 50%;
  top: 100px;
  margin-left: -200px;
  padding: 30px;
  text-align: center;
  background: #fff;
  position: fixed;
  z-index: 1000;
}

#modal .icon-cancel {
  right: 15px;
  top: 15px;
  font-size: 16px;
  color: #999;
  position: absolute;
  cursor: pointer;
}

#modal .icon-cancel:before {
  margin: 0;
}

#modal .icon-cancel:hover {
  color: #302b25;
}

#modal .modal_content {
  margin-bottom: 20px;
}

#modal .modal_button {
  height: 40px;
  line-height: 40px;
}

#mask.is-visible {
  opacity: 1;
  visibility: visible;
}

#mask.is-visible #modal {
  top: 125px;
}

/*
---------------------
  SEARCH PANEL
---------------------
*/
#search_panel {
  background: #27A9B4;
  display: none;
}

#search_panel .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

#search_panel input {
  width: 100%;
  padding: 10px 0;
  font-size: 30px;
  color: white;
  background: transparent;
}

#search_panel input::-webkit-input-placeholder {
  color: #cdfdff;
}

#search_panel input:-moz-placeholder {
  color: #cdfdff;
}

#search_panel input::-moz-placeholder {
  color: #cdfdff;
}

#search_panel input:-ms-input-placeholder {
  color: #cdfdff;
}

#slider {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

#slider .owl-next, #slider .owl-prev {
  cursor: pointer !important;
}

#slider #carousel_singl {
  overflow: hidden;
  position: relative;
  max-height: 400px;
}

#slider #carousel_singl .owl-nav {
  width: 100%;
  height: 100px;
  left: 0;
  top: 35%;
  margin-top: -50px;
  position: absolute;
  z-index: 10;
}

#slider #carousel_singl .owl-nav div {
  width: 100px;
  height: 100px;
  left: 7%;
  top: 0;
  text-align: center;
  text-indent: -9999px;
  float: left;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-out;
}

#slider #carousel_singl .owl-nav div:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 100px;
  text-indent: 0;
  text-align: center;
  color: white;
  line-height: 100px;
  position: absolute;
  font-family: 'fontello', sans-serif;
  content: '\e87c';
}

#slider #carousel_singl .owl-nav div.owl-next {
  left: auto;
  right: 7%;
}

#slider #carousel_singl .owl-nav div.owl-next:after {
  font-family: 'fontello', sans-serif;
  content: '\e87d';
}

#slider #carousel_singl .owl-nav div:hover {
  opacity: 1 !important;
}

#slider #carousel_singl .owl-nav:hover div {
  left: 5%;
  opacity: 0.5;
}

#slider #carousel_singl .owl-nav:hover div.owl-next {
  left: auto;
  right: 5%;
}

#slider #carousel_singl .owl-nav div.disabled {
  visibility: hidden;
}

#slider p.search-subtitle {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 9;
  color: white;
  font-weight: bold;
  text-shadow: 0.1875rem 0.1875rem 0.75rem #3a4750;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}

/* Featured venues */
#featured_venues {
  margin-top: -50px;
  margin-bottom: 30px;
  background: white;
  border-top: 5px solid #DA093B;
  position: relative;
  z-index: 9;
}

#featured_venues a {
  width: 25%;
  display: block;
  float: left;
}

#featured_venues a .thumbnail {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#featured_venues a .thumbnail:before {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: '';
  z-index: 1;
}

#featured_venues a:hover .thumbnail:before {
  height: 100%;
}

#featured_venues a .thumbnail:after {
  width: 40px;
  height: 40px;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
  margin-bottom: -20px;
  font-size: 40px;
  text-align: center;
  color: white;
  line-height: 40px;
  position: absolute;
  content: '+';
  z-index: 2;
}

#featured_venues a:hover .thumbnail:after {
  bottom: 50%;
  transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}

#featured_venues a.venues .thumbnail {
  background-image: url("https://static.rendezvenyhelyszinek.hu/images/img_featured_venues.png");
}

#featured_venues a.catering .thumbnail {
  background-image: url("https://static.rendezvenyhelyszinek.hu/images/img_featured_catering.png");
}

#featured_venues a.artists .thumbnail {
  background-image: url("https://static.rendezvenyhelyszinek.hu/images/img_featured_artists.png");
}

#featured_venues a.providers .thumbnail {
  background-image: url("https://static.rendezvenyhelyszinek.hu/images/img_featured_providers.png");
}

#featured_venues a .entry {
  height: 100px;
  padding: 20px;
  border-left: 1px solid #efe5dd;
  border-bottom: 1px solid #efe5dd;
}

#featured_venues a.last .entry {
  border-right: 1px solid #efe5dd;
}

#featured_venues a .entry label {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #DA093B;
  display: block;
}

#featured_venues a .entry h3 {
  font-size: 30px;
  color: #3a4750;
}

/*
---------------------
  SEARCH VENUE
---------------------
*/
.search_venue {
  background: white;
}

.search_venue .inputs .panel {
  padding-top: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #efe5dd;
  position: relative;
}

.search_venue .inputs .panel > label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #DA093B;
  display: block;
}

.search_venue .inputs .panel input[type=number] {
  height: 27px;
}

.search_venue .inputs .SelectBox {
  padding: 4px 0;
}

.search_venue .inputs .SumoSelect > .CaptionCont {
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.search_venue .inputs .SumoSelect > .CaptionCont {
  border: none;
  background-color: #fff;
  border-radius: 0;
}

.search_venue .inputs .SumoSelect:focus > .CaptionCont, .search_venue .inputs .SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: transparent;
}

#slider {
  padding-bottom: 10px;
  background-color: white;
}

#slider .search_venue {
  position: relative;
  height: 60px;
  margin: 25px 30px 5px 30px;
  background: white;
  z-index: 10;
  transition: box-shadow 300ms ease-in-out;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 992px) {
  #slider .search_venue {
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  #slider .search_venue .buttons {
    -ms-flex: 0 1 120px;
    flex: 0 1 120px;
  }
}

#slider .search_venue .buttons .button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 992px) {
  #slider .search_venue .buttons .button {
    height: 50px;
  }
}

#slider .search_venue .buttons .button .button_map {
  display: none;
}

#slider .search_venue:hover {
  transition: box-shadow 300ms ease-in-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

#slider .search_venue form {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 992px) {
  #slider .search_venue form {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#slider .search_venue .inputs {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 992px) {
  #slider .search_venue .inputs {
    padding: 10px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#slider .search_venue .inputs .panel {
  border-bottom: none;
}

@media screen and (max-width: 992px) {
  #slider .search_venue .inputs .panel {
    margin-top: 5px;
  }
  #slider .search_venue .inputs .panel .SumoSelect {
    min-height: 40px;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #ddd;
  }
}

#slider .search_venue .inputs .panel input {
  width: 100%;
}

@media screen and (max-width: 992px) {
  #slider .search_venue .inputs .panel input {
    min-height: 40px;
    margin-top: 10px;
    padding: 0 10px;
    border: 1px solid #ddd;
  }
}

@media screen and (min-width: 992px) {
  #slider .search_venue .inputs .panel:after {
    width: 1px;
    height: 30px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background: #efe5dd;
    position: absolute;
    content: '';
  }
}

#slider .search_venue .inputs .panel.last:after {
  display: none;
}

/*
-------------------
  CONTAINER
-------------------
*/
#container {
  padding: 30px;
  background-color: white;
}

#custom-content, #content {
  width: 100%;
  padding-left: 30px;
  display: table-cell;
}

#content {
  line-height: 25px;
}

#content h1 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 300;
  color: #036;
  line-height: 35px;
}

#content h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 25px;
}

#content p {
  margin-bottom: 20px;
}

#content .offer {
  margin-bottom: 20px;
  padding: 20px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background: white;
  border: 3px dashed #ff8400;
}

#content .offer ul:last-child {
  margin-bottom: 0 !important;
}

#content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

#content ul li {
  list-style-type: disc;
}

#content ul.nomargin {
  margin-bottom: 0;
  margin-left: 0;
}

#content ul.nomargin li {
  list-style: none;
}

#content img {
  max-width: 600px;
}

#content a {
  text-decoration: underline;
  color: #3a4750;
}

#content a:hover {
  color: #000;
}

#content iframe {
  width: 100%;
  border: 3px solid #fff;
  box-sizing: border-box;
}

/* Breadcrumbs */
.breadcrumbs {
  border-bottom: 1px solid #efe5dd;
}

.breadcrumbs li {
  float: left;
}

.breadcrumbs ul li a, .breadcrumbs ul li > span {
  height: 32px;
  padding: 0 6px 0 24px;
  line-height: 32px;
  color: #3a4750;
  display: block;
  position: relative;
  transition: .2s;
}

.breadcrumbs ul li a:before, .breadcrumbs ul li > span:before {
  content: '';
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  transition: .2s;
}

.breadcrumbs ul li a:after, .breadcrumbs ul li > span:after {
  content: '';
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #efe5dd;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.breadcrumbs ul li span:before {
  border-left-color: #dbd9d9;
}

.breadcrumbs ul li.active span {
  color: white;
  background: #27A9B4;
}

.breadcrumbs ul li.active a:before, .breadcrumbs ul li.active span:before {
  border-left-color: #27A9B4;
}

.breadcrumbs ul li.active a:after, .breadcrumbs ul li.active span:after {
  border-left-color: #27A9B4;
}

/*
-------------------
  PAGINATION
-------------------

.pagination {
  width: 100%;
  margin-bottom: 30px;
  display: table;
}
.pagination .td {
  width: 33.3333333333%;
  display: table-cell;
}
.pagination .td a {
  position: relative;
}
.pagination .td a:before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  position: absolute;
}
.pagination .td.prev {
  text-align: left;
}
.pagination .td.prev a {
  padding-left: 40px;
}
.pagination .td.numbers {
  text-align: center;
}
.pagination .td.numbers a, .pagination .td.numbers span {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none !important;
  color: #3c4750;
  line-height: 40px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination .td.numbers span {
  color: white;
  background: $primary-color;
}
.pagination .td.next {
  text-align: right;
}
.pagination .td.next a {
  padding-right: 40px;
}
.pagination .td.next a:before {
  left: auto;
  right: 0;
}
*/
/*
------------------
  THE VENUE
------------------
*/
.venue {
  margin-bottom: 30px;
}

.venue .venue_header {
  height: 60px;
  padding: 0 20px;
  background: #4d5c67;
}

.venue .venue_header h3 {
  font-size: 25px;
  font-weight: 700;
  color: white;
}

.venue .venue_header .button {
  background: #27A9B4;
}

.venue .venue_header .button:hover {
  color: #000 !important;
  background: white;
}

.venue .venue_header .hide {
  height: 30px;
  margin-left: 10px;
  text-align: center;
  text-decoration: none !important;
  color: #4d5c67 !important;
  line-height: 30px;
  background: white;
  display: inline-block;
}

.venue .venue_header .hide:hover {
  color: white !important;
  background: #DA093B;
}

.venue .venue_header .hide:before {
  margin: 0;
}

.venue .venue_wrapper {
  min-height: 220px;
  position: relative;
}

.venue .venue_wrapper .thumbnail {
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
}

.venue .venue_wrapper .entry {
  width: 60%;
  padding: 20px 20px 0 20px;
  background: white;
  border: 1px solid #efe5dd;
  border-left: 0;
  min-height: 220px;
}

.venue .venue_wrapper .entry .venue_subheader {
  width: 100%;
  border-bottom: 1px solid #efe5dd;
  padding: 0 10px 5px;
  margin-bottom: 15px;
  font-size: 130%;
  font-weight: 400;
}

.venue .venue_wrapper .entry .phone__address {
  min-height: 40px;
  font-size: 16px;
}

.venue .venue_wrapper .entry .description {
  min-height: 60px;
  line-height: 17px;
}

.venue .venue_wrapper .entry .table_wrapper {
  height: 98px;
  position: relative;
  overflow: hidden;
}

.venue .venue_wrapper .entry .table_wrapper.is_opened {
  height: auto;
  overflow: hidden;
}

.venue .venue_wrapper .entry .table_wrapper .read_more {
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.venue .venue_wrapper .entry .table_wrapper.is_opened .read_more {
  height: auto;
  bottom: auto;
  margin-top: 40px;
  background: none;
  position: relative;
}

.venue .venue_wrapper .entry .table_wrapper .read_more button {
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #000;
  background: none;
  position: absolute;
  cursor: pointer;
}

.venue .venue_wrapper .entry table {
  width: 100%;
  line-height: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}

.venue .venue_wrapper .entry table thead th {
  padding: 3px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.venue .venue_wrapper .entry table thead th:first-child {
  text-align: left;
}

.venue .venue_wrapper .entry table thead th:last-child {
  text-align: right;
}

.venue .venue_wrapper .entry table tbody td {
  padding: 3px;
  text-align: center;
}

.venue .venue_wrapper .entry table tbody tr:nth-child(odd) {
  background: #f6f1ed;
}

.venue .venue_wrapper .entry table tbody td:first-child {
  text-align: left;
}

.venue .venue_wrapper .entry table tbody td:last-child {
  text-align: right;
}

.venue .venue_bottom {
  height: 40px;
  padding: 0 20px;
  background: #fcfaf8;
  border: 1px solid #efe5dd;
  border-top: none;
}

.venue .venue_bottom ul {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
}

.venue .venue_bottom ul li {
  height: 30px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 500px;
  line-height: 30px;
  display: inline-block;
}

.venue .venue_bottom ul li:before {
  color: #27A9B4;
}

body.archive #content .venue.first {
  padding: 10px;
  background: #fdd686;
}

/* Selected venue */
#selected_venue {
  height: 50px;
  padding-left: 65px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 50px;
  transition: background-color 300ms;
  background: #DA093B url("https://static.rendezvenyhelyszinek.hu/images/bgr_selected_venue.png") no-repeat left center;
  position: relative;
}

#selected_venue a {
  height: 100%;
  right: 0;
  top: 0;
  padding: 0 50px 0 20px;
  font-size: 16px;
  color: white;
  position: absolute;
}

#selected_venue a:before {
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 50px;
  position: absolute;
}

/* Sort by */
.sortby {
  margin-bottom: 10px;
  font-size: 16px;
  color: #4d5c67;
}

.sortby select {
  padding: 5px;
  background: #f6f1ed;
  border: 1px solid #efe5dd;
}

/*
---------------------
  NEWSLETTERS
---------------------
*/
#newsletter_top {
  height: 100px;
  margin-bottom: 30px;
  padding-left: 130px;
  padding-top: 10px;
  background-color: #ff7c00;
  background-image: url("https://static.rendezvenyhelyszinek.hu/images/bgr_newsletter_top_1.png"), url("https://static.rendezvenyhelyszinek.hu/images/bgr_newsletter_top_2.png");
  background-repeat: no-repeat;
  background-position: left top, right top;
}

#newsletter_top p {
  margin-bottom: 5px;
  font-size: 20px;
  color: white;
}

#newsletter_top form {
  width: 100%;
}

#newsletter_top form input {
  width: 25%;
  height: 40px;
  margin-right: 10px;
  padding-left: 10px;
  background: white;
  border: 1px solid #d16600;
  float: left;
}

#newsletter_top form input[type=submit] {
  font-size: 18px;
  font-weight: 800;
  color: white;
  background: #3c4750;
  border-color: #3c4750;
  cursor: pointer;
}

#newsletter_top form input[type=submit]:hover {
  background: #000;
}

#newsletter_bottom {
  height: 120px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-top: 10px;
  background: #27A9B4 url("https://static.rendezvenyhelyszinek.hu/images/bgr_newsletter_bottom.png") no-repeat right top;
  background-size: cover;
}

#newsletter_bottom p {
  margin-bottom: 5px;
  font-size: 20px;
  color: white;
}

#newsletter_bottom form {
  width: 95%;
}

#newsletter_bottom form .clear {
  margin-bottom: 10px;
}

#newsletter_bottom form input:not([type=checkbox]) {
  width: 25%;
  height: 40px;
  margin-right: 10px;
  padding-left: 10px;
  background: white;
  border: 1px solid #009197;
  float: left;
}

#newsletter_bottom form input[type=submit] {
  font-size: 18px;
  font-weight: 800;
  color: white;
  background: #3c4750;
  border-color: #3c4750;
  cursor: pointer;
}

#newsletter_bottom form input[type=submit]:hover {
  background: #000;
}

#newsletter_bottom form label {
  font-size: 75%;
  color: white;
  line-height: 90%;
}

/*
--------------
  BLOG
--------------
*/
.blog {
  margin-bottom: 30px;
}

.blog .blog_header {
  height: 60px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #4d5c67;
}

.blog .blog_header h3 {
  font-size: 25px;
  font-weight: 700;
  color: white;
}

.blog article {
  width: 32%;
  max-width: 270px;
  float: left;
}

.blog article:nth-child(2n) {
  margin: 0 2%;
}

.blog article a.thumbnail {
  margin-bottom: 10px;
  display: block;
}

.blog article a.thumbnail img {
  width: 100%;
  display: block;
}

.blog article .entry .meta {
  font-size: 14px;
  font-weight: 600;
  color: #27A9B4;
}

.blog article .entry h4 {
  min-height: 50px;
}

.blog article .entry h4 a {
  font-size: 25px;
  font-weight: 600px;
  text-decoration: none !important;
  color: #3a4750;
  line-height: 90%;
}

.blog article .entry .excerpt {
  color: #777;
  line-height: 20px;
}

/*
----------------
  SIDEBAR
----------------
*/
#sidebar {
  display: table-cell;
  width: 260px;
}

#sidebar hr {
  height: 30px;
  border-top: 1px solid #efe5dd;
}

#sidebar .sidebar_toggle {
  height: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  line-height: 50px;
  background: #DA093B;
  cursor: pointer;
}

#sidebar .sidebar_toggle:hover {
  background: #3c4750;
}

#sidebar .widget {
  margin-bottom: 30px;
  position: relative;
}

#sidebar .widget h3.widget_title {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

#sidebar .widget_has_border {
  padding: 5px;
  background: #27A9B4;
}

#sidebar .widget_has_border:after {
  width: 12px;
  height: 12px;
  right: 0;
  top: 0;
  background: url("https://static.rendezvenyhelyszinek.hu/images/bgr_widget_has_border.png") no-repeat right top;
  position: absolute;
  content: '';
}

#sidebar .widget_has_border h3.widget_title {
  padding: 15px;
  text-align: left;
  background: #eaf1f6;
}

.c_widget {
  margin-bottom: 30px;
  position: relative;
}

.c_widget.mw685 {
  max-width: 685px;
  margin: 30px auto;
}

.c_widget h3.widget_title {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0 !important;
}

.c_widget h3.widget_title.text-center {
  text-align: center;
}

.c_widget_has_border {
  padding: 5px;
  background: #27A9B4;
}

.c_widget_has_border:after {
  width: 12px;
  height: 12px;
  right: 0;
  top: 0;
  background: url("https://static.rendezvenyhelyszinek.hu/images/bgr_widget_has_border.png") no-repeat right top;
  position: absolute;
  content: '';
}

.c_widget_has_border h3.widget_title {
  padding: 15px;
  text-align: left;
  background: #eaf1f6;
}

.c_widget_entry {
  padding: 20px;
  font-size: 16px;
  color: #3a4750;
  background: white;
}

.c_widget_entry a {
  color: #3a4750;
}

.c_widget_entry a:hover {
  text-decoration: underline;
  color: #000;
}

.c_widget_entry form label {
  display: block;
}

#content .c_widget_entry ul li {
  list-style: none;
}

#content .c_widget_entry ul li:before {
  color: #27A9B4;
}

#sidebar .widget_entry {
  padding: 20px;
  font-size: 16px;
  color: #3a4750;
  background: white;
}

#sidebar .widget_entry a {
  color: #3a4750;
}

#sidebar .widget_entry a:hover {
  text-decoration: underline;
  color: #000;
}

#sidebar .widget_entry ul.list li {
  padding-left: 15px;
  position: relative;
}

#sidebar .widget_entry ul.list li:before {
  width: 4px;
  height: 4px;
  left: 0;
  top: 9px;
  background: #DA093B;
  position: absolute;
  content: '';
}

#sidebar .widget_entry form label {
  display: block;
}

#sidebar .widget_filter .widget_entry {
  background: #eaf1f6;
}

#sidebar .widget_latest_offers ul li {
  min-height: 60px;
  margin-bottom: 10px;
  padding-left: 60px;
  border-bottom: 1px solid #efe5dd;
  position: relative;
}

#sidebar .widget_latest_offers ul li img {
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
}

#sidebar .widget_latest_offers ul li span {
  color: #27A9B4;
}

#sidebar .carousel_widget .item {
  width: 100%;
  height: 150px;
  text-align: center;
}

#sidebar .carousel_widget .item img {
  width: auto;
  max-width: 200px;
  max-height: 110px;
  top: 50%;
  display: inline-block;
  position: relative;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sidebar .carousel_widget .owl-nav {
  display: none !important;
}

#sidebar .carousel_widget .owl-controls .owl-dots {
  bottom: -14px;
}

/*
---------------
  FOOTER
---------------
*/
footer {
  height: 60px;
  font-size: 15px;
  color: white;
}

footer a {
  text-decoration: underline;
  color: #fff;
}

/* Footer top */
footer .footer_top {
  padding: 30px;
  background: #fcfaf8;
  border-top: 1px solid #efe5dd;
}

footer .footer_top .box {
  width: 33%;
  line-height: 25px;
  float: left;
}

footer .footer_top .box h3 {
  min-height: 60px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #27A9B4;
  position: relative;
}

/*
footer .footer_top .box h3:after {
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #dcc6b4;
  position: absolute;
  content: '';
}
*/
footer .footer_top .box a {
  text-decoration: none;
  color: #3c4750;
}

footer .footer_top .box a:hover {
  text-decoration: underline;
  color: #27A9B4;
}

/* Footer bottom */
footer .footer_bottom ul {
  width: 100%;
  display: table;
}

footer .footer_bottom ul li {
  height: 40px;
  background: #4d5c67 url("https://static.rendezvenyhelyszinek.hu/images/bgr_footer_bottom.png") repeat-x left top;
  display: table-row;
}

footer .footer_bottom ul li div {
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}

footer .footer_bottom ul li div.label {
  width: 200px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

footer .footer_bottom ul li div.value a {
  margin-right: 10px;
  text-decoration: none;
  display: inline-block;
}

footer .footer_bottom ul li div.value a:hover {
  text-decoration: underline;
}

/* Copyright */
footer .copyright {
  padding: 40px 0;
  text-align: center;
  background: #3c4750;
}

/*
--------------
  FORM
--------------
*/
ul.form {
  margin: 0 0 30px 0 !important;
  list-style-type: none;
}

ul.form li {
  margin-bottom: 10px;
  list-style-type: none !important;
}

ul.form li label {
  font-weight: bold;
  display: inline-block !important;
}

ul.form li.full {
  width: 100%;
  float: none !important;
  clear: both !important;
}

ul.form li.full label {
  display: block !important;
}

ul.form li.title {
  margin-bottom: 20px !important;
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
}

ul.form li select, ul.form li textarea, ul.form li input[type=tel], ul.form li input[type=date], ul.form li input[type=text], ul.form li input[type=email], ul.form li input[type=number] {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #e7d5bb;
  box-sizing: border-box;
}

ul.form li select:focus, ul.form li textarea:focus, ul.form li input[type=tel]:focus, ul.form li input[type=date]:focus, ul.form li input[type=text]:focus, ul.form li input[type=email]:focus, ul.form li input[type=number]:focus {
  border-color: #ddc39d;
}

/*
------------
  RWD
------------
*/
@media screen and (max-width: 1200px) {
  header menu ul li a {
    font-size: 18px;
  }
  header .logo {
    max-width: 50px;
    background-size: 50px;
  }
  /* DEFAULT */
  .p_l_20 {
    padding-left: 20px;
  }
  .p_r_20 {
    padding-right: 20px;
  }
  /* FOOTER: Footer bottom */
  footer .footer_bottom ul li div {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer .footer_bottom ul li div.label {
    vertical-align: top;
  }
}

@media screen and (max-width: 1080px) {
  header menu ul li a {
    font-size: 16px;
  }
  header .logo {
    max-width: 50px;
    background-size: 50px;
  }
}

@media screen and (max-width: 960px) {
  /* DISPLAY: None */
  .hide_in_960 {
    display: none;
  }
  /* DISPLAY: Block */
  .show_in_960 {
    display: block;
  }
  /* DEFAULT */
  #wrapper {
    margin-top: 0;
  }
  /* FRONTPAGE: Slider */
  #slider {
    padding-bottom: 80px;
  }
  /* FRONTPAGE: Featured venues */
  #featured_venues {
    margin-top: 0;
  }
  #featured_venues a .thumbnail {
    height: 150px;
  }
  #featured_venues a .entry {
    height: 80px;
  }
  #featured_venues a .entry h3 {
    font-size: 25px;
  }
  /* SEARCH VENUE */
  #slider .search_venue {
    height: auto;
    /*
    left: 20px;
    right: 20px;
    bottom: 20px;
    */
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  #slider .search_venue .inputs {
    width: 100%;
    float: none;
  }
  #slider .search_venue .buttons {
    width: 100%;
    float: none;
  }
  /* NEWSLETTERS */
  #newsletter_top {
    height: auto;
    padding: 20px !important;
    background-image: url("https://static.rendezvenyhelyszinek.hu/images/bgr_newsletter_top_2.png");
    background-position: right top;
  }
  #newsletter_bottom {
    height: auto;
    padding: 20px !important;
  }
  /*
  #featured_adv .feat_adv_list article {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
  */
  /* CONTAINER */
  #container {
    padding: 20px;
  }
  #content {
    padding-left: 0;
    display: block;
    width: 100%;
    max-width: none;
  }
  /* SIDEBAR */
  #sidebar {
    display: block;
    width: 100%;
  }
  /* FOOTER: Footer top */
  footer .footer_top .box {
    width: 50%;
  }
  .xhide_in_768 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* DISPLAY: None */
  .hide_in_768 {
    display: none;
  }
  /* FRONTPAGE: Slider */
  #slider {
    padding-bottom: 140px;
  }
  /* FRONTPAGE: Featured venues */
  #featured_venues a {
    width: 50%;
  }
  #featured_venues a .entry {
    height: 100px;
  }
  #featured_venues a .entry h3 {
    font-size: 30px;
  }
  #slider .search_venue .inputs .panel.panel_type_1, #frontpage .search_venue .inputs .panel.panel_type_2 {
    border-bottom: 1px solid #efe5dd;
  }
  /* THE VENUE */
  .venue .venue_header {
    height: auto;
    padding: 20px;
    float: none;
  }
  .venue .venue_header h3 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    display: block;
    float: left;
  }
  .venue .venue_header h3 > a {
    margin-left: 0 !important;
    margin-right: 10px;
  }
  .venue .venue_header h3 + a.button {
    float: right;
  }
  .venue .venue_header .vertical_middle {
    top: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .venue .venue_wrapper .thumbnail {
    width: 100%;
    height: 200px;
    left: auto;
    top: auto;
    position: relative;
  }
  .venue .venue_wrapper .entry {
    width: 100%;
    padding: 20px;
    border-left: 1px solid #efe5dd;
    float: none;
  }
  .venue .venue_bottom {
    height: auto;
    padding: 10px 20px;
  }
  .venue .venue_bottom .vertical_middle {
    top: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .venue .venue_bottom ul {
    display: block;
  }
  .venue .venue_bottom ul li {
    height: auto;
    margin-right: 0;
    font-size: 14px;
    line-height: 17px;
    display: block;
  }
  /* THE VENUE: Selected venue */
  #selected_venue {
    height: auto;
    padding: 20px;
    text-align: center;
    background-image: none;
    line-height: normal;
  }
  #selected_venue a {
    height: auto;
    right: auto;
    top: auto;
    padding: 15px !important;
    margin-top: 20px;
    text-align: center;
    line-height: 16px;
    display: block;
    position: relative;
  }
  #selected_venue a:before {
    display: none;
  }
  /* FOOTER: Footer top */
  footer .footer_top .box {
    width: 50%;
  }
  /* FOOTER: Copyright */
  footer .copyright {
    padding: 30px 0;
  }
  footer .copyright .author {
    display: block;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body:not(.mainpage) #slider .search_venue {
    top: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  /* DISPLAY: None */
  .hide_in_640 {
    display: none;
  }
  /* HEADER: Logo */
  header .logo {
    width: 50px;
  }
  /* FRONTPAGE: Slider */
  #slider {
    padding-bottom: 20px;
  }
  /* SEARCH VENUE */
  #slider .search_venue {
    left: 0;
    right: 0;
  }
  #slider .search_venue .inputs .panel {
    padding-left: 10px;
  }
  /* THE VENUE */
  .venue .venue_wrapper .thumbnail {
    height: 175px;
  }
  .venue .venue_wrapper .entry .phone__address {
    margin-bottom: 20px;
    text-align: center;
  }
  .venue .venue_wrapper .entry .phone__address .left {
    float: none;
  }
  .venue .venue_wrapper .entry .phone__address .right {
    float: none;
  }
  .venue .venue_bottom {
    padding: 10px;
    text-align: center;
  }
  .venue .venue_bottom ul {
    margin-bottom: 20px !important;
    float: none;
  }
  .venue .venue_bottom .button {
    height: 40px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
    float: none;
  }
  /* BLOG */
  .blog article {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    float: none;
  }
  .blog article:nth-child(2n) {
    margin: 0;
  }
  .blog article:last-of-type {
    display: none;
  }
  /* NEWSLETTERS */
  #newsletter_top form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  #newsletter_top form input[type=submit] {
    margin-bottom: 0;
  }
  #newsletter_bottom form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;
  }
  #newsletter_bottom form input[type=submit] {
    margin-bottom: 0;
  }
  /* FEATURED ADV
  #featured_adv .feat_adv_list article {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
  */
  /* SORT BY */
  .sortby .left, .sortby .right {
    float: none;
  }
  .sortby .total {
    display: block;
  }
  .sortby select {
    width: 100%;
    padding: 10px;
  }
  /* PAGINATION
  .pagination {
    display: block;
  }
  .pagination .td {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }
  .pagination .td.prev, .pagination .td.next {
    text-align: center;
  }
  */
  /* FOOTER: Footer top */
  footer .footer_top .box {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  footer .footer_top .box:last-of-type {
    margin-bottom: 0;
  }
  /* FOOTER: Footer bottom */
  footer .footer_bottom ul {
    display: block;
  }
  footer .footer_bottom ul li div {
    display: block;
  }
  footer .footer_bottom ul li div.label {
    width: 100%;
    padding-left: 20px;
  }
  footer .footer_bottom ul li div.value {
    padding: 0 20px 20px 20px;
  }
  /* FOOTER: Copyright */
  footer .copyright {
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  /* RWD MENU */
  nav.rwd_menu ul li a {
    font-size: 35px;
  }
  /* FRONTPAGE: Featured venues */
  #featured_venues {
    border-top: none;
  }
  #featured_venues a:nth-child(2) {
    border-right: 1px solid #efe5dd;
  }
  #featured_venues a .thumbnail {
    height: 100px;
  }
  #featured_venues a .entry {
    height: auto;
    padding: 10px;
    text-align: center;
  }
  #featured_venues a .entry h3 {
    font-size: 20px;
  }
  /* THE VENUE */
  .venue .venue_wrapper .thumbnail {
    height: 150px;
  }
}

.gmaps {
  width: 100%;
  border: 0;
}

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

.c_btn {
  line-height: 58px;
  height: auto;
  min-height: 63px;
  vertical-align: middle;
  text-align: center;
}

.c_btn.gray:hover {
  background: #27A9B4;
}

.c_btn.bigger {
  font-size: 22px;
  font-weight: normal;
}

.c_btn.gray {
  background: #4d5c67;
}

.c_btn span {
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
  vertical-align: middle;
  font-weight: 300;
}

h3.widget_title.custom {
  font-size: 20px;
  text-transform: uppercase;
}

#sidebar .widget_entry.nop {
  padding: 0;
  margin-top: 10px;
}

.c_list li {
  position: relative;
  border-bottom: 1px solid #efe5dd;
  min-height: 70px;
  padding: 10px 0;
}

.c_list li:hover {
  background: #27A9B4;
}

.c_list li:hover span {
  color: #fff !important;
}

.c_list li a {
  display: block;
}

.c_list li a img {
  float: left;
}

.button.hunder {
  width: 100%;
  margin-top: 10px;
}

.c_list li a span {
  position: absolute;
  display: block;
  padding-left: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding-left: 60px;
}

footer .footer_top {
  position: relative;
}

footer .footer_top .box:before {
  background: #efe5dd;
  height: 1px;
  content: '';
  position: absolute;
  width: 100%;
  top: 88px;
  left: 0;
}

.searchable {
  display: none;
}

.options input {
  height: 30px;
  padding: 0 10px;
}

.circle {
  margin: 15px auto;
}

.dist {
  margin-top: 5px;
  color: #fff;
  padding-top: 5px;
  display: block;
}

.mw685 {
  max-width: 685px;
  margin: 30px auto;
}

a.btn_big {
  font-size: 28px;
  font-weight: 400;
  background: #27A9B4;
  border-radius: 5px;
  display: inline-block;
  padding: 20px 20px;
  color: #fff !important;
  min-width: 290px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
}

a.btn_big:hover {
  background: #ff7c00;
}

a.btn_big.btn_orange {
  background: #ff7c00;
}

a.btn_big.btn_orange:hover {
  background: #27A9B4;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

#content .editor p {
  margin-bottom: 0;
  font-size: 16px;
}

#content .icon-check:before {
  color: #27A9B4;
}

#content .icon-phone:before {
  color: #27A9B4;
}

#content p.titles {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #efe5dd;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 20px;
}

.thirt_ul {
  margin-bottom: 20px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.thirt_ul ul {
  float: left;
  width: 33.33%;
}

.phone__address.pull-left {
  margin-right: 50px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.vote {
  padding: 10px 0;
}

.vote span:before {
  color: #f0ed18;
}

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

#content .editor table {
  width: 100%;
  line-height: 20px;
  border-spacing: 0;
  font-size: 16px;
  border-collapse: collapse;
}

.editor table thead th {
  text-align: left;
  padding: 3px;
  font-weight: 600;
  color: #000;
}

.editor table thead th.text-center {
  text-align: center;
}

.editor table thead td.text-center {
  text-align: center;
}

.editor table tbody tr:nth-child(odd) {
  background: #f6f1ed;
}

.editor table tbody td, .editor table tbody th {
  padding: 10px;
}

.editor table th span {
  display: block;
  margin-bottom: 5px;
}

.editor table th span span {
  display: block;
  float: left;
  width: 33.33%;
  font-size: 12px;
}

.editor table th span span:first-of-type {
  float: left;
  display: inline-block;
}

.editor table th span span:last-of-type {
  float: left;
  display: inline-block;
}

.split .c_form {
  border-left: 40px solid #fff;
  width: 320px;
}

.c_form h3 {
  font-size: 20px !important;
}

#content .c_form .c_widget_entry {
  padding: 0;
}

#content .c_form .c_widget_entry p {
  font-size: 14px;
  line-height: 16px;
}

#content .c_form .c_widget_entry .padding {
  padding: 20px;
}

#content .c_form .c_widget_entry .button {
  width: 100%;
  text-align: center;
}

#content .c_form .c_widget_entry input[type="email"],
#content .c_form .c_widget_entry input[type="text"] {
  border: 0;
  border-top: 1px solid #efe5dd;
  height: 40px;
  padding: 0 20px;
  width: 100%;
}

#content .c_form .c_widget_entry input[type="checkbox"] {
  margin-left: 20px;
  margin-bottom: 10px;
}

#content .c_form .c_widget_entry textarea {
  border-bottom: 1px solid #efe5dd;
  border-top: 1px solid #efe5dd;
  min-height: 170px;
  padding: 10px 20px;
  width: 100%;
}

#newsletter_top p.text-center {
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#newsletter_top {
  margin-top: 20px;
}

#newsletter_top a.button {
  background: #3a4750;
}

.quote .vote {
  padding: 0;
}

.quote .name {
  margin-bottom: 10px;
}

.quote .name span {
  font-size: 12px;
  display: inline-block;
  margin-left: 20px;
}

.quote .text {
  background: #efe5dd;
  padding: 5px 20px;
}

#content p.titles.noborder {
  border-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid #efe5dd;
  padding-top: 10px;
}

.mw400 {
  max-width: 440px;
}

.votes input[type="email"],
.votes input[type="text"] {
  height: 40px;
  border: 1px solid #efe5dd;
  margin-bottom: 15px;
  width: 100%;
  padding: 0 10px;
}

.votes button {
  margin-top: 20px;
}

.votes textarea {
  min-height: 140px;
  border: 1px solid #efe5dd;
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 10px;
}

.catering li {
  float: left;
  width: 33.33%;
}

.catering li a span:last-of-type {
  float: left;
  padding-top: 42px;
  padding-left: 20px;
}

.catering li .circle {
  float: left;
}

#content .main_image img {
  max-width: 100%;
}

.mh220 {
  min-height: 220px;
}

.fz45 {
  font-size: 45px !important;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
  padding-top: 20px;
}

.contact_p, .preview_partner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 0;
  background: #fff;
  border: 1px solid #efe5dd;
  z-index: 10;
}

.contact_p .button, .preview_partner .button {
  margin: 5px;
}

.contact_p .button-group, .preview_partner .button-group {
  margin: 5px 11px 8px 5px;
}

.contact_p .button-group .button, .preview_partner .button-group .button {
  margin: 3px;
}

a.button_50.as {
  line-height: normal;
  font-size: 17px;
  padding: 13px 20px;
  display: block;
}

.overlay {
  background: url("https://static.rendezvenyhelyszinek.hu/images/fly.png") no-repeat center rgba(246, 241, 237, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#popup {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}

.popup {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  max-height: 600px;
  width: 500px;
}

.popup div.wpcf7 img.ajax-loader {
  position: absolute;
  display: block;
  bottom: 36px;
  left: 18px;
  z-index: 99999;
  background: #fff;
}

.popup .wpcf7-mail-sent-ok {
  display: block;
  position: absolute;
  bottom: 6px;
  font-size: 16px;
  z-index: 99999;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 8px 14px;
  background: #CD4B8C;
  color: #fff;
  border: 5px solid #fff;
}

.popup .head {
  position: relative;
  height: 50px;
  width: 100%;
  background: #27A9B4;
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 5px 15px 10px 15px;
  font-size: 28px;
}

.embed_font {
  /*font-family: 'Bebas Neue', 'bebas_neueregular', sans-serif;*/
}

#x {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
}

#x::after, #x::before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

#x::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#x::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup_body {
  padding: 15px;
  font-size: 18px;
  color: #27A9B4;
  font-weight: 300;
}

.popup_body input, .popup_body textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #27A9B4;
  color: #333;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.popup_body textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #27A9B4;
  color: #333;
  padding: 10px 10px;
  margin-top: 5px;
}

#sidebar .widget_entry.np0 {
  padding: 0;
}

#sidebar .widget h3.widget_title.np0 {
  padding: 0px 0 20px 0;
  text-align: left;
}

@media screen and (max-width: 991px) {
  #slider .search-subtitl {
    display: none;
  }
  .contact_p {
    display: none;
  }
}

@media screen and (max-width: 1060px) {
  .c_btn.bigger, .c_btn.gray {
    min-height: 50px;
    line-height: 44px;
    margin-top: 10px;
  }
}

#sidebar img {
  max-width: 100%;
}

.nop0 {
  padding: 0 !important;
}

.list_event a.name {
  padding: 10px;
}

.list_event li + li {
  border-top: 1px solid #ccc;
}

.list_event a {
  display: block;
}

.list_event p {
  padding: 10px;
}

.fc-widget-header {
  background: #eeeeee;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #353535;
  text-transform: uppercase;
}

.fc-toolbar h2 {
  float: left;
  font-size: 16px;
  margin: 0 6px !important;
  font-weight: normal;
  background: #f3802d;
  border-radius: 5px;
  padding: 7px 10px;
  color: #fff;
}

.fc-toolbar button {
  border: 0;
  padding: 0 !important;
  float: left;
  width: 30px !important;
  text-shadow: none !important;
  height: 30px !important;
  background: #30b5d6;
  border-radius: 50%;
  color: #fff;
}

.fc-toolbar button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8;
  */
  content: '\e880';
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%;
  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
  */
}

.fc-toolbar button.fc-next-button:before {
  content: '\e881';
}

.fc-day-number {
  position: relative;
}

.fc-event {
  color: #fff !important;
  text-decoration: none !important;
  border: transparent !important;
  padding: 5px !important;
}

.popups .head p {
  color: #fff !important;
}

.titless {
  background: #f3802d;
  padding: 5px 10px;
  color: #fff !important;
  border-radius: 5px;
  margin-bottom: 10px;
}

.popups p {
  color: #333 !important;
}

/*.fc-day-number:before { position: absolute;
top: 0;
right: 0;
width: 20px;
height: 20px;
background: #eee;
content: '' }*/
.half .holder {
  width: 49%;
  float: left;
}

.half .holder {
  position: relative;
}

.fileUpload input {
  display: none;
}

.half img {
  position: absolute;
  right: 10px;
  top: 15px;
}

.half .holder:last-of-type {
  float: right;
}

.noa a {
  text-decoration: none !important;
}

.noa li {
  padding: 5px 0;
}

.noa span {
  padding: 2px 5px;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
}

#search_panel .twitter-typeahead {
  width: 100%;
}

#search_panel .twitter-typeahead .tt-menu {
  margin: 1.25rem 0;
  list-style: none;
  text-align: left;
  background-clip: padding-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  max-height: 400px;
  overflow: auto;
}

#search_panel .twitter-typeahead .tt-dataset .callout {
  margin: 0;
  border: 0;
}

#search_panel .twitter-typeahead .tt-dataset .callout .badge {
  padding: .4rem;
  margin: .4rem;
}

#search_panel .twitter-typeahead .tthint {
  pointer-events: none;
  display: block;
}

#search_panel .twitter-typeahead .tt-query {
  margin-bottom: 0;
}

#search_panel .twitter-typeahead .tt-suggestion {
  display: block;
  padding: 0;
}

#search_panel .twitter-typeahead .tt-cursor, #search_panel .twitter-typeahead .tt-suggestion:hover {
  color: #fff;
  background-color: rgba(39, 169, 180, 0.8);
}

#search_panel .twitter-typeahead .tt-highlight {
  color: #F49517;
}

#search_panel .twitter-typeahead span, #search_panel .twitter-typeahead i {
  line-height: 1;
  vertical-align: middle;
}

#search_panel .tt-dataset-quick-search .qs-container {
  padding: 0.9375rem 0.625rem 0.625rem 5.625rem;
  height: 4.375rem;
  width: 100%;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 70px auto;
  cursor: pointer;
}

#search_panel .tt-dataset-quick-search .qs-container.deal h3 {
  color: #4d5c67;
}

#search_panel .tt-dataset-quick-search .qs-container.deal span {
  color: #27A9B4;
}

#search_panel .tt-dataset-quick-search .qs-container h3 {
  color: #27A9B4;
}

#search_panel .tt-dataset-quick-search .qs-container span {
  color: #8a8a8a;
}

#search_panel .tt-dataset-quick-search .qs-container:hover h3, #search_panel .tt-dataset-quick-search .qs-container:hover span {
  color: #fefefe;
}

#search_panel .tt-dataset-quick-search .qs-container:hover .tt-highlight {
  color: #fefefe;
}

#search_panel .tt-dataset-quick-search h2.notfound {
  color: #27A9B4 !important;
  padding: 0.9375rem !important;
  font-size: 200% !important;
}

#search_panel .tt-dataset-quick-search h2.notfound.inverse {
  color: white !important;
  padding: 0.9375rem !important;
  font-size: 200% !important;
  background: #27A9B4;
}

.lstth .twitter-typeahead {
  width: 100%;
}

.lstth .twitter-typeahead .location-search {
  padding-bottom: 0;
}

.lstth .twitter-typeahead input.location-search.tt-input[type='text'] {
  margin: 0 !important;
  padding-bottom: 8px;
}

.lstth .twitter-typeahead .tt-menu {
  margin: 0 !important;
  padding: .5rem;
  list-style: none !important;
  text-align: left !important;
  background-clip: padding-box !important;
  width: 100% !important;
  background-color: white !important;
  border: #8a8a8a solid thin !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
  max-height: 300px !important;
  overflow: auto !important;
}

.lstth .twitter-typeahead .tt-dataset.tt-dataset-location-search h4 {
  padding: .2rem 1rem !important;
}

.lstth .twitter-typeahead .tt-dataset.tt-dataset-location-search .callout {
  margin: 0 !important;
  border: 0 !important;
}

.lstth .twitter-typeahead .tt-dataset.tt-dataset-location-search .callout .badge {
  padding: .4rem !important;
  margin: .4rem !important;
}

.lstth .twitter-typeahead .tthint {
  pointer-events: none !important;
  display: block !important;
}

.lstth .twitter-typeahead .tt-query {
  margin-bottom: 0 !important;
}

.lstth .twitter-typeahead .tt-suggestion {
  display: block !important;
  padding: .2rem 1rem !important;
}

.lstth .twitter-typeahead .tt-cursor, .lstth .twitter-typeahead .tt-suggestion:hover {
  color: #fff !important;
  background-color: rgba(39, 169, 180, 0.8) !important;
}

.lstth .twitter-typeahead .tt-highlight {
  font-weight: normal !important;
  text-decoration: underline !important;
}

.lstth .twitter-typeahead span, .lstth .twitter-typeahead i {
  line-height: 1 !important;
  vertical-align: middle !important;
}

.lstth .twitter-typeahead h4 {
  border-bottom: 0.0625rem rgba(138, 138, 138, 0.6) solid !important;
}

form.lstth.input-group {
  padding-top: 9px;
}

form.lstth.input-group input {
  height: 40px !important;
  padding: 8px !important;
  font-size: 80%;
}

label.lstth > span.form-error.is-visible {
  margin-top: 0 !important;
}

body .sumoboxcont .SumoSelect > .CaptionCont > span {
  padding-top: 5px;
  padding-left: 10px;
}

body #wrapper #container.mediaajanlat hr {
  border-bottom: 2px solid #eaeaea;
}

body #wrapper #container.mediaajanlat .tclight {
  color: #3a4754;
}

body #wrapper #container.mediaajanlat .high {
  color: #28ADB8;
}

body #wrapper #container.mediaajanlat .under {
  text-decoration: underline;
}

body #wrapper #container.mediaajanlat .upper {
  text-transform: uppercase;
}

body #wrapper #container.mediaajanlat .bottomm {
  margin-bottom: .5rem;
}

body #wrapper #container.mediaajanlat h4 {
  text-align: center;
  color: #DA093B;
  font-weight: 600;
}

body #wrapper #container.mediaajanlat h6 {
  color: #28ADB8;
  text-transform: uppercase;
  font-weight: 600;
}

body #wrapper #container.mediaajanlat ul.check-bullet {
  list-style: none;
  padding: 0;
  line-height: 2rem;
}

body #wrapper #container.mediaajanlat ul.check-bullet li {
  padding-left: 1.3rem;
}

body #wrapper #container.mediaajanlat ul.check-bullet li:before {
  content: "";
  font-family: FontAwesome;
  padding-right: .5rem;
  font-weight: 300;
  margin-left: -1.7rem;
}

body #wrapper #container.mediaajanlat .callout {
  border: none;
}

body #wrapper #container.mediaajanlat .callout > p {
  margin-bottom: 0;
}

body #wrapper #container.mediaajanlat .callout.kedvezmeny {
  background-color: #28ADB8;
}

body #wrapper #container.mediaajanlat .callout.kedvezmeny strong {
  font-size: 15px;
}

body #wrapper #container.mediaajanlat .callout.kedvezmeny p {
  vertical-align: baseline;
  font-size: 17px;
}

body #wrapper #container.mediaajanlat .callout.kedvezmeny p strong {
  vertical-align: middle;
  font-size: 30px;
}

body #wrapper #container.mediaajanlat .callout.ajandek {
  background-color: #DA093B;
  font-size: 20px;
}

body #wrapper #container.mediaajanlat .callout.ajandek abbr {
  color: #fefefe;
}

body #wrapper #container.mediaajanlat .callout.ajandek > small {
  font-size: 12px;
}

body #wrapper #container.mediaajanlat .callout.ajandek .close-button {
  color: white;
}

body #wrapper #container.mediaajanlat .callout.kedvezmeny, body #wrapper #container.mediaajanlat .callout.ajandek {
  color: #fefefe;
  text-align: center;
}

body #headline {
  padding: .6rem;
}

body #headline h1 {
  font-weight: bold;
  font-size: 100%;
}

body #headline div {
  font-weight: 300;
  font-size: 85%;
  text-align: justify;
  line-height: 1.4;
}

body #cookieBox {
  position: fixed;
  overflow: hidden;
  width: 100%;
  min-height: 40px;
  left: 0;
  bottom: 0;
  font-size: 14px;
  background: rgba(127, 72, 151, 0.9);
  color: white;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
  z-index: 1000;
}

body #cookieBox .columns {
  padding: 9px;
}

body #cookieBox a.button {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0 !important;
  border-radius: 3px !important;
}

body #carousel_singl {
  transition: height 0.5s ease;
}

body #slider {
  transition: padding 0.7s ease, opacity 0.3s ease;
}

body #slider > .search_venue {
  transition: opacity 0.7s ease;
  border: 2px solid #DA093B;
}

body.begin #head-menu-container {
  width: 0;
  height: auto;
  max-height: 0;
  height: auto;
  transition: height 0.7s ease, max-height 0.7s ease;
  overflow: hidden;
}

body.begin #slider {
  padding: 0;
}

body.begin #slider .search_venue {
  opacity: 0;
}

.fa.sorting {
  font-size: 130% !important;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
input[data-maxlength] {
  height: 2.4375rem !important;
}

.counter-warn > input[data-maxlength], .counter-warn > textarea[data-maxlength], .counter-warn > span.input-group-label, .counter-warn > span.textarea-counter {
  border-color: #ffae00;
  background-color: #ffefcc;
}

.counter-warn > span {
  font-weight: bold;
  color: #ffae00;
}

.counter-alert > input[data-maxlength], .counter-alert > textarea[data-maxlength], .counter-alert > span.input-group-label, .counter-alert > span.textarea-counter {
  border-color: #ec5840;
  background-color: #fefafa;
}

.counter-alert > span {
  font-weight: bold;
  color: #ec5840;
}

span.textarea-counter {
  padding: .3rem .8rem;
  text-align: right;
  min-width: 48px;
  background: #e6e6e6;
  border: #cacaca thin solid;
  border-bottom: none;
  font-size: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
.md5toggle:not([disabled]) {
  background-color: #bdecf0;
  border-color: #6ad4dd;
}

.md5toggle:active {
  border-color: #6ad4dd;
  box-shadow: none;
}

.venue .venue_header.inactive {
  background: #DA093B;
}

.feathelpdroppanel {
  position: fixed;
  left: 200px !important;
}

#sidebar .widget {
  margin-bottom: 5px !important;
}

#sidebar .widget.helper {
  margin-bottom: 20px;
  position: relative;
  padding: 5px;
  background: #27A9B4;
}

#sidebar .widget.helper:after {
  width: 12px;
  height: 12px;
  right: 0;
  top: 0;
  background: url("https://static.rendezvenyhelyszinek.hu/images/bgr_widget_has_border.png") no-repeat right top;
  position: absolute;
  content: '';
}

#sidebar .widget.helper > * {
  font-size: 1rem;
  padding: 5px 15px;
  background: white;
}

#sidebar .widget.helper h3 {
  padding: 15px;
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: #eaf1f6;
}

#sidebar .widget.helper h6 {
  color: #27A9B4;
  font-weight: 600;
  padding-bottom: 0;
}

#sidebar .widget.helper p {
  padding: 0 15px 20px;
  font-size: .8rem;
  color: #3a4750;
  line-height: 1.2rem;
}

#sidebar .widget.helper hr {
  height: 5px;
  border-top: 1px solid #efe5dd;
}

.featuredcard {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.featuredcard .switch {
  cursor: pointer !important;
}

.featuredcard .switch > input.switch-input:not([id]) + label {
  pointer-events: none;
}

.featuredcard.zurb > div {
  margin: 0 auto;
  text-align: center;
  padding: 100px 20px 60px 20px;
}

ul.menu.featured li {
  width: 100%;
  border-bottom: solid thin #e6e6e6;
}

ul.menu.featured li.is-active a {
  background-color: #27A9B4;
  color: white;
}

ul.menu.featured a {
  background-color: rgba(39, 169, 180, 0.1);
  transition: all 0.5s ease;
  padding: 30px 0;
  text-align: center;
  display: block;
  font-size: 1.5rem;
}

ul.menu.featured a:hover {
  background-color: rgba(39, 169, 180, 0.2);
}

@media screen and (max-width: 39.9375em) {
  ul.menu.featured a {
    padding: 10px 0;
    font-size: 1rem;
  }
}

ul.menu.set-featured li {
  width: 100%;
  border-bottom: solid thin #e6e6e6;
}

ul.menu.set-featured li.is-active a {
  background-color: #27A9B4;
  color: white;
}

ul.menu.set-featured a {
  background-color: rgba(39, 169, 180, 0.1);
  transition: all 0.5s ease;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 1rem;
}

ul.menu.set-featured a:hover {
  background-color: rgba(39, 169, 180, 0.2);
}

@media screen and (max-width: 39.9375em) {
  ul.menu.set-featured a {
    padding: 10px 0;
    font-size: 1rem;
  }
}

h1:not(.label).strong, h2:not(.label).strong, h3:not(.label).strong, h4:not(.label).strong, h5:not(.label).strong, h6:not(.label).strong, ol:not(.label).strong, li:not(.label).strong, small:not(.label).strong, em:not(.label).strong, strong:not(.label).strong, span:not(.label).strong, td:not(.label).strong, p:not(.label).strong {
  font-weight: 600;
}

h1:not(.label).primary, h2:not(.label).primary, h3:not(.label).primary, h4:not(.label).primary, h5:not(.label).primary, h6:not(.label).primary, ol:not(.label).primary, li:not(.label).primary, small:not(.label).primary, em:not(.label).primary, strong:not(.label).primary, span:not(.label).primary, td:not(.label).primary, p:not(.label).primary {
  color: #27A9B4;
}

h1:not(.label).secondary, h2:not(.label).secondary, h3:not(.label).secondary, h4:not(.label).secondary, h5:not(.label).secondary, h6:not(.label).secondary, ol:not(.label).secondary, li:not(.label).secondary, small:not(.label).secondary, em:not(.label).secondary, strong:not(.label).secondary, span:not(.label).secondary, td:not(.label).secondary, p:not(.label).secondary {
  color: #4d5c67;
}

h1:not(.label).grey, h1:not(.label).gray, h2:not(.label).grey, h2:not(.label).gray, h3:not(.label).grey, h3:not(.label).gray, h4:not(.label).grey, h4:not(.label).gray, h5:not(.label).grey, h5:not(.label).gray, h6:not(.label).grey, h6:not(.label).gray, ol:not(.label).grey, ol:not(.label).gray, li:not(.label).grey, li:not(.label).gray, small:not(.label).grey, small:not(.label).gray, em:not(.label).grey, em:not(.label).gray, strong:not(.label).grey, strong:not(.label).gray, span:not(.label).grey, span:not(.label).gray, td:not(.label).grey, td:not(.label).gray, p:not(.label).grey, p:not(.label).gray {
  color: #4d4d4d;
}

h1:not(.label).alert, h2:not(.label).alert, h3:not(.label).alert, h4:not(.label).alert, h5:not(.label).alert, h6:not(.label).alert, ol:not(.label).alert, li:not(.label).alert, small:not(.label).alert, em:not(.label).alert, strong:not(.label).alert, span:not(.label).alert, td:not(.label).alert, p:not(.label).alert {
  color: #DA093B !important;
}

h1:not(.label).warning, h2:not(.label).warning, h3:not(.label).warning, h4:not(.label).warning, h5:not(.label).warning, h6:not(.label).warning, ol:not(.label).warning, li:not(.label).warning, small:not(.label).warning, em:not(.label).warning, strong:not(.label).warning, span:not(.label).warning, td:not(.label).warning, p:not(.label).warning {
  color: #F49517;
}

h1:not(.label).success, h2:not(.label).success, h3:not(.label).success, h4:not(.label).success, h5:not(.label).success, h6:not(.label).success, ol:not(.label).success, li:not(.label).success, small:not(.label).success, em:not(.label).success, strong:not(.label).success, span:not(.label).success, td:not(.label).success, p:not(.label).success {
  color: #7F4897;
}

.hollow.button {
  color: #27A9B4 !important;
}

.pricing-table {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.4s ease;
}

.pricing-table:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.pricing-table li {
  border-bottom: dotted 1px #DDDDDD;
  font-size: 0.75rem;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
}

.pricing-table li .switch.large {
  margin: 0;
}

.pricing-table li .switch.large .switch-paddle {
  font-size: .8rem !important;
}

.pricing-table li.custom-partner {
  margin: 0 !important;
  padding: 5px !important;
  /*
      i.fa {
        transition: all 0.3s ease;
        padding: .2rem .7rem;
        //background-size: 50%;
        //background-repeat: no-repeat;
        //background-position: center;
        display: block;
        width: 66px;
        height: 56px;
        &.fa-toggle-on {
          color: $narancs;
        }
        &.fa-toggle-off {
          color: $gray;
        }
        //margin: .3rem;
      }
      */
}

.pricing-table li.custom-partner.hide {
  opacity: 0;
}

.pricing-table li.custom-partner .colums {
  padding: 0;
}

.pricing-table li.custom-partner .circle {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  padding-top: .3rem;
  background-size: 80%;
  width: 75px;
  height: 75px;
}

.pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-size: 0.875rem;
  border-bottom: 0;
}

.pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-size: 2.5rem;
  border-bottom: 0;
}

.pricing-table .description {
  color: #777777;
  font-size: 0.625rem;
}

.pricing-table .button {
  margin: 0;
}

.unique-count.ushow {
  color: #DA093B;
  background: rgba(255, 255, 255, 0.7);
}

.unique-count.uinactive {
  display: none;
}

.uhidevalue {
  display: none;
}

.swiper-cube {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -150px;
}

.swiper-cube .swiper-slide {
  background-position: center;
  background-size: cover;
}

.nac-banner {
  position: relative !important;
  left: 50%;
  overflow: hidden !important;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: white;
}

.nac-banner iframe {
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
}

.nac-banner.nac-250, .nac-banner.nac-250 iframe {
  width: 250px !important;
  height: 250px !important;
}

.nac-banner.nac-728, .nac-banner.nac-728 iframe {
  width: 728px !important;
  height: 90px !important;
}

@media screen and (max-width: 39.9375em) {
  .nac-banner.nac-728, .nac-banner.nac-728 iframe {
    display: none;
  }
}

.nac-banner.nac-970, .nac-banner.nac-970 iframe {
  width: 970px !important;
  height: 90px !important;
}

@media screen and (max-width: 63.9375em) {
  .nac-banner.nac-970, .nac-banner.nac-970 iframe {
    display: none;
  }
}

#home-slide {
  width: 100%;
  height: 100%;
  /*
  width: 100%;
  height: 300px;
  margin: 20px auto;
  */
}

#home-slide .swiper-slide {
  /*
    text-align: center;
    font-size: 18px;
    background: #fff;
    */
  /* Center slide text vertically */
  height: 460px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.images > .main_image {
  height: 520px;
  width: 100%;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
}

.images > .main_image video {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#content .zurb ul li {
  list-style-type: none;
}

.select-thumb:hover {
  cursor: pointer;
}

.pagination {
  text-align: center;
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.375rem;
  border-radius: 0;
  font-size: 1rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: #3a4750;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.5rem 1rem;
  background: #27A9B4;
  color: #fefefe;
  cursor: default;
  padding: 0rem 0rem  !important;
}

.pagination .disabled {
  padding: 0.5rem 1rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.5rem 1rem;
  content: '\2026';
  color: #3a4750;
}

.pagination a, .pagination span {
  border-radius: 4px !important;
  text-decoration: none !important;
}

.pagination li.disabled > span {
  padding: 0.5rem 1rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination li.disabled > span:hover {
  background: transparent;
}

.pagination li.active > span {
  padding: 0.5rem 1rem;
  background: #27A9B4;
  color: #fefefe;
  cursor: default;
  padding: 0.6rem 1rem  !important;
}

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

#frontpage .SumoSelect {
  width: 100%;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  background: none;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #3a4750;
}

.avatar {
  width: 50px;
  height: 50px;
  margin: 10px !important;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -5px !important;
  z-index: 201;
  position: relative;
}

header .login:hover {
  color: white;
  background: #27A9B4;
}

header .login ul {
  display: table-cell;
  right: 0;
  width: auto;
  min-width: 200px;
  top: 100%;
  padding: 15px 20px;
  font-size: 18px;
  text-align: right;
  line-height: normal;
  background: #27A9B4;
  position: absolute;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
}

header .login ul li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  padding: 7px 0;
}

header .login ul li:last-child {
  border-bottom: none;
}

header .login ul li a {
  font-size: 90%;
  text-decoration: none;
  color: white;
  text-align: right;
  white-space: nowrap;
}

header .login:hover ul {
  visibility: visible;
  opacity: 1;
}

/* Search */
header .search, header .headmenu {
  font-size: 25px;
  cursor: pointer;
}

body.search_is__opened header .search {
  color: white;
  background: #27A9B4;
  border-color: #27A9B4;
}

/* RWD button */
header .rwd_button {
  width: 70px;
  height: 70px;
  font-size: 25px;
  color: #27A9B4;
  background: transparent;
  cursor: pointer;
}

body.rwd_menu__opened header .rwd_button {
  color: white;
  background: #27A9B4;
}

/* Menu */
header menu ul {
  font-size: 0;
}

header menu ul li {
  margin-right: 20px;
  display: inline-block;
}

header menu ul li {
  margin-right: 20px;
  display: inline-block;
}

header menu ul li a {
  font-size: 20px;
  text-decoration: none;
  color: #677787;
  letter-spacing: -1px;
}

header menu ul li a:hover {
  color: #3a4750;
}

/*
-----------------
  RWD MENU
-----------------
*/
nav.rwd_menu {
  padding: 20px;
  background: #27A9B4;
  display: none;
}

nav.rwd_menu ul {
  text-align: center;
}

nav.rwd_menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.rwd_menu ul li:last-child {
  border-bottom: none;
}

nav.rwd_menu ul li a {
  padding: 10px 0;
  font-size: 40px;
  color: white;
  display: block;
}

nav.rwd_menu ul li a:hover {
  text-decoration: underline;
}

header {
  border-bottom: thin solid white;
  background: #27A9B4;
}

header .logo {
  position: absolute;
  z-index: 2;
  display: block;
  width: 170px;
  max-width: 170px;
  height: 170px;
  background: url("https://static.rendezvenyhelyszinek.hu/images/logo-head.png") no-repeat center left;
  background-position: top center;
  background-size: 170px;
  transition: height .5s ease, background .5s ease;
}

@media screen and (max-width: 39.9375em) {
  header .logo {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

@media print, screen and (min-width: 40em) {
  body:not(.mainpage) header .logo {
    background-size: 115px;
    height: 115px;
  }
  body.search_is__opened header .logo, header .logo.opencontent {
    background-size: 115px;
    height: 115px;
  }
}

@media print, screen and (min-width: 64em) {
  header #head-button {
    display: none;
  }
}

header #head-button:hover {
  color: white;
  background-color: #27A9B4;
}

header #head-button.show {
  color: white;
  background-color: #7F4897;
}

header #head-menu-container {
  padding-left: 170px;
}

header #head-menu-container .menu.submenu.is-dropdown-submenu {
  z-index: 800 !important;
}

@media screen and (max-width: 63.9375em) {
  header #head-menu-container {
    border-top: thin solid #f6f1ed;
    padding: 10px;
  }
}

header .login > ul > li a {
  text-align: right;
  color: #f2f2f2;
  font-weight: 400;
  text-decoration: none !important;
}

header .login > ul > li a:hover {
  color: #e6e5e5;
}

header .login > ul > li a.partneradmin-list {
  font-size: 70%;
}

header .login > ul > li a.partneradmin-list:hover {
  text-decoration: none !important;
  padding-right: .3rem;
}

header .login > ul > li a.partneradmin-list:hover:after {
  content: ' <';
}

header .btn {
  margin-top: 50px;
  margin-bottom: 25px;
  height: 40px;
  line-height: 40px;
  width: 70px;
  font-size: 20px;
  text-align: center;
  color: white;
  position: relative;
}

header .btn:nth-child(n+2) {
  border-left: thin solid white;
}

@media print, screen and (min-width: 64em) {
  header ul.dropdown {
    height: 115px;
    padding-top: 25px;
  }
}

header ul.dropdown > li > a {
  color: white;
}

@media print, screen and (min-width: 40em) {
  header ul.dropdown > li > a {
    font-size: 1.1rem;
    font-weight: 500;
  }
  body.partneradmin header ul.dropdown > li > a {
    font-size: .9rem;
  }
}

header ul.dropdown > li > a:after {
  border-color: white transparent transparent !important;
}

header ul.dropdown > li:hover > a {
  color: white;
}

header ul.dropdown .menu.submenu li:hover {
  background-color: #4d5c67;
}

header ul.dropdown .menu.submenu li:hover a {
  color: #27A9B4 !important;
}

.circle {
  width: 81px;
  height: 81px;
  background: #27A9B4;
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.circle > i.fa {
  color: white;
  line-height: 130%;
  font-size: 4rem;
}

.circle > i.fi {
  color: white;
}

.lists-show.show-field {
  line-height: 130%;
}

@media screen and (min-width: 40em) {
  .lists-show.show-field .row {
    min-width: 500px;
  }
}

.lists-show.show-field a.button {
  border-radius: 3px;
  margin-bottom: 0;
  padding-bottom: .4rem;
  padding-top: .45rem;
  transition: opacity 1s ease;
}

.lists-show.show-field a.button.success.hollow {
  color: #7F4897 !important;
  border: thin solid #7F4897 !important;
}

.lists-show.show-field a.button.success.hollow:before {
  color: white;
}

.lists-show.show-field a.button.success.hollow:after {
  color: white;
  background: #7F4897;
}

.lists-show.show-field a.button.success.hollow:hover {
  border: thin solid #7F4897 !important;
}

.lists-show.show-field a.button.success.hollow:hover:before {
  color: #7F4897 !important;
}

.lists-show.show-field div.full {
  max-width: 220px;
  text-align: center;
}

.lists-show.show-field div.full span {
  color: #7F4897;
  margin-right: 10px;
  font-size: 110%;
  font-weight: 600;
  transition: all .5s ease;
}

.lists-show.show-field div.full a {
  margin-top: 7px;
  pointer-events: none;
}

.lists-show.show-field div.full .recaller {
  opacity: 0;
}

.lists-show.show-field div.full .recaller.phone, .lists-show.show-field div.full .recaller.name {
  border: none;
  border-bottom: solid thin #7F4897;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 90%;
  height: auto;
  text-align: center;
  color: #3a4750;
  box-shadow: none;
}

.lists-show.show-field div.full.recall span {
  color: #3a4750;
}

.lists-show.show-field div.full.recall a {
  pointer-events: auto;
}

.lists-show.show-field div.full.recall .recaller {
  opacity: 1;
}

.lists-show.show-field div.full.recall .dis {
  pointer-events: none;
  cursor: auto;
}

.lists-show.show-field i, .lists-show.show-field span[property] {
  vertical-align: bottom;
}

ul.showcontact {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.showcontact li {
  display: inline-block;
  padding-right: 1rem;
}

ul.showcontact li .show-field {
  font-size: 15px;
}

ul.showcontact li .show-field:before {
  padding-right: .2rem;
}

.nature .is-invalid-input {
  border-bottom: thin solid #DA093B !important;
}

.tac {
  text-align: center;
}

.tac ul {
  display: block !important;
  margin: 0px auto;
  max-width: 1140px;
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 6px;
  /*border: 1px solid #f6f1ed;*/
}

.tac ul.border {
  border-top: 5px solid #cd3333;
}

.tac ul li {
  display: inline-block;
  padding: 0 14px;
}

.tac ul li a:active {
  text-shadow: 1px 1px 2px black;
}

.tac ul li .circle {
  transition: all 0.3s ease;
}

.tac ul li:hover .circle {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.tac ul li span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.SumoSelect {
  width: 100% !important;
  min-width: 200px !important;
}

fieldset.rate {
  display: inline-block;
  border: 0;
}

fieldset.rate > input {
  display: none;
}

fieldset.rate > label {
  float: right;
  margin: 0;
  color: #7d909d;
}

fieldset.rate > label:before {
  display: inline-block;
  font-size: 1.5rem;
  padding: .3rem .2rem !important;
  margin: 0 !important;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
}

fieldset.rate .half:before {
  content: "\f089 ";
  position: absolute;
  padding-right: 0;
}

fieldset.rate input:checked ~ label, fieldset.rate label:hover, fieldset.rate label:hover ~ label {
  color: #F49517;
}

fieldset.rate input:checked + label:hover, fieldset.rate input:checked ~ label:hover, fieldset.rate input:checked ~ label:hover ~ label, fieldset.rate label:hover ~ input:checked ~ label {
  color: #fbd8a9;
}

.rating fieldset.rate {
  pointer-events: none;
}

.rating.small-rating fieldset.rate label:before {
  font-size: 1rem;
  color: transparent;
}

.rating.small-rating fieldset.rate input:checked ~ label:before {
  color: #4d5c67;
}

.radius3 {
  border-radius: 3px !important;
}

/*
.new-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  font-size: 25px;
  span.star {
    font-family: 'Font Awesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    &:hover {
      cursor: pointer;
    }
    &:before {
      content: $fa-var-star-half;
      //content: "\f005" - Font Awesome
      padding-right: 5px;
      color: $zold;
    }
    &:hover:before, &:hover ~ span.star:before {
      //content: "\f005"
      color: $narancs;
  }
}
*/
.zurb .button.social {
  padding: 3px;
}

.zurb .button.social i {
  font-style: normal !important;
  font-size: 170%;
}

.narancs {
  color: #F49517 !important;
}

.narancs-bkg {
  background-color: #F49517 !important;
}

.narancs-button {
  background-color: #F49517;
  color: #3a4750;
}

.narancs-button:hover, .narancs-button:focus {
  background-color: #cc780a;
  color: #3a4750;
}

.piros {
  color: #DA093B !important;
}

.piros-bkg {
  background-color: #DA093B !important;
}

.piros-button {
  background-color: #DA093B;
  color: #fefefe;
}

.piros-button:hover, .piros-button:focus {
  background-color: #ae072f;
  color: #fefefe;
}

.zold {
  color: #27A9B4 !important;
}

.zold-bkg {
  background-color: #27A9B4 !important;
}

.zold-button {
  background-color: #27A9B4;
  color: #3a4750;
}

.zold-button:hover, .zold-button:focus {
  background-color: #1f8790;
  color: #3a4750;
}

.lila {
  color: #7F4897 !important;
}

.lila-bkg {
  background-color: #7F4897 !important;
}

.lila-button {
  background-color: #7F4897;
  color: #fefefe;
}

.lila-button:hover, .lila-button:focus {
  background-color: #663a79;
  color: #fefefe;
}

.citrom {
  color: #F9BA1C !important;
}

.citrom-bkg {
  background-color: #F9BA1C !important;
}

.citrom-button {
  background-color: #F9BA1C;
  color: #3a4750;
}

.citrom-button:hover, .citrom-button:focus {
  background-color: #d89c06;
  color: #3a4750;
}

/*
---------------------
  FEATURED ADV
---------------------
*/
.zurb > .feat_adv_list > .row {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.zurb > .feat_adv_list > .row > .column, .zurb > .feat_adv_list > .row > .columns, header .zurb > .feat_adv_list > .row > .columns {
  padding: 5px !important;
}

#featured_adv.zurb {
  background-color: white;
  padding-bottom: 10px;
  border-bottom: 1px solid #efe5dd;
}

#featured_adv.zurb .feat_adv_header {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 12px;
  color: #4d5c67;
  letter-spacing: 5px;
  border-bottom: 1px solid #efe5dd;
}

#featured_adv.zurb > .feat_adv_list {
  /*
    @include breakpoint(small only) {
      .featmenu {
        height: 80%;
      }
    }
    */
}

@media screen and (max-width: 39.9375em) {
  #featured_adv.zurb > .feat_adv_list {
    width: 98%;
  }
}

#featured_adv.zurb > .feat_adv_list .bottombox {
  border: #27a9b4 thin solid;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 43px;
  /*
      &:hover {
        @include card(2);
      }
      */
}

#featured_adv.zurb > .feat_adv_list .bottombox .featmenu {
  opacity: 1;
}

#featured_adv.zurb > .feat_adv_list .bottombox .featmenu:hover {
  opacity: 1;
  color: #155a60;
}

#featured_adv.zurb > .feat_adv_list .bottombox .featmenu:hover i {
  font-style: normal !important;
  font-size: 120%;
}

#featured_adv.zurb > .feat_adv_list .featmenu {
  line-height: 190%;
}

#featured_adv.zurb > .feat_adv_list .dropdown-pane {
  display: inline-table;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

#featured_adv.zurb > .feat_adv_list img {
  max-height: 250px;
  border: #27A9B4 4px solid;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 64em) {
  #featured_adv.zurb > .feat_adv_list img {
    min-height: 250px;
    min-width: 290px;
  }
}

#featured_adv.zurb > .feat_adv_list img:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 63.9375em) {
  #featured_adv.zurb > .feat_adv_list .column, #featured_adv.zurb > .feat_adv_list .columns, header #featured_adv.zurb > .feat_adv_list .columns {
    position: relative;
    border-bottom: solid thin #e6e6e6;
  }
  #featured_adv.zurb > .feat_adv_list img {
    width: 50%;
    margin-right: .5rem;
  }
  #featured_adv.zurb > .feat_adv_list .featmenu {
    line-height: 110%;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 0;
    padding: .3rem;
    height: 70%;
    overflow: hidden;
  }
  #featured_adv.zurb > .feat_adv_list .featmenu small {
    color: #3a4750;
  }
  #featured_adv.zurb > .feat_adv_list .featmenu + a.button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* Join us */
#join_us {
  min-height: 300px;
  background: url("https://static.rendezvenyhelyszinek.hu/images/img_join_us.png") no-repeat right;
  background-size: cover;
  padding: 10px;
}

#join_us h1 {
  color: #3a4750;
  font-weight: 800;
  text-shadow: -0.0625rem -0.0625rem 0 white, 0.0625rem -0.0625rem 0 white, -0.0625rem 0.0625rem 0 white, 0.0625rem 0.0625rem 0 white;
}

/*
  @-webkit-keyframes move-the-object {
    0%   { background: $alert-color; }
    100% { background: $alert-color; }
  }
  @-moz-keyframes move-the-object {
    0%   { left: 100px; }
    100% { left: 200px; }
  }
  @-o-keyframes move-the-object {
    0%   { left: 100px; }
    100% { left: 200px; }
  }
*/
@keyframes inactivealert {
  0% {
    background-color: #DA093B;
  }
  100% {
    background-color: #4d5c67;
  }
}

#content .place_data {
  padding: 0 20px;
  background: #4d5c67;
  min-height: 60px;
}

#content .place_data .switch.large .switch-paddle  {
  height: 37px !important;
}

#content .place_data.unsaved {
  outline: 2px dashed #DA093B;
}

#content .place_data.inactive {
  background-color: #DA093B;
}

#content .place_data.inactive.unsaved {
  outline: 2px dashed #4d5c67;
}

#content .place_data h1.name {
  line-height: 100% !important;
  font-weight: 400 !important;
  padding: 20px 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  margin: 0 !important;
}

#content .place_data .address {
  padding: 20px 0;
  border-left: 1px solid #394650;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.data_offer img.thumbnail {
  float: left;
  min-height: 150px;
  width: 200px !important;
  margin-right: 20px;
  margin-bottom: 10px;
}

.place_data_offer {
  padding: 0 10px;
  background: #6e8393;
  min-height: 40px;
  font-weight: bold;
}

.place_data_offer small {
  font-size: 75% !important;
  font-weight: normal !important;
}

.place_data_offer .name {
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
}

.place_data_offer .address {
  text-align: right;
  padding: 10px 0;
  border-left: 1px solid #596d7d;
  padding-left: 20px;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

#holder.stick.holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

#holder.stick.holder > div {
  margin: 0px auto;
  max-width: 1240px;
}

#holder {
  cursor: pointer;
}

#holder .SumoSelect > .CaptionCont {
  border-color: #DA093B !important;
  background: #DA093B;
}

#holder .SumoSelect:focus > .CaptionCont, #holder .SumoSelect:hover > .CaptionCont, #holder .SumoSelect.open > .CaptionCont {
  background: #f85179;
  border-color: #DA093B !important;
}

#holder #send-rfq {
  display: none;
}

#holder #send-rfq #category-tabs-contents .tabs-panel:not(.is-active) {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  #holder #send-rfq .tabs-panel.callout {
    padding: .5rem 0;
  }
  #holder #send-rfq .mobile-scroll {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    height: 65px;
    position: relative;
  }
  #holder #send-rfq .mobile-scroll #category-tabs {
    width: 1050px;
    position: relative;
  }
}

#holder .rfq-cart-list {
  overflow-y: auto;
  max-height: 260px;
}

#holder .rfq-cart-list h4 {
  font-size: 110%;
}

#holder .rfq-cart-list h6 {
  font-size: 90%;
}

#holder .rfq-cart-list .media-object:hover {
  background: linear-gradient(180deg, transparent, rgba(244, 149, 23, 0.1));
}

#holder .rfq-cart-list .media-object .media-object-section {
  margin: 0;
  padding: 0 .3rem;
}

#holder .rfq-cart-list .media-object .media-object-section .button-group .button {
  padding-left: .1rem;
  padding-right: .1rem;
}

@media screen and (max-width: 63.9375em) {
  #holder .rfq-cart-list .media-object .media-object-section .button-group .button {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media screen and (max-width: 63.9375em) {
  #holder .rfq-cart-list {
    max-height: 180px;
    margin: .3rem 0;
  }
  #holder .rfq-cart-list h4 {
    font-size: 95%;
  }
  #holder .rfq-cart-list h6 {
    font-size: 80%;
  }
  #holder .rfq-cart-list .media-object.cart-item {
    margin: .6rem 0;
    border-bottom: solid thin rgba(255, 255, 255, 0.7);
  }
  #holder .rfq-cart-list .media-object-section:first-child, #holder .rfq-cart-list .media-object-section .button-group > .button:first-child {
    display: none;
  }
  #holder .rfq-cart-list .media-object-section .button-group.button-group > .button.cart-item-del {
    padding: .3rem;
    margin: .4rem 0;
  }
}

#content .titles {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

#content .details-description {
  text-align: justify !important;
  margin-bottom: 2rem !important;
  /*
    ul {
      list-style: outside disc;
      margin-left: 1em;
      li {
        position: relative;
        left: 1em;
        padding-right: 1em;
      }
    }
    */
}

@media screen and (max-width: 63.9375em) {
  #content .details-description {
    text-align: left !important;
  }
}

#content .details-description * {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: inherit !important;
}

.catering-info {
  margin-bottom: .5rem;
}

.multicol {
  /*
  [class^="icon-"]:before, [class*=" icon-"]:before {
    margin-left: -1.2em !important;
  }
  */
  column-count: 3;
  column-gap: 3px;
  margin-bottom: .5rem;
}

.multicol > p {
  column-span: all;
}

.multicol > label {
  margin: .5rem 0;
  white-space: nowrap;
  font-size: 80%;
  clear: both;
  line-height: 100%;
}

.multicol > label > input[type=checkbox] {
  float: left;
  margin: 0 0.1875rem 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .multicol {
    column-count: 2;
  }
}

@media screen and (max-width: 39.9375em) {
  .multicol {
    column-count: 1;
  }
}

@media screen and (max-width: 640px) {
  .split .c_form, .split .quick-message.pull-right {
    float: none;
    width: 100%;
    border-left: none;
  }
  .images > .main_image {
    height: 230px;
  }
  #content .venue_wrapper .details-description {
    margin-bottom: 0 !important;
  }
}

.remove-rfq {
  background: #DA093B !important;
  cursor: not-allowed !important;
}

.choosable img {
  max-width: 100px !important;
}

.choosable img.owl-theme .owl-controls .owl-nav div.owl-next {
  top: 0;
  right: 0 !important;
  opacity: 1 !important;
}

.choosable img.owl-theme .owl-controls:hover .owl-nav div.owl-next {
  right: 0 !important;
}

.choosable img.owl-theme .owl-controls .owl-nav div.owl-next:after {
  line-height: 37px;
  font-size: 40px;
  text-align: right;
  padding-right: 5px;
}

.zurb .tabs-title.disabled {
  pointer-events: none;
  opacity: .5;
}

#sidebar .widget {
  padding-bottom: 5px;
}

#sidebar .clearfix, #sidebar .clearfix:after {
  font-size: 0px !important;
}

#sidebar .prop-list label {
  margin: 0 10px 5px;
  font-size: 90%;
  line-height: 150%;
  width: 100%;
}

#sidebar .prop-list label input {
  margin-left: -18px;
}

@media print, screen and (min-width: 64em) {
  input.duration {
    max-width: 95px !important;
  }
}

@media screen and (max-width: 63.9375em) {
  input.duration {
    width: 100% !important;
  }
}

.rfq-cart-item {
  transition: background 0.3s ease, border 0.3s ease;
  border: thin solid rgba(230, 230, 230, 0.7);
}

@media screen and (max-width: 39.9375em) {
  .rfq-cart-item .rfq-category {
    background: rgba(202, 202, 202, 0.3);
  }
}

@media screen and (max-width: 39.9375em) {
  .rfq-cart-item:hover {
    border-color: rgba(218, 9, 59, 0.7);
  }
  .rfq-cart-item:hover .rfq-category {
    background-color: rgba(218, 9, 59, 0.3);
  }
}

.qtip-light {
  font-size: 13px !important;
  line-height: 130% !important;
}

/*

.rfq-providers-list {
  @include breakpoint(small only) {
    tr.rfq-cart-item {
      transition: background 0.3s ease, border 0.3s ease;
      &:nth-child(even) {
        background: #CCC;
      }
      &:nth-child(odd) {
        background: #FFF;
      }
      &:hover{
        background: #FFF;
        border: solid thin $alert-color;
      }
    }
  }
}

.choosable .owl-prev {
  display: none !important;
}

#featured_adv .feat_adv_list article {
  width: 24%;
  margin-right: 1.3333333333%;
  float: left;
}
#featured_adv .feat_adv_list article:last-of-type {
  margin-right: 0;
}
#featured_adv .feat_adv_list article a.thumbnail {
  margin-bottom: 10px;
  display: block;
}
#featured_adv .feat_adv_list article a.thumbnail img {
  width: 100%;
  display: block;
}
#featured_adv .feat_adv_list article .entry {
  position: relative;
}
#featured_adv .feat_adv_list article .entry h4 {
  width: 80%;
  height: 40px;
}
#featured_adv .feat_adv_list article .entry h4 a {
  font-size: 17px;
  font-weight: 800;
  color: #3c4750;
  line-height: 100%;
}
#featured_adv .feat_adv_list article .entry h4 a:hover {
  color: #000;
}
#featured_adv .feat_adv_list article .entry .buttons {
  right: 0;
  top: 0;
  position: absolute;
}
#featured_adv .feat_adv_list article .entry .buttons a {
  font-size: 16px;
  color: #4d5c67;
}
#featured_adv .feat_adv_list article .entry .buttons a:hover {
  color: #000;
}
#featured_adv .feat_adv_list article .entry .buttons a span {
  display: none;
}



#join_us .entry {
  width: 50%;
  padding-left: 50px;
  color: #3a4750;
  line-height: 20px;
}
#join_us .entry h2 {
  min-height: 100px;
  font-size: 60px;
  font-weight: 800;
  line-height: 80%;
}



#join_us .entry {
  width: 100% !important;
}
#join_us .entry h2 {
  line-height: 60px;
}
#join_us p {
  margin-bottom: 20px;
  margin-top: 10px;
}
  #join_us .entry h2 {
    font-size: 35px;
    line-height: 40px;
  }
*/
.landing_bkg {
  min-height: 300px !important;
  /*
  background: none !important;
  background: url($assetStorage + '/images/landing/1.jpg') no-repeat center bottom !important;
  background-size: cover !important;
  */
  /*
  .widget_title {
    background: rgba(#eaf1f6,.8) !important;
  }
  .widget_entry {
    background: rgba(white,.8) !important;
  }
  */
}

.systools {
  /*
  .SumoSelect > .optWrapper {
    width: 140% !important;
  }
  */
}

.systools .search_venue {
  height: 64px;
  border: thin solid #27A9B4;
}

.systools .search_venue form {
  height: 100%;
}

.systools .search_venue .inputs {
  width: 85%;
  height: 100%;
  float: left;
}

.systools .search_venue .inputs .panel {
  width: 35%;
  height: 50px;
  padding-left: 20px;
  border-bottom: none;
  float: left;
}

.systools .search_venue .inputs .panel:after {
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -20px;
  background: #efe5dd;
  position: absolute;
  content: '';
}

.systools .search_venue .inputs .panel.last:after {
  display: none;
}

.systools .search_venue .inputs .panel.small {
  width: 12.5%;
}

.systools .search_venue .buttons {
  width: 15%;
  float: right;
}

.systools .search_venue .buttons button {
  width: 100%;
  float: left;
}

@media screen and (max-width: 39.9375em) {
  .mediareg-button {
    font-size: 14px !important;
    padding: 10px !important;
  }
}

@media screen and (max-width: 39.9375em) {
  #search_panel input {
    width: 100%;
    padding: 0;
    font-size: 15px;
    color: white;
    background: transparent;
  }
}

@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}

#wrapper.isedit {
  background-color: white;
}

#wrapper.isedit #sidebar_wrapper {
  padding-top: 20px;
}

@media screen and (min-width: 64em) {
  #sidebar_wrapper {
    width: 260px;
  }
}

#dealcard-container .deal-image {
  overflow: hidden;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  padding: 0 !important;
}

#dealcard-container .deal-image .add-deal-image {
  font-size: 4rem;
}

#dealcard-container .deal-image .add-deal-image i {
  padding: 14px 0 !important;
}

#dealcard-container .deal-image .del-deal-image {
  margin: 0 !important;
  position: absolute !important;
  right: 4px !important;
  bottom: 4px !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

#dealcard-container .deal-image:hover .del-deal-image {
  opacity: 1 !important;
}

#dealcard-container .deal-image img {
  max-width: 300px;
  max-height: 150px;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  /*
    float: left;
    min-height: 150px;
    width: 200px !important;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 26px;
    */
}

#image-select-galery {
  position: fixed;
  bottom: -20rem;
  left: 0;
  width: 100%;
  max-height: 23rem;
  height: auto;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  border: thin solid #a8c4cc;
  background-color: #c8dadf;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  padding: 10px;
  transition: bottom 0.5s ease;
  z-index: 30;
}

#image-select-galery.show {
  bottom: 0;
}

#image-select-galery .close-button {
  position: absolute;
  right: 2px;
  top: -2rem;
  font-size: 1.6rem;
  border-radius: 1px;
  background: #c8dadf;
  padding: 0 8px;
  z-index: -1;
  border: thin solid #a8c4cc;
}

#image-select-galery .images_galery {
  margin-top: .4rem;
  margin-bottom: .2rem;
  position: relative;
}

#image-select-galery .images_galery .swiper-slide {
  height: 15rem;
  width: 16rem;
  min-width: 150px;
  text-align: center;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.4s ease;
  background-color: #fefefe;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
}

@media screen and (max-width: 39.9375em) {
  #image-select-galery .images_galery .swiper-slide {
    height: 10rem;
    width: 12rem;
  }
}

#image-select-galery .images_galery .swiper-slide:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

#image-select-galery .images_galery .swiper-slide a {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #4f616e;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 1.7rem;
  background-color: rgba(254, 254, 254, 0.5);
  padding: .3rem .2rem .2rem .4rem;
  border-radius: 50%;
}

#image-select-galery .images_galery .swiper-slide:hover {
  border: thin solid #a8c4cc;
}

#image-select-galery .images_galery .swiper-slide:hover a {
  display: block;
}

#image-select-galery .images_galery .swiper-slide:hover a:hover {
  color: #27A9B4;
  cursor: pointer;
}

i.readed {
  color: #27A9B4;
}

i.unreaded {
  color: #DA093B;
}

.images_list {
  padding-top: .6rem !important;
  /*
  &.swiper-container {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    background-color: #c8dadf;
    width:  850px;
    height: 200px;
    margin: 10px auto;
    padding: 12px;
    overflow: hidden;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .append-buttons {
    text-align: center;
    margin-top: 20px;
  }
  .append-buttons a {
    display: inline-block;
    border: 1px solid $narancs;
    color: $narancs;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }
  */
}

.images_list.swiper-container {
  width: 100%;
  max-width: 850px;
  overflow: hidden;
  background-color: #c8dadf;
}

.images_list .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  overflow-x: hidden;
}

.images_list .swiper-slide > h6 {
  font-size: 1rem;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: thin solid #27A9B4;
}

.images_list .swiper-slide-active:hover:after {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  padding: 30% 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: thin solid #27A9B4;
  text-shadow: 1px 1px 3px #27A9B4;
  transition: background-color 0.5s ease;
  content: "";
  font-family: FontAwesome;
  color: #27A9B4;
  font-size: 7rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer !important;
}

.images_list .swiper-pagination {
  bottom: 0px;
  position: relative;
}

.editor-mode ~ .images_list {
  pointer-events: none;
}

.editor-mode ~ .images_list .swiper-slide-active:hover:after {
  pointer-events: none;
}

#images_container.has-advanced-upload:not(.is-uploading) label strong {
  transition: color .3s ease-in-out;
  color: black;
}

#images_container.has-advanced-upload:not(.is-uploading):hover {
  cursor: pointer;
}

#images_container.has-advanced-upload:not(.is-uploading):hover label strong {
  color: #27A9B4;
}

#images_container.is-uploading {
  pointer-events: none;
}

#images_container.is-uploading ~ .images_list {
  pointer-events: none;
}

#images_container.is-uploading ~ .images_list .swiper-slide-active:hover:after {
  display: none;
}

#images_container.is-uploading ~ .switchlist > a.button {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

#images_container.is-uploading ~ .switchlist > a.button, #images_container.is-uploading ~ .switchlist > a.button:hover, #images_container.is-uploading ~ .switchlist > a.button:focus {
  background-color: #27A9B4;
  color: #fefefe;
}

.images_viewer div.swiper-slide.swiper-slide-active {
  background-size: cover;
}

.images_viewer .owl-next, .images_viewer .owl-prev {
  margin-top: 10%;
  cursor: pointer !important;
}

.images_viewer .owl-nav {
  width: 100%;
  height: 100%;
  left: 0;
  top: 40%;
  margin-top: -210px;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 39.9375em) {
  .images_viewer .owl-nav {
    margin-top: -110px !important;
  }
}

.images_viewer .owl-nav div {
  width: 100px;
  height: 100px;
  left: 7%;
  top: 20%;
  text-align: center;
  text-indent: -9999px;
  float: left;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.images_viewer .owl-nav div:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 100px;
  text-indent: 0;
  text-align: center;
  color: white;
  line-height: 100px;
  position: absolute;
  font-family: 'fontello', sans-serif;
  content: '\e87c';
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.images_viewer .owl-nav div.owl-next {
  left: auto;
  right: 7%;
}

.images_viewer .owl-nav div.owl-next:after {
  font-family: 'fontello', sans-serif;
  content: '\e87d';
}

.images_viewer .owl-nav div:hover {
  opacity: 1 !important;
}

.images_viewer .owl-nav:hover div {
  left: 5%;
  opacity: 0.5;
}

.images_viewer .owl-nav:hover div.owl-next {
  left: auto;
  right: 5%;
}

.images_viewer .owl-nav div.disabled {
  visibility: hidden;
}

.list-mode ~ .images_list {
  display: none;
}

.images_viewer {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  width: 100%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

.images_viewer .gallery-top {
  height: 520px;
}

@media screen and (max-width: 39.9375em) {
  .images_viewer .gallery-top {
    height: 260px;
  }
}

.images_viewer .swiper-button-white {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

.images_viewer .gallery-thumbs {
  height: 124px;
  box-sizing: border-box;
  padding: 7px 0 20px 0;
  /*
    .swiper-slide-active {
      //opacity: 1;
      @include card(3);
    }
    */
}

.images_viewer .gallery-thumbs .swiper-slide {
  width: 158px;
  height: auto;
  overflow: hidden;
}

.images_viewer .gallery-thumbs .swiper-slide img {
  max-width: 105% !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.images_viewer .swiper-pagination-progress {
  top: initial;
  bottom: 0 !important;
  height: 6px;
  background: rgba(255, 255, 255, 0.7);
}

.images_viewer .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #F49517;
}

.images_viewer .swiper-slide {
  background: white;
  text-align: center;
  background: black;
}

.images_viewer .swiper-slide .infobox {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  text-align: left;
  font-size: .9rem;
}

.images_viewer .swiper-slide .infobox h6 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2px;
}

.images_viewer .swiper-slide .infobox p {
  position: relative;
  height: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  border-top: thin solid rgba(255, 255, 255, 0);
  transition: max-height 0.5s ease, border 0.5s ease;
}

.images_viewer .swiper-slide .infobox:hover p {
  max-height: 200px;
  border-top: thin solid white;
  padding-top: 5px;
  height: auto;
  overflow-y: auto;
}

.images_viewer .swiper-slide .fa-play-circle-o {
  display: none;
}

.images_viewer .swiper-slide img, .images_viewer .swiper-slide video {
  width: 100%;
  max-width: 850px;
  height: auto;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.swiper-slide-active > i[data-video] {
  left: 50%;
  position: absolute;
  margin: -3.5rem;
  width: 7rem;
  height: 7rem;
  top: 50%;
  color: white;
  font-size: 7rem;
  text-align: center;
  z-index: 400;
  cursor: pointer !important;
}

.swiper-slide-active > i[data-video].fa-play-circle-o {
  display: inherit !important;
}

.swiper-slide-active > i[data-video]:after {
  z-index: 400;
  cursor: pointer !important;
}

#tree {
  min-height: 300px;
  font-size: .9rem;
  max-width: 300px;
  overflow-x: hidden;
}

#images_container {
  width: 100%;
  max-width: 850px;
  margin-top: .5rem;
  height: 520px;
  font-size: 1.25rem;
  /* 20 */
  background-color: #c8dadf;
  position: relative;
  padding: 10px;
}

@media screen and (max-width: 39.9375em) {
  #images_container {
    height: 275px;
  }
}

#images_container.has-advanced-upload {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

#images_container.is-dragover {
  outline-offset: -20px;
  outline-color: #c8dadf;
  background-color: #ecf1f2;
}

#images_container .box__dragndrop, #images_container .box__icon {
  display: none;
}

#images_container.has-advanced-upload .box__dragndrop {
  display: inline;
}

#images_container.has-advanced-upload .box__icon {
  width: 100%;
  height: 80px;
  fill: #92b0b3;
  display: block;
  margin-bottom: 40px;
}

#images_container .box__input {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
}

#images_container .box__info {
  position: absolute;
  bottom: 11px;
  left: 11px;
  right: 11px;
  font-size: .8rem;
  color: #3a4750;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-top: 1px dashed #92b0b3;
  text-align: center;
  max-height: 160px;
  overflow-y: auto;
  display: none;
}

#images_container .box__info h6 {
  font-size: .9rem;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px;
  text-decoration: underline;
  color: #476365;
}

#images_container .box__uploading,
#images_container .box__success {
  top: 10%;
  display: none;
  position: absolute;
  left: 20px;
  right: 20px;
  text-align: center;
}

#images_container .box__uploading i.fa,
#images_container .box__success i.fa {
  color: #92b0b3;
  font-size: 4rem;
}

#images_container .box__uploading h6,
#images_container .box__success h6 {
  font-size: 1.5rem;
  font-weight: 800;
  padding: 0;
  margin: 0 0 5px;
  text-decoration: underline;
  color: #476365;
}

#images_container .box__uploading span,
#images_container .box__success span {
  font-size: .8rem;
  color: #cacaca;
}

#images_container .box__uploading {
  padding: 20%;
}

#images_container.is-uploading label {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  color: #3a4750;
  font-weight: 300;
}

#images_container.is-uploading .box__input {
  visibility: hidden;
}

#images_container.is-uploading .box__uploading,
#images_container.is-success .box__success,
#images_container.is-error .box__success {
  display: block;
}

#images_container .box__uploading {
  font-style: italic;
}

#images_container .box__success {
  animation: appear-from-inside .25s ease-in-out;
}

#images_container.is-error .box__success .fa-check,
#images_container.is-error .box__success .fa-check + h6,
#images_container.is-success .box__success .fa-times,
#images_container.is-success .box__success .fa-times + h6 {
  display: none;
}

#images_container .box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#images_container .box__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

#images_container .box__file + label:hover strong,
#images_container .box__file:focus + label strong,
#images_container .box__file.has-focus + label strong {
  color: #39bfd3;
}

#images_container .box__file:focus + label,
#images_container .box__file.has-focus + label {
  outline: 1px dotted black;
  outline: -webkit-focus-ring-color auto 5px;
}

#images_container .box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
}

#images_container .box__button:hover, #images_container .box__button:focus {
  background-color: #0f3c4b;
}

.contcont .editorbuttons .hollow.button {
  background: rgba(255, 255, 255, 0.5) !important;
}

.image-editor {
  position: relative;
  text-align: center;
  display: none;
}

.image-editor > .container {
  margin-top: .5rem;
  max-width: 850px;
  background: #c8dadf;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
}

@media screen and (min-width: 40em) {
  .image-editor > .container {
    height: 520px;
  }
}

@media screen and (max-width: 39.9375em) {
  .image-editor > .container {
    height: 275px;
  }
}

.image-editor > .container img {
  height: auto;
  max-height: 520px;
}

.image-editor > .editorbuttons {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  bottom: .5rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.image-lister {
  position: relative;
  display: none;
}

.image-lister > .container {
  padding: .8rem 1rem;
  margin-top: .5rem;
  max-width: 850px;
  min-height: 600px;
  background: #c8dadf;
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
}

#sorting-images-container {
  /*.cover {
    margin-bottom: 20px;
    border-bottom: thin dashed #92b0b3;
  }*/
}

#sorting-images-container .imagec {
  margin: .4rem 0 !important;
}

#sorting-images-container .imagec:first-child {
  /*
      &:before {
        content: 'Borítókép: ';
        font-size: 1rem;
      }
      */
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: thin dashed #92b0b3 !important;
}

#sorting-images-container .imagec input {
  margin: 0;
  height: auto !important;
}

#sorting-images-container .imagec .save-menu,
#sorting-images-container .imagec .drop-menu {
  color: #4d5c67;
  font-size: 1.6rem;
}

#sorting-images-container .imagec .save-menu > i,
#sorting-images-container .imagec .drop-menu > i {
  padding: 0 .2rem;
}

#sorting-images-container .imagec .dd {
  color: #4d5c67;
  cursor: move !important;
  cursor: -webkit-grabbing !important;
}

#sorting-images-container .imagec .dd:hover {
  color: #27A9B4;
}

#sorting-images-container .imagec.sortable-ghost {
  opacity: .3;
}

#sorting-images-container .imagec.sortable-ghost input,
#sorting-images-container .imagec.sortable-ghost .input-group-label {
  background: #27A9B4 !important;
}

#sorting-images-container .imagec:not(.hinged) .drop-menu {
  pointer-events: none;
  opacity: .6;
}

#sorting-images-container .imagec .ipev,
#sorting-images-container .imagec .drop-menu {
  cursor: pointer;
}

#sorting-images-container .imagec .ipev:hover,
#sorting-images-container .imagec .drop-menu:hover {
  color: #27A9B4;
}

#sorting-images-container .imagec .save-menu i {
  opacity: .3;
}

#sorting-images-container .imagec .callout.small.desc {
  border-top: none;
  background: #e6e6e6;
  margin: 0 !important;
}

#sorting-images-container .imagec .callout.small.desc textarea {
  margin: 0;
}

#sorting-images-container .imagec .input-group {
  margin: 0 !important;
}

#sorting-images-container .imagec .input-group .input-group-label {
  padding: 0 !important;
}

#sorting-images-container .imagec .input-group .input-group-label > * {
  margin: .4rem .5rem !important;
}

#sorting-images-container .imagec.disabled {
  opacity: .4;
  pointer-events: none !important;
}

#sorting-images-container .imagec.disabled .save-menu {
  cursor: not-allowed !important;
}

#sorting-images-container .imagec.edited .input-group-label {
  background-color: #fbd8a9 !important;
}

#sorting-images-container .imagec.edited .input-group-label.save-menu {
  cursor: pointer;
}

#sorting-images-container .imagec.edited .input-group-label.save-menu:hover {
  color: #27A9B4;
}

#sorting-images-container .imagec.edited .input-group-label.save-menu i {
  opacity: 1;
}

#sorting-images-container .imagec .icons, #sorting-images-container .imagec .switch-paddle {
  margin: 0 !important;
  padding: 0 !important;
}

#sorting-images-container .imagec + .dropdown-pane {
  padding: 0 !important;
}

#sorting-images-container .imagec + .dropdown-pane > img {
  max-width: 100% !important;
  margin: 0 !important;
}

.image-editor.disabled, .images_list.disabled {
  pointer-events: none;
  opacity: .5;
  transition: opacity 0.5s ease;
}

#images_container.editor-mode {
  display: none;
}

#images_container.editor-mode + .image-editor {
  display: block;
}

#images_container.editor-mode + .image-editor:hover > .editorbuttons {
  opacity: 1;
}

#images_container.editor-mode ~ .switchlist > a.button {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

#images_container.editor-mode ~ .switchlist > a.button, #images_container.editor-mode ~ .switchlist > a.button:hover, #images_container.editor-mode ~ .switchlist > a.button:focus {
  background-color: #27A9B4;
  color: #fefefe;
}

#images_container:not(.list-mode) ~ .zurb.switchlist > .button-group.listcontroll {
  display: none;
}

.zurb.switchlist > .button-group.listcontroll {
  margin: 0 !important;
}

.zurb.switchlist a.button {
  margin: 0 !important;
}

.zurb.switchlist a.button.enter {
  display: block;
}

.zurb.switchlist.hide {
  display: none;
}

#images_container.list-mode {
  display: none;
}

#images_container.list-mode ~ .image-lister {
  display: block;
}

#images_container.list-mode ~ .zurb.switchlist > a.button.enter {
  display: none;
}

.js .box__file + label * {
  pointer-events: none;
}

.no-js .box__file + label {
  display: none;
}

.no-js .box__button {
  display: block;
}

td.icons {
  padding: 0 !important;
  margin: 0 !important;
}

.zurb .switch > input.switch-input + label.switch-paddle > span > i {
  font-size: 1.2rem;
}

.zurb .switch > input.switch-input + label.switch-paddle > span.switch-active {
  display: none;
}

.zurb .switch > input.switch-input + label.switch-paddle > span.switch-inactive {
  color: #3a4750;
  display: block;
}

.zurb .switch > input.switch-input:checked + label.switch-paddle {
  background: #27A9B4;
}

.zurb .switch > input.switch-input:checked + label.switch-paddle > span.switch-active {
  color: white;
  display: block;
}

.zurb .switch > input.switch-input:checked + label.switch-paddle > span.switch-inactive {
  display: none;
}

#content .button.disabled, .admin_content .button.disabled {
  pointer-events: none;
}

#content .enable-editable, .admin_content .enable-editable {
  /*
    &:hover {
      .editbutton {
        display: block;
      }
    }
    */
}

#content .enable-editable .lang, .admin_content .enable-editable .lang {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

#content .enable-editable .lang .button, .admin_content .enable-editable .lang .button {
  cursor: pointer;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  transition: opacity 0.5s ease;
  width: 60px;
  margin-left: 10px;
  opacity: .5;
  padding: 2px;
}

#content .enable-editable .lang .button img, .admin_content .enable-editable .lang .button img {
  width: 100%;
}

#content .enable-editable .lang .button.active, .admin_content .enable-editable .lang .button.active {
  opacity: 1;
}

#content .enable-editable .editbutton, .admin_content .enable-editable .editbutton {
  cursor: pointer;
  position: relative;
  margin-right: 50px;
  margin-top: 15px;
  float: right;
}

@media screen and (max-width: 39.9375em) {
  #content .enable-editable .editbutton, .admin_content .enable-editable .editbutton {
    margin-top: 5px;
  }
}

#content .enable-editable .editbutton:before, .admin_content .enable-editable .editbutton:before {
  content: attr(placeholder);
  margin-right: 10px;
  color: #27A9B4;
  line-height: 200%;
  font-size: 100%;
}

@media screen and (max-width: 39.9375em) {
  #content .enable-editable .editbutton:before, .admin_content .enable-editable .editbutton:before {
    content: ' ';
  }
}

#content .enable-editable .editbutton:after, .admin_content .enable-editable .editbutton:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #27A9B4;
  color: white;
  font-family: FontAwesome;
  content: "";
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  #content .enable-editable.active [data-lang].button, .admin_content .enable-editable.active [data-lang].button {
    width: 40px;
    margin-left: 0;
  }
}

#content .enable-editable.active .lang, .admin_content .enable-editable.active .lang {
  display: block;
}

#content .enable-editable.active .editbutton, .admin_content .enable-editable.active .editbutton {
  display: none;
}

#content .enable-editable [data-content-edit], .admin_content .enable-editable [data-content-edit] {
  transition: opacity 0.5s ease;
}

#content .enable-editable [data-content-edit][contenteditable=true], #content .enable-editable [data-content-edit].disabled, .admin_content .enable-editable [data-content-edit][contenteditable=true], .admin_content .enable-editable [data-content-edit].disabled {
  padding: 10px;
  outline: #4d5c67 dashed 2px;
}

#content .enable-editable [data-content-edit][contenteditable=true]:empty::before, #content .enable-editable [data-content-edit].disabled:empty::before, .admin_content .enable-editable [data-content-edit][contenteditable=true]:empty::before, .admin_content .enable-editable [data-content-edit].disabled:empty::before {
  content: attr(placeholder);
}

#content .enable-editable [data-content-edit][contenteditable=true]:hover, #content .enable-editable [data-content-edit].disabled:hover, .admin_content .enable-editable [data-content-edit][contenteditable=true]:hover, .admin_content .enable-editable [data-content-edit].disabled:hover {
  outline: #27A9B4 dashed 2px;
}

#content .enable-editable [data-content-edit].disabled, .admin_content .enable-editable [data-content-edit].disabled {
  opacity: .5;
}

#content .enable-editable .edit-actions, .admin_content .enable-editable .edit-actions {
  display: none;
}

#content .enable-editable .titles, .admin_content .enable-editable .titles {
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 39.9375em) {
  #content .enable-editable .titles, .admin_content .enable-editable .titles {
    font-size: 15px;
    padding-right: 90px;
  }
}

#content .enable-editable .details-description, .admin_content .enable-editable .details-description {
  text-align: justify !important;
  margin-bottom: 0 !important;
}

#content div.type-container .button-container, .admin_content div.type-container .button-container {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#content div.type-container:hover .button-container, .admin_content div.type-container:hover .button-container {
  opacity: 1;
}

#content div.type-container.edited .titles, .admin_content div.type-container.edited .titles {
  border-bottom: solid thick #fbd8a9;
}

#content div.prop-container .button-container, .admin_content div.prop-container .button-container {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#content div.prop-container:hover .button-container, .admin_content div.prop-container:hover .button-container {
  opacity: 1;
}

#content div.prop-container.edited .titles, .admin_content div.prop-container.edited .titles {
  border-bottom: solid thick #fbd8a9;
}

#content .homepage-container .button-container, .admin_content .homepage-container .button-container {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#content .homepage-container:hover .button-container, .admin_content .homepage-container:hover .button-container {
  opacity: 1;
}

#content table.roomdetails, .admin_content table.roomdetails {
  width: 100%;
}

#content table.roomdetails tr, .admin_content table.roomdetails tr {
  transition: opacity 0.5s ease, background-color 0.5s ease;
}

#content table.roomdetails tr .del, #content table.roomdetails tr .save, #content table.roomdetails tr .save-sort, .admin_content table.roomdetails tr .del, .admin_content table.roomdetails tr .save, .admin_content table.roomdetails tr .save-sort {
  cursor: default;
  transition: opacity 0.5s ease;
  font-size: 20px !important;
  opacity: 0;
}

#content table.roomdetails tr .save-sort, .admin_content table.roomdetails tr .save-sort {
  color: #7F4897;
}

#content table.roomdetails tr .save-sort.edited, .admin_content table.roomdetails tr .save-sort.edited {
  cursor: pointer;
  opacity: 1;
}

#content table.roomdetails tr .save-sort.disabled, .admin_content table.roomdetails tr .save-sort.disabled {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

#content table.roomdetails tr .del, .admin_content table.roomdetails tr .del {
  color: #DA093B;
}

#content table.roomdetails tr:hover .del, .admin_content table.roomdetails tr:hover .del {
  cursor: pointer;
  opacity: 1;
}

#content table.roomdetails tr.edited, .admin_content table.roomdetails tr.edited {
  background-color: #fbd8a9;
}

#content table.roomdetails tr.edited .save, .admin_content table.roomdetails tr.edited .save {
  cursor: pointer;
  opacity: 1;
}

#content table.roomdetails tr.disabled, .admin_content table.roomdetails tr.disabled {
  opacity: .4;
  pointer-events: none;
}

#content table.roomdetails tr.disabled .del, #content table.roomdetails tr.disabled .save, .admin_content table.roomdetails tr.disabled .del, .admin_content table.roomdetails tr.disabled .save {
  cursor: not-allowed;
}

#content table.roomdetails td, .admin_content table.roomdetails td {
  padding: 3px 5px !important;
}

#content table.roomdetails .icon-menu, .admin_content table.roomdetails .icon-menu {
  margin: .4rem 0 !important;
  color: #4d5c67;
  display: inline-block;
  cursor: move !important;
  cursor: -webkit-grabbing !important;
}

#content table.roomdetails .ghost, .admin_content table.roomdetails .ghost {
  opacity: .5;
  background: #27A9B4;
}

#content table.roomdetails input, .admin_content table.roomdetails input {
  height: 2.1rem !important;
  font-size: .8rem !important;
  margin: 0 !important;
  padding: 0 .3rem !important;
}

#content table.roomdetails .switch, .admin_content table.roomdetails .switch {
  margin: .3rem 0 !important;
}

#content table.roomdetails .input-group-label, .admin_content table.roomdetails .input-group-label {
  padding: 0 .3rem !important;
}

#content table.roomdetails .icons, #content table.roomdetails .switch-paddle, .admin_content table.roomdetails .icons, .admin_content table.roomdetails .switch-paddle {
  margin: 0 !important;
  padding: 0 !important;
}

#content .parking_quarter, .admin_content .parking_quarter {
  width: 60px;
  border: thin solid #cacaca;
}

#content .parking_quarter:hover, .admin_content .parking_quarter:hover {
  border: thin solid #27A9B4;
}

@media screen and (max-width: 39.9375em) {
  #content .others-container .igimpostor, .admin_content .others-container .igimpostor {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  #content .others-container .igimpostor, .admin_content .others-container .igimpostor {
    padding: 0.3rem 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #3a4750;
  }
}

#content .others-container input.othersadd.input-group-field, .admin_content .others-container input.othersadd.input-group-field {
  -ms-flex: 2 1 0px;
  flex: 2 1 0px;
}

#content .others-container input.othersadd.input-group-field + .input-group-label:last-child, .admin_content .others-container input.othersadd.input-group-field + .input-group-label:last-child {
  -ms-flex: 1 1;
  flex: 1 1;
}

#content .others-container .button-container, .admin_content .others-container .button-container {
  margin-top: 5px;
  transition: opacity 0.5s ease;
}

#content .others-container:hover .button-container, .admin_content .others-container:hover .button-container {
  opacity: 1;
}

#content .others-container.edited .titles, .admin_content .others-container.edited .titles {
  border-bottom: solid thick #fbd8a9;
}

#content .others-container .homepageadd, .admin_content .others-container .homepageadd {
  max-width: 50%;
}

#content .others-container .begin, .admin_content .others-container .begin {
  min-width: 35% !important;
  width: 100%;
  height: 100%;
  padding: 0.3rem 1rem;
  border: 1px solid #cacaca;
}

#content .others-container .end, .admin_content .others-container .end {
  min-width: 15% !important;
}

@media screen and (max-width: 39.9375em) {
  #content .others-container .columns.marginset, .admin_content .others-container .columns.marginset {
    margin-bottom: 7px;
  }
}

#content .others-container .input-group, .admin_content .others-container .input-group {
  margin: 0 2px !important;
}

#content .others-container .input-group > div:nth-last-child(n+1), .admin_content .others-container .input-group > div:nth-last-child(n+1) {
  border-top: none !important;
}

#content #contactcard-container .input-group-label, .admin_content #contactcard-container .input-group-label {
  padding: 0 .3rem !important;
}

#content #contactcard-container .row.medium-unstack .column:nth-child(odd), #content #contactcard-container .row.medium-unstack .zurb .columns:nth-child(odd), .zurb #content #contactcard-container .row.medium-unstack .columns:nth-child(odd), #content #contactcard-container .row.medium-unstack header .columns:nth-child(odd), header #content #contactcard-container .row.medium-unstack .columns:nth-child(odd), .admin_content #contactcard-container .row.medium-unstack .column:nth-child(odd), .admin_content #contactcard-container .row.medium-unstack .zurb .columns:nth-child(odd), .zurb .admin_content #contactcard-container .row.medium-unstack .columns:nth-child(odd), .admin_content #contactcard-container .row.medium-unstack header .columns:nth-child(odd), header .admin_content #contactcard-container .row.medium-unstack .columns:nth-child(odd) {
  padding-right: 2px;
}

#content #contactcard-container .row.medium-unstack .column:nth-child(even), #content #contactcard-container .row.medium-unstack .zurb .columns:nth-child(even), .zurb #content #contactcard-container .row.medium-unstack .columns:nth-child(even), #content #contactcard-container .row.medium-unstack header .columns:nth-child(even), header #content #contactcard-container .row.medium-unstack .columns:nth-child(even), .admin_content #contactcard-container .row.medium-unstack .column:nth-child(even), .admin_content #contactcard-container .row.medium-unstack .zurb .columns:nth-child(even), .zurb .admin_content #contactcard-container .row.medium-unstack .columns:nth-child(even), .admin_content #contactcard-container .row.medium-unstack header .columns:nth-child(even), header .admin_content #contactcard-container .row.medium-unstack .columns:nth-child(even) {
  padding-left: 2px;
}

#content .counterbutton, #content .jumpdealbutton, .admin_content .counterbutton, .admin_content .jumpdealbutton {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#content .counterbutton, .admin_content .counterbutton {
  cursor: default;
}

#content .approvalbutton, .admin_content .approvalbutton {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  cursor: default;
}

#content .approvalbutton.user, .admin_content .approvalbutton.user {
  cursor: default;
}

#content .approvalbutton.admin, .admin_content .approvalbutton.admin {
  cursor: pointer;
}

#content .approvalbutton.user .inactive, .admin_content .approvalbutton.user .inactive {
  cursor: default;
}

#content .flagswitchbutton, .admin_content .flagswitchbutton {
  position: absolute;
  right: 10px;
  padding: 0;
  cursor: pointer !important;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

#content #dealcard-container, .admin_content #dealcard-container {
  counter-reset: dealcounter;
}

#content #dealcard-container .counterbutton:before, .admin_content #dealcard-container .counterbutton:before {
  counter-increment: dealcounter;
  content: counter(dealcounter) ". Ajánlat";
}

#content #referencecard-container .edited-cards, #content #contactcard-container .edited-cards, #content #dealcard-container .edited-cards, .admin_content #referencecard-container .edited-cards, .admin_content #contactcard-container .edited-cards, .admin_content #dealcard-container .edited-cards {
  transition: opacity 0.5s ease;
  opacity: 1;
  /*
      .callout {
        transition: background 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;
        &>.button-group {
          transition: opacity 0.5s ease;
          opacity: 0;
        }
        &:hover {
          @include card(3);
          &>.button-group {
            opacity: 1;
          }
        }
      }

      & .del, & .save {
        @include card(1);

      }
      &.disabled {
        opacity: .4;
        & .del, & .save {
          cursor: not-allowed;
          pointer-events: none;
        }
      }
      */
}

#content #referencecard-container .edited-cards .button-group, #content #contactcard-container .edited-cards .button-group, #content #dealcard-container .edited-cards .button-group, .admin_content #referencecard-container .edited-cards .button-group, .admin_content #contactcard-container .edited-cards .button-group, .admin_content #dealcard-container .edited-cards .button-group {
  margin-bottom: 0;
}

#content #referencecard-container .edited-cards.disabled, #content #contactcard-container .edited-cards.disabled, #content #dealcard-container .edited-cards.disabled, .admin_content #referencecard-container .edited-cards.disabled, .admin_content #contactcard-container .edited-cards.disabled, .admin_content #dealcard-container .edited-cards.disabled {
  opacity: .4;
}

#content #referencecard-container .edited-cards.disabled .button, #content #contactcard-container .edited-cards.disabled .button, #content #dealcard-container .edited-cards.disabled .button, .admin_content #referencecard-container .edited-cards.disabled .button, .admin_content #contactcard-container .edited-cards.disabled .button, .admin_content #dealcard-container .edited-cards.disabled .button {
  pointer-events: none;
}

#content #referencecard-container input.phone, #content #contactcard-container input.phone, #content #dealcard-container input.phone, .admin_content #referencecard-container input.phone, .admin_content #contactcard-container input.phone, .admin_content #dealcard-container input.phone {
  font-size: 90%;
}

#content .titles.contact, .admin_content .titles.contact {
  font-weight: normal;
}

.currentlang {
  position: absolute;
  float: left;
  margin-top: 10px;
  margin-left: -25px;
  width: 20px;
  height: 12px;
  background-position: center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-color: white;
  background-size: cover;
}

@media screen and (max-width: 39.9375em) {
  .currentlang {
    margin-top: 5px;
  }
}

.catering_option {
  display: none;
}

.catering_display {
  display: block;
}

[data-popup] {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
}

a[data-popuptoggle="openeditpopup"] {
  color: white !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

label.hidden-controller {
  margin: 0 !important;
  cursor: pointer;
}

label.hidden-controller input {
  display: none !important;
  width: 0;
  height: 0;
}

.selectnew {
  text-align: center;
}

.selectnew .column, .selectnew .zurb .columns, .zurb .selectnew .columns, .selectnew header .columns, header .selectnew .columns {
  padding: 0 10px;
}

.selectnew .column .circle, .selectnew .zurb .columns .circle, .zurb .selectnew .columns .circle, .selectnew header .columns .circle, header .selectnew .columns .circle {
  transition: all 0.3s ease;
  background: #27A9B4;
  border-radius: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.selectnew .column .circle > i.fa, .selectnew .zurb .columns .circle > i.fa, .zurb .selectnew .columns .circle > i.fa, .selectnew header .columns .circle > i.fa, header .selectnew .columns .circle > i.fa {
  color: white;
  line-height: 130%;
  font-size: 4rem;
}

.selectnew .column .circle > i.fi, .selectnew .zurb .columns .circle > i.fi, .zurb .selectnew .columns .circle > i.fi, .selectnew header .columns .circle > i.fi, header .selectnew .columns .circle > i.fi {
  color: white;
}

.selectnew .column:hover .circle, .selectnew .zurb .columns:hover .circle, .zurb .selectnew .columns:hover .circle, .selectnew header .columns:hover .circle, header .selectnew .columns:hover .circle {
  background: #1e828a;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.selectnew .column input:checked + .circle, .selectnew .zurb .columns input:checked + .circle, .zurb .selectnew .columns input:checked + .circle, .selectnew header .columns input:checked + .circle, header .selectnew .columns input:checked + .circle {
  transition: all 0.3s ease;
  background: #F49517;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.selectnew .column span, .selectnew .zurb .columns span, .zurb .selectnew .columns span, .selectnew header .columns span, header .selectnew .columns span {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}

.pricing-table label.middle, .pricing-table select, .pricing-table input {
  margin: 0 !important;
}

.pricing-table li.price {
  font-size: 200%;
  font-weight: 600;
}

.pricing-table li.price.priceAll {
  font-size: 140%;
}

.pricing-table li.price.invalidPrice {
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.3);
}

.pricing-table li .circle {
  width: 50px;
  height: 50px;
  margin: 0;
}

.partnerprogram {
  /*
  &:before {
    position: absolute;
    font-weight: 600;
    top: -5%;
    right: -5%;
    overflow: hidden;
    content: '-10%';
    color: rgba($piros,.4);
    font-size: 40px;
  }
  */
}

.partnerprogram img {
  height: 30px;
  padding: 0;
}

.company-partnerprogram-container {
  width: 100%;
  min-height: 100px;
}

.company-partnerprogram-container .partnerprogram {
  margin-top: 30px;
  transition: all 0.3s ease;
  width: 400px;
  height: 90px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.company-partnerprogram-container .ctext {
  opacity: 0;
}

.company-partnerprogram-container input {
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden;
  position: absolute;
}

.company-partnerprogram-container label {
  margin: 0 !important;
  cursor: pointer;
}

.company-partnerprogram-container label:hover .partnerprogram {
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
}

.company-partnerprogram-container label:hover .ctext {
  opacity: .3;
}

.company-partnerprogram-container input:checked + label .partnerprogram {
  transition: all 0.3s ease;
  border: 4px solid #F49517;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22), 0 14px 56px rgba(0, 0, 0, 0.25);
}

.company-partnerprogram-container input:checked + label .ctext {
  opacity: 1;
}

form.registration ul.accordion {
  border-bottom: 1px solid #e6e6e6;
}

form.registration ul.accordion .accordion-title {
  font-size: 150%;
  color: #4d5c67;
}

form.registration li.tabs-title > a {
  outline: none;
}

/*
.registration .accordion-title {
  background: rgba($narancs, .3) !important;
}

.tabs-content[data-tabs-content=finance-tabs] {
  border-left: thin solid $light-gray;
  border-right: thin solid $light-gray;
}

.accordion {
  .accordion-title {
    font-size: 150%;
    //font-weight: bold;
    color: $secondary-color;
  }
}
*/
#partnerform,
#phoneclick,
#devicestat,
#msgcount,
#dealcount,
#searchcount {
  width: 100%;
}

#partnerform[data-highcharts-chart],
#phoneclick[data-highcharts-chart],
#devicestat[data-highcharts-chart],
#msgcount[data-highcharts-chart],
#dealcount[data-highcharts-chart],
#searchcount[data-highcharts-chart] {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid thin lightgray;
}

body.eskuvotippek {
  /*
@keyframes showmore {
  0%   { top: 180px; }
  100% { top: 220px; }
}

@keyframes showmoremore {
  0%   { height: 220px; }
  100% { height: 100%; }
}
*/
}

body.eskuvotippek .circle-wedding {
  width: 81px;
  height: 81px;
  background: #00adb4;
  display: inline-block;
  border-radius: 50%;
  margin: 15px auto;
}

body.eskuvotippek .circle-wedding.cateringek {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/cateringek.png") no-repeat center;
}

body.eskuvotippek .circle-wedding.dekoraciok {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/dekoraciok.png") no-repeat center;
}

body.eskuvotippek .circle-wedding.elmenyek {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/elmenyek.png") no-repeat center;
}

body.eskuvotippek .circle-wedding.eszkozok {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/eszkozok.png") no-repeat center;
}

body.eskuvotippek .circle-wedding.fotokvideok {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/fotokvideok.png") no-repeat center;
}

body.eskuvotippek .circle-wedding.technikak {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/technikak.png") no-repeat center;
}

body.eskuvotippek .circle-wedding.helyszinek {
  background: #ffefe7 url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/categories/helyszinek.png") no-repeat center;
}

body.eskuvotippek .tac ul {
  margin-bottom: 2rem;
  margin-top: 0;
}

body.eskuvotippek .weddingrow {
  margin-bottom: 2rem;
}

body.eskuvotippek .weddingrow ol {
  padding: 0;
  margin: 0;
}

body.eskuvotippek .weddingrow .weddingcard-text {
  padding: 1rem;
}

body.eskuvotippek .weddingrow .weddingcard-alternate {
  background: url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/hatter_3.jpg") no-repeat center;
  background-size: cover;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  body.eskuvotippek .weddingrow .weddingcard-alternate {
    min-height: 400px;
  }
}

body.eskuvotippek .weddingrow .columns {
  margin: .5rem;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

body.eskuvotippek .weddingcard-text ol li {
  list-style-position: inside;
  text-indent: -1rem;
  padding-left: 1rem;
}

body.eskuvotippek .weddingcard {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  min-height: 1rem;
  background-color: white;
  /*
  &.weddingcard_1 {
    background: url($assetStorage + '/images/landing/eskuvotippek/hatter_3.jpg') no-repeat top center;
    background-size: cover;
    //@include breakpoint(medium) {
    //padding-right: 40%;
    //}
    height: 800px;
    position: relative;
    transition: background 2s ease-in-out;
    &>div {
      position: absolute;
      width: 100%;
      height: 220px;
      overflow: hidden;
      padding: 1rem 2rem;
      background-color: rgba(white,.8);
      transition: height 0.5s ease;
      border-bottom: solid thin $body-font-color;
      animation: showmoremore 3s 7s;
      @include breakpoint(small only) {
        height: 200px;
        .smallbr {
          display: none;
        }
        p.toptext {
          font-size: 85%;
        }
      }
    }
    i.fa {
      @include horizontal-center;
      text-align: center;
      font-size: 100px;
      text-shadow: rem-calc(3 3 6) $body-font-color, rem-calc(1 1 3) $body-font-color;
      opacity: .6;
      color: white;
      position: relative;
      transition: opacity 0.5s ease;
      //top: 160px;
      //animation-name: showmore;
      //animation-duration: .8s;
      //animation-direction: reverse;
      //animation-iteration-count: 2;
      //animation: 1s ease-in 0s 2 infinite showmore;
      animation: showmore 1.5s infinite;
    }
    hr {
      visibility: hidden;
      position: relative;
      height: 30px;
      width: 100%;
      transition: height 0.5s ease;
      padding: 0;
      margin: 0;
    }
    &:hover {
      background-position: center;
      hr {
        height: 0;
      }
      i.fa {
        opacity: 0;
      }
      &>div {
        border: none;
        height: 100%;
      }
    }
    }
    */
}

body.eskuvotippek .weddingcard p {
  color: #3a4750;
}

body.eskuvotippek .weddingcard.weddingcard_2 {
  background: url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/hatter_2.jpg") no-repeat;
  background-size: 15% 100%;
  padding: 0;
}

@media screen and (max-width: 39.9375em) {
  body.eskuvotippek .weddingcard.weddingcard_2 {
    background: url("https://static.rendezvenyhelyszinek.hu/images/landing/eskuvotippek/hatter_2.jpg") repeat-y;
    background-size: 33% 50%;
  }
}

body.eskuvotippek .weddingcard.weddingcard_2 > div {
  /*padding-left: 35%;
      @include breakpoint(medium only) {
        padding-left: 45%;
      }
      @include breakpoint(small only) {
        padding-left: 1rem;
      }
      */
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}

body.eskuvotippek .weddingcard.weddingcard_2 h3 {
  text-shadow: 0.1875rem 0.1875rem 0.375rem #3a4750, 0.0625rem 0.0625rem 0.1875rem #3a4750;
  color: white;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

body.eskuvotippek .weddingcard.weddingcard_2 a {
  color: #DA093B !important;
}

/*deploytest*/

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