/*!
Theme Name: Royal Oak
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: royal-oak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Royal Oak is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #2E2E2D;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Alegreya SC", serif;
  font-weight: 400; }

p {
  margin-bottom: 1.5em;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  overflow: auto; }

a {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #DFE5E6;
  z-index: 9;
  padding: 12px 60px;
  top: 0px; }
  .site-header .site-branding {
    height: 100%; }
  .site-header .header_contact,
  .site-header .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px; }
  .site-header .header_nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .site-header .toplinks {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }
    .site-header .toplinks:hover .icon {
      background-color: #6B7B7C; }
    .site-header .toplinks:hover .header_text {
      color: #6B7B7C; }
  .site-header .phone {
    padding-left: 20px; }
  .site-header .header_text {
    padding-left: 10px;
    line-height: 1.2;
    font-family: "Alegreya SC", serif;
    color: #2E2E2D;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    font-size: 1.2em; }
  .site-header .icon-social {
    margin-right: 10px; }
  .site-header .nav_button {
    border: 0;
    border-radius: 0;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: transparent;
    font-size: 1em;
    line-height: 1.7;
    color: #2E2E2D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-header .nav_button:hover {
      color: #6B7B7C; }
  .site-header .nav_but_text {
    font-family: "Alegreya SC", serif;
    padding: 0 15px; }
  .site-header .nav_icon {
    font-size: 1.8em; }
  .site-header .custom-logo-link {
    display: block;
    height: 100%; }
  .site-header .custom-logo {
    height: 100%; }

@media screen and (max-width: 1150px) {
  .site-header .phone {
    display: none; } }

@media screen and (orientation: landscape) and (max-width: 812px) {
  .site-header {
    padding: 10px;
    height: 50px; }
    .site-header .nav_button .nav_icon {
      font-size: 1.2em; } }

@media screen and (max-width: 420px) {
  .site-header {
    padding: 10px;
    height: 50px; }
    .site-header .icon-social,
    .site-header .header_text,
    .site-header .nav_but_text {
      display: none; }
    .site-header .header_nav,
    .site-header .header_contact {
      width: 50px; }
    .site-header .nav_button {
      padding-right: 10px; }
      .site-header .nav_button .nav_icon {
        font-size: 1.2em; }
    .site-header .toplinks {
      padding-left: 10px; } }

.site-footer {
  position: fixed;
  height: 60px;
  width: 100%;
  background: #DFE5E6;
  z-index: 9;
  text-align: center;
  color: #2E2E2D;
  padding: 18px 60px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .8em; }
  .site-footer a {
    color: #2E2E2D;
    text-decoration: none; }
    .site-footer a:visited {
      color: #2E2E2D; }
    .site-footer a:hover, .site-footer a:focus {
      color: #6B7B7C; }
  .site-footer .footer_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-left;
    -ms-flex-pack: flex-left;
    justify-content: flex-left; }
  .site-footer .footer_right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-right;
    -ms-flex-pack: flex-right;
    justify-content: flex-right; }
  .site-footer .featuredin_text,
  .site-footer .credit {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-footer .featuredin_text a,
    .site-footer .credit a {
      font-weight: 600; }
  .site-footer .featuredin_text {
    margin-right: 20px;
    font-weight: 600; }
  .site-footer .featuredin_logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px; }
    .site-footer .featuredin_logos a {
      height: 100%;
      width: auto;
      margin-right: 10px;
      display: block; }
      .site-footer .featuredin_logos a img {
        height: 100%;
        width: auto; }

@media screen and (max-width: 1150px) {
  .site-footer .featuredin_text,
  .site-footer .featuredin_logos {
    display: none; } }

@media screen and (orientation: landscape) and (max-width: 812px) {
  .site-footer {
    padding: 10px;
    height: 40px; } }

@media screen and (max-width: 420px) {
  .site-footer {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.6em; }
    .site-footer .footer_right,
    .site-footer .footer_left {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.icon {
  background-color: #2E2E2D;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #DFE5E6;
  text-align: center;
  line-height: 2.2;
  font-size: .8em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  display: block;
  color: #DFE5E6; }
  .icon:hover, .icon:focus {
    background-color: #6B7B7C; }
  .icon:visited {
    color: #DFE5E6; }

.main {
  padding-left: 60px;
  padding-right: 60px; }

.border_left,
.border_right {
  width: 60px;
  background-color: #DFE5E6;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 2; }

.border_left {
  left: 0; }

.border_right {
  right: 0; }

.page_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: scroll; }

.second_section .page_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.main_right,
.main_left {
  width: 50%;
  height: 100%; }

.main_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0 80px 20px; }
  .main_left.image_left {
    background-size: cover;
    background-position: center center; }

.main_right {
  padding: 60px 0 60px 40px;
  display: table;
  height: 100%; }
  .main_right .right_align {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0 40px 0; }
  .main_right h1 {
    margin-bottom: 0; }
  .main_right .pub_menus,
  .main_right p {
    padding-right: 20%; }

.device_spacer {
  display: none; }

.phone_nav {
  display: none; }

.pub_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px; }
  .pub_menus .menu_button,
  .pub_menus .menu_button:visited {
    display: block;
    border: 1px solid #DFE5E6;
    width: calc(50% - 2rem);
    margin: 1rem 1rem 0 0;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    color: #2E2E2D;
    font-family: "Alegreya SC", serif;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    outline: 0; }
    .pub_menus .menu_button:hover, .pub_menus .menu_button:focus,
    .pub_menus .menu_button:visited:hover,
    .pub_menus .menu_button:visited:focus {
      background-color: #fcfcfc; }

.keyline {
  margin-top: -10px; }

.leaf_line {
  height: auto;
  width: 100%; }

.ro_leaf {
  fill: none;
  stroke: #DFE5E6;
  stroke-miterlimit: 10;
  stroke-width: 1px; }

.close_lines {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px; }

.home_button,
.back_button,
.home_button:visited,
.back_button:visited {
  color: #6B7B7C;
  text-decoration: none;
  font-family: "Alegreya SC", serif;
  font-size: 1.1em; }
  .home_button:hover,
  .back_button:hover,
  .home_button:visited:hover,
  .back_button:visited:hover {
    color: #242a2a; }
    .home_button:hover .back_icon,
    .back_button:hover .back_icon,
    .home_button:visited:hover .back_icon,
    .back_button:visited:hover .back_icon {
      fill: #242a2a; }
  .home_button .back_icon,
  .back_button .back_icon,
  .home_button:visited .back_icon,
  .back_button:visited .back_icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    fill: #6B7B7C;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }

@media screen and (min-width: 769px) {
  ::-webkit-scrollbar {
    width: 10px;
    background: transparent;
    margin: 60px 1px; }
  ::-webkit-scrollbar-track {
    background: transparent; }
  ::-webkit-scrollbar-thumb {
    background: #d9e0e2;
    border-radius: 5px; }
  .sliding_nav .main-navigation::-webkit-scrollbar-thumb {
    background: #5f6d6e; } }

.featuredin_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px; }
  .featuredin_logos a {
    height: 100%;
    width: auto;
    margin-right: 10px;
    display: block; }
    .featuredin_logos a img {
      height: 100%;
      width: auto; }

#fp-nav ul li .fp-tooltip.right {
  padding: 10px;
  background-color: rgba(223, 229, 230, 0.8);
  right: 36px;
  top: -12px;
  color: #2E2E2D;
  font-family: "Alegreya SC", serif;
  border-radius: 50px 0 0 50px; }

#fp-nav ul li a {
  outline: 0; }

.fp-section:last-child .next_section {
  display: none; }

.fp-controlArrow {
  bottom: 70px;
  top: auto;
  border: 0;
  background: transparent url(images/ro_chevron.svg) no-repeat scroll center center;
  background-size: 35%;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .fp-controlArrow:hover {
    background: transparent url(images/ro_chevron_blue.svg) no-repeat scroll center center;
    background-size: 35%; }
  .fp-controlArrow.fp-prev {
    width: 50px;
    left: 5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .fp-controlArrow.fp-next {
    width: 50px;
    right: 5px; }

.site-footer .fp-controlArrow {
  width: 0;
  bottom: 5px; }

.contact .page_content {
  padding: 60px 0; }

.contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact_info svg {
    color: #6B7B7C;
    margin-right: 10px; }

.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .address p {
    margin: 0 0 10px 0; }

.contact .image_left {
  position: relative;
  padding: 0; }

.contact .map_left {
  width: 100%;
  height: 100%; }

.contact .map_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none; }
  .contact .map_mask div {
    color: #fff;
    font-size: 2em;
    font-family: "Alegreya SC", serif; }
  .contact .map_mask:hover {
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1; }

.social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; }
  .social_container .icon {
    background-color: #6B7B7C;
    margin-right: 10px; }
    .social_container .icon svg {
      color: #DFE5E6;
      margin-right: 0; }

.main_info,
.opening_hours {
  width: 50%; }

.button.directions {
  min-width: 75%;
  display: block;
  margin-bottom: 20px; }

.contact .main_right {
  padding: -4px 0 0 40px; }

.opening_hours h3 {
  margin-bottom: 0; }

.opening_hours p {
  margin-top: 4px; }

.popup {
  background-color: #fff;
  max-width: 600px;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  border: 5px double #6B7B7C; }
  .popup h2 {
    margin-top: 0;
    font-size: 1.8em; }
  .popup .mc4wp-form {
    display: inline-block; }
  .popup ul {
    display: inline-block; }

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 1.5em; }
  p,
  .main_right ul {
    font-size: .9em; }
  .main_left {
    padding: 65px 5px; }
  .main_right {
    padding-left: 20px; }
    .main_right p {
      padding-right: 20px; } }

@media screen and (max-width: 1150px) {
  p,
  .main_right ul {
    font-size: .8em; }
  .main_right {
    width: 40%; }
  .main_left {
    width: 60%; } }

@media screen and (max-width: 768px) {
  .page_content {
    display: block; }
  .main_left,
  .main_right {
    width: 100%;
    height: auto; }
  .main_left {
    padding: 10px; }
    .main_left.image_left {
      padding: 0;
      height: 50vh; }
  .main_right {
    padding: 60px 20px 20px 20px; }
    .main_right .right_align {
      padding: 0;
      display: block; }
    .main_right p {
      padding-right: 0; }
  .device_spacer {
    height: 60px;
    display: block;
    width: 100%; }
  .contact .map_mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .contact .contact_info {
    display: block; }
  .contact .main_info,
  .contact .opening_hours {
    width: 100%; }
  .contact .button {
    min-width: auto; } }

@media screen and (orientation: landscape) and (max-width: 812px) {
  .main {
    padding-left: 10px;
    padding-right: 10px; }
  .border_left,
  .border_right {
    width: 10px; }
  #fp-nav ul li a span {
    background: #fff; }
  #fp-nav ul li .fp-tooltip.right {
    display: none; } }

@media screen and (max-width: 420px) {
  .main {
    padding-left: 10px;
    padding-right: 10px; }
  .border_left,
  .border_right {
    width: 10px; }
  .phone_nav {
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #ececec; }
  #fp-nav ul li a span {
    background: #fff; }
  #fp-nav ul li .fp-tooltip.right {
    display: none; }
  .site-main .fp-controlArrow {
    width: 0; }
  .site-footer .fp-controlArrow.fp-prev, .site-footer .fp-controlArrow.fp-next {
    width: 40px; }
  .contact .page_content {
    padding: 50px 0; }
  .pub_menus {
    padding-right: 0; }
    .pub_menus .menu_button {
      width: 100%;
      margin-right: 0; } }

.first_section {
  position: relative;
  overflow: hidden; }
  .first_section .panning_bg {
    width: 110%;
    height: 100%;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: panning 60s infinite linear;
    animation: panning 60s infinite linear; }

@-webkit-keyframes panning {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  50% {
    -webkit-transform: translateX(-5%) translateY(5%) scale(1.3);
    transform: translateX(-5%) translateY(5%) scale(1.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }

@keyframes panning {
  0% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  50% {
    -webkit-transform: translateX(-5%) translateY(5%) scale(1.3);
    transform: translateX(-5%) translateY(5%) scale(1.3); }
  100% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); } }
  .first_section.slide {
    position: relative; }
  .first_section .gradient {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), black);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), black);
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    height: 50%;
    width: 100%;
    opacity: .7; }
  .first_section .intro {
    position: absolute;
    left: 60px;
    bottom: 110px;
    z-index: 1;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
    .first_section .intro.move {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .first_section h1 {
    font-size: 3.5em;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1.4; }
  .first_section p {
    color: #fff;
    margin: 0;
    width: 30%; }
  .first_section .next_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    margin-top: 20px; }
    .first_section .next_slide .next_text {
      line-height: .8; }
    .first_section .next_slide .next_icon {
      width: 15px;
      height: 15px;
      margin-left: 10px;
      fill: #fff; }
  .first_section .next_section {
    background: transparent;
    color: #fff;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -45px;
    z-index: 2;
    padding: 0;
    width: 90px;
    border-radius: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .first_section .next_section:hover {
      color: #c2ced0; }
      .first_section .next_section:hover .down_icon {
        fill: #c2ced0; }
    .first_section .next_section .down_text {
      font-size: .8em; }
    .first_section .next_section .down_icon {
      width: 40px;
      height: 40px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      fill: #fff;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
  .first_section .award_notification_container {
    background-color: rgba(107, 123, 124, 0.8);
    padding-left: 85px;
    width: 270px;
    height: 80px;
    border-radius: 50px 0 0 50px;
    position: absolute;
    right: 0;
    bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    overflow: hidden; }
    .first_section .award_notification_container.additional_award {
      bottom: 200px; }
    .first_section .award_notification_container.closed {
      opacity: 0; }
    .first_section .award_notification_container .image_holder {
      background-color: #DFE5E6;
      border-radius: 50%;
      padding: 10px;
      width: 70px;
      height: 70px;
      position: absolute;
      left: 5px;
      top: 5px;
      text-align: center; }
      .first_section .award_notification_container .image_holder img {
        height: 100%;
        width: auto; }
    .first_section .award_notification_container .text_holder {
      padding-right: 30px;
      font-size: 1.1em;
      line-height: 1.2; }
      .first_section .award_notification_container .text_holder p {
        width: 100%; }
    .first_section .award_notification_container:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 20px;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
      background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
      z-index: 1; }
    .first_section .award_notification_container .award_close {
      width: 8px;
      height: 8px;
      padding: 0;
      position: absolute;
      right: 10px;
      top: 10px;
      background-color: transparent;
      stroke: #fff;
      z-index: 2; }
      .first_section .award_notification_container .award_close svg {
        width: 100%;
        height: 100%; }

.welcome .next_slide {
  display: none; }

@media screen and (min-width: 2000px) {
  .first_section h1 {
    font-size: 4em; }
  .first_section p {
    font-size: 1.3em; }
  .first_section .next_slide {
    padding: 18px 30px; } }

@media screen and (max-width: 1440px) {
  .first_section h1 {
    font-size: 3em; } }

@media screen and (max-width: 1140px) {
  .first_section .intro {
    left: 30px;
    bottom: 80px; }
  .first_section h1 {
    font-size: 2em; }
  .first_section p {
    width: 40%; }
  .first_section .next_section {
    bottom: 70px; }
  .first_section .award_notification_container {
    bottom: 80px;
    height: 70px;
    padding-left: 75px; }
    .first_section .award_notification_container.additional_award {
      bottom: 160px; }
    .first_section .award_notification_container .image_holder {
      width: 60px;
      height: 60px; } }

@media screen and (max-width: 768px) {
  .first_section .panning_bg {
    width: 200%;
    background-position: right bottom; }
  @-webkit-keyframes panning {
    0% {
      -webkit-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1); }
    50% {
      -webkit-transform: translateX(-20%) translateY(10%) scale(1.3);
      transform: translateX(-20%) translateY(10%) scale(1.3); }
    100% {
      -webkit-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1); } }
  @keyframes panning {
    0% {
      -webkit-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1); }
    50% {
      -webkit-transform: translateX(-20%) translateY(10%) scale(1.3);
      transform: translateX(-20%) translateY(10%) scale(1.3); }
    100% {
      -webkit-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1); } }
  .first_section .intro {
    left: 40px;
    bottom: 90px;
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .first_section h1 {
    font-size: 2em; }
  .first_section p {
    width: 60%; }
  .first_section .next_section {
    bottom: 75px;
    right: 20px;
    left: auto; }
  .first_section .award_notification_container {
    bottom: 170px; }
    .first_section .award_notification_container.additional_award {
      bottom: 250px; } }

@media screen and (orientation: landscape) and (max-width: 812px) {
  .first_section .intro {
    left: 15px;
    bottom: 55px; }
  .first_section p {
    width: 100%; }
  .first_section .next_section {
    bottom: 40px;
    right: 30px; }
    .first_section .next_section .down_text {
      font-size: .6em; } }

@media screen and (max-width: 420px) {
  .first_section .intro {
    left: 15px;
    bottom: 75px; }
  .first_section h1 {
    font-size: 1.6em;
    line-height: 1;
    margin-bottom: 10px; }
  .first_section p {
    width: 100%; }
  .first_section .next_slide {
    padding: 15px 20px;
    max-width: 150px;
    margin-top: 10px; }
  .first_section .next_section {
    bottom: 65px;
    right: 0px; }
    .first_section .next_section .down_text {
      font-size: .6em; }
  .first_section .award_notification_container {
    display: none; } }

.second_section .page_content.no_children {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.second_section .page_content.gallery {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.second_section .subpage_box {
  display: block;
  width: calc(50% - 2rem);
  margin: 1rem;
  background-color: grey;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  position: relative;
  cursor: pointer;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
  .second_section .subpage_box:hover {
    text-shadow: none; }
  .second_section .subpage_box:first-child:hover .background_shade {
    background-color: #6B7B7C; }
  .second_section .subpage_box:nth-child(2):hover .background_shade {
    background-color: #98A2A7; }
  .second_section .subpage_box:nth-child(3):hover .background_shade {
    background-color: #2E2E2D; }
  .second_section .subpage_box:nth-child(4):hover .background_shade {
    background-color: #BDB39C; }
  .second_section .subpage_box:nth-child(5):hover .background_shade {
    background-color: #6B7B7C; }
  .second_section .subpage_box:nth-child(6):hover .background_shade {
    background-color: #98A2A7; }
  .second_section .subpage_box .page_name {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 80%;
    text-align: center; }
    .second_section .subpage_box .page_name:before, .second_section .subpage_box .page_name:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 20px;
      height: 2px;
      background-color: #fff; }
    .second_section .subpage_box .page_name:before {
      left: -10px; }
    .second_section .subpage_box .page_name:after {
      right: -10px; }
  .second_section .subpage_box .background_shade {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }

@media screen and (min-width: 2000px) {
  .first_section .subpage_box {
    font-size: 1.5em; } }

@media screen and (max-width: 1440px) {
  .second_section .subpage_box {
    width: calc(50% - 1rem);
    margin: .5rem; }
    .second_section .subpage_box h2 {
      font-size: 1.2em;
      line-height: 1; } }

@media screen and (max-width: 1000px) {
  .second_section .subpage_box .page_name {
    padding: 0; }
    .second_section .subpage_box .page_name:before, .second_section .subpage_box .page_name:after {
      display: none; } }

@media screen and (max-width: 768px) {
  .second_section .page_content.gallery .main_right {
    padding: 60px 20px 20px 20px; }
  .second_section .subpage_box:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  .no_children .main_right {
    padding: 0 20px 20px 20px; } }

.third_section .pub_menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px; }
  .third_section .pub_menus .menu_button,
  .third_section .pub_menus .menu_button:visited {
    display: block;
    border: 1px solid #DFE5E6;
    width: calc(50% - 2rem);
    margin: 1rem 1rem 0 0;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    color: #2E2E2D;
    font-family: "Alegreya SC", serif;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    outline: 0; }
    .third_section .pub_menus .menu_button:hover, .third_section .pub_menus .menu_button:focus,
    .third_section .pub_menus .menu_button:visited:hover,
    .third_section .pub_menus .menu_button:visited:focus {
      background-color: #fcfcfc; }

.third_section.parent_section .right_align .content > div:first-of-type {
  display: block; }

.third_section.parent_section .right_align .content div {
  display: none; }

.third_section.parent_section .page_content .image_left {
  display: block; }

.third_section.parent_section .page_content .image_left ~ .image_left {
  display: none; }

.third_section .content_filter {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .third_section .content_filter button {
    background-color: #fff;
    border: 1px solid #DFE5E6;
    border-radius: 0;
    color: #2E2E2D;
    margin: 0;
    padding: 12px 30px; }
    .third_section .content_filter button.active {
      background-color: #edf1f1; }
    .third_section .content_filter button:first-child {
      border-radius: 25px 0 0 25px; }
    .third_section .content_filter button:last-child {
      border-radius: 0 25px 25px 0; }

.third_section.contact .page_content {
  padding: 60px 0; }

@media screen and (max-width: 768px) {
  .third_section .main_right {
    padding-top: 0; } }

@media screen and (max-width: 420px) {
  .third_section .main_right {
    padding-top: 0; }
    .third_section .main_right .pub_menus {
      padding-right: 0; }
      .third_section .main_right .pub_menus .menu_button {
        width: 100%;
        margin-right: 0; }
  .third_section .content_filter button {
    padding: 8px 20px;
    font-size: .9em; }
  .third_section .content {
    min-height: 160px; }
  .third_section.contact .page_content {
    padding: 50px 0; } }

body.home {
  overflow: hidden; }

.ro_loading {
  background-color: #DFE5E6;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1000;
  overflow: hidden; }
  .ro_loading.active {
    opacity: 1;
    z-index: 1000; }
  .ro_loading .nav_logo {
    height: 30%;
    padding-bottom: 70px; }
  .ro_loading .fa-spinner {
    font-size: 2.2em;
    color: grey;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    width: 40px;
    height: 40px;
    opacity: .5; }

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

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

@media screen and (max-width: 420px) {
  .ro_loading .nav_logo {
    height: 35%;
    padding-bottom: 40px; }
  .ro_loading .fa-spinner {
    width: 30px;
    height: 30px; } }

.sliding_nav.bookings .nav_logo {
  fill: #fff; }

.sliding_nav.bookings .table_form table {
  margin: 0; }

.sliding_nav.bookings .table_form .opentable_wrapper {
  height: auto; }
  .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker {
    background: transparent;
    font-size: 12px;
    width: 100%; }
    .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-title {
      font-size: 2em;
      font-weight: 400;
      text-align: center;
      margin-bottom: 50px;
      margin-left: 0;
      margin-top: 2px; }
    .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-form {
      background-color: transparent;
      border: 0; }
      .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector {
        font-family: "Alegreya SC", serif;
        font-size: 1.5em;
        font-weight: 300;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 80px;
        padding: 0 10px;
        margin-bottom: 20px; }
        .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link {
          color: #fff;
          outline: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link:before {
            color: #fff;
            top: 13px; }
          .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector .ot-dtp-picker-selector-link:after {
            color: #fff;
            font-size: 8px; }
        .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-form .ot-dtp-picker-selector select {
          left: 0; }
    .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-dtp-picker-button {
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker input[type="submit"] {
      width: 100%;
      max-width: 100%;
      height: 45px;
      font-size: 1.5em;
      text-transform: capitalize;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      background: #fff;
      color: #000;
      font-family: "Alegreya SC", serif;
      font-weight: 300;
      border-radius: 80px;
      border: 2px solid #fff; }
      .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker input[type="submit"]:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; }
    .sliding_nav.bookings .table_form .opentable_wrapper .ot-dtp-picker .ot-powered-by {
      display: none; }
  .sliding_nav.bookings .table_form .opentable_wrapper .OT_feedTitle,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_defList,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_partySizeLbl,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_partySize,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_dateLbl,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_date,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_timeLbl,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_time,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_empty,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_submitWrap {
    position: static;
    color: #fff; }
  .sliding_nav.bookings .table_form .opentable_wrapper .feedFormField option {
    color: #2E2E2D;
    font-size: inherit; }
  .sliding_nav.bookings .table_form .opentable_wrapper .OT_feedTitle {
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 2px; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_defList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_partySizeLbl,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_dateLbl,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_timeLbl {
    width: 40%;
    margin: 0;
    padding: 15px 0;
    text-align: left;
    font-family: "Alegreya SC", serif;
    font-size: 2em;
    font-weight: 400; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_partySize,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_date,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_time {
    width: 60%;
    padding: 15px 0;
    text-align: left; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_partySize .feedFormField,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_date .OT_feedFormfieldCalendar,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_time .feedFormField,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_submitWrap .OT_TableButton {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 80px;
    padding: 0 20px;
    font-family: "Alegreya SC", serif; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_partySize .feedFormField,
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_time .feedFormField {
    height: 100%;
    width: 100%;
    color: #fff;
    -webkit-appearance: none;
    background-image: url(images/form_arrows.svg);
    background-size: 10px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    font-size: 2em; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_date .OT_feedFormfieldCalendar {
    width: 100%;
    height: 100%;
    height: 45px;
    font-size: 1.9em;
    line-height: 2;
    background-image: url(images/icon_calendar.svg);
    background-size: 20px;
    background-position: right 15px center;
    background-repeat: no-repeat; }
  .sliding_nav.bookings .table_form .opentable_wrapper #dateDisplay {
    display: none; }
  .sliding_nav.bookings .table_form .opentable_wrapper #OT_submitWrap {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0; }
    .sliding_nav.bookings .table_form .opentable_wrapper #OT_submitWrap .OT_TableButton {
      width: 100%;
      max-width: 100%;
      height: 45px;
      font-size: 1.5em;
      text-transform: capitalize;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      background: #fff;
      color: #000;
      font-family: "Alegreya SC", serif; }
      .sliding_nav.bookings .table_form .opentable_wrapper #OT_submitWrap .OT_TableButton:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; }

.sliding_nav.bookings .room_form {
  font-size: 12px; }
  .sliding_nav.bookings .room_form h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0; }
  .sliding_nav.bookings .room_form .booking_form_field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sliding_nav.bookings .room_form .booking_form_field label {
      width: 40%;
      margin: 0;
      padding: 15px 0;
      text-align: left;
      font-family: "Alegreya SC", serif;
      font-size: 2em;
      font-weight: 400; }
    .sliding_nav.bookings .room_form .booking_form_field .input_wrapper {
      width: 60%;
      padding: 15px 0;
      text-align: left; }
      .sliding_nav.bookings .room_form .booking_form_field .input_wrapper input,
      .sliding_nav.bookings .room_form .booking_form_field .input_wrapper select {
        width: 100%;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 80px;
        padding: 0 20px;
        font-family: "Alegreya SC", serif;
        cursor: pointer;
        font-size: 2em;
        line-height: 1.7; }
        .sliding_nav.bookings .room_form .booking_form_field .input_wrapper input.hasDatepicker,
        .sliding_nav.bookings .room_form .booking_form_field .input_wrapper select.hasDatepicker {
          background-image: url(images/icon_calendar.svg);
          background-size: 20px;
          background-position: right 15px center;
          background-repeat: no-repeat; }
      .sliding_nav.bookings .room_form .booking_form_field .input_wrapper select {
        -webkit-appearance: none;
        background-image: url(images/form_arrows.svg);
        background-size: 10px;
        background-position: right 20px center;
        background-repeat: no-repeat;
        font-size: 2em; }
        .sliding_nav.bookings .room_form .booking_form_field .input_wrapper select option {
          color: #2E2E2D; }
  .sliding_nav.bookings .room_form .field_submit {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0; }
    .sliding_nav.bookings .room_form .field_submit button {
      border: 2px solid #fff;
      width: 100%;
      max-width: 100%;
      height: 45px;
      font-size: 1.5em;
      text-transform: capitalize;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      background: #fff;
      color: #000;
      font-family: "Alegreya SC", serif; }
      .sliding_nav.bookings .room_form .field_submit button:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff; }

@media screen and (max-width: 420px) {
  .sliding_nav.bookings .table_form #OT_searchWrapper {
    margin-top: 0; }
    .sliding_nav.bookings .table_form #OT_searchWrapper .OT_feedTitle {
      font-size: 2em; }
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_partySize,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_date,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_time {
      padding: 5px 0; }
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_partySizeLbl,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_dateLbl,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_timeLbl,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_partySize .feedFormField,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_time .feedFormField,
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_date .OT_feedFormfieldCalendar {
      font-size: 1.5em;
      height: 45px; }
    .sliding_nav.bookings .table_form #OT_searchWrapper #OT_submitWrap {
      padding-top: 30px; }
  .sliding_nav.bookings .room_form h1 {
    font-size: 2em; }
  .sliding_nav.bookings .room_form .booking_form_field label {
    width: 40%;
    padding: 5px 0;
    font-size: 1.5em; }
  .sliding_nav.bookings .room_form .booking_form_field .input_wrapper {
    width: 60%;
    padding: 5px 0; }
    .sliding_nav.bookings .room_form .booking_form_field .input_wrapper input,
    .sliding_nav.bookings .room_form .booking_form_field .input_wrapper select {
      font-size: 1.5em; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button:visited,
.button.directions {
  border: 0;
  border-radius: 50px;
  background: #6B7B7C;
  color: #DFE5E6;
  line-height: 1;
  padding: 12px 20px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  font-family: "Alegreya SC", serif;
  font-size: 1.1em;
  outline: 0;
  max-width: 200px;
  text-decoration: none;
  text-align: center; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  .button:hover,
  .button:visited:hover,
  .button.directions:hover {
    background-color: #536061; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  .button:active,
  .button:focus,
  .button:visited:active,
  .button:visited:focus,
  .button.directions:active,
  .button.directions:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.mc4wp-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mc4wp-form-fields input[type=email] {
    min-width: 260px;
    border-radius: 50px;
    padding: 0 40px 0 20px;
    line-height: 40px;
    outline: 0; }
  .mc4wp-form-fields input[type=submit] {
    margin: 0;
    margin-left: -40px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #BDB39C;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  a:visited {
    color: #BDB39C; }
  a:hover, a:focus, a:active {
    color: #6B7B7C; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  height: calc(100% - 280px);
  overflow-Y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Alegreya Sans SC", sans-serif;
  font-weight: 100; }
  .main-navigation .menu {
    text-align: center; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #2E2E2D; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #2E2E2D; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    line-height: 2.4; }
    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
      color: #2E2E2D; }
    .main-navigation li:after {
      content: '';
      position: absolute;
      width: 50px;
      border-bottom: 1px solid #536061;
      bottom: 0;
      left: 50%;
      margin-left: -25px; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    color: #DFE5E6;
    font-size: 1.3em;
    outline: 0; }
  .main-navigation .christmas a {
    display: inline-block;
    position: relative;
    padding: 0 45px; }
    .main-navigation .christmas a:before, .main-navigation .christmas a:after {
      content: '';
      position: absolute;
      top: 0;
      background: transparent url(images/holly_colour.svg) no-repeat scroll center center;
      background-size: contain;
      width: 35px;
      height: 50px; }
    .main-navigation .christmas a:before {
      left: 0; }
    .main-navigation .christmas a:after {
      right: 0; }

@media screen and (max-width: 420px) {
  .main-navigation {
    height: calc(100% - 220px);
    overflow-Y: scroll; }
    .main-navigation li {
      line-height: 2; } }

body.nav_active {
  height: 100%;
  overflow: hidden; }

.sliding_nav {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background-color: #6B7B7C;
  color: #fff;
  padding: 20px; }
  .sliding_nav.bookings {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    background-size: cover; }
    .sliding_nav.bookings:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(46, 46, 45, 0.5); }
    .sliding_nav.bookings .sliding_nav_inner {
      border: 0; }
  .sliding_nav .sliding_nav_inner {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #DFE5E6;
    position: relative; }
  .sliding_nav.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .sliding_nav .close {
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: transparent; }
    .sliding_nav .close svg {
      width: 100%;
      height: 100%; }
    .sliding_nav .close .close_icon {
      stroke: #DFE5E6;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
    .sliding_nav .close:hover {
      background-color: transparent; }
      .sliding_nav .close:hover .close_icon {
        stroke: #2E2E2D; }
  .sliding_nav .nav_logo_holder {
    padding-bottom: 20px;
    text-align: center;
    display: block; }
  .sliding_nav .nav_logo {
    fill: #DFE5E6; }
  .sliding_nav .bookings_container {
    margin: 0 auto;
    text-align: center;
    width: 500px; }
  .sliding_nav .booking_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px; }
    .sliding_nav .booking_type .booking_select {
      background-color: transparent;
      border: 2px solid #fff;
      width: 100%;
      max-width: 100%; }
      .sliding_nav .booking_type .booking_select.room {
        border-radius: 50px 0 0 50px;
        border-right-width: 1px;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s; }
      .sliding_nav .booking_type .booking_select.table {
        border-radius: 0 50px 50px 0;
        border-left-width: 1px; }
      .sliding_nav .booking_type .booking_select:hover {
        background-color: rgba(0, 0, 0, 0.5); }
      .sliding_nav .booking_type .booking_select.active {
        background-color: #fff;
        color: #000; }
  .sliding_nav .booking_forms {
    position: relative;
    text-align: center; }
  .sliding_nav .table_form,
  .sliding_nav .room_form {
    position: absolute;
    width: 100%;
    padding: 20px; }
  .sliding_nav .table_form {
    display: none; }
  .sliding_nav .nav_featuredin {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 35px; }
    .sliding_nav .nav_featuredin .heading {
      font-family: "Alegreya SC", serif;
      text-align: center;
      position: absolute;
      left: 20px;
      top: -40px;
      width: calc(100% - 40px);
      font-size: 1.2em; }
      .sliding_nav .nav_featuredin .heading .heading_text {
        background-color: #6B7B7C;
        display: inline-block;
        padding: 0 10px;
        z-index: 2;
        position: relative; }
      .sliding_nav .nav_featuredin .heading .heading_border {
        width: 100%;
        border-bottom: 4px double #536061;
        position: absolute;
        top: 12px;
        z-index: 1; }
    .sliding_nav .nav_featuredin .featuredin_logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .sliding_nav .nav_featuredin .featuredin_logos img {
        margin-right: 20px; }

@media screen and (min-width: 769px) and (max-height: 780px) {
  .bookings .sliding_nav_inner {
    overflow-y: scroll; } }

@media screen and (max-width: 420px) {
  .sliding_nav {
    padding: 10px; }
    .sliding_nav.bookings .sliding_nav_inner {
      padding: 0; }
    .sliding_nav .bookings_container {
      width: 100%; }
    .sliding_nav .nav_logo {
      height: 90px;
      width: 100%; }
    .sliding_nav .nav_featuredin .heading .heading_border {
      border-bottom: 3px double #536061; }
    .sliding_nav .nav_featuredin .featuredin_logos {
      margin-right: 0; }
      .sliding_nav .nav_featuredin .featuredin_logos img {
        height: 70%;
        margin-right: 10px; }
        .sliding_nav .nav_featuredin .featuredin_logos img:last-child {
          margin-right: 0; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Swipebox Galleries
--------------------------------------------------------------*/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img,
    #swipebox-slider .slide .swipebox-video-container,
    #swipebox-slider .slide .swipebox-inline-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(images/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }
  #swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }
  #swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

