<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ===================================================================

  Theme Name: Malibu - Lounge Bar &amp; Cafe Resto
  Theme URI: http://www.themetonic.net/malibu/
  Description: Malibu is an Ultra Responsive, Retina Ready and Parallax One Page WordPress Theme. Its clean, fresh and colorful design is perfect for cafe, restaurant, bar &amp; bistro website. It can be customized easily to adapt to your wishes. Every detail is carefully thought of, in order to create a user-friendly theme.
  Author: ThemeTonic
  Author URI: http://themeforest.net/user/ThemeTonic/portfolio?ref=ThemeTonic
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Version: 1.0

========================= TABLE OF CONTENTS ==========================

  *00 320 AND UP
  *01 ENTYPO ICONS
  *02 GENERIC
  *03 TEXT
  *04 REQUIRE CSS
  *05 PRELOADER
  *06 LOGO
    - Graphical
    - Textual
  *07 NAVIGATION
    - Normal
    - Mobile
    - Common styles
  *08 SECTIONS
    - Background
    - Overlay
  *09 HEADINGS
  *10 BADGE LINE
    - Dark
    - Light
  *11 FOOTER
  *12 SLIDESHOW
    - Overlay
    - Inner
    - Fallback inner
    - Navigation
    - Caption
  *13 ISOTOPE
    - Filtering
    - CSS3 transitions
    - Disabling CSS3 transitions
    - Disable CSS transitions for containers with infinite scrolling
  *14 EXPANDER
  *15 SPECIALS
  *16 SHORTCODES
    *16.01 MENUS
      - Common styles
      - Grid view
      - List view
      - Menu panel
    *16.02 GALLERY
      - Common styles
      - Thumbnails
      - Navigation
      - Main navigation
      - Mobile navigation
    *16.03 STAFF
      - Common styles
      - Icons
    *16.04 REVIEWS
    *16.05 SLIDER
      - Common styles
      - Loader
      - Pager
      - Direction controls (next / prev)
      - Auto controls (start / stop)
      - Image captions
    *16.06 EVENTS
    *16.07 CONTACTS
    *16.08 COLUMN LAYOUTS
    *16.09 HEADING
    *16.10 BUTTON
      - Common styles
      - Simple
      - Iconed
      - Outer
      - Inner
    *16.11 SOCIAL ICON
    *16.12 CALLOUT BOX
      - Common styles
      - Portrait
      - Landscape
      - Columns and button
    *16.13 MESSAGE BOX
      - Common styles
      - Info
      - Success
      - Error
      - Notice
      - Download
    *16.14 TESTIMONIAL
    *16.15 GLIMPSES
    *16.16 OPENING TIMES
    *16.17 VIDEO PLAYER
      - Color of icons and text
      - Color of progress bar and volume level
      - Color of control bar and first play button
      - Hover colors of first play button
      - Background color of slider
      - Size of control bar
      - Restyling play button
      - Restyling options list
    *16.18 GOOGLE MAP
    *16.19 SKILLS BAR
    *16.20 ACCORDION
    *16.21 TOGGLE
    *16.22 TABS
    *16.23 LIST
    *16.24 BLOCKQUOTE
      - Common styles
      - Closing
      - Opening
    *16.25 PULLQUOTE
    *16.26 DROPCAP
    *16.27 DIVIDER
    *16.28 HIGHLIGHT
    *16.29 BOOKING &amp; FEEDBACK 
      - Form elements
      - Status message
      - Placeholders
      - Webkit hacks
      - Booking form
    *16.30 SPACER
    *16.31 CLEAR FLOATS
  *17 BLOG
    *17.01 POST
      - Post media
      - Post title
      - Post tags
      - Post meta
      - Read more
      - Post navigation
      - Post sharing
      - Post author
      - Icon separator
    *17.02 COMMENTS
      - List
      - Content
      - Respond
    *17.03 WIDGETS
      - Common styles
      - Recent comments
      - RSS
      - Calendar
      - Dropdown (for Archives and Categories)
      - Tag Cloud
      - Text
      - Search and Password forms
    *17.04 PLACEHOLDERS
    *17.05 PAGINATIONS
      - Content pagination
      - Blog pagination
      - Comments pagination

/* ================================================================ */

/*00 320 AND UP =================================================== */

/**
 * 320 and Up boilerplate extension
 * Andy Clarke http://about.me/malarkey
 * Version: 2
 * URL: http://stuffandnonsense.co.uk/projects/320andup/
 * License: http://creativecommons.org/licenses/MIT/
 */

@import url('assets/css/320andup.css');

/*01 ENTYPO ICONS ================================================= */

/**
 * The Entypo Pictogram Suite
 * Designed by Daniel Bruce http://danielbruce.se/
 * Version: 2
 * License: Creative Commons CC BY-SA 2012
 */

@import url('assets/css/entypo-icons.css');

/*02 GENERIC ====================================================== */

body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: Helvetica, Tahoma, sans-serif;
  background: #FFFFFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-variant: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #282828;
  overflow: hidden;
}

.wrapper {
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

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

.image-center img {
  margin: 0 auto;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.hide {
  display: none !important;
}

img {
  height: auto;
  max-width: 100%;
  border: 0 none;
  vertical-align: middle;
  display: block;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail 
{
  max-width: 100%;
  height: auto;
}

/*03 TEXT ========================================================= */

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 1px;
  text-rendering: optimizelegibility;
}

h1, h1 a {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.8;
}

h2, h2 a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
}

h3, h3 a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}

h4, h4 a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
}

h5, h5 a {
  font-size: 20px;
  font-size: 1.8rem;
  line-height: 1.2;
}

h6, h6 a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 25px;
  /*text-align: justify;*/
  text-justify: inter-word;
}

a, 
a:active, 
a:visited, 
a:focus 
{
  font-size: inherit;
  color: inherit;
  outline: 0;
  text-decoration: none;
  -webkit-transition: color .25s ease-out, background-color .25s ease-out;
     -moz-transition: color .25s ease-out, background-color .25s ease-out;
      -ms-transition: color .25s ease-out, background-color .25s ease-out;
       -o-transition: color .25s ease-out, background-color .25s ease-out;
          transition: color .25s ease-out, background-color .25s ease-out;
}
    
a:hover, 
a[href]:hover
{
  color: rgba(0, 0, 0, .3);
  text-decoration: none;
  outline: 0;
}

abbr[title] {
  padding-bottom: 1px;
  border-bottom: 1px dashed;
  cursor: help;
}

blockquote {
  width: 100%;
  quotes: "\201C" "\201D"; 
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}

