@charset "UTF-8";
/*
Theme Name: Olana
Author: Anonymous
Author URI:
Version: 1
Description: Olana theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olana
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i|Noto+Serif+SC:200,300,400,500,600,700,900|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
/* icons */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ojdfnt");
  src: url("fonts/icomoon.eot?ojdfnt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ojdfnt") format("truetype"), url("fonts/icomoon.woff?ojdfnt") format("woff"), url("fonts/icomoon.svg?ojdfnt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e90a";
}

.icon-down:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-next:before {
  content: "\e903";
}

.icon-pinterest:before {
  content: "\e904";
}

.icon-prev:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-tripadvisor:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-up:before {
  content: "\e909";
}

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.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 */
.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-clearfix {
  min-height: 0;
}

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

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

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.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;
}

.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;
}

.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;
}

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

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

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.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;
}

.ui-menu-icons {
  position: relative;
}

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

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

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

.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-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

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

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

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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  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 {
  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 {
  border: 1px solid #ccc;
  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 {
  color: #2b2b2b;
  text-decoration: none;
}

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

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

.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-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);
  font-weight: normal;
}

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

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.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-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

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

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

.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-icon-blank {
  background-position: 16px 16px;
}

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

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

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

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

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

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

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

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

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

.ui-icon-carat-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: -64px -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: -64px -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: 0 -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 {
  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;
}

.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;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.list-radio,
.tagcloud,
[id="content"] ul:not([class]),
#sub-menu > ul,
.visual-list,
.img-gallery,
.list_meta,
.slick-dots,
.slideshow .pagination,
.content-slide ul:not([class]),
.tab-wrap .tabset,
.tab-accordion,
.about-accordion,
.nav-drop > ul,
.nav-drop > ul ul,
[id="footer"] .list-contact,
[id="footer"] .menu-PRESS,
[id="footer"] .social,
.list-footer-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
[id="content"] > p:last-child:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after,
.single-post-content:after,
.post-item:after,
[id="nav"]:after,
.container:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

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

body {
  color: #332c33;
  background: #fff;
  font: 15px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 1.34;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

/* cms reset */
ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 19px;
}

blockquote {
  border-left: 4px solid #241723;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #241723;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

/* forms */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 11px 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #241723;
          border-radius: 0;
}
input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
input[type="url"]:not(textarea),
input[type="date"]:not(textarea),
input[type="number"]:not(textarea),
textarea:not(textarea) {
  height: 44px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #241723;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #241723;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #241723;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #241723;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
input[type="number"].placeholder,
textarea.placeholder {
  color: #241723;
}

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

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  transition: background .3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 44px;
  padding: 11px 10px;
  font-size: 16px;
  line-height: 20px;
  color: #241723;
  outline: none;
  cursor: pointer;
  border: 1px solid #fff;
          border-radius: 0;
  background: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  background: #241723;
  color: #fff;
}

.yes_no,
.child-age,
.how_many_children,
.number-of-attendees,
.number_of_guests {
  max-width: 100px;
}

.wpcf7-checkbox {
  margin: 0 0 15px;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 45px);
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    width: calc(100% - 68px);
  }
}
.terms-checkboxes .wpcf7-checkbox {
  margin: 0;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #dc2626;
  box-shadow: 0 0 5px 0 #dc2626;
}

.wpcf7-form-control-wrap {
  display: block;
}