/*--------------------------------------------------------------
# Cookie Popup
--------------------------------------------------------------*/
#cookie-bar {
  background: rgba(46, 46, 45, 0.9);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  padding: 5px; }

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto; }

#cookie-bar .cookie_content_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#cookie-bar p {
  margin: 0;
  padding: 0;
  width: 80%; }

#cookie-bar a {
  color: #98A2A7;
  text-decoration: underline; }

.cookie_controls {
  min-width: 250px;
  position: relative;
  padding-right: 40px; }
  .cookie_controls a:first-child {
    margin-left: 0; }

#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
  margin-left: 8px;
  color: #fff;
  text-decoration: none;
  max-width: 150px;
  min-width: 100px;
  text-align: center;
  padding: 12px;
  display: inline-block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

#cookie-bar .cookie_close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: transparent;
  position: absolute;
  right: 2px;
  top: 10px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  color: #c2c2c2;
  outline: 0; }
  #cookie-bar .cookie_close:hover {
    color: #9f9f9f; }

#cookie-bar .cb-enable {
  background: #6B7B7C;
  margin-left: 0; }
  #cookie-bar .cb-enable:hover {
    background: #009900; }

#cookie-bar .cb-disable {
  background: #6B7B7C; }
  #cookie-bar .cb-disable:hover {
    background: #bb0000; }