blockquote p {
  color: inherit;
  line-height: 150%;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

blockquote p:before { 
  content: open-quote;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold; 
  padding-right: 6px;
  vertical-align: text-top;
}

blockquote p:after { 
  content: close-quote; 
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  padding-left: 4px;
  vertical-align: text-top;
}

blockquote cite {
  font-size: 16px;
  font-size: 1.6rem;
  color: inherit;
  font-style: italic;
  padding-top: 20px;
  text-align: center;
  display: block;
}

ul.generic, ol.generic {
  width: 100%;
  padding: 0;
  display: block;
  clear: both;
}

ul.generic {
  list-style: disc;
  margin: 0 0 25px 20px;
}

ol.generic {
  list-style: none;
  counter-reset: list;
  margin: 0 0 25px 0;
}

ul.generic li, 
ol.generic li 
{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

ol.generic li &gt; ol.generic {
  margin: 0 0 0 24px;
}

ol.generic li &gt; ol.generic &gt; li &gt; ol.generic {
  margin: 0 0 0 40px;
}

ul.generic li &gt; ul.generic {
  list-style: circle;
  margin: 0 0 0 20px;
}

ul.generic li &gt; ul.generic &gt; li &gt; ul.generic {
  list-style: square;
  margin: 0 0 0 20px;
}

ol.generic &gt; li:before { 
  content: counters(list, '.') '. ';
  counter-increment: list;
}

dl.generic {
  margin-bottom: 25px;
}

dl.generic dt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 40px;
}

dl.generic dt:before {
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 40px !important;
  margin: 0 10px 10px 0;
  cursor: default;
  speak: none;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
}

dl.generic dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

table.generic {
  width: 100%;
  color: #282828;
  background-color: #FFFFFF;
  overflow: hidden;
}

table.generic tr {
  border-bottom: 3px solid #E8E8E8;
}

table.generic tr:first-child, 
table.generic tr:last-child 
{
  border: none;
}

table.generic th {
  display: none;
}

table.generic td {
  line-height: 1.4;
  display: block;
}

table.generic td:first-child {
  padding-top: 10px;
}

table.generic td:last-child {
  padding-bottom: 10px;
}

table.generic td:before {
  min-width: 80px;
  font-weight: bold;
  content: attr(data-title) ':';
  display: inline-block;
}

table.generic th, 
table.generic td 
{
  text-align: left;
  padding: 10px;
  margin: 10px;
}

table.generic th, 
table.generic td:before 
{
  color: #282828;
  font-weight: bold;
}

/*04 REQUIRE CSS ================================================== */

.wp-caption {
  overflow: hidden;
  max-width: 100%;
}

.wp-caption-text {
  padding: 10px;
  background: #F5F5F5;
  font-size: 12px;
}

.sticky { }

.gallery-caption { }

.bypostauthor { }

.alignright {
  margin-left: 15px;
  float: right;
}

.alignleft {
  margin-right: 15px;
  float: left;
}

.aligncenter {
  margin: auto;
  display: block;
}

/*05 PRELOADER ==================================================== */

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 9999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(assets/images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*06 LOGO ========================================================= */

.page-header {
  position: relative;
  z-index: 2;
}

/* Graphical */

.page-header h1.graphical {
  padding: 50px 0 50px 0;
  margin: 0 auto;
}

.page-header h1.graphical a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: auto auto;
  outline: none;
  display: block;
}

/* Textual */

.page-header .textual {
  width: auto;
  height: auto;
  text-align: center;
  padding: 45px 0 45px 0;
  margin: 0 auto;
  display: block;
}

.page-header .textual h1 a {
  font-size: 40px;
  font-size: 4rem;
  color: #FFFFFF;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.page-header .textual h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #282828;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: default;
  display: inline-block;
}

/*07 NAVIGATION =================================================== */

/* Normal */

.nav-wrapper {
  width: 100%;
  max-width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  z-index: 50;
}

.nav-wrapper.stuck {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-nav {
  margin: 0 auto;
  position: relative;
  display: block;
}
    
.page-nav ul {
  display: none;
}

/* Mobile */

.nav-mobile {
  width: 50%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.nav-mobile a.mobile-nav-trigger {
  width: 100%;
  height: 34px;
  font-family: inherit;
  font-size: 20px;
  font-size: 2rem;
  color: #282828;
  line-height: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 3px solid #282828;
  padding: 0;
  margin: 10px -3px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-mobile a.mobile-nav-trigger:hover {
  color: #282828;
}

.mobile-nav-dropdown {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 0 13px 0 !important;
  margin: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
    
.mobile-nav-dropdown li {
  text-align: center;
}
        
.mobile-nav-dropdown a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #282828;
  line-height: 37px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

.mobile-nav-dropdown a:hover,
.mobile-nav-dropdown .active a 
{
  color: #282828;
}

/* Common styles */

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

.nav li a::before,
.nav li a::after 
{
  opacity: 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.nav li a::before {
  content: '│';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.nav li a::after {
  content: '│';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.nav li a:hover,
.nav li a:focus 
{
  outline: none;
}

.nav li a:hover::before,
.nav li a:hover::after,
.nav li.active a::before,
.nav li.active a::after
{
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

/*08 SECTIONS ===================================================== */

section {
  width: 100%;
  height: 100%;
  background-color: #CCCCCC;
  padding: 80px 0 60px 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  display: block;
}

section:before,
section:after {
  position: absolute;
  content: '\0020';
  pointer-events: none;
}

section#header,
section#footer 
{
  padding: 0;
  background-color: #999999;
}

/* Background */

section.scroll {
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: scroll;  
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

section.freeze, 
section.parallax 
{
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

/* Overlay */

section .section-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: repeat;
  background-position: left top; 
  background-color: transparent;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section.scroll .section-overlay {
  background-attachment: scroll;
}

section.freeze .section-overlay {
  background-attachment: fixed;
}

section.parallax .section-overlay {
  background-attachment: scroll;
}

/*09 HEADINGS ===================================================== */

section .headings {
  text-align: center;
  margin-bottom: 60px;
  display: block;
}

section .headings h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
}

section .headings h2 {
  color: #282828;
  text-transform: uppercase;
  display: block;
}

/*10 BADGE LINE =================================================== */

section .headings .badge {
  text-align: center;
  margin-top: 20px;
}

section .headings .badge p {
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  position: relative;  
}

section .headings .badge p span:before {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  line-height: 41px;
  cursor: default;
  speak: none;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-indent: 2px;
  display: inline-block;
}

section .headings .badge p:before,
section .headings .badge p:after 
{
  width: 36.5%;
  height: 5px;
  content: '\0020';
  position: absolute;
  top: 15px;
}

section .headings .badge p:before {
  right: 0;
}

section .headings .badge p:after {
  left: 0;
}

/* Dark */

section .headings .badge.dark p span:before {
  color: rgba(255, 255, 255, .9);
  background-color: rgba(0, 0, 0, .3);
}

section .headings .badge.dark p:before,
section .headings .badge.dark p:after 
{
  border-top: 3px solid rgba(0, 0, 0, .3);
  border-bottom: 2px solid rgba(0, 0, 0, .3);
}

/* Light */

section .headings .badge.light p span:before {
  color: rgba(0, 0, 0, .7);
  background-color: rgba(255, 255, 255, .7);
}

section .headings .badge.light p:before,
section .headings .badge.light p:after 
{
  border-top: 3px solid rgba(255, 255, 255, .7);
  border-bottom: 2px solid rgba(255, 255, 255, .7);
}

/*11 FOOTER ======================================================= */

.footer-content {
  color: #282828;
}

.footer-content small {
  width: 960px;
  height: 60px;
  vertical-align: middle;
  display: table-cell;
}

.footer-content small, 
.footer-content small a 
{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
    
/*12 SLIDESHOW ==================================================== */

.slideshow-wrapper {
  width: 100%;
  height: 250px;
  background-color: #FFFFFF;
  position: relative;
}

/* Overlay */

.slideshow-inner .slideshow-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  background-repeat: repeat;
  background-position: left top; 
  background-color: transparent;
  background-image: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.slideshow-inner.scroll .slideshow-overlay {
  background-attachment: scroll;
}

.slideshow-inner.freeze .slideshow-overlay {
  background-attachment: fixed;
}

.slideshow-inner.parallax .slideshow-overlay {
  background-attachment: scroll;
}

/* Inner */

.slideshow-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none outside none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 30;
}

.slideshow-inner li {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.slideshow-inner.scroll li {
  background-attachment: scroll;
}

.slideshow-inner.freeze li, 
.slideshow-inner.parallax li 
{
  background-attachment: fixed;
}

.backgroundsize .slideshow-inner li {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.backgroundsize .slideshow-inner li img {
  display: none;
}

.slideshow-inner li img {
  width: 100%;
  display: block;
}

/* Fallback inner */
 
.no-js.no-backgroundsize .slideshow-inner li:first-child {
    opacity: 1;
}
 
.no-js.backgroundsize .slideshow-inner li:first-child img {
    display: block;
}

/* Navigation */
 
.slideshow-controls {
  width: 300px;
  height: 100px;
  margin: -50px 0 0 -150px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 32;
}
 
.slideshow-controls span {
  width: 100px;
  height: 100px;
  cursor: pointer;
  position: relative;
  float: left;
}
 
.slideshow-controls span:before {
  width: 100%;
  height: 100%;
  font-family: 'entypo';
  font-size: 80px;
  font-size: 8rem;
  color: #FFFFFF;
  line-height: 100px;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
 
.slideshow-controls span:hover:before {
  opacity: 0.7;
}
 
.slideshow-controls span:active:before {
  top: 2px;
}
 
span.slideshow-play:before {
  content: '\e6ab';
}
 
span.slideshow-pause:before {
  content: '\e6ac';
}
 
span.slideshow-next:before {
  content: '\e6af';
}
 
span.slideshow-prev:before {
  content: '\e6b0';
}
 
.slideshow-controls span.slideshow-next {
  float: right;
}

/* Caption */

.slideshow-caption {
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, .7);
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 32;
}

.slideshow-caption h5 {
  width: 100%;
  height: 60px;
  color: #F5F5F5;
  line-height: 60px;
  text-align: center;
  cursor: default;
  margin: 0 auto;
  overflow: hidden;
  display: block;
}

.slideshow-caption h5 a {
  font-size: inherit;
  color: #F5F5F5;
  padding-bottom: 1px;
  border-bottom: 1px dashed #F5F5F5;
  text-decoration: none;
}

.slideshow-caption h5 a:hover {
  color: #6D6D6D;
  text-decoration: none;
}

/*13 ISOTOPE ====================================================== */

/* Filtering */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
  visibility: hidden;
}

/* CSS3 transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/* Disabling CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* Disable CSS transitions for containers with infinite scrolling */

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/*14 EXPANDER ===================================================== */

article p .read-more a,
article p .read-less a, 
blockquote p .read-more a,
blockquote p .read-less a 
{
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  border-radius: 50%;
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2.2rem;
  color: #282828;
  vertical-align: text-top;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
}

blockquote p .read-more a:after, 
article p .read-more a:after 
{
  content: '\e6d2';
  position: absolute;
  top: 4px;
  left: 2px;
}

blockquote p .read-less a:after, 
article p .read-less a:after 
{
  content: '\e6d3';
  position: absolute;
  top: 3px;
  left: 2px;
}

/*15 SPECIALS ===================================================== */

.specials {
  display: none;
}

.specials .slide-panel {
  width: 320px;
  height: 100%;
  background: url(assets/images/chalkboard.jpg);
  border-right: 3px solid #FFFFFF;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
}

.slide-panel .slide-inner {
  width: 100%;
  padding-bottom: 20px;
}

.specials .open-panel {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  cursor: pointer;
  background: url(assets/images/menu.png) no-repeat center center;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 99;
}

.specials .open-panel span {
   color: #282828;
}

.specials .close-panel {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  text-align: center;
  cursor: pointer;
  background: #FFFFFF url(assets/images/icon-black-cross.png) no-repeat center center;
  background-size: 50% 50%;
  position: fixed;
  top: 0px;
  left: 260px;
  display: none;
  z-index: 100;
}

.specials .specials-block {
  margin-bottom: 34px;
}

.specials .specials-block:last-child {
  margin-bottom: 0;
}

.specials .specials-block h5 {
  height: 60px;
  line-height: 60px;
  color: #282828;
  text-align: left;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 0 20px;
  margin-bottom: 38px;
}

.specials .specials-block .special {
  margin-bottom: 32px;
}

.specials .specials-block .special h6 {
  color: #FAF8F7;
  padding: 0 20px 23px 20px; 
  border-bottom: 0px dotted #FFFFFF;
  margin-bottom: 18px;
  font-size: 2.4rem;
}

.specials .specials-block .special p {
  color: #CFCBCA;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 20px; 
  text-align: left;
  margin: 0;
}

.specials .specials-block .special span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #787372;
  font-style: italic;
  padding: 5px 20px 0 20px;
  display: block;
}

.specials .specials-block .special span:before {
  font-size: 18px;
  font-size: 1.8rem;
  content: '*';
  padding-right: 5px;
}

/*16 SHORTCODES
=================================================================== */

/*16.01 MENUS ===================================================== */

/* Common styles */

.menus-switcher {
  width: 100%;
  background-color: #FFFFFF; 
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}

.menus-category {
  width: 100%;
  height: 60px;
  color: #282828;
  text-align: left;
  text-transform: uppercase;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}

.menus-category h5 {
  line-height: 60px;
  padding-left: 70px;
}

.menus-options {
  width: 100%;
  height: 60px;
  text-align: right;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}

.menus-options a {
  width: 40px;
  height: 60px;
  color: #CCCCCC;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  outline: none;
  visibility: hidden;
}

.menus-options a:last-child {
  margin-right: 10px;
}

.menus-options a:hover, 
.menus-options a.menus-selected 
{
  color: #6D6D6D;
}

.menus-options a:before {
  width: 40px;
  height: 60px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  text-align: center;
  display: inline-block;
}

.options-icon:before {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.options-grid:before {
  content: '\e695';
}

.options-list:before {
  content: '\e693';
}

.menus-switcher .menu-list {
  padding: 60px 0;
  margin: 0;
  position: relative;
}

.menus-switcher .menu-list:before, 
.menus-switcher .menu-list:after 
{ 
  content: '\0020'; 
  display: table; 
}

.menus-switcher .menu-list:after { 
  clear: both; 
}

.menus-switcher .menu-list .menu-item {
  position: relative;
  display: block;
}

.menu-item.odd .menu-price .price-2, 
.menu-item.odd .menu-price .price-3 
{
  background-color: #EBEBEB;
}

.menu-item.even .menu-price .price-2, 
.menu-item.even .menu-price .price-3 
{
  background-color: #F5F5F5;
}

.menu-image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  outline: none !important;
  position: relative;
  display: block;
}

.menu-image img {
  width: 100%;
  height: auto;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: none;
  outline: none !important;
  display: block;
}

.menu-overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.menu-zoom {
  width: inherit;
  height: inherit;
  background: url(assets/images/loupe.png) no-repeat center center;
  display: none;
}

.menu-details {
  color: #282828;
  padding: 0;
  margin: 0;
}

.menu-price {
  color: #282828;
}

/* Grid view */

.menus-view-grid .menu-list .menu-item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.menus-view-grid .menu-details {
  height: 70px;
  text-align: center;
  padding: 14px 10px 16px 10px;
  overflow: hidden;
  display: none;
}

.menus-view-grid .menu-price, 
.menus-view-grid .menu-desc {
  display: none;
}

/* List view */

.menus-view-list .menu-list .menu-item {
  width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 30px 0 24px 0;
}

.menus-view-list .menu-list .menu-item.odd {
  background-color: #F5F5F5;
}

.menus-view-list .menu-list .menu-item.even {
  background-color: #EBEBEB;
}

.menus-view-list .menu-image,
.menus-view-list .menu-details,
.menus-view-list .menu-desc,
.menus-view-list .menu-price 
{
  display: block;
}

.menus-view-list .menu-image {
  width: 100px;
  height: 100px;
  display: none;
}

.menus-view-list .menu-image img {
  width: auto;
  height: auto;
}

.menus-view-list .menu-details {
  width: auto;
  white-space: normal;
  letter-spacing: normal;
  padding: 20px 25px 0 25px;
}

.menus-view-list .menu-price {
  width: 135px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding-top: 13px;
  margin: 0 auto;
}

.menus-view-list .menu-price span {
  width: 100%;
  display: block;
}

.menus-view-list .menu-price .price-2, 
.menus-view-list .menu-price .price-3 
{
  font-size: 14px;
  font-size: 1.4rem;
  color: #6D6D6D;
  padding: 0;
  margin: 6px 0;
}

.menus-view-list .menu-desc {
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
  color: #6D6D6D;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 3px;
  overflow: hidden;
}

/* Menu panel */

.menus-panel {
  width: 60px;
  height: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  float: left;
}

.menus-panel .menu-icon {
  position: relative;
  display: block;
}

.menus-panel .menu-icon a {
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  line-height: 60px;
  text-align: center;
  outline: none;
  background-size: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  position: relative;
  display: block;
  z-index: 41;
}

.menus-panel .menu-icon a:hover,
.menus-panel .menu-icon.selected a 
{
  background-size: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #6D6D6D;
  color: #FFFFFF;
  outline: none;
}

.menus-panel .menu-icon.all-menus a {
  background-image: url(assets/images/food-icons/dark/menu.png);
}

.menus-panel .menu-icon.all-menus a:hover,
.menus-panel .menu-icon.all-menus.selected a 
{
  background-image: url(assets/images/food-icons/light/menu.png);
}

.menus-panel .menu-icon .menu-legend {
  height: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 60px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding: 0 20px;
  opacity: 0;
  background-color: #6D6D6D;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  display: none;
}

.menus-panel .menu-icon:hover .menu-legend {
  -webkit-box-shadow: inset 0.5rem 0 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0.5rem 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0.5rem 0 0 0 rgba(0, 0, 0, 0.15);
}

/*16.02 GALLERY =================================================== */

/* Common styles */

.gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* Thumbnails */

.gallery-thumbs {
  max-width: 960px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.gallery-thumbs .thumb {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  float: left;
}

.gallery-thumbs .thumb a,
.gallery-thumbs .thumb a &gt; img 
{
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.gallery-thumbs .thumb a {
  overflow: hidden;
}

.gallery-thumbs .thumb a div {
  width: 100%;
  height: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.7) url(assets/images/loupe.png) no-repeat center center;
  position: absolute;
  overflow: hidden;
}

/* Navigation */

.gallery-nav {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
} 

/* Main navigation */

.gallery-nav-main {
  background-color: #FFFFFF;
  display: none;
}

.gallery-nav-main ul {
  margin: 0;
  padding: 0;
}

.gallery-nav-main li {
  display: inline-block;
  padding-left: 26px;
}

.gallery-nav-main a {
  color: #282828;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  display: block;
}

.gallery-nav-main a:hover {
  color: #888888; 
}

/* Mobile navigation */

.gallery-nav-mobile {
  display: block; 
} 

.gallery-nav-trigger {
  display: block; 
}

.gallery-nav-trigger span {
  width: auto;
  height: 60px;
  color: #282828;
  line-height: 60px;
  cursor: pointer;
  display: inline-block;
}

.gallery-nav-trigger span:before {
  font-family: 'entypo';
  font-size: 26px;
  font-size: 2.6rem;
  color: #282828;
  content: '\e696';
  line-height: 60px;
  margin: 0 4px 0 22px;
  vertical-align: top;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;

  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.gallery-nav-trigger span.open,
.gallery-nav-trigger span.open:before 
{
  color: #888888;
}

.gallery-nav-trigger span.open:before {
  content: '\e6ce';
}

.gallery-nav-mobile {
  position: relative;
  display: block; 
}

.gallery-nav-mobile ul {
  width: auto;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF; 
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.gallery-nav-mobile li {
  padding: 11px 32px 11px 32px; 
  display: block;
}

.gallery-nav-mobile ul li:last-child {
  padding-bottom: 26px;
}

.gallery-nav-mobile a {
  color: #282828;
  text-decoration: none;
  display: block;
}

.gallery-nav-mobile a:hover {
  color: #888888; 
}

.gallery-nav-main li.selected a,
.gallery-nav-mobile li.selected a 
{
  color: #888888;
  outline: none;
}

/*16.03 STAFF ===================================================== */

/* Common styles */

.staff {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.staff-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.staff-grid:before, 
.staff-grid:after { 
  content: '\0020';
  display: table; 
}

.staff-grid:after { 
  clear: both; 
}

.staff-grid li {
  width: 100%;
  height: 400px;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
  float: left;
}

.staff-grid li .member-block {
  height: 100%;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
}

.staff-grid .member-caption {
  width: 100%;
  padding: 14px 0 16px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.staff-grid .member-caption h5 {
  text-transform: uppercase;
}

.staff-grid .member-caption h6 {
  margin-top: 8px;
}

.staff-grid .member-about {
  padding: 20px;
  display: none;
}

.staff-grid .member-about p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FFFFFF;
  letter-spacing: inherit;
  text-align: justify;
}

/* Icons */

.member-social {
  width: 100%;
  text-align: center;
  display: none;
  position: absolute;
  bottom: 100px;
}

.member-social-icon {
  width: 34px;
  height: 34px;
  font-size: 0;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  margin: 0px 11px;
  border-radius: 50%;
  -moz-transform: scale(.9999);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.member-social-icon:after {
  width: 100%;
  height: 100%;
  content: '\0020';
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

.member-social-icon:before {
  font-family: 'entypo';
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.member-social .member-social-icon {
  box-shadow: 0 0 0 3px #FFFFFF;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.member-social .member-social-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

.no-touch .member-social .member-social-icon:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}

.no-touch .member-social .member-social-icon:hover {
  color: #FFFFFF !important;
}

.member-social .icon-twitter, 
.member-social .icon-facebook, 
.member-social .icon-googleplus, 
.member-social .icon-link, 
.member-social .icon-email 
{
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.member-social .icon-twitter:before {
  content: '\e6f4';
}

.member-social .icon-facebook:before {
  content: '\e6f6';
}

.member-social .icon-googleplus:before {
  content: '\e6f9';
}

.member-social .icon-link:before {
  content: '\e628';
}

.member-social .icon-email:before {
  content: '\e606';
}

/*16.04 REVIEWS =================================================== */

.review-rotator {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0;
  position: relative;
}

.review-rotator .content {
  width: 100%;
  min-height: 170px;
  padding-top: 40px;
  border-top: 3px solid rgba(0, 0, 0, .3);
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.no-js .review-rotator .content {
  border-bottom: none;
}

.review-rotator .content.current,
.no-js .review-rotator .content 
{
  opacity: 1;
  pointer-events: auto;
  position: relative; 
  z-index: 40;
}

.review-rotator .content:before,
.review-rotator .content:after 
{
  content: '\0020';
  display: table;
}

.review-rotator .content:after {
  clear: both;
}

.review-rotator .progress {
  width: 0%;
  height: 3px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  z-index: 41;
}

.review-rotator blockquote {
  width: 100%;
  font-style: normal;
  line-height: 1.5;
  quotes: none;
  padding: 0;
  margin: 0;
  display: block;
  float: none;
}

.review-rotator blockquote p {
  font-size: 18px;
  font-size: 1.8rem;
  color: inherit;
  text-align: center;
  text-transform: none;
  margin: 0;
}

.review-rotator blockquote q {
  font-size: 22px;
  font-size: 2.2rem;
  color: inherit;
  font-weight: normal;
  text-align: center;
  quotes: '\201C' '\201D';
  margin-bottom: 15px;
  display: block;
}

.review-rotator blockquote q:before {
  content: open-quote;
  padding-right: 2px;
}

.review-rotator blockquote q:after {
  content: close-quote;
  padding-left: 2px;
}

.review-rotator blockquote footer {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  text-align: right;
  margin-top: 20px;
}

.review-rotator blockquote footer:before {
  content: '—';
  padding-right: 5px;
}

.review-rotator .content img {
  margin: 0 auto 32px;
  float: none;
}

/*16.05 SLIDER ==================================================== */

/* Common styles */

.slider-wrapper {
  padding: 0;
  margin: 0;
  position: relative;
  *zoom: 1;
}

.slider-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.slider {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.slider li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
}

.slider-controls {
  text-align: center !important;
  margin-top: 20px;
}

/* Loader */

.slider-wrapper .slider-loading {
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: #282828 url(assets/images/ajax-loader.gif) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}

/* Pager */

.slider-wrapper .slider-pager {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default;
  position: relative;
  display: inline-block;
  -moz-transform: scale(.9999);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-wrapper .slider-pager .slider-pager-item {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  display: block;
  *display: inline;
  *zoom: 1;
  float: left;
}

.slider-wrapper .slider-controls-auto .slider-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.slider-wrapper .slider-pager.slider-default-pager a {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, .3);
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;

  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.slider-wrapper .slider-pager.slider-default-pager a:focus {
  background-color: white;
}

.slider-wrapper .slider-pager.slider-default-pager a:hover {
  background-color: white;
}

.slider-wrapper .slider-pager.slider-default-pager a.active {
  background-color: transparent;
  box-shadow: 0 0 0 2px white;
}

/* Direction controls (next / prev) */

.slider-wrapper .slider-prev {
  background: url(assets/images/controls.png) no-repeat 0 -32px;
  left: 10px;
}

.slider-wrapper .slider-next {
  background: url(assets/images/controls.png) no-repeat -43px -32px;
  right: 10px;
}

.slider-wrapper .slider-prev:hover {
  background-position: 0 0;
}

.slider-wrapper .slider-next:hover {
  background-position: -43px 0;
}

.slider-wrapper .slider-controls-direction a {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  margin-top: -43px;
  outline: 0;
  position: absolute;
  top: 50%;
  z-index: 40;
}

.slider-wrapper .slider-controls-direction a.disabled {
  display: none;
}

/* Auto controls (start / stop) */

.slider-wrapper .slider-controls-auto {
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-wrapper .slider-controls-auto .slider-start {
  width: 10px;
  height: 16px;
  text-indent: -9999px;
  margin: 0 3px;
  outline: 0;
  background: url(assets/images/controls.png) -86px -16px no-repeat;
  display: block;
}

.slider-wrapper .slider-controls-auto .slider-start:hover,
.slider-wrapper .slider-controls-auto .slider-start.active {
  background-position: -86px 0;
}

.slider-wrapper .slider-controls-auto .slider-stop {
  width: 10px;
  height: 16px;
  text-indent: -9999px;
  margin: 0 3px;
  outline: 0;
  background: url(assets/images/controls.png) -86px -48px no-repeat;
  display: block;
}

.slider-wrapper .slider-controls-auto .slider-stop:hover,
.slider-wrapper .slider-controls-auto .slider-stop.active {
  background-position: -86px -32px;
}

/* Image captions */

.slider-wrapper .slider-caption {
  width: 100%;
  background: #FFFFFF;
  background: rgba(255, 255, 255, .7);
  position: absolute;
  bottom: 0;
  left: 0;
}

.slider-wrapper .slider-caption span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  padding: 12px;
  display: block;
}

/*16.06 EVENTS ==================================================== */

.event-list {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
}

.event-entry {
  width: 100%;
  margin-bottom: 52px;
  float: left;
}

.image-date {
  color: #282828;
  margin-bottom: 34px;
}

.image-date .date {
  width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-date .date .week, 
.image-date .date .day, 
.image-date .date .month-year, 
.image-date .date .time 
{
  width: 100%;
  background: #FACE00;
  font-family: inherit;
  text-align: center;
  display: block;
  float: left;
}

.image-date .date .week {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 2px dotted rgba(0, 0, 0, .5);
  padding: 3px 0;
}

.image-date .date .day {
  font-size: 80px;
  font-size: 8rem;
  line-height: 70px;
  letter-spacing: normal;
  padding-top: 12px;
}

.image-date .date .month-year {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-bottom: 9px;
}

.image-date .date .time {
  font-size: 16px;
  font-size: 1.6rem;
  border-top: 2px dotted rgba(0, 0, 0, .5);
  padding: 3px 0;
}

.image-date .date .time:before {
  content: '@';
  padding-right: 2px;
}

.image-date {
  width: 100%;
  position: relative;
}

.image-date .image img {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
}

.event-entry article {
  width: auto;
  float: left;
}

.event-entry article h3 {
  display: inline-block;
  margin-bottom: 16px;
}

.event-entry article p {
  margin: 0;
}

.event-control {
  width: 100%;
  height: 40px;
  text-align: center;
  position: relative;
  display: none;
  float: left;
}

.event-control div {
  width: 50px;
  height: 40px;
  margin: 0 16px;
  text-align: center;
  cursor: pointer;
  background: rgba(0, 0, 0, .3);
  position: relative;
  display: inline-block;
}

.event-control div:before {
  font-family: 'entypo';
  font-size: 30px;
  font-size: 3rem;
  color: #FFFFFF;
  line-height: 40px;
  vertical-align: text-top;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;

  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.event-control .event-more:before {
  content: '\e680';
}

.event-control .event-less:before {
  content: '\e67f';
}

.event-control .event-more:hover:before, 
.event-control .event-less:hover:before 
{
  color: rgba(0, 0, 0, .3);
}

.event-control .event-more:after, 
.event-control .event-less:after 
{
  width: 0px;
  height: 0px;
  content: '\0020';
  border-style: solid;
  border-color: transparent;
  position: absolute;
  left: 0;

  -webkit-transform: rotate(360deg);
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.event-control .event-less:after {
  border-width: 0 25px 10px 25px;
  top: -10px;
}

.event-control .event-less:hover:after {
  border-bottom-color: rgba(0, 0, 0, .3);
}

.event-control .event-more:after {
  border-width: 10px 25px 0 25px;
  bottom: -10px;
}

.event-control .event-more:hover:after {
  border-top-color: rgba(0, 0, 0, .3);
}

/*16.07 CONTACTS ================================================== */

.contact-info {
  width: 100%;
  float: left;
}

.contact-info span {
  width: 100%;
  text-align: center;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  margin-bottom: 25px;
  line-height: 40px;
  display: block;
}

.contact-info span:last-child {
  margin-bottom: 0px;
}

.contact-info span:before {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  font-family: 'entypo';
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 41px;
  color: transparent;
  cursor: default;
  speak: none;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-indent: 2px;
  margin: 0 auto 5px auto;
  display: block;
  -webkit-font-smoothing: antialiased;
}

.contact-info .address:before {
  content: '\e612';
}

.contact-info .phone:before {
  content: '\e600';
}

.contact-info .mobile:before {
  content: '\e601';
}

.contact-info .email:before {
  content: '\e606';
}

.contact-info .extra {
  text-align: justify;
  line-height: normal;
  padding-top: 15px;
  border-top: 3px solid transparent;
}

/*16.08 COLUMN LAYOUTS ============================================ */

.column {
  margin-right: 8% !important;
  margin-bottom: 40px;
  vertical-align: middle;
  position: relative;
  float: left;

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

.column.last, 
.column.one-full 
{
  margin-right: 0 !important;
  clear: right; 
}

.column.last:after {
  height: 0;
  line-height: 0;
  content: '\0020';
  clear: both;
  visibility: hidden;
  overflow: hidden;
  display: block;
}

.column.one-full, 
.column.one-half, 
.column.one-third, 
.column.one-fourth, 
.column.one-fifth, 
.column.one-sixth, 
.column.two-thirds, 
.column.three-fourths, 
.column.two-fifths, 
.column.three-fifths, 
.column.four-fifths, 
.column.five-sixths 
{ 
  width: 100%;
  margin-right: 0;
  float: left;
}

section.columned .column.one-third, 
section.columned .column.two-thirds 
{
  width: 100%;
}

/*16.09 HEADING =================================================== */

.heading { 
  width: 100%;
  padding-bottom: 20px;
  display: block;
  float: left;
}

.heading.left { 
  text-align: left 
}

.heading.center { 
  text-align: center 
}

.heading.right { 
  text-align: right 
}

/*16.10 BUTTON ==================================================== */

/* Common styles */

.button {
  font-family: inherit;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 6px;
  display: inline-block;
  position: relative;

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

.button:after {
  content: '\0020';
  position: absolute;
  z-index: -1;
}

.button:before {
  font-family: 'entypo';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button, 
.button:before 
{
  -webkit-transition: all .25s ease-in-out 0s;
     -moz-transition: all .25s ease-in-out 0s;
      -ms-transition: all .25s ease-in-out 0s;
       -o-transition: all .25s ease-in-out 0s;
          transition: all .25s ease-in-out 0s;
}

.button:active {
  top: 2px;
}

.button.large {
  font-size: 19px;
  font-size: 1.9rem;
}

.button.medium {
  font-size: 18px;
  font-size: 1.8rem;
}

.button.small {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Simple */

.button.simple {
  color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: 0 none;
}

.button.simple.large {
  padding: 25px 78px 25px 82px;
}

.button.simple.medium {
  padding: 20px 59px 20px 61px;
}

.button.simple.small {
  padding: 15px 39px 15px 41px;
}

.button.simple:hover {
  color: transparent;
  background-color: transparent;
}

/* Iconed */

.button.iconed {
  color: transparent; 
  background-color: transparent;
  border-radius: 0;
  border: 0 none;
}

.button.iconed.large {
  padding: 25px 46px 25px 114px;
}

.button.iconed.medium {
  padding: 20px 32px 20px 88px;
}

.button.iconed.small {
  padding: 15px 16px 15px 64px;
}

.button.iconed:hover {
  color: transparent;
  background-color: transparent;
}

.button.iconed:before {
  width: 100%;
  height: 100%;
  color: transparent;
  padding-left: 2px;
  border-right: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.button.iconed.large:before {
  width: 60px;
  font-size: 140%;
  line-height: 76px;
}

.button.iconed.medium:before {
  width: 50px;
  font-size: 130%;
  line-height: 65px;
}

.button.iconed.small:before {
  width: 40px;
  font-size: 120%;
  line-height: 52px;
}

/* Outer */

.button.outer {
  color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: 0 none;
}

.button.outer.large {
  padding: 25px 78px 25px 82px;
}

.button.outer.medium {
  padding: 20px 59px 20px 61px;
}

.button.outer.small {
  padding: 15px 39px 15px 41px;
}

.button.outer:hover {
  color: transparent;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 3px transparent, 0 0 0 6px transparent;
  -moz-box-shadow: 0 0 0 3px transparent, 0 0 0 6px transparent;
  -ms-box-shadow: 0 0 0 3px transparent, 0 0 0 6px transparent;
  -o-box-shadow: 0 0 0 3px transparent, 0 0 0 6px transparent;
  box-shadow: 0 0 0 3px transparent, 0 0 0 6px transparent;
}

/* Inner */

.button.inner {
  color: transparent;
  border: 3px solid transparent;
  background-color: transparent;
  border-radius: 0;
}

.button.inner.large {
  padding: 22px 75px 22px 79px;
}

.button.inner.medium {
  padding: 17px 56px 17px 58px;
}

.button.inner.small {
  padding: 12px 36px 12px 38px;
}

.button.inner:hover {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 3px transparent;
  -moz-box-shadow: inset 0 0 0 3px transparent;
  -ms-box-shadow: inset 0 0 0 3px transparent;
  -o-box-shadow: inset 0 0 0 3px transparent;
  box-shadow: inset 0 0 0 3px transparent;
}

/*16.11 SOCIAL ICON =============================================== */

a.social-icon {
  width: 34px;
  height: 34px;
  font-size: 0;
  color: transparent;
  text-align: center;
  text-decoration: none;
  margin: 3px 12px 27px 12px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  z-index: 1;
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}

a.social-icon:after {
  width: 100%;
  height: 100%;
  content: '\0020';
  padding: 0;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 3px transparent;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: scale(.9999);
  -webkit-transition: -webkit-transform 0.25s, color 0.25s;
  -moz-transition: -moz-transform 0.25s, color 0.25s;
  transition: transform 0.25s, color 0.25s;
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}

a.social-icon:before {
  font-family: 'entypo';
  speak: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateZ(0);
}

.no-touch a.social-icon:hover {
  color: transparent;
  background-color: transparent;
}

.no-touch a.social-icon:hover:after {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  opacity: 0.5;
}

a.icon-twitter:before {
  text-indent: 2px;
}

a.icon-facebook:before {
  text-indent: -1px;
}

a.icon-googleplus:before {
  text-indent: 2px;
}

a.icon-pinterest:before {
  text-indent: 1px;
}

a.icon-flickr:before {
  text-indent: 1px;
}

.social-labeled {
  width: auto;
  margin: 0 12px 24px 12px;
  display: block;
  text-align: center;
}

.social-labeled a.social-icon {
  margin: 3px auto;
}

.social-labeled span {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
}

/*16.12 CALLOUT BOX =============================================== */

/* Common styles */

.callout {
  width: 100%;
  max-width: 948px;
  color: transparent;
  background-color: transparent;
  position: relative;
  margin: 6px auto;
}

.callout:before, 
.callout:after 
{
  background: transparent;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}

/* Portrait */

.callout.portrait {
  min-height: 100px;
}

.callout.portrait:before, 
.callout.portrait:after 
{
  width: 20px;
  height: 100%;
}

.callout.portrait:before {
  border-right: none;
  left: -6px;
  top: -6px;
  padding-top: 6px;
}

.callout.portrait:after {
  border-left: none; 
  right: -6px;
  top: -6px;
  padding-top: 6px;
}

/* Landscape */

.callout.landscape {
  min-height: 100px;
}

.callout.landscape:before, 
.callout.landscape:after 
{
  width: 100%;
  height: 20px;
}

.callout.landscape:before {
  border-bottom: none;
  left: -6px;
  top: -6px;
  padding-right: 6px;
}

.callout.landscape:after {
  border-top: none; 
  right: -6px;
  bottom: -6px;
  padding-left: 6px;
}

/* Columns and button */

.callout .two-thirds, 
.callout .one-third 
{
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.callout .two-thirds {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: inherit;
  text-align: center;
  line-height: normal;
  padding: 34px 39px 28px 39px;
}

.callout .one-third {
  text-align: center;
  padding: 0 0 36px 0;
}

.callout .one-third .button {
  width: auto;
  float: none;
}

/*16.13 MESSAGE BOX =============================================== */

/* Common styles */

.message-box {
  width: 100%;
  min-height: 60px;
  padding: 0;
  margin: 0;
  background-color: none;
  outline: none;
  position: relative;
  display: inline-block;

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

.message-box .message {
  font-size: 20px;
  font-size: 2rem;
  color: #282828;
  padding: 15px 22px 15px 90px;
  float: left;
}

.message-box .message:before {
  width: 60px;
  height: 100%;
  font-family: 'entypo';
  color: rgba(0, 0, 0, .7); 
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  line-height: 3;
  padding-left: 2px;
  border-right: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.message-box .close-button { 
  width: 60px;
  height: 60px;
  background: transparent url(assets/images/icon-black-cross.png) no-repeat center center;
  background-size: 50% 50%;
  cursor: pointer;
  float: right;
}

/* Info */

.message-box.info {
  background-color: #64E6F7;
}

.message-box.info .message:before {
  content: '\e683';
}

/* Success */

.message-box.success {
  background-color: #0BE591;
}

.message-box.success .message:before {
  content: '\e677';
}

/* Error */

.message-box.error {
  background-color: #F9534D;
}

.message-box.error .message:before {
  content: '\e682';
}

/* Notice */

.message-box.notice {
  background-color: #FFFC60;
}

.message-box.notice .message:before {
  content: '\e687';
}

/* Download */

.message-box.download {
  background-color: #C2C2C2;
}

.message-box.download .message:before {
  content: '\e6a3';
}

/*16.14 TESTIMONIAL =============================================== */

.testimonial {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

.testimonial .content { 
  width: 100%;
  color: transparent;
  background-color: transparent;
  position: relative;
}

.testimonial .content p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  font-style: italic;
  padding: 24px 30px 21px 30px;
  margin: 0;
}

.testimonial .content:before { 
  width: 100%;
  height: 3px;
  content: '\0020';
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.testimonial .content:after { 
  width: 0px;
  height: 0px;
  content: '\0020';
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: transparent transparent transparent transparent;
  -moz-transform: scale(.9999);
  position: absolute;
  bottom: -16px;
}

.testimonial.align-left .content:after { 
  left: 30px;
}

.testimonial.align-center .content:after { 
  left: 50%;
  margin-left: -15px;
}

.testimonial.align-right .content:after { 
  right: 30px;
}

.testimonial address { 
  width: 100%;
  font-family: inherit;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 30px; 
  margin-bottom: 0;
}

/*16.15 GLIMPSES ================================================== */

.glimpses {
  width: 100%;
  float: left;
}

.glimpses .glimpse-icons div {
  font-size: 0;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  display: none;
}

.glimpses .glimpse-icons div span {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.glimpses .glimpse-icons div a {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: inherit;
  outline: none;
  text-indent: -9999px;
  background-color: transparent;
  border: 3px solid transparent;
  -webkit-box-shadow: 0 0 0 3px transparent;
  -moz-box-shadow: 0 0 0 3px transparent;
  -ms-box-shadow: 0 0 0 3px transparent;
  -o-box-shadow: 0 0 0 3px transparent;
  box-shadow: 0 0 0 3px transparent;
  -moz-transform: scale(.9999);
  position: absolute;
  top: -3px;
  left: -3px;
}

.glimpses .glimpse-content {
  display: none;
}

.glimpses .glimpse-content div {
  text-align: center;
  display: none;
}

.glimpses .glimpse-content div h3 {
  margin-bottom: 18px;
}

/*16.16 OPENING TIMES ============================================= */

.opening-time {
  width: 100%;
  background-color: #FFFFFF;
  padding-top: 30px;
  text-align: center;
  float: left;
}

.opening-time .time-table h5 {
  color: #282828;
  text-transform: uppercase;
  padding: 0 30px;
  margin-bottom: 10px;
}

.opening-time .time-table h6 {
  color: #888888;
  padding: 0 30px;
  margin-bottom: 20px;
}

.opening-time .time-table &gt; .inner-bg {
  background: url(assets/images/chalkboard.jpg);
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.5); 
  margin: 0 3px;
}

.opening-time .week-day {
  border-bottom: 3px dotted #FFFFFF;
  padding: 7px 12px 7px 12px;
  margin: 0;
  float: none; 
}

.opening-time .week-day:last-child {
  border-bottom: 3px solid #FFFFFF;
}

.opening-time .week-day dt,
.opening-time .week-day dd 
{
  width: 100%;
  text-align: center;
  line-height: 1.6;
  float: none;
}

.opening-time .week-day dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #FAF8F7;
  padding: 0;
  margin: 0;
}

.opening-time .week-day dd {
  font-size: 14px;
  font-size: 1.4rem;
  color: #CFCBCA;
  padding: 0;
  margin: 0;
}

/*16.17 VIDEO PLAYER ============================================== */

/* Color of icons and text */

.vjs-default-skin { 
  color: #FFFFFF !important; 
} 

/* Color of progress bar and volume level */

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level 
{ 
  background-color: #C80C2F !important; 
}

/* Color of control bar and first play button */

.vjs-default-skin .vjs-control-bar,
.vjs-default-skin .vjs-big-play-button 
{ 
  background-color: rgba(0, 0, 0, 0.7) !important; 
}

/* Hover colors of first play button */

.vjs-default-skin .vjs-big-play-button:hover 
{ 
  color: #FFFFFF; 
  background-color: rgba(200, 12, 47, 0.7) !important;
}

/* Background color of slider */

.vjs-default-skin .vjs-slider { 
  background-color: rgba(255, 255, 255, 0.2333333333333333) !important; 
}

/* Size of control bar */

.vjs-default-skin .vjs-control-bar { 
  font-size: 100% !important; 
}

/* Restyling play button */

.vjs-default-skin .vjs-big-play-button {
  width: 56px !important;
  height: 56px !important;
  font-size: 32px !important;
  font-size: 3.2rem !important;
  line-height: 56px !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -28px !important;
  margin-top: -28px !important;
  border-radius: 50% !important;
  border: 0 none !important;
  box-shadow: none !important;
}

.vjs-default-skin .vjs-big-play-button:before {
  line-height: 56px !important;
  text-shadow: none !important;
  padding-left: 4px !important;
}

/* Restyling options list */

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  bottom: 15px !important;
}

.vjs-default-skin .vjs-menu-button ul li {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

/*16.18 GOOGLE MAP ================================================ */

.google-map {
  width: auto;
  height: auto;
  position: relative;
  max-width: inherit;
}

.google-map .map-canvas {
  width: 100%;
  height: 100%;
}

.google-map .map-canvas .map-info-window h6 {
  color: #282828;
  letter-spacing: 1px;
  margin-bottom: 5px;  
}

.google-map .map-canvas .map-info-window span {
  color: #3C3C3C;
  margin-bottom: 10px;
  display: block;
}

.google-map .map-canvas .map-info-window a {
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
}

.google-map .map-canvas img {
  max-width: none !important;
}

.google-map.wide-open {
  height: 300px !important;
}

/*16.19 SKILLS BAR ================================================ */

.skills-bar { 
  width: 100%;
  margin-bottom: 33px; 
  float: left;
}

.skills-bar .status {
  width: 100%;
  margin-bottom: 12px;
}

.skills-bar .progress {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, .3);
}

.skills-bar .indicator { 
  height: 3px;
  width: 0px;
  background-color: transparent;
}

/*16.20 ACCORDION ================================================= */

.accordion {
  width: 100%;
  display: none;
  float: left;
}

.accordion .accordion-trigger {
  padding: 15px 15px 12px 58px; 
  background-color: #FFFFFF;
  margin-top: 3px; 
  outline: none;
  cursor: pointer; 
  position: relative;
  display: block; 
}

.accordion .accordion-trigger:before {
  width: 40px;
  height: 100%;
  font-family: 'entypo';
  color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  line-height: 2.8;
  padding-left: 2px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion .accordion-trigger:before {
  content: '\e6d8';
}

.accordion .accordion-trigger.ui-state-active:before {
  content: '\e6d6';
}

.accordion .accordion-trigger a {
  color: #282828;
  text-decoration: none;
  outline: none;
}

.accordion .accordion-trigger:hover, 
.accordion .accordion-trigger.ui-state-active 
{ 
  background-color: #F1F1F1; 
}

.accordion .ui-accordion-content { 
  color: transparent;
  background-color: transparent;
  padding: 21px 35px 26px 45px;
  overflow: hidden;
  display: none;
}

.accordion .ui-accordion-content p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}

.accordion .ui-accordion-content p:last-child { 
  margin: 0;
}

/*16.21 TOGGLE ==================================================== */

.toggle {
  width: 100%;
  float: left;
}

.toggle .toggle-trigger { 
  padding: 15px 15px 12px 58px; 
  background-color: #FFFFFF;
  margin-top: 3px; 
  outline: none;
  cursor: pointer; 
  position: relative;
  display: block; 
}

.toggle .toggle-trigger:before,
.toggle .toggle-trigger.active:before 
{
  width: 40px;
  height: 100%;
  font-family: 'entypo';
  color: transparent;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  line-height: 2.8;
  padding-left: 2px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toggle .toggle-trigger:before {
  content: '\e680';
}

.toggle .toggle-trigger.active:before {
  content: '\e67f';
}

.toggle .toggle-trigger a {
  color: #282828;
  text-decoration: none;
  outline: none;
}

.toggle .toggle-trigger:hover,
.toggle .toggle-trigger.active
{ 
  background-color: #F1F1F1;
}

.toggle .toggle-content { 
  color: transparent;
  background-color: transparent;
  padding: 21px 35px 26px 45px;
  overflow: hidden;
  display: none;
}

.toggle .toggle-content p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}

.toggle .toggle-content p:last-child { 
  margin: 0;
}

/*16.22 TABS ====================================================== */

.tabs {
  width: 100%;
  float: left;
}

.tabs .tab-nav { 
  padding: 0; 
  margin: 0; 
  display: block; 
}

.tabs .tab-nav li { 
  width: 100%;
  height: 40px; 
  padding: 0; 
  margin-right: 0;
  margin-bottom: 3px; 
  outline: none; 
  display: block; 
  float: left; 
}

.tabs .tab-nav li a { 
  width: auto;
  height: 40px;
  color: #282828;
  line-height: 40px;
  text-decoration: none;
  padding: 0px 35px;
  border-top: 3px solid transparent;
  background-color: #FFFFFF;
  outline: none;
  display: block;
}

.tabs .tab-nav li:not(.ui-state-active) a:hover {
  background-color: #F1F1F1 !important;
}

.tabs .tab-nav .ui-state-active a,
.tabs .tab-nav .ui-state-active a:hover 
{ 
  padding-top: 0;
  margin-left: 0;
  top: auto;
}

.tabs .tab-content { 
  color: transparent;
  background-color: transparent;
  padding: 21px 35px 26px 35px;
  overflow: hidden;
  display: none;
}

.tabs .tab-content p {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}

.tabs .tab-content p:last-child { 
  margin: 0;
}

/*16.23 LIST ====================================================== */

ul.list {
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}

ul.list li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ul.list li:before {
  font-family: 'entypo';
  font-size: 18px;
  font-size: 1.8rem;
  color: transparent;
  line-height: 100%;
  margin-right: 8px;
  vertical-align: baseline;
  text-align: center;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  position: relative;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*16.24 BLOCKQUOTE ================================================ */

/* Common styles */

.blockquote {
  width: 100%;
  max-width: 948px;
  margin: 6px;
  position: relative;
  float: left;
}

.blockquote blockquote {
    width: 100%;
    background-color: transparent;
    position: relative;
    display: block;
    float: left;
}

.blockquote blockquote p {
  color: transparent;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  padding: 25px 50px 30px 50px;
  margin: 0;
  position: relative;
}

.blockquote blockquote p:before, 
.blockquote blockquote p:after 
{
  font-family: 'entypo';
  font-size: 30px;
  font-size: 3rem;
  color: transparent;
  line-height: 100%;
  margin: 0;
  padding: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  position: absolute;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blockquote blockquote p:before {
  content: '\e621';
  top: 10px;
  left: 10px;

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

.blockquote blockquote p:after {
  content: '\e621';
  top: 10px;
  right: 10px;
}

.blockquote blockquote cite {
  color: transparent;
  font-style: italic;
  padding: 0px 45px 27px 30px;
  float: right;
}

/* Closing */

.blockquote.closing blockquote:before, 
.blockquote.closing blockquote:after 
{
  content: '\0020';
  width: 50%;
  height: 50%;
  position: absolute;
}

.blockquote.closing blockquote:before {
  top: -3px;
  left: -3px;

  -webkit-box-shadow: -3px -3px 0 0 transparent;
  -moz-box-shadow:    -3px -3px 0 0 transparent;
  box-shadow:         -3px -3px 0 0 transparent;
}

.blockquote.closing blockquote:after {
  bottom: -3px;
  right: -3px;

  -webkit-box-shadow: 3px 3px 0 0 transparent;
  -moz-box-shadow:    3px 3px 0 0 transparent;
  box-shadow:         3px 3px 0 0 transparent;
}

/* Opening */

.blockquote.opening blockquote:before, 
.blockquote.opening blockquote:after 
{
  content: '\0020';
  width: 50%;
  height: 50%;
  position: absolute;
}

.blockquote.opening blockquote:before {
  top: -3px;
  right: -3px;

  -webkit-box-shadow: 3px -3px 0 0 transparent;
  -moz-box-shadow:    3px -3px 0 0 transparent;
  box-shadow:         3px -3px 0 0 transparent;
}

.blockquote.opening blockquote:after {
  bottom: -3px;
  left: -3px;

  -webkit-box-shadow: -3px 3px 0 0 transparent;
  -moz-box-shadow:    -3px 3px 0 0 transparent;
  box-shadow:         -3px 3px 0 0 transparent;
}

/*16.25 PULLQUOTE ================================================= */

.pullquote {
  width: auto;
  color: transparent;
  font-style: italic;
  text-align: center;
  padding: 19px 28px 24px 28px;
  margin: 20px 0px 20px 0px;
  background-color: transparent;
  border: 3px solid transparent;
  outline: 3px solid transparent;
  position: relative;
  display: block;
  float: none;
}

.pullquote:before, 
.pullquote:after 
{
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  color: transparent;
  line-height: 100%;
  margin: 0;
  padding: 0;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  position: absolute;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pullquote:before {
  content: '\e621';
  top: 5px;
  left: 5px;

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

.pullquote:after {
  content: '\e621';
  bottom: 5px;
  right: 5px;
}

.pullquote.right, 
.pullquote.left 
{ 
  margin-left: 3px;
  margin-right: 3px;
}

/*16.26 DROPCAP =================================================== */

.dropcap {
  width: 43px;
  height: 43px;
  font-size: 30px;
  font-size: 3rem;
  color: transparent;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 1.3;
  background-color: transparent;
  margin: 7px 12px 0px 0px;
  display: inline-block;
  float: left;
}

.dropcap strong {
  font-weight: normal;
  padding-left: 2px;
}

.dropcap.circle {
  border-radius: 50%;
}

.dropcap.diamond {
  margin: 16px 0 0 22px;
  position: relative;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.dropcap.diamond strong {
  width: 43px;
  height: 43px;
  line-height: 1.3;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*16.27 DIVIDER =================================================== */

.divider {
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  background: none;
  float: left;
}

.divider.solid {
  border-top: 3px solid transparent;
}

.divider.dashed {
  border-top: 3px dashed transparent;
}

.divider.dotted {
  border-top: 3px dotted transparent;
}

.divider.double {
  height: 12px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.divider.fade-out {
  width: 100%;
  height: 3px;
  border: none;
}

.divider.fade-in {
  width: 100%;
  height: 3px;
  border: none;
}

/*16.28 HIGHLIGHT ================================================= */

.highlight, 
.highlight a 
{ 
  font-size: 18px;
  font-size: 1.8rem;
  color: inherit;
  background-color: inherit;
  border-radius: 15px;
  padding: 0 6px 2px 8px;
  display: inline;
}

/*16.29 BOOKING &amp; FEEDBACK ======================================== */

/* Form elements */

.forms {
  width: 100%;
  margin-bottom: -30px;
  text-align: center;
  position: relative;
}

.forms fieldset {
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px 30px 20px 30px;
  box-sizing: border-box;
  border: 0 none;
  position: relative;
}

.forms input, 
.forms textarea 
{
  width: 100%;
  height: 42px;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  color: #282828;
  padding: 6px 20px 5px 10px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 3px solid #E8E8E8;
  display: inline-block;

  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;

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

.forms textarea {
  min-height: 228px;
  resize: none;
}

.forms input:focus,
.forms textarea:focus,
.forms select:focus, 
.forms input.error:focus, 
.forms textarea.error:focus, 
.forms select.error:focus 
{
  border: 3px solid #282828 !important;
  outline: none;
}

.forms input.error, 
.forms textarea.error, 
.forms select.error
{
  border: 3px solid #BD2A33 !important;
}

.forms fieldset h5 {
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.forms fieldset h6 {
  color: #888888;
  margin-bottom: 20px;
}

/* Status message */

.forms .status {
  display: inline-block;
  position: relative;
}

.forms .status.success:after, 
.forms .status.failure:after 
{
  width: 40px;
  height: 40px;
  font-family: 'entypo';
  text-align: center;
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -15px;
  right: -20px;

  -moz-border-radius-topleft: 90px;
  -webkit-border-top-left-radius: 90px;
   border-top-left-radius: 90px;
  -moz-border-radius-topright: 90px;
  -webkit-border-top-right-radius: 90px;
  border-top-right-radius: 90px;
  -moz-border-radius-bottomright: 90px;
  -webkit-border-bottom-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.forms .status.success:after {
  content: '\e61d';
  background-color: #82A81F;
}

.forms .status.failure:after {
  content: '\e61e';
  background-color: #BD2A33;
}

/* Placeholders */

.forms input::-webkit-input-placeholder, 
.forms textarea::-webkit-input-placeholder 
{
  color: #BFBFBF;
}

.forms input:-moz-placeholder, 
.forms textarea:-moz-placeholder 
{
  color: #BFBFBF;
  opacity: 1;
}

.forms input::-moz-placeholder, 
.forms textarea::-moz-placeholder 
{
  color: #BFBFBF;
  opacity: 1;
}

.forms input:-ms-input-placeholder, 
.forms textarea:-ms-input-placeholder 
{
  color: #BFBFBF;
}

.forms .placeholder {
  color: #BFBFBF;
  opacity: 1;
}

/* Webkit hacks */

@media screen and (-webkit-min-device-pixel-ratio:0) {

  .forms select {
    line-height: 1.8 !important;
  }

  .forms select {
    text-indent: 7px;
    padding-left: 0 !important;
  }

  .forms input, 
  .forms textarea 
  {
    line-height: normal;
  }

}

/* Booking form */

#booking-form fieldset:not(:first-of-type) {
  display: none;
}

#booking-form label {
  position: relative;
  display: block;
  z-index: 1
}

#booking-form label:before {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  content: '\0020';
  background: #FFFFFF url(assets/images/icon-selectbox.png) no-repeat top left;
  border-left: 3px solid #E8E8E8;
  z-index: 3;
}

#booking-form select {
  width: 100%;
  height: 42px;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  color: #282828;
  padding: 5px 0 4px 7px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 3px solid #E8E8E8;
  display: inline-block;
  overflow: hidden;
  z-index: 2;

  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#booking-form select.clean {
  color: #BFBFBF !important;
}

#booking-form select option {
  color: #282828 !important;
}

#booking-form select option:first-child {
  color: #BFBFBF !important;
}

#booking-form .indicator {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}

#booking-form .indicator li {
  width: 33.33%;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  color: inherit;
  text-transform: uppercase;
  list-style-type: none;
  position: relative;
  float: left;
}

#booking-form .indicator li:before {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 30px;
  color: #282828;
  margin: 0 auto 10px auto;
  background-color: #FFFFFF;
  content: counter(step);
  counter-increment: step;
  display: block;
}

#booking-form .indicator li.active:before {
  background-color: #282828;
  color: #FFFFFF;
}

#booking-form .indicator li.active:after{
  width: 0px;
  height: 0px;
  content: '\0020';
  background-color: transparent;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #282828;
  -moz-transform: scale(.9999);
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
}

/*16.30 SPACER ==================================================== */

.spacer { 
  display: block;
  height: 0px;
  clear: both;
}

/*16.31 CLEAR FLOATS ============================================== */

.clear-floats { 
  clear: both; 
}

/*17 BLOG
=================================================================== */

/*17.01 POST ====================================================== */

.post {
  margin-top: 90px;
  position: relative;
}

.post:first-child {
  margin-top: 0px !important;
}

.post.sticky {
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
}

.post.sticky:before {
  width: 40px;
  height: 40px;
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.9);
  content: '\e608';
  text-align: center;
  line-height: 41px;
  text-indent: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.post-content,
.post-single-content 
{
  border-bottom: 3px solid #FFFFFF;
}

/* Post media */

.post-media {
  margin-bottom: 30px;
}

.post-media img {
  width: 100%;
  height: auto;
}

/* Post title */

.post-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Post tags */

.post-tags {
  margin-top: 30px;
}

.post-tags ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.post-tags li {
  color: #282828;
  padding: 10px;
  margin-right: 15px;
  background-color: #FFFFFF;
  display: inline-block;
  position: relative;
}

.post-tags li:before {
  font-family: 'entypo';
  font-size: 18px;
  font-size: 1.8rem;
  color: inherit;
  content: '\e62d';
  margin-right: 5px;
  vertical-align: middle;
  cursor: default;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

.post-tags li a {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Post meta */

.post-meta, 
.post-meta a 
{
  font-size: 16px;
  font-size: 1.6rem;
}

.post-meta {
  color: #282828;
  line-height: 1.5;
  padding: 8px 20px;
  margin-bottom: 38px;
  background: #FFFFFF;
  position: relative;
}

.post-meta i {
  font-style: normal;
  margin-bottom: 10px;
  display: block;
}

.post-meta i:last-child {
  margin-bottom: 0;
}

.post-meta i a:first-of-type{
  padding-left: 5px;
}

.post-single-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 0 23px 0;
}

.post-single-meta a {
  padding-bottom: 1px;
  border-bottom: 1px dashed;
}

/* Read more */

.read-more {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 30px 0 23px 0;
}

/* Post navigation */

.post-navigation div {
  width: 50%;
  height: 40px;  
  background-color: #FFFFFF;
  position: relative;
}

.post-navigation div a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 40px;
  white-space: nowrap;
  display: block;
}

.post-navigation a:before {
  width: 22px;
  height: 22px;
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  color: #FFFFFF;
  text-align: center;
  text-indent: 1px;
  line-height: 1.1;
  border-radius: 50%;
  background-color: #282828;
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  position: absolute;
}

.post-navigation .next a {
  text-align: right;
  padding-right: 40px;
}

.post-navigation .next a:before {
  content: '\e6d4';
  top: 9px;
  right: 9px;
}

.post-navigation .prev a {
  text-align: left;
  padding-left: 40px;
}

.post-navigation .prev a:before {
  content: '\e6d1';
  top: 9px;
  left: 9px;
}

/* Post sharing */

.post-sharing {
  width: auto;
  height: 34px;
  line-height: 34px;
  border: 3px solid #FFFFFF;
}

.post-sharing .share-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  padding: 0 16px 0 13px;
  background-color: #FFFFFF;
  float: left;
}

.post-sharing .sharing-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}

.sharing-icons li {
  float: left;
  border-left: 3px solid #FFFFFF;
}

.sharing-icons li a {
  width: 34px;
  height: 34px;
  display: block;
}

.sharing-icons li a:hover {
  background-color: #FFFFFF;
}

.sharing-icons li a:before {
  width: 34px;
  height: 34px;
  font-family: 'entypo';
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 34px;
  speak: none;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-indent: 2px;
  display: inline-block;
}

.sharing-icons .facebook a:before {
  content: '\e6f6';
}

.sharing-icons .twitter a:before {
  content: '\e6f4';
}

.sharing-icons .google a:before {
  content: '\e6f9';
  font-weight: bold;
}

.sharing-icons .linkedin a:before {
  content: '\e6ff';
}

.sharing-icons .email a:before {
  content: '\e604';
}

/* Post author */

.post-author .author-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 40px;
  padding: 0 16px 0 16px;
  background-color: #FFFFFF;
  display: inline-block;
}

.post-author .author-info {
  color: #282828;
  background-color: #FFFFFF;
  padding: 16px;
}

.post-author .author-info h5 {
  margin-bottom: 10px;
}

.post-author .author-info p {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.post-author .author-info .avatar {
  float: left;
  margin: 0 20px 10px 0;
}

/* Icon separator */

.icon-separator {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
}

.icon-separator:before {
  font-family: 'entypo';
  font-size: 80px;
  font-size: 8rem;
  color: rgba(0, 0, 0, .05);
  content: '\e6de';
  margin-right: 5px;
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

/*17.02 COMMENTS ================================================== */

.comments {
  margin-top: 90px;
}

.comments-title {
  padding-bottom: 17px;
  border-bottom: 3px solid #FFFFFF;
}

/* List */

.comments-list {
  margin-top: 50px;
}

.comments-list &gt; li {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 3px dashed #FFFFFF;
}

.comments-list li:last-child {
  margin: 0;
}

.comments-list li ul {
  list-style: none;
  margin: 0 0 0 10px;
}

.comments-list li ul li {
  margin: 50px 0 0 0 !important;
}

/* Content */

.comment-content {
  color: #282828;
  background-color: #FFFFFF;
  padding: 12px 18px 18px 18px;
  margin-left: 70px;
  position: relative;
}

.comment-content:before {
  content: '\0020';
  border: 10px solid #FFFFFF;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 15px;
  left: -20px;
  z-index: 1;
}

.comment-text p {
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-author {
  float: left;
}

.comment-meta {
  margin-bottom: 15px;
}

.comment-date {
  font-size: 14px;
  font-size: 1.4rem;
  color: #888888;
  line-height: 1.5;
  margin-top: 6px;
}

.comment-action a {
  width: auto;
  height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  border: 3px solid #282828;
  padding: 0px 16px;
  margin-right: 15px;
  display: block;
  float: left;
}

.comment-action a:hover {
  color: #FFFFFF;
  background-color: #282828;
}

.comment-status p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: 8px 14px;
  background-color: #BD2A33;
}

/* Respond */

.comment-respond { 
  margin-top: 42px;
}

.comment-respond .comment-reply-title {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 3px solid #FFFFFF;
}

.comment-respond .comment-notes, 
.comment-respond .form-allowed-tags, 
.comment-respond .logged-in-as 
{
  font-size: 16px;
  font-size: 1.6rem;
}

.comment-respond input, 
.comment-respond textarea 
{
  width: 100%;
  height: 42px;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  color: #282828;
  padding: 6px 20px 5px 10px;
  margin-top: 30px;
  background-color: transparent;
  border: 3px solid #FFFFFF;
  display: inline-block;

  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;

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

.comment-respond textarea {
  min-height: 228px;
  resize: none;
}

.comment-respond input:focus,
.comment-respond textarea:focus,
.comment-respond input.error:focus, 
.comment-respond textarea.error:focus
{
  border: 3px solid #282828 !important;
  outline: none;
}

.comment-respond input.error, 
.comment-respond textarea.error
{
  border: 3px solid #BD2A33 !important;
}

.comment-respond form p {
  margin: 0;
}

.comment-respond .form-submit, 
.comment-respond code 
{
  display: none;
}

.comment-respond button {
  margin: 30px 15px 0 0;
}

/*17.03 WIDGETS =================================================== */

/* Common styles */

.widget {
  margin-bottom: 60px;
}

.widget:last-child {
  margin-bottom: 0 !important;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 12px 0 0 30px;
  position: relative;
}

.widget ul li:before {
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  color: inherit;
  content: '\e6d4';
  margin-right: 5px;
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 8px;
  top: 12px;
}

.widget ul li:first-of-type {
  padding-top: 0;
}

.widget ul li:first-of-type:before {
  top: 0px;
}

.widget ul li ul {
  padding-top: 12px;
}

.widget ul li ul li {
  padding-bottom: 0;
}

.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 8px 10px 8px 33px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  position: relative;
}

.widget-title:before {
  font-family: 'entypo';
  font-size: 20px;
  font-size: 2rem;
  content: '\e6ce';
  cursor: default;
  speak: none;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  position: absolute;
  top: 6px;
  left: 10px;
}

.widget-title a {
  font-size: inherit;
  line-height: 1.5;
}

/* Recent comments */

.widget.widget_recent_comments a {
  padding-bottom: 1px;
  border-bottom: 1px dashed;
}

/* RSS */

.widget_rss .widget-title a:first-child {
  margin-top: 5px;
  float: right;
}

.widget_rss .rss-date, 
.widget_rss cite, 
.widget_recent_entries .post-date 
{
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, .5);
  font-style: italic;
  display: block;
}

.widget_rss .rss-date {
  margin-top: 2px;
}

.widget_rss cite {
  text-align: right;
  margin-top: 8px;
}

.widget_rss cite:before {
  content: '—';
}

.widget_rss .rssSummary {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  margin-top: 12px;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* Calendar */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  text-transform: capitalize;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 12px;
  font-size: 1.2rem;
}

#wp-calendar thead th {
  text-align: center;
  padding-bottom: 16px;
  border: 0;
}

#wp-calendar tbody td, 
#wp-calendar tbody td a 
{
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 38px;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
}

#wp-calendar tbody td {
  cursor: default;
}

#wp-calendar tbody td a {
  background-color: #F5F5F5;
  display: block;
}

#wp-calendar tbody td:hover {
  background-color: #F5F5F5;
}

#wp-calendar tbody .pad, 
#wp-calendar tbody .pad:hover 
{
  background-color: transparent;
}

#wp-calendar tfoot td { 
  padding: 13px 10px 0px 10px; 
}

#wp-calendar tfoot td a {
  font-size: 16px;
  font-size: 1.6rem;
}

#wp-calendar tfoot td#prev { 
  text-align: left; 
}

#wp-calendar tfoot td#next { 
  text-align: right; 
}

#wp-calendar #today {
  color: #BD2A33;
  background-color: #F5F5F5;
}

#wp-calendar a.current {
  color: #BD2A33;
}

/* Dropdown (for Archives and Categories) */

.widget select {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  border: 3px solid #FFFFFF;
  background: #FFFFFF !important;
  padding: 10px 16px;
  background: none;
}

.widget select:focus {
  background: #FFFFFF;
  outline: none;
}

/* Tag Cloud */

.widget_tag_cloud a {
  width: auto;
  height: 34px;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  color: #282828;
  line-height: 34px;
  padding: 0 10px;
  margin: 0 15px 10px 0;
  border: 3px solid #FFFFFF;
  display: inline-block;
}

.widget_tag_cloud a:hover {
  background-color: #FFFFFF;
}

/* Text */

.widget_text .textwidget, 
.widget_text .textwidget p 
{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: justify;
}

/* Search and Password forms */

.search,
.password 
{
  width: 100%;
  height: 45px;
}

.search form, 
.password form 
{
  padding: 0;
  margin: 0;
  position: relative;
}

.search input, 
.password input 
{
  width: 100%;
  height: 42px;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  color: #282828;
  letter-spacing: inherit;
  text-indent: 15px;
  padding: 0;
  margin: 0;
  outline: none;
  border: 3px solid #FFFFFF;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

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

.search-button, 
.password-button 
{
  width: 42px;
  height: 36px;
  font-family: 'entypo';
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px;
  text-indent: 4px;
  color: #282828;
  cursor: pointer;
  speak: none;
  text-align: center;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  background-color: #FFFFFF;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
}

.password-button {
  font-size: 20px;
  font-size: 2rem;
}

.search-button:hover, 
.password-button:hover 
{
  color: rgba(0, 0, 0, 0.3);
}

.search-button:before {
  content: '\e624';
}

.password-button:before {
  content: '\e673';
}

.search input, 
.search-button, 
.password input, 
.password-button 
{
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.search .error .search-button, 
.password .error .password-button 
{
  color: #FFFFFF;
  background-color: #BD2A33;
}

.search .error input, 
.password .error input 
{
  border: 3px solid #BD2A33;
}

.password-label {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: block;
}

/*17.04 PLACEHOLDERS ============================================== */

.blog-forms input::-webkit-input-placeholder, 
.blog-forms textarea::-webkit-input-placeholder 
{
  color: #888888;
}

.blog-forms input:-moz-placeholder, 
.blog-forms textarea:-moz-placeholder 
{
  color: #888888;
  opacity: 1;
}

.blog-forms input::-moz-placeholder, 
.blog-forms textarea::-moz-placeholder 
{
  color: #888888;
  opacity: 1;
}

.blog-forms input:-ms-input-placeholder, 
.blog-forms textarea:-ms-input-placeholder 
{
  color: #888888;
}

.blog-forms .placeholder {
  color: #888888;
  opacity: 1;
}

/*17.05 PAGINATIONS =============================================== */

/* Content pagination */

.content-pagination span {
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 34px;
  text-align: center;
  border: 3px solid #FFFFFF;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: left;

  -webkit-transition: color .25s ease-out, background-color .25s ease-out;
     -moz-transition: color .25s ease-out, background-color .25s ease-out;
      -ms-transition: color .25s ease-out, background-color .25s ease-out;
       -o-transition: color .25s ease-out, background-color .25s ease-out;
          transition: color .25s ease-out, background-color .25s ease-out;
}

.content-pagination &gt; span {
  background-color: #FFFFFF;
  cursor: default;
}

.content-pagination a:hover span, 
.content-pagination a:active span 
{
  color: rgba(0, 0, 0, .3);
  background-color: #FFFFFF;
}

.content-pagination .pages-title {
  width: auto;
  height: 40px;
  color: #282828;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0 16px 0 16px;
  margin-right: 15px;
  cursor: default;
  display: block;
  float: left;
}

/* Blog pagination */

.blog-pagination {
  margin-top: 90px;
}

.blog-pagination ul li a {
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 34px;
  text-align: center;
  border: 3px solid #FFFFFF;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: left;
}

.blog-pagination ul li a.current {
  background-color: #FFFFFF;
  cursor: default;
}

.blog-pagination ul li a:hover, 
.blog-pagination ul li a:active 
{
  background-color: #FFFFFF;
}

.blog-pagination .page-count {
  width: auto;
  height: 40px;
  color: #282828;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0 16px 0 16px;
  margin-right: 15px;
  cursor: default;
  display: block;
  float: left;
}

/* Comments pagination */

.comments-pagination {
  margin-top: 50px;
}

.comments-pagination .page-numbers {
  width: 34px;
  height: 34px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 34px;
  text-align: center;
  border: 3px solid #FFFFFF;
  margin-right: 15px;
  cursor: pointer;
  display: block;
  float: left;
}

.comments-pagination .page-numbers.current {
  background-color: #FFFFFF;
  cursor: default;
}

.comments-pagination .page-numbers:hover, 
.comments-pagination .page-numbers:active 
{
  background-color: #FFFFFF;
}

.comments-pagination .page-numbers.next, 
.comments-pagination .page-numbers.prev 
{
  font-size: 20px;
  font-size: 2rem;
  line-height: 36px;
}

.fuith-brand img {
   display: block;
   width: 200px;
   height: 110px;
   margin: auto;
   margin-bottom: 30px;
}

/* Speisekarte und Tagesmenü drucken */

.print-menu {
  background-color: transparent;
  border: none;
  color: #4D443B;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.print-specials-block {
    width: 50%;
    margin: 0 auto;
}

.print-specials-block button {
  background: transparent;
  border: none;
  color: #EAE8E7;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 12px;
}</pre></body></html>