.register-form {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .register-form {
    margin-bottom: 50px;
  }
}
.register-form input[type="text"],
.register-form input[type="tel"],
.register-form input[type="email"],
.register-form input[type="search"],
.register-form input[type="password"],
.register-form input[type="url"],
.register-form input[type="date"],
.register-form input[type="number"],
.register-form textarea {
  background: #f4f1f1;
  width: 100%;
}
@media (min-width: 768px) {
  .register-form input[type="text"],
  .register-form input[type="tel"],
  .register-form input[type="email"],
  .register-form input[type="search"],
  .register-form input[type="password"],
  .register-form input[type="url"],
  .register-form input[type="date"],
  .register-form input[type="number"],
  .register-form textarea {
    max-width: 345px;
  }
}
.register-form input[type="number"] {
  text-align: center;
}
.register-form textarea {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 200px;
  min-height: 200px;
  margin-bottom: 28px;
}
.register-form .tree_number_width {
  width: 50px !important;
}
.register-form label {
  display: inline-block;
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.register-form label .required {
  font-size: 16px;
}
.register-form label span {
  font-size: 16px;
  font-weight: 400;
}
.register-form .label_title {
  display: block;
  margin: 15px 0;
  font-size: 22px;
}
.register-form .row-select {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .register-form .row-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.register-form .row-select label {
  width: 100%;
}
@media (min-width: 768px) {
  .register-form .row-select label {
    padding-right: 10px;
    max-width: 198px;
  }
}
@media (min-width: 768px) {
  .register-form .row-select .jcf-select-custom-select {
    width: 400px;
  }
}
.register-form .row-select .jcf-select-custom-select .jcf-select-text {
  text-transform: none;
}
.register-form h4 {
  margin: 0 0 15px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .register-form h4 {
    margin-bottom: 26px;
    font-size: 22px;
    text-align: center;
  }
}
.register-form h5 {
  margin-bottom: -2px;
}
.register-form h5 + .wpcf7-form-control-wrap {
  margin-top: 15px;
}
.register-form p + h5 {
  padding-top: 0;
}
.register-form .btn {
  margin-top: 7px;
  height: auto;
}
.register-form .btn.btn-sm {
  padding: 5px 21px;
}

hr {
  margin: 0 0 24px;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #acacac;
}

.section-form {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .section-form .two-columns {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: -5px;
  }
}
.section-form .two-columns .row {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .section-form .two-columns .row {
    display: -ms-flexbox;
    display: flex;
  }
}
.section-form .two-columns .row > .col {
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .section-form .two-columns .row > .col {
    margin-bottom: 0;
    width: calc(100% - 30.5%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .section-form .two-columns .row > .col:first-child {
    width: 30.5%;
    padding-right: 15px;
  }
}
.section-form .title {
  margin-bottom: 19px;
}
.section-form .three-columns .row {
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .section-form .three-columns .row {
    display: -ms-flexbox;
    display: flex;
  }
}
.section-form .three-columns .row > .col {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section-form .three-columns .row > .col {
    margin-bottom: 0;
    width: 30.5%;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .section-form .three-columns .row > .col:nth-child(2) {
    width: 29.5%;
  }
}
@media (min-width: 992px) {
  .section-form .three-columns .row > .col:last-child {
    padding-right: 0;
    width: calc(100% - 60%);
  }
}
.section-form .four-columns > .row {
  margin-bottom: 19px;
}
@media (min-width: 992px) {
  .section-form .four-columns > .row {
    display: -ms-flexbox;
    display: flex;
  }
}
.section-form .four-columns > .row > .col {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .section-form .four-columns > .row > .col {
    margin-bottom: 0;
    width: 22%;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .section-form .four-columns > .row > .col:last-child {
    padding-right: 0;
    width: 34%;
  }
}
@media (min-width: 768px) {
  .section-form p {
    margin-bottom: 17px;
  }
}
.section-form .datepicker-box {
  width: 100%;
}
@media (min-width: 768px) {
  .section-form .datepicker-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 345px;
  }
}
.section-form .datepicker-box.box-full {
  max-width: 100%;
}
.section-form .datepicker-box .datepicker {
  max-width: 148px;
}
.section-form .datepicker-box label {
  margin: 3px 0;
}
.section-form .datepicker-box .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-form .datepicker-box .box {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.section-form .icon-calendar {
  display: block;
  margin-left: 7px;
  width: 23px;
  height: 22px;
  background: url("images/calendar-ico-2x.png") no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .section-form .icon-calendar {
    margin-right: 7px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .section-form .ticket-box {
    padding: 6px 0 0;
  }
}
.section-form .ticket-box .row {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section-form .ticket-box .row {
    display: -ms-flexbox;
    display: flex;
  }
}
.section-form .ticket-box .row label {
  max-width: 198px;
  padding-right: 10px;
  width: 100%;
  margin: 11px 0 0;
}
.section-form .ticket-box .col {
  width: 100%;
}
@media (min-width: 768px) {
  .section-form .ticket-box .col {
    display: -ms-flexbox;
    display: flex;
  }
}
.section-form .ticket-box .txt {
  padding: 12px 0 0;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-form .ticket-box .txt {
    padding: 12px 0 0 15px;
  }
}
.section-form .ticket-box .price {
  font-size: 18px;
  font-weight: 500;
}
.section-form .ticket-box input {
  width: 100px;
}

@media (min-width: 768px) {
  .time-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

.time-box label {
  padding-right: 5px;
}
@media (min-width: 768px) {
  .time-box label {
    width: 158px;
  }
}

.time-box .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .time-box .box {
    width: calc(100% - 158px);
  }
}
.time-box .box .wpcf7-form-control-wrap {
  width: 100px;
  text-align: center;
}
.time-box .box .wpcf7-form-control-wrap:last-child {
  margin-left: 17px;
}

.time-box .separator {
  padding: 0 5px;
  width: 14px;
  text-align: center;
}

.required {
  color: #dc2626;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .row_three_columns_title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.row_three_columns_title > .col {
  width: 100%;
}
@media (min-width: 768px) {
  .row_three_columns_title > .col {
    width: calc(100% / 3);
  }
}
@media (min-width: 768px) {
  .row_three_columns_title > .col:first-child h4 {
    text-align: left;
    padding-left: 75px;
  }
}

span.wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}

.row_three_columns {
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row_three_columns {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .row_three_columns:last-child {
    margin-bottom: 30px;
  }
}
.row_three_columns .wpcf7-list-item {
  margin-bottom: 0;
}
.row_three_columns .wpcf7-list-item-label {
  text-transform: uppercase;
}
.row_three_columns > .col {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .row_three_columns > .col {
    margin-bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
  }
}
@media (min-width: 768px) {
  .row_three_columns > .col:nth-child(2) {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.row_three_columns > .col:nth-child(2) span {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .row_three_columns > .col:nth-child(2) span {
    min-width: 122px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .row_three_columns > .col:last-child {
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.row_three_columns > .col:last-child span {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .row_three_columns > .col:last-child span {
    text-align: left;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .row_three_columns > .col:last-child span {
    min-width: 336px;
  }
}

.add_on_benefits {
  display: block;
}

.multicolumns_list_checkbox {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .multicolumns_list_checkbox {
    column-count: 2;
    column-gap: 30px;
  }
}
.multicolumns_list_checkbox .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  break-inside: avoid;
}
.multicolumns_list_checkbox .wpcf7-list-item label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.multicolumns_list_checkbox .wpcf7-list-item .wpcf7-list-item-label {
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 500;
  width: calc(100% - 45px);
}
@media (min-width: 768px) {
  .multicolumns_list_checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 22px;
    width: calc(100% - 68px);
  }
}

.three-columns-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.three-columns-box > .col {
  width: 150px;
  padding-left: 10px;
}
.three-columns-box > .col:first-child {
  padding-left: 0;
  width: 140px;
}

.row-full {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .row-full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.row-full .wpcf7-form-control-wrap {
  width: 100%;
}
.row-full > .col {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .row-full > .col {
    width: 50%;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .row-full > .col:first-child {
    padding-left: 0;
    padding-right: 10px;
  }
}
.row-full input {
  width: 100% !important;
  max-width: 100% !important;
}

.list-radio > li {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
}

.list-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}

/* jcf custom forms style */
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}
.jcf-select.jcf-focus {
  outline: 2px solid #d2b5d2 !important;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #241723;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  text-transform: uppercase;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* custom number input styles */
.jcf-number {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 44px;
}

.jcf-number input {
  -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.jcf-number input {
  box-sizing: border-box;
  padding: 3px 33px 3px 3px;
  margin: 0;
  height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #241723;
  width: 30px;
  height: 22px;
  right: 0;
  top: 0;
  cursor: pointer;
}

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 0;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #241723;
}
.jcf-number .jcf-btn-dec:hover:before,
.jcf-number .jcf-btn-inc:hover:before {
  opacity: .7;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #241723;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 50%;
  top: 50%;
  margin: 3px 0 0;
  transform: translate(50%, -50%);
  border-style: solid;
  border-width: 0 6px 11px;
  border-color: transparent transparent #fff;
}

.jcf-number .jcf-btn-dec:before {
  margin: -3px 0 0;
  border-width: 11px 6px 0;
  border-color: #fff transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: .3;
}

.jcf-number.jcf-disabled input {
  background: #ddd;
}

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #f4f1f1;
  border: 1px solid #241723;
  margin: 0 15px 0 0;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .jcf-checkbox {
    height: 44px;
    width: 44px;
    min-width: 44px;
    margin: 0 24px 0 0;
  }
}
.jcf-checkbox:before {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 18px;
  line-height: 10px;
  content: "\e90a";
  font-family: "icomoon";
  color: #241723;
  opacity: 0;
}
@media (min-width: 992px) {
  .jcf-checkbox:before {
    font-size: 26px;
  }
}
.jcf-checkbox.jcf-focus {
  outline: 2px solid #c17bbc !important;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked:before {
  opacity: 1;
}

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #f4f1f1;
  border: 1px solid #241723;
  margin: 0 15px 0 0;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .jcf-radio {
    height: 44px;
    width: 44px;
    min-width: 44px;
    margin: 0 24px 0 0;
  }
}
.jcf-radio.jcf-focus {
  outline: 2px solid #c17bbc !important;
}

.jcf-radio span {
  display: block;
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background: #241723;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .jcf-radio span {
    width: 22px;
    height: 22px;
  }
}

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-radio.jcf-checked span {
  opacity: 1;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-select-custom-select {
  display: block;
  height: 44px;
  margin: 0;
  border: 1px solid #241723;
  background: #f4f1f1;
  min-width: 100%;
}
.jcf-select-custom-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 42px;
  margin: 0 35px 0 13px;
  text-transform: uppercase;
}
.jcf-select-custom-select .jcf-select-opener {
  background: #241723;
  width: 30px;
  bottom: 0;
  right: 0;
  top: 0;
}
.jcf-select-custom-select .jcf-select-opener:hover:after,
.jcf-select-custom-select .jcf-select-opener:hover:before {
  opacity: .7;
}
.jcf-select-custom-select .jcf-select-opener:after,
.jcf-select-custom-select .jcf-select-opener:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 50%;
  top: 50%;
  margin: -7px 0 0;
  transform: translate(50%, -50%);
  border-style: solid;
  border-width: 0 6px 11px;
  border-color: transparent transparent #fff;
}
.jcf-select-custom-select .jcf-select-opener:before {
  margin: 9px 0 0;
  border-width: 11px 6px 0;
  border-color: #fff transparent transparent;
}
.jcf-select-custom-select.jcf-select-drop {
  min-width: 0;
}

/* wp reset */
@media (min-width: 768px) {
  [id="twocolumns"] [id="content"] {
    float: left;
    width: 70%;
  }
}

[id="twocolumns"] [id="content"]:only-child {
  float: none;
  width: 100%;
}

[id="content"] {
  padding-top: 17px;
}
@media (min-width: 768px) {
  [id="content"] {
    padding-top: 46px;
  }
}

@media (min-width: 768px) {
  [id="sidebar"] {
    float: right;
    width: 25%;
  }
}

.widget {
  margin-bottom: 20px;
}
.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 30px;
}
.search-form label,
.post-password-form label {
  display: block;
}
.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  [id="sidebar"] .search-form input,
  [id="sidebar"]
  .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  margin: 0;
}

.nav-links,
.navigation-comments {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid #acacac;
}
@media (min-width: 768px) {
  .nav-links,
  .navigation-comments {
    padding: 50px 0;
  }
}
.nav-links .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation-comments .page-numbers {
  transition: background .3s ease-in-out, color .3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  margin: 0 2px;
  color: #241723;
  border: 1px solid #241723;
  padding: 2px 3px 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  border-radius: 3px;
  min-width: 36px;
  text-decoration: none;
}
.nav-links .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .page-numbers.current,
.navigation-comments .page-numbers.current {
  background: #241723;
  color: #fff;
}
.nav-links a.page-numbers:hover,
.navigation-comments a.page-numbers:hover {
  background: #241723;
  color: #fff;
}
.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%;
  font-size: 0;
}
.nav-links .next:after,
.nav-links .prev:after,
.navigation-comments .next:after,
.navigation-comments .prev:after {
  content: "\e903";
  font-size: 19px;
  font-family: "icomoon";
}
.nav-links .prev:after,
.navigation-comments .prev:after {
  content: "\e905";
}

.navigation-single {
  margin-bottom: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
}
.navigation-single .next:only-child,
.navigation-single .prev:only-child {
  max-width: 100%;
}
.navigation-single .next a,
.navigation-single .prev a {
  transition: background .3s ease-in-out;
  display: block;
  background: #fff;
  color: #241723;
  border: 1px solid #fff;
  padding: 11px 22px 10px;
  font-size: 20px;
 /*  font-size: 54px; */
    line-height: 26px;
  /* line-height: 56px; */
}
@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }
  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: "»";
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .navigation-single .prev a:after {
    content: "«";
  }
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  border-bottom: 1px solid #acacac;
}
@media (min-width: 768px) {
  .wp-caption {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.wp-caption img {
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .wp-caption img {
    margin-bottom: 10px;
  }
}
.wp-caption p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .wp-caption p {
    margin-bottom: 7px;
  }
}

.aligncenter {
  margin: 0 auto 19px;
}

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

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 19px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

/* typografy */
h1 {
  font-size: 38px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 50px;
  }
  h2,
  .h2 {
    font-size: 34px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 24px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 70px;
  }
  h2,
  .h2 {
    font-size: 44px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 26px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
  text-decoration: none;
  color: inherit;
}

h1,
.h1 {
  margin-bottom: 10px;
  font-weight: 300;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  color: #241723;
}
h1:only-child,
.h1:only-child {
  margin: 0;
}

h2,
.h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.2;
  color: #241723;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    margin-bottom: 48px;
  }
}

h3,
.h3 {
  margin-bottom: 13px;
  font-weight: 700;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.2;
  color: #332c33;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    line-height: 1.19;
    margin-bottom: 8px;
  }
}

h4,
.h4 {
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Merriweather", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.19;
  color: #241723;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    margin-bottom: 15px;
  }
}