#cookie-bar .cb-policy {
  background: #0033bb; }
  #cookie-bar .cb-policy:hover {
    background: #0055dd; }

#cookie_options_corner {
  border: 0;
  border-radius: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #98A2A7;
  margin: 0;
  padding: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  outline: 0;
  z-index: 999; }
  #cookie_options_corner:hover {
    border-bottom: 40px solid #6B7B7C; }

#cookie_icon {
  outline: 0;
  fill: #fff;
  width: 15px;
  position: absolute;
  left: 4px;
  bottom: -35px; }

@media screen and (max-width: 800px) {
  #cookie-bar p {
    width: 65%; } }

@media screen and (max-width: 420px) {
  #cookie-bar .cookie_content_holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #cookie-bar p,
  #cookie-bar .cookie_controls {
    width: 100%; }
  #cookie-bar .cookie_controls {
    padding-top: 10px; }
  #cookie-bar p {
    font-size: .9em; }
  #cookie-bar .cb-enable,
  #cookie-bar .cb-disable,
  #cookie-bar .cb-policy {
    padding: 8px; }
  #cookie-bar .cookie_close {
    top: 16px; }
  #cookie_options_corner {
    border: 0;
    width: 30px;
    height: 30px;
    left: 50px;
    bottom: 0px;
    border-radius: 50% 50% 0 0;
    background-color: #98A2A7; }
  #cookie_icon {
    position: static; } }

/*--------------------------------------------------------------
# jquery UI styles
--------------------------------------------------------------*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*--------------------------------------------------------------
# jquery popup styles
--------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.post_page {
  width: 100%;
  margin: 120px 0;
  text-align: center; }
  .post_page h1 {
    text-align: center;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    margin: 0 auto; }
    .post_page h1:before, .post_page h1:after {
      content: '';
      position: absolute;
      top: 50%;
      width: 20px;
      height: 2px;
      background-color: #2E2E2D; }
    .post_page h1:before {
      left: -30px; }
    .post_page h1:after {
      right: -30px; }
  .post_page .post_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 100px 20px;
    text-align: left; }
    .post_page .post_list.orangery_list {
      display: block; }
      .post_page .post_list.orangery_list .post {
        width: 800px;
        margin: 0 auto;
        padding: 10px;
        border: 1px solid #DFE5E6;
        -webkit-box-shadow: 0px 0px 6px #f0f0f0;
        box-shadow: 0px 0px 6px #f0f0f0;
        margin-bottom: 20px; }
  .post_page .post {
    width: calc(25% - 2rem);
    margin: 1rem;
    border-bottom: 1px solid #DFE5E6; }
  .post_page .content_spacer {
    padding: 0 20px; }
  .post_page .divider {
    width: 40px;
    border-bottom: 1px solid #6B7B7C;
    padding-top: 20px;
    margin-bottom: 20px; }
  .post_page .post_image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center; }
  .post_page h2 {
    margin-bottom: 0; }
  .post_page .post_date {
    color: #6B7B7C; }
  .post_page .post_blurb {
    min-height: 48px;
    margin-bottom: 1.5em; }
    .post_page .post_blurb p {
      margin-bottom: 0; }
  .post_page .post_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px; }
    .post_page .post_links a {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-decoration: none;
      color: #6B7B7C;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      cursor: pointer; }
      .post_page .post_links a:hover {
        color: #3c4545; }
        .post_page .post_links a:hover .icon {
          background-color: #3c4545; }
    .post_page .post_links .icon {
      background-color: #6B7B7C;
      line-height: 2.1; }
    .post_page .post_links .link_text {
      padding-left: 10px;
      font-family: "Alegreya SC", serif; }

#page article.type-page,
.error-404 {
  padding: 90px; }

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

@media screen and (min-width: 1920px) {
  .post_page .post_image {
    height: 300px; } }

@media screen and (max-width: 1500px) {
  .post_page .post {
    width: calc(33.3333% - 2rem); } }

@media screen and (max-width: 1000px) {
  .post_page .post {
    width: calc(50% - 2rem); } }

@media screen and (max-width: 800px) {
  .post_page {
    margin: 90px 0; }
    .post_page .post_list {
      padding: 20px 20px 0px 20px; }
      .post_page .post_list.orangery_list .post {
        width: 100%; }
    .post_page .post_image {
      height: 180px; } }

@media screen and (max-width: 420px) {
  .post_page {
    margin: 70px 0; }
    .post_page h2 {
      margin-bottom: 5px;
      margin-top: 10px;
      line-height: 1.1;
      font-size: 1.4em; }
    .post_page .content_spacer {
      padding: 0 10px; }
    .post_page .divider {
      padding-top: 12px;
      margin-bottom: 12px; }
    .post_page .post_list {
      padding: 10px 10px 0px 10px; }
      .post_page .post_list.orangery_list {
        padding: 10px 10px 0 10px; }
    .post_page .post {
      width: 100%;
      margin: 1rem 0 0 0; }
    .post_page .post_blurb {
      min-height: auto;
      margin-bottom: 1em; }
    .post_page .post_links {
      padding: 15px; }
  #page article.type-page,
  .error-404 {
    padding: 60px 20px; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

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