h5,
.h5 {
  margin-bottom: 20px;
  font-weight: 400;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.34;
}

h6,
.h6 {
  font-weight: 400;
}

p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 24px;
  }
}
p + h5 {
  margin-top: -4px;
}
@media (min-width: 768px) {
  p + h5 {
    margin-top: 0;
    padding-top: 24px;
  }
}

a {
  color: #332c33;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #c17bbc;
  text-decoration: underline;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

[id="content"] ul:not([class]) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  [id="content"] ul:not([class]) {
    margin-bottom: 19px;
  }
}
[id="content"] ul:not([class]) > li {
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  [id="content"] ul:not([class]) > li {
    padding-left: 10px;
  }
}
[id="content"] ul:not([class]) > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #241723;
}
@media (min-width: 768px) {
  [id="content"] ul:not([class]) > li:before {
    top: 10px;
  }
}

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

/* buttons */
/* button */
.btn {
  transition: background .3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #241723;
  border: 1px solid #fff;
  font-size: 19px;
  line-height: 22px;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .btn {
    padding: 11px 22px 10px;
    font-size: 40px;
    line-height: 44px;
    border-radius: 6px;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 54px;
    line-height: 56px;
  }
}
.btn:hover {
  background: #241723;
  color: #fff;
}
.btn.btn-dark {
  background: #241723;
  border-color: #241723;
  color: #fff;
}
.btn.btn-dark:hover {
  color: #241723;
  background: #fff;
}
.btn.btn-dark.btn-line {
  background: transparent;
  color: #241723;
}
.btn.btn-dark.btn-line:hover {
  background: #241723;
  color: #fff;
}
.btn.btn-line {
  background: transparent;
  color: #fff;
}
.btn.btn-line:hover {
  background: #fff;
  color: #241723;
  text-shadow: none;
}
.btn.btn-sm {
  font-size: 15px;
  line-height: 18px;
  border-radius: 0;
  padding: 2px 7px;
}
@media (min-width: 768px) {
  .btn.btn-sm {
    font-size: 18px;
    line-height: 22px;
    padding: 6px 7px 4px;
  }
}
.btn.btn-md {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  padding: 2px 7px;
}
@media (min-width: 768px) {
  .btn.btn-md {
    font-size: 40px;
    line-height: 46px;
    padding: 6px 17px;
  }
}

.btn-group {
  display: -ms-flexbox;
  display: flex;
}
.btn-group > .btn + .btn {
  border-left: 0;
}

/* title-page */
.title-page {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-left: 9999px;
  padding-right: 9999px;
  margin-left: -9999px;
  margin-right: -9999px;
  border-bottom: 1px solid #352234;
  position: relative;
  z-index: 5;
}
.title-page .hold {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 63px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .title-page .hold {
    min-height: 136px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.title-page .wp-title {
  width: 100%;
}
@media (min-width: 768px) {
  .title-page .wp-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.title-page .hold-title {
  text-align: center;
}
@media (min-width: 768px) {
  .title-page .hold-title {
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 220px);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 220px;
  }
}
.title-page h1 > a {
  text-decoration: none;
}

/* intro-text */
.intro-text {
  border-bottom: 1px solid #acacac;
  margin-bottom: 13px;
  line-height: 1.33;
  font-weight: 500;
}
@media (min-width: 768px) {
  .intro-text {
    margin-bottom: 25px;
    margin-top: -13px;
  }
}
@media (min-width: 768px) {
  .intro-text p {
    margin-bottom: 26px;
  }
}
.intro-text .h4 {
  margin: 0 0 18px;
  display: block;
  color: #352234;
}
.intro-text .h4 > a {
  color: inherit;
  text-decoration: none;
}
.intro-text .box {
  margin-bottom: 16px;
  line-height: 1.23;
}
@media (min-width: 768px) {
  .intro-text .box {
    font-size: 22px;
    margin-top: -32px;
  }
}
.intro-text .box p {
  margin: 0;
}
.intro-text .steps {
  margin-bottom: 24px;
}
.intro-text .steps p {
  margin: 0;
}
.intro-text .steps a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .intro-text ul:not([class]) {
    margin: -18px 0 0;
    padding: 0 0 0 39px;
  }
}
@media (min-width: 768px) {
  .intro-text ul:not([class]) > li {
    padding-left: 33px;
  }
}
@media (min-width: 768px) {
  .intro-text ul:not([class]) > li:before {
    width: 5px;
    height: 5px;
  }
}

.intro-text-2 {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 13px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .intro-text-2 {
    margin-top: -21px;
    font-size: 22px;
    line-height: 1.36;
    margin-bottom: 27px;
    border-bottom: 1px solid #acacac;
  }
}
@media (min-width: 768px) {
  .intro-text-2 p {
    margin-bottom: 20px;
  }
}
.intro-text-2.intro-text {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .intro-text-2.intro-text {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.intro-text-2.add-style {
  border-bottom: none;
}
@media (min-width: 768px) {
  .intro-text-2.add-style {
    margin-top: 0;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .intro-text-2.add-style {
    font-size: 22px;
    padding-top: 9px;
  }
}
@media (max-width: 767px) {
  .intro-text-2 .banner-area {
    margin-top: 2px;
  }
}

/* intro-footer */
.intro-footer {
  border-top: 1px solid #acacac;
  margin-top: 25px;
  padding-top: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.19;
}
@media (min-width: 768px) {
  .intro-footer {
    font-size: 16px;
    margin-bottom: 72px;
  }
}
.intro-footer h5 {
  margin-bottom: -2px;
}
@media (min-width: 768px) {
  .intro-footer p {
    margin-bottom: 20px;
  }
}
.intro-footer small {
  font-size: 12px;
  line-height: 1.21;
}
@media (min-width: 768px) {
  .intro-footer small {
    font-size: 14px;
  }
}

/* sub-menu */
#sub-menu {
  text-align: center;
}
@media (min-width: 768px) {
  #sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    min-width: 220px;
    text-transform: uppercase;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #sub-menu {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 1.22;
  }
}
@media (max-width: 767px) {
  #sub-menu {
    display: inline-block;
    border: 1px solid #241723;
    height: 25px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #sub-menu > ul {
    position: absolute;
    border: 1px solid #241723;
    background: #fff;
    text-transform: uppercase;
    left: -1px;
    min-width: calc(100% + 2px);
    text-align: left;
    padding: 0 8px;
  }
}
@media (min-width: 768px) {
  #sub-menu > ul li + li {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  #sub-menu > ul a {
    display: block;
    padding: 3px 0;
  }
}
#sub-menu .opener {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 23px;
  padding: 0 28px 0 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  color: #241723;
  text-decoration: none;
}
@media (min-width: 768px) {
  #sub-menu .opener {
    display: none;
  }
}
#sub-menu .opener:hover {
  text-decoration: none;
}
#sub-menu .opener:after {
  position: absolute;
  width: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  font-family: "icomoon";
  content: "\e900";
  background: #fff;
}
#sub-menu a {
  color: #241723;
  text-decoration: none;
}
#sub-menu a:hover {
  text-decoration: underline;
}
#sub-menu .active a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #sub-menu .hide {
    display: none !important;
  }
}

/* hero-block */
/* hero-block style */
.hero-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .hero-block {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .hero-block {
    margin-bottom: 20px;
  }
}
.hero-block .container-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  padding: 5vw 0 10.2vw;
  text-align: center;
  color: #fff;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hero-block .container-text {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: flex-end;
    padding: 5vw 0 8.8vw;
  }
}
@media (min-width: 1440px) {
  .hero-block .container-text {
    padding: 50px 0 128px;
  }
}
.hero-block .container-text .container {
  width: 100%;
}
@media (max-width: 767px) {
  .hero-block .container-text .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hero-block .container-text .container:after {
  display: none;
}
.hero-block .title {
  width: 100%;
  padding: 0 7%;
  margin: 0;
  font-weight: 700;
  font-size: 30px;
  font-family: "Noto Serif SC", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.18;
  color: inherit;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .4);
  text-transform: none;
}
@media (min-width: 768px) {
  .hero-block .title {
    padding: 0;
    margin: 0 0 3.6vw;
  }
}
@media (min-width: 992px) {
  .hero-block .title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .hero-block .title {
    margin: 0 0 51px;
  }
}
.hero-block .plan {
  min-width: 192px;
  margin: 0 auto;
  border: 1px solid #fff;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
}
@media (min-width: 768px) {
  .hero-block .plan {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.hero-block .plan .box {
  text-align: center;
}
@media (min-width: 768px) {
  .hero-block .plan .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.hero-block .plan .box:first-child {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .hero-block .plan .box:first-child {
    border-bottom: 0;
    border-right: 1px solid #fff;
  }
}
.hero-block .plan .txt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.11;
}
@media (min-width: 768px) {
  .hero-block .plan .txt {
    font-size: 32px;
  }
}
.hero-block .plan .txt a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 4px 5px;
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}
@media (min-width: 768px) {
  .hero-block .plan .txt a {
    padding: 5px 10px;
  }
}
.hero-block .plan .txt a:hover {
  background: #fff;
  color: #241723;
}
.hero-block .plan dl {
  overflow: hidden;
  padding: 7px 5px;
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.28;
  background: rgba(255, 255, 255, .3);
}
@media (min-width: 768px) {
  .hero-block .plan dl {
    display: block;
    padding: 6px 18px;
    font-size: 18px;
  }
}
.hero-block .plan dl:after {
  display: none;
}
.hero-block .plan dl dt {
  margin: 0 5px 0 0;
  padding: 0;
  float: none;
  display: inline;
}
@media (min-width: 768px) {
  .hero-block .plan dl dt {
    float: left;
  }
}
.hero-block .plan dl dd {
  margin: 0;
  float: none;
  display: inline;
}
@media (min-width: 768px) {
  .hero-block .plan dl dd {
    float: left;
  }
}
.hero-block .plan dl dd:after {
  content: "\a";
  white-space: pre;
}
@media (min-width: 768px) {
  .hero-block .plan dl dd:after {
    display: none;
  }
}

/* banner-content */
/* banner content style */
.banner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .banner {
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-bottom: 20px;
  }
}
.banner .hold {
  min-height: 157px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .banner .hold {
    min-height: 300px;
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .banner .hold {
    min-height: 600px;
    padding: 23px 0;
  }
}
.banner .content-block {
  display: inline-block;
  vertical-align: top;
  padding: 2px 5px 5px;
  margin: 0 -5px;
  background: rgba(255, 255, 255, .7);
  font-weight: 700;
  font-size: 11px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.23;
}
@media (min-width: 768px) {
  .banner .content-block {
    max-width: 700px;
    font-size: 16px;
    padding: 9px 20px 20px;
    margin: 0 -20px;
  }
}
@media (min-width: 992px) {
  .banner .content-block {
    font-size: 22px;
  }
}
.banner h2 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 21px;
  font-family: "Noto Serif SC", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  line-height: 1.2;
  color: inherit;
}
@media (min-width: 768px) {
  .banner h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .banner h2 {
    font-size: 44px;
  }
}
.banner p {
  display: none;
}
@media (min-width: 768px) {
  .banner p {
    display: block;
  }
}
.banner .btn-wrap {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .banner .btn-wrap {
    padding-top: 30px;
  }
}
.banner.content-right .container {
  text-align: right;
}
.banner.content-bottom .hold {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.banner.transparent {
  color: #fff;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .4);
}
.banner.transparent .content-block {
  background: transparent;
}
@media (max-width: 767px) {
  .banner.transparent .content-block {
    padding-top: 9px;
  }
}
.banner.full-height .container {
  height: 100%;
}
.banner.full-height .content-block {
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .banner.full-height .content-block {
    padding-top: 2px;
  }
}
.banner.half .hold {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .banner.half .hold {
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.banner.half .content-block {
  text-align: left;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .banner.half .content-block {
    margin: 0 15px;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .banner.half .content-block {
    font-size: 15px;
    line-height: 1.2;
    padding: 5px 10px 10px;
  }
}
@media (max-width: 767px) {
  .banner.half h2 {
    font-size: 22px;
  }
}
.banner.half p {
  display: block;
}
@media (max-width: 767px) {
  .banner.half p {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .banner.half .btn-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .banner.half .btn {
    font-size: 27px;
    line-height: 34px;
    padding: 2px 13px;
  }
}
.banner.full .hold {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 250px;
}
@media (min-width: 768px) {
  .banner.full .hold {
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.banner.full .content-block {
  text-align: left;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .banner.full .content-block {
    margin: 0 15px;
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .banner.full .content-block {
    font-size: 15px;
    line-height: 1.2;
  }
}
.banner.full p {
  display: block;
}
.banner ul a {
  text-decoration: underline;
}

/* banner-area */
.banner-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 19px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-area {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.banner-area .hold {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 128px;
  padding: 8px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-area .hold {
    min-height: 257px;
    padding: 11px 10px;
  }
}
.banner-area .btn {
  border-radius: 0;
}
.banner-area .btn.btn-dark {
  background: rgba(255, 255, 255, .85);
}

.banner-area-title {
  font-size: 18px;
  line-height: 1.08;
  display: block;
}
@media (min-width: 768px) {
  .banner-area-title {
    font-size: 35px;
  }
}

.banner-area-sub-title {
  font-size: 20px;
  line-height: 1.08;
  display: block;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .banner-area-sub-title {
    margin-bottom: 0;
    font-size: 40px;
    margin-bottom: 13px;
  }
}
.banner-area-sub-title mark {
  padding: 0;
  margin: 0;
  background: none;
  color: #332c33;
}
@media (max-width: 767px) {
  .banner-area-sub-title mark {
    display: block;
    color: #fff;
  }
}

/* post-item */
/* single-post-content */
.single-post-content,
.post-item {
  padding-top: 6px;
  width: 100%;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 15px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.20;
  /* post-item-hold */
  /* post-item__content */
  /* post-item__title */
  /* post-item__head */
  /* post-item__visual */
  /* post-item__footer */
}
@media (min-width: 768px) {
  .single-post-content,
  .post-item {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.4;
    padding-top: 0;
  }
}
.single-post-content + .intro-footer,
.post-item + .intro-footer {
  border-top: none;
}
.post-item-border .single-post-content,
.post-item-border
  .post-item {
  border-bottom: 1px solid #acacac;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .post-item-border .single-post-content,
  .post-item-border
  .post-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.single-post-content:last-of-type,
.post-item:last-of-type {
  border-bottom: none;
}
.single-post-content .post-item-hold,
.post-item .post-item-hold {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .single-post-content .post-item-hold,
  .post-item .post-item-hold {
    width: calc(100% / 3 * 2);
    padding-right: 2%;
  }
}
@media (min-width: 768px) {
  .single-post-content .post-item-hold .post-item__content,
  .post-item .post-item-hold .post-item__content {
    width: 100%;
    padding-right: 0;
  }
}
.single-post-content .post-item__content,
.post-item .post-item__content {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .single-post-content .post-item__content,
  .post-item .post-item__content {
    margin-bottom: 0;
    float: left;
    padding-right: 2%;
    width: calc(100% / 3 * 2);
  }
}
.single-post-content .post-item__content a,
.post-item .post-item__content a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .single-post-content .post-item__content h4,
  .post-item .post-item__content h4 {
    margin-bottom: 3px;
  }
}
.single-post-content .post-item__content h4:only-child,
.post-item .post-item__content h4:only-child {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .single-post-content .post-item__content h4:only-child,
  .post-item .post-item__content h4:only-child {
    margin-bottom: 15px;
  }
}
.single-post-content .post-item__content h4 a,
.post-item .post-item__content h4 a {
  text-decoration: none;
}
.single-post-content .post-item__content .list_meta a,
.post-item .post-item__content .list_meta a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-post-content .post-item__title,
  .post-item .post-item__title {
    margin-bottom: 23px;
  }
}
.single-post-content .post-item__title h3,
.post-item .post-item__title h3 {
  margin: 0;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.single-post-content .post-item__title h3 > a,
.post-item .post-item__title h3 > a {
  text-decoration: none;
}
.single-post-content .post-item__head,
.post-item .post-item__head {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .single-post-content .post-item__head,
  .post-item .post-item__head {
    margin: -3px 0 23px;
  }
}
@media (min-width: 768px) {
  .single-post-content .post-item__visual,
  .post-item .post-item__visual {
    float: left;
    width: calc(100% / 3);
    text-align: right;
  }
}
.single-post-content .post-item__visual a,
.post-item .post-item__visual a {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .single-post-content .post-item__visual img,
  .post-item .post-item__visual img {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .single-post-content .post-item__footer,
  .post-item .post-item__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .single-post-content .post-item__footer .btn,
  .post-item .post-item__footer .btn {
    margin-bottom: -4px;
    vertical-align: middle;
  }
}
.single-post-content .post-item__meta,
.post-item .post-item__meta {
  margin-top: 5px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .single-post-content .post-item__meta,
  .post-item .post-item__meta {
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }
}
.single-post-content + .navigation,
.post-item + .navigation {
  margin-top: -13px;
}
@media (min-width: 768px) {
  .single-post-content + .navigation,
  .post-item + .navigation {
    margin-top: -25px;
  }
}
@media (min-width: 768px) {
  .single-post-content.half,
  .post-item.half {
    line-height: 1.34;
  }
}
@media (min-width: 768px) {
  .single-post-content.half .post-item__head,
  .post-item.half .post-item__head {
    margin: 0 0 21px;
  }
}
@media (min-width: 768px) {
  .single-post-content.half p,
  .post-item.half p {
    margin-bottom: 16px;
  }
}
.single-post-content.half h4,
.post-item.half h4 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  .single-post-content.half h4,
  .post-item.half h4 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .single-post-content.half .list_meta,
  .post-item.half .list_meta {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .single-post-content.half .post-item__content,
  .post-item.half .post-item__content {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .single-post-content.half .post-item__visual,
  .post-item.half .post-item__visual {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .single-post-content.half .btn.btn-sm,
  .post-item.half .btn.btn-sm {
    padding: 9px 12px 10px;
  }
}
.single-post-content .small-box,
.post-item .small-box {
  font-size: 14px;
  line-height: 1.19;
}
@media (min-width: 768px) {
  .single-post-content .small-box,
  .post-item .small-box {
    margin-top: -3px;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .single-post-content .small-box p,
  .post-item .small-box p {
    margin-bottom: 20px;
  }
}
.single-post-content .small-box small,
.post-item .small-box small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .single-post-content .small-box small,
  .post-item .small-box small {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .single-post-content .small-box .columns,
  .post-item .small-box .columns {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .single-post-content .small-box .columns .body,
  .post-item .small-box .columns .body {
    padding-right: 30px;
    width: calc(100% - 129px);
  }
}
.single-post-content .small-box .columns .visual,
.post-item .small-box .columns .visual {
  width: 129px;
}

.single-post-content p {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .single-post-content p {
    margin-bottom: 9px;
  }
}

.single-post-content .post-item__content {
  width: 100%;
  margin-bottom: 18px;
  float: none;
}
@media (min-width: 768px) {
  .single-post-content .post-item__content {
    margin-bottom: 42px;
  }
}

.single-post-content .post-item__head {
  margin: 3px 0 13px;
}
@media (min-width: 768px) {
  .single-post-content .post-item__head {
    margin: -2px 0 8px;
  }
}

.single-post-content .post-item__visual {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-post-content .post-item__visual {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .visual-list {
    display: none;
  }
}

.visual-list > li {
  margin-bottom: 40px;
}

.visual-list img {
  display: block;
  width: 100%;
}

.visit-post {
  font-weight: 500;
}
.visit-post + .visit-post {
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #acacac;
}
@media (min-width: 768px) {
  .visit-post + .visit-post {
    margin-top: 19px;
    padding-top: 23px;
  }
}
.visit-post h4 {
  margin-bottom: -2px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .visit-post h4 {
    margin-bottom: 0;
  }
}
.visit-post h4 > a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .visit-post p {
    margin-bottom: 18px;
  }
}
.visit-post .list_meta {
  font-size: 15px;
}
@media (min-width: 768px) {
  .visit-post .list_meta {
    font-size: 18px;
  }
}
.visit-post .list_meta a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .visit-post .visit-post-body {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .visit-post .post-item__visual {
    display: none;
  }
}

.audio-box {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .audio-box {
    margin-bottom: 25px;
  }
}
.audio-box h4 {
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .audio-box h4 {
    margin-bottom: 0 !important;
    font-size: 24px;
  }
}
.audio-box .sub-title-audio {
  display: block;
  margin-bottom: 10px;
}
.audio-box p {
  margin: 0 0 15px;
}

.row-audio {
  margin-bottom: 9px;
}
@media (min-width: 480px) {
  .row-audio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}
.row-audio audio {
  display: block;
  margin: 0 auto 10px 0;
}
@media (min-width: 480px) {
  .row-audio audio {
    margin: 0 20px 0 0;
  }
}

/* single-posts */
/* twocolumns */
.twocolumns {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .twocolumns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-bottom: 35px;
  }
}
.twocolumns > .col {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .twocolumns > .col {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .twocolumns > .col:last-child {
    padding-right: 6%;
  }
}
@media (min-width: 768px) {
  .twocolumns .content-slider {
    padding-top: 4px;
  }
}

/* caption */
.caption {
  display: block;
  padding: 4px 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 13px;
  color: #332c33;
}
@media (min-width: 768px) {
  .caption {
    padding: 11px 0;
    line-height: 1.5;
    font-size: 16px;
  }
}

/* single-post-exhibitions */
@media (min-width: 768px) {
  .single-post-exhibitions {
    margin-top: -15px;
  }
}

.single-post-exhibitions .post-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .single-post-exhibitions .post-title {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .single-post-exhibitions .list_meta {
    font-size: 12px;
  }
}

/* img-gallery */
.img-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.img-gallery > li {
  margin: 0 5px 5px 0;
}

/* list_meta */
.list_meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}
.list_meta li {
  padding-bottom: 3px;
}
.list_meta li:after {
  margin: 0 8px;
  content: "|";
}
.list_meta li:last-child:after {
  display: none;
}
.list_meta a {
  text-decoration: none;
  color: inherit;
}
.list_meta a:hover {
  color: #c17bbc;
}

.subtitle-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
}
.subtitle-meta > span {
  display: inline-block;
  padding-bottom: 3px;
}
.subtitle-meta > span:after {
  margin: 0 8px;
  content: "|";
}
.subtitle-meta > span:last-child:after {
  display: none;
}

/* slick */
/* Slick slider styles */
.tab-slider-nav,
.tab-slider,
.content-slider,
.hero-slider-mobile,
.hero-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.tab-slider-nav .slick-track,
.tab-slider-nav .slick-list,
.tab-slider .slick-track,
.tab-slider .slick-list,
.hero-slider-mobile .slick-track,
.hero-slider-mobile .slick-list,
.hero-slider .slick-track,
.hero-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  z-index: 1001;
  left: 0;
  width: 100%;
  bottom: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  padding: 0 3px;
}
.slick-dots [type="button"] {
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  border: 0;
  background: #241723;
  box-shadow: inset 0 0 0 15px #fff;
  transition: all .3s;
  font-size: 0;
  line-height: 0;
}
.slick-dots [type="button"]:hover {
  box-shadow: inset 0 0 0 1px #fff;
}
@media (min-width: 768px) {
  .slick-dots [type="button"] {
    width: 14px;
    height: 14px;
  }
  .slick-dots [type="button"]:hover {
    box-shadow: inset 0 0 0 2px #fff;
  }
}
.slick-dots .slick-active [type="button"] {
  box-shadow: inset 0 0 0 1px #fff;
}
@media (min-width: 768px) {
  .slick-dots .slick-active [type="button"] {
    box-shadow: inset 0 0 0 2px #fff;
  }
}

.content-slider .slick-dots {
  bottom: auto;
  margin-top: -14px;
}
@media (min-width: 768px) {
  .content-slider .slick-dots {
    margin-top: -24px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    display: none !important;
  }
}

.hero-slider .visual {
  padding-top: 58%;
  background-size: cover;
  background-position: 50% 50%;
}

@media (min-width: 768px) {
  .hero-slider-mobile {
    display: none !important;
  }
}

.hero-slider-mobile .visual {
  height: calc(100vh - 41px);
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-height: 499px) and (max-width: 767px) {
  .hero-slider-mobile .visual {
    height: 459px;
  }
}

.gallery-columns-1 {
  position: relative;
  padding-bottom: 20px;
}
.gallery-columns-1 .slick-slide img {
  margin: 0 auto;
}

/* tab-content-block */
/* carousel basic styles */
.tab-content-block {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .tab-content-block {
    margin-bottom: 50px;
  }
}

/* slideshow */
.slideshow {
  position: relative;
}
@media (min-width: 768px) {
  .slideshow {
    display: -ms-flexbox;
    display: flex;
  }
}
.slideshow .col {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow .col {
    width: calc(100% - 310px);
  }
}
@media (min-width: 992px) {
  .slideshow .col {
    width: calc(100% - 436px);
  }
}
@media (min-width: 768px) {
  .slideshow .col:first-child {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .slideshow .col:first-child {
    width: 436px;
  }
}
.slideshow .col .slideset {
  width: 100%;
}
.slideshow .col .slideset .slide {
  width: 100%;
}
.slideshow .btn-wrap {
  position: relative;
  border-top: 1px solid #241723;
  width: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slideshow .btn-wrap .btn {
  margin-top: -1px;
  font-size: 13px;
  line-height: 24px;
  text-transform: none;
  min-width: 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .slideshow .btn-wrap .btn {
    font-size: 22px;
    line-height: 32px;
    min-width: 180px;
  }
}
.slideshow .pagination {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 768px) {
  .slideshow .pagination {
    font-size: 22px;
    line-height: 26px;
  }
}
.slideshow .pagination li {
  border: 1px solid #241723;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .slideshow .pagination li {
    margin-right: -1px;
  }
}
.slideshow .pagination a {
  display: block;
  padding: 7px 11px;
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .slideshow .pagination a {
    padding: 8px 15px;
  }
}
.slideshow .pagination a:hover {
  background: #eae5ea;
}
.slideshow .pagination .active a {
  color: #fff;
  background: #241723;
}
@media (max-width: 767px) {
  .slideshow .pagination .active {
    display: none;
  }
}
.slideshow .pagination-select {
  margin-bottom: 13px;
}
.slideshow .pagination-select .opener {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 7px 35px 7px 11px;
  background: #241723;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .slideshow .pagination-select .opener {
    display: none;
  }
}
.slideshow .pagination-select .opener:after {
  position: absolute;
  right: 0;
  margin-top: 1px;
  width: 35px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  content: "\e900";
  font-family: "icomoon";
}

.slideshow .slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.slideshow .slide.active {
  z-index: 2;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
  visibility: hidden;
}

/* content-slide */
.content-slide {
  font-weight: 500;
  padding-bottom: 1px;
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .content-slide {
    padding: 14px 0 12px 10px;
    border-left: 1px solid #241723;
  }
}
@media (min-width: 992px) {
  .content-slide {
    padding: 14px 0 12px 24px;
  }
}
.content-slide p {
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .content-slide p {
    margin-bottom: 17px;
  }
}
.content-slide ul:not([class]) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-slide ul:not([class]) {
    margin-bottom: 19px;
  }
}
.content-slide ul:not([class]) > li {
  padding-left: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .content-slide ul:not([class]) > li {
    padding-left: 10px;
  }
}
.content-slide ul:not([class]) > li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  background: #241723;
}
@media (min-width: 768px) {
  .content-slide ul:not([class]) > li:before {
    top: 10px;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

/* tab-wrap */
.tab-wrap {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .tab-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}
.tab-wrap .col {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .tab-wrap .col {
    width: calc(100% - 310px);
  }
}
@media (min-width: 992px) {
  .tab-wrap .col {
    width: calc(100% - 436px);
  }
}
@media (min-width: 768px) {
  .tab-wrap .col:first-child {
    width: 310px;
  }
}
@media (min-width: 992px) {
  .tab-wrap .col:first-child {
    width: 436px;
  }
}
.tab-wrap .tabset {
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: none;
}
@media (min-width: 768px) {
  .tab-wrap .tabset {
    display: block;
    font-size: 22px;
    line-height: 26px;
  }
}
.tab-wrap .tabset li {
  border: 1px solid #241723;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .tab-wrap .tabset li {
    margin-right: -1px;
  }
}
.tab-wrap .tabset a {
  display: block;
  padding: 7px 11px;
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tab-wrap .tabset a {
    padding: 8px 15px;
  }
}
.tab-wrap .tabset a:hover {
  background: #eae5ea;
}
.tab-wrap .tabset .active a {
  color: #fff;
  background: #241723;
}
@media (max-width: 767px) {
  .tab-wrap .tabset .active {
    display: none;
  }
}
@media (min-width: 768px) {
  .tab-wrap .tab-accordion .active .slide {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .tab-wrap .tab-accordion .js-acc-hidden {
    position: static !important;
  }
}

/* tab-accordion */
.tab-accordion .content-slide {
  padding-top: 17px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .tab-accordion .content-slide {
    border-bottom: 1px solid #241723;
    font-size: 18px;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .tab-accordion .content-slide {
    padding-bottom: 24px;
  }
}
.tab-accordion .content-slide h5 {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .tab-accordion .content-slide h5 {
    margin-bottom: 24px;
  }
}

.tab-accordion .opener {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 1px solid #241723;
  margin-bottom: -1px;
  padding: 3px 30px 3px 8px;
  color: #333;
  text-decoration: none;
}
.tab-accordion .opener:hover {
  background: #eae5ea;
}
@media (min-width: 768px) {
  .tab-accordion .opener {
    display: none;
  }
}
.tab-accordion .opener:after,
.tab-accordion .opener:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 11px;
  height: 1px;
  content: "";
  background: #333;
  transition: all .5s;
}
.tab-accordion .opener:before {
  right: 15px;
  width: 1px;
  height: 11px;
}

.tab-accordion .active .opener {
  color: #fff;
  background: #241723;
}
.tab-accordion .active .opener:after {
  background: #fff;
}
.tab-accordion .active .opener:before {
  height: 0;
}

.tab-accordion .btn-wrap {
  margin-bottom: 14px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .tab-accordion .btn-wrap {
    padding: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .tab-accordion .btn-wrap .btn {
    font-size: 22px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* about-accordion */
.about-accordion {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-accordion {
    margin-bottom: 48px;
  }
}
.about-accordion .slide-hold {
  padding: 7px 10px 11px;
}
@media (min-width: 768px) {
  .about-accordion .slide-hold {
    padding: 16px 20px 23px;
  }
}
.about-accordion .slide-hold p {
  margin: 0;
}
.about-accordion .slide-hold p + p {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .about-accordion .slide-hold p + p {
    margin-top: 24px;
  }
}
.about-accordion .box {
  font-weight: 500;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .about-accordion .box {
    font-size: 13px;
    line-height: 1.16;
  }
}
.about-accordion .box + .box {
  margin-top: 17px;
}
@media (min-width: 768px) {
  .about-accordion .box + .box {
    margin-top: 24px;
  }
}
.about-accordion .box p {
  margin: 0;
}
.about-accordion > li {
  margin: 0 0 -1px;
}
.about-accordion > li:last-child {
  margin: 0;
}
.about-accordion > li:last-child .slide {
  border-bottom: 1px solid #241723;
}
.about-accordion .slide {
  border-left: 1px solid #241723;
  border-right: 1px solid #241723;
  font-weight: 500;
  line-height: 1.22;
}
@media (max-width: 767px) {
  .about-accordion .slide {
    font-size: 13px;
    line-height: 1.16;
  }
}
.about-accordion .opener {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  border: 1px solid #241723;
  padding: 3px 30px 3px 8px;
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .about-accordion .opener {
    font-size: 22px;
    line-height: 26px;
    padding: 14px 55px 13px 20px;
  }
}
.about-accordion .opener:hover {
  background: #eae5ea;
}
.about-accordion .opener:after,
.about-accordion .opener:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 11px;
  height: 1px;
  content: "";
  background: #333;
  transition: all .5s;
}
@media (min-width: 768px) {
  .about-accordion .opener:after,
  .about-accordion .opener:before {
    right: 17px;
    width: 22px;
    height: 4px;
  }
}
.about-accordion .opener:before {
  right: 15px;
  width: 1px;
  height: 11px;
}
@media (min-width: 768px) {
  .about-accordion .opener:before {
    right: 26px;
    width: 4px;
    height: 22px;
  }
}
.about-accordion .active .opener {
  color: #fff;
  background: #241723;
}
.about-accordion .active .opener:after {
  background: #fff;
}
.about-accordion .active .opener:before {
  height: 0;
}

/* about-accordion-wrap */
.about-accordion-wrap h2 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-accordion-wrap h2 {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .about-accordion-wrap h2 {
    font-size: 22px;
  }
}

/* datepicker */
/* bg video */
/* video block style */
.bg-video-holder {
  padding-top: 58%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 479px) {
  .bg-video-holder {
    padding-top: 100%;
  }
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
}

.video-active .bg-video {
  opacity: 1;
}

.bg-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
}

.bg-holder iframe,
.bg-holder video {
  opacity: 0;
  display: block;
}

.bg-holder.playing iframe,
.bg-holder.playing video {
  opacity: 1;
}

.bg-holder.playing {
  background: none !important;
}

/* searchform */
.opener-search {
  display: none;
}
@media (min-width: 768px) {
  .opener-search {
    position: relative;
    display: block;
    padding: 4px 0 0;
    margin: 0 0 0 17px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .active .opener-search:after {
    right: 0 !important;
    left: 0 !important;
  }
}

@media (min-width: 768px) {
  .slide-search {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .active .slide-search {
    top: calc(100% + 19px);
    left: auto;
    right: 0;
  }
}

.slide-search .search-form {
  padding: 5px 10px 20px;
  background: #241723;
}
@media (min-width: 768px) {
  .slide-search .search-form {
    padding: 5px 10px 10px;
  }
}
.slide-search .search-form [type="search"] {
  width: 207px;
  margin: 0 8px 0 0;
  padding: 0 5px;
  color: #fff;
  background: #241723;
  border: 1px solid #fff;
  height: 18px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 0;
  float: left;
}
@media (min-width: 768px) {
  .slide-search .search-form [type="search"] {
    width: 159px;
    margin: 0;
    background: #fff;
    color: #241723;
    height: 22px;
    font-size: 18px;
    line-height: 20px;
    float: none;
  }
}
.slide-search .search-form [type="submit"] {
  padding: 0;
  margin: 0;
  height: 18px;
  width: auto;
  background: none;
  color: #fff;
  border: 0;
  font-size: 15px;
  line-height: 1;
}
@media (min-width: 768px) {
  .slide-search .search-form [type="submit"] {
    width: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
  }
}
.slide-search .search-form [type="submit"]:hover {
  color: #c17bbc;
}

/* search-form 404 */
.search-form [type="submit"] {
  font-size: 24px;
  padding: 5px 10px;
}

/* section-508 */
.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 20px;
  color: #fff;
  background: #241723;
  display: block;
  padding: 20px;
  text-align: center;
  z-index: 99999;
}

/* header */
/* header */
[id="header"] {
  padding: 8px 0;
  background: #241723;
  position: relative;
  z-index: 1002;
}
@media (min-width: 768px) {
  [id="header"] {
    padding: 13px 0;
  }
}
[id="header"] a {
  color: #fff;
  text-decoration: none;
}
[id="header"] .hover > a,
[id="header"] .active > a {
  text-decoration: none;
}
@media (min-width: 768px) {
  [id="header"] .hover > a:after,
  [id="header"] .active > a:after {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    z-index: 10;
    height: 1px;
    content: "";
    background: #fff;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  [id="header"] .logo {
    width: 127px;
  }
}
[id="header"] .logo a {
  display: block;
}
@media (max-width: 767px) {
  [id="header"] .logo img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .hold-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  [id="nav"] {
    position: relative;
  }
}

[id="nav"] a {
  color: #fff;
}

/* nav-drop */
.nav-drop {
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #241723;
}
@media (min-width: 768px) {
  .nav-drop {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .nav-drop {
    border-top: 1px solid #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .nav-active .nav-drop {
    max-height: calc(100vh - 40px);
    visibility: visible;
    opacity: 1;
  }
}
.nav-drop > ul {
  padding: 23px 0 0;
  font-weight: 300;
  font-size: 25px;
}
@media (min-width: 768px) {
  .nav-drop > ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 20px;
  }
}
.nav-drop > ul > li {
  position: relative;
  margin: 0 9px 20px;
}
@media (min-width: 768px) {
  .nav-drop > ul > li {
    padding: 0 9px;
    margin: 0 9px;
  }
}
.nav-drop > ul ul {
  width: 100%;
  padding: 3px 10px 0;
  background: #241723;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.29;
}
@media (min-width: 768px) {
  .nav-drop > ul ul {
    font-weight: 700;
    left: -9999px;
    top: -9999px;
    padding: 20px 8px 0;
    position: absolute;
    width: auto;
    font-size: 14px;
    min-width: 106px;
    white-space: nowrap;
  }
}
.nav-drop > ul ul > li {
  margin-bottom: 4px;
}
.nav-drop > ul .hover > ul {
  top: 100%;
  left: 0;
}
.nav-drop > ul .hover > ul .hover > a {
  color: #d2b5d2;
}
.nav-drop > ul .hover > ul .hover > a:after {
  display: none;
}
.nav-drop > #primary-menu > li > a,
.nav-drop > #primary-menu > li > a:hover {
  cursor: default;
}

/* nav-opener */
.nav-opener {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 10;
  width: 21px;
  height: 22px;
  font-size: 0;
  line-height: 0;
  float: right;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  transition: transform .3s ease-in-out;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  height: 1px;
}
.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 3px;
}
.nav-opener:after {
  top: 19px;
}
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
  background: #c17bbc;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 11px;
  left: 0;
  right: 0;
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.resize-active .nav-drop,
.resize-active .nav-drop > ul {
  transition: none !important;
}

/* common */
#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1380px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .content-title {
    display: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .content-title h2 {
    font-size: 22px;
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .mob-visible {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .mob-hidden {
    display: none !important;
  }
}

.number_of_guests {
  max-width: 100px;
}

@media (min-width: 768px) {
  [id="twocolumns"] {
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
  }
}

[id="twocolumns"] > .col {
  width: 100%;
}
@media (min-width: 768px) {
  [id="twocolumns"] > .col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  [id="twocolumns"] > .col:first-child {
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  [id="twocolumns"] h2 {
    margin-bottom: 24px;
  }
}

*:focus {
  outline: 2px solid #d2b5d2 !important;
}

.white-text,
.white-text mark {
  color: #fff;
}

.page-template-default h3 {
  margin-bottom: 48px;
}

.aling-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aling-col .aling-between {
  margin-bottom: 15px;
}

.credits {
  margin-left: 0;
  margin-right: 0;
}

/* footer */
[id="footer"] {
  border-top: 1px solid #eee;
  position: relative;
  z-index: 4;
  /* social */
}
[id="footer"] h4 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 12px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.22;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  [id="footer"] h4 {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
[id="footer"] p {
  margin: 0;
}
[id="footer"] .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
  color: #000;
  font-weight: 700;
  font-size: 11px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.19;
}
@media (min-width: 992px) {
  [id="footer"] .columns {
    font-size: 16px;
  }
}
[id="footer"] .columns a {
  color: #000;
  transition: all .3s;
  text-decoration: underline;
}
[id="footer"] .columns a:hover {
  color: #d2b5d2;
}
[id="footer"] .columns .active a {
  color: #d2b5d2;
}
[id="footer"] .columns > .col {
  width: 50%;
  padding: 6px 13px 0;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  [id="footer"] .columns > .col:nth-child(2) {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  [id="footer"] .columns > .col {
    margin-bottom: 0;
    padding: 25px 13px 11px;
    width: 25%;
    border-bottom: none;
  }
}
[id="footer"] .columns > .col:last-child {
  border-right: 0;
}
[id="footer"] .list-contact {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[id="footer"] .list-contact li:after {
  content: "|";
  margin: 0 4px;
}
[id="footer"] .list-contact li:last-child:after {
  display: none;
}
[id="footer"] .list-contact a[href*="tel"] {
  text-decoration: none;
}
[id="footer"] .box {
  margin: 12px 0 11px;
}
@media (min-width: 992px) {
  [id="footer"] .box {
    margin: 16px 0 19px;
  }
}
[id="footer"] .btn-wrap {
  margin-top: -4px;
}
@media (min-width: 992px) {
  [id="footer"] .btn-wrap {
    margin: 0;
  }
}
[id="footer"] address {
  margin: 0;
  padding: 0;
  font-style: normal;
}
[id="footer"] address > span {
  display: block;
}
[id="footer"] .social {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 23px;
  line-height: 1;
}
@media (min-width: 992px) {
  [id="footer"] .social {
    font-size: 44px;
    margin-bottom: 13px;
  }
}
@media (min-width: 992px) {
  [id="footer"] .social:last-child {
    margin-bottom: 1px;
  }
}
[id="footer"] .social > li {
  padding: 0 2px 2px 0;
}
@media (min-width: 992px) {
  [id="footer"] .social > li {
    padding: 0 5px 5px 0;
  }
}
[id="footer"] .social a {
  transition: all .3s;
  text-decoration: none;
}
[id="footer"] .btn {
  padding: 2px 8px 3px;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 992px) {
  [id="footer"] .btn {
    padding: 5px 10px;
    font-size: 22px;
    line-height: 24px;
  }
}

.footer-panel {
  margin-top: 27px;
  background: #fff;
  overflow: hidden;
}

.bar {
  background: #241723;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 9px;
  line-height: 1.17;
}
@media (min-width: 992px) {
  .bar {
    font-size: 12px;
  }
}
.bar .container {
  position: relative;
}
@media (min-width: 992px) {
  .bar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
  }
}
.bar .container .hold {
  width: 100%;
}
@media (min-width: 992px) {
  .bar .container .hold {
    min-height: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }
}
.bar a {
  color: inherit;
  text-decoration: none;
  transition: all .3s;
}
.bar a:hover {
  text-decoration: underline;
}
.bar .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0 9px;
}
@media (min-width: 992px) {
  .bar .row {
    display: block;
    padding: 0 290px;
  }
}
.bar .row + .row {
  border-top: 1px solid #fff;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .bar .row + .row {
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 290px;
  }
}
.bar .txt {
  padding: 0 19px;
  text-align: left;
}
@media (min-width: 992px) {
  .bar .txt {
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .bar .logo-right,
  .bar .logo-left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.bar .logo-left {
  width: 45px;
  min-width: 45px;
}
@media (min-width: 992px) {
  .bar .logo-left {
    left: 20px;
    min-width: 90px;
    width: 90px;
  }
}
.bar .logo-right {
  width: 152px;
  min-width: 152px;
}
@media (min-width: 992px) {
  .bar .logo-right {
    right: 20px;
    min-width: 279px;
    width: 279px;
  }
}

.list-footer-link {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1.11;
}
@media (min-width: 992px) {
  .list-footer-link {
    margin: 0 0 15px;
    font-size: 18px;
  }
}
.list-footer-link > li:after {
  content: "|";
  padding: 0 10px;
}
.list-footer-link > li:last-child:after {
  display: none;
}
.list-footer-link .active a {
  color: #d2b5d2;
}
.list-footer-link a:hover {
  text-decoration: none;
  color: #d2b5d2;
}