/*
	Theme Name: Bcn Inspires
	Theme URI: http://www.bcninspires.com/
	Description: Bcn Inspires template
	Version: 1.0
	Author: LLOS&
	Author URI: http://llos.co
	Text Domain: llos
	Domain Path: /lang
*/

@font-face {
  font-family: 'NewRailAlphabet';
  src:
    url('fonts/NewRailAlphabet-Medium.woff2') format('woff2'),
    url('fonts/NewRailAlphabet-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;

  /*	unicode-range: U+0020-00FE; */
}

@font-face {
  font-family: 'NewRailAlphabet';
  src:
    url('fonts/NewRailAlphabet-Bold.woff2') format('woff2'),
    url('fonts/NewRailAlphabet-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;

  /*	unicode-range: U+0020-00FE; */
}

@font-face {
  font-family: 'NewRailAlphabet';
  src:
    url('fonts/NewRailAlphabet-Light.woff2') format('woff2'),
    url('fonts/NewRailAlphabet-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;

  /* unicode-range: U+0020-00FE; */
}

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

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  color: #000;
  font: 300 20px/24px 'NewRailAlphabet', sans-serif;
  background: #fff;
  min-width: 320px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

img {
  border-style: none;
}

input,
textarea,
select {
  color: #000;
  vertical-align: middle;
  font: 100% Arial, Helvetica, sans-serif;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

blockquote,
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #101dac;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type='search'] {
  appearance: textfield;
  -webkit-appearance: textfield;
}

.wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  min-height: 100vh;
  padding: 94px 0 0;
}

.logo {
  background: url(img/logo.svg) no-repeat;
  font-size: 0;
  line-height: 0;
  width: 116px;
  height: 56px;
  -webkit-background-size: 116px 56px;
  background-size: 116px 56px;
  float: left;
  margin: 18px 0 0;
}

.logo a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.bg-img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-img > img {
  display: none;
}

/* separator-list */
.separator-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.separator-list li {
  display: inline-block;
  vertical-align: top;
}

.separator-list li + li:before {
  content: '|';
  margin: 0 7px 0 6px;
}

.separator-list li a:hover,
.separator-list li.active a {
  text-decoration: underline;
}

.home #side-content,
.page-template-book-hotel #side-content {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#ajax-flexible {
  clear: both;
}

#ajax-flexible .subpage-container:last-child {
  padding-bottom: 95px;
}

#ajax-flexible .appear-fadein {
  opacity: 1;
  visibility: visible;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 17px 0 0;

  /* z-index: 1000; */
  z-index: 99;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.header#ajax-header {
  position: relative;
  margin: 0 0 0 40px;
  padding-right: 40px;
}

.left .header#ajax-header {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 90px);
  padding-right: 0;
  margin-right: 45px;
}

.left .header#ajax-header .main-nav {
  display: none;
}

.header .logo {
  position: relative;
  background: none;
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}

.header .logo:after,
.header .logo:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.header .logo:before {
  background: url(img/logo.svg) no-repeat;
  width: 116px;
  height: 56px;
  -webkit-background-size: 116px 56px;
  background-size: 116px 56px;
  opacity: 1;
  visibility: visible;
}

.header .logo:after {
  width: 129px;
  height: 31px;
  background: url(img/logo-2.svg) no-repeat 50% 50%;
  -webkit-background-size: 129px 31px;
  background-size: 129px 31px;
  opacity: 0;
  visibility: hidden;
}

.header.scrolled {
  padding: 18px 0 0;
}

.modal-open .main-nav {
  opacity: 0;
  visibility: hidden;
}

/* .page-template-welcome .main-nav {
	display: none;
} */

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

.modal-open .header {
  background: none;
  z-index: 999;
}

.modal-open .header:after {
  display: none;
}

body.page-template-book-hotel .header:before,
.modal-open .header:before {
  display: none;
}

body.page-template-book-hotel .header.scrolled:before {
  display: block;
}

body.error404 .fixed-panel.right,
body.error404 .fixed-panel.left,
body.page-template-legal .fixed-panel.right,
body.page-template-legal .fixed-panel.left {
  display: none;
}

.color_container + .subpage-container { margin-top: 95px; }

#reserva-tu-hotel {
  margin-top: -45px;
}

.header:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}

html:not(.ie) .header:after {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.15);
}

/* .header:before {

	content: '';
    position: absolute;
    top: 67px;
    height: 67px;
	background:linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsla(0, 0%, 100%, 0.988) 7.7%, hsla(0, 0%, 100%, 0.956) 14.8%, hsla(0, 0%, 100%, 0.91) 21%, hsla(0, 0%, 100%, 0.854) 26.5%, hsla(0, 0%, 100%, 0.794) 31.4%, hsla(0, 0%, 100%, 0.731) 35.9%, hsla(0, 0%, 100%, 0.667) 40.1%, hsla(0, 0%, 100%, 0.599) 44.2%, hsla(0, 0%, 100%, 0.533) 48.1%, hsla(0, 0%, 100%, 0.466) 52%, hsla(0, 0%, 100%, 0.397) 56%, hsla(0, 0%, 100%, 0.33) 60.1%, hsla(0, 0%, 100%, 0.266) 64.3%, hsla(0, 0%, 100%, 0.203) 68.8%, hsla(0, 0%, 100%, 0.143) 73.7%, hsla(0, 0%, 100%, 0.089) 79.2%, hsla(0, 0%, 100%, 0.043) 85.4%, hsla(0, 0%, 100%, 0.011) 92.5%, hsla(0, 0%, 100%, 0) 100%);
	z-index: -2;
	-webkit-transition: width .3s;
    transition: width .3s;

	content: '';
    position: absolute;
    top: 76px;
    left: 0;
    height: 1px;
    background: #000;
    width: 0;
    z-index: -2;
    -webkit-transition: width .3s;
    transition: width .3s;

} */

.header.scrolled::after {
  opacity: 1;
  visibility: visible;
}

.header.scrolled:before {
  width: 100%;
}

.header.scrolled .main-nav {
  padding: 0;
}

.header.scrolled .main-nav > ul > li.active > a {
  color: #101dac;
}

.header.scrolled .main-nav > ul > li {
  padding: 0 11px;
}

.header.scrolled .main-nav > ul > li > a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.6px;
  margin-top: -3px;
}

.header.scrolled .logo:before {
  opacity: 0;
  visibility: hidden;
}

.header.scrolled .logo {
  width: 129px;
  height: 31px;
  margin: 0;
}

.header.scrolled .logo:after {
  opacity: 1;
  visibility: visible;
}

.header.scrolled .main-nav ul .active > ul {
  opacity: 1;
  visibility: visible;
}

/* .header.scrolled .btn-ball{
	opacity: 0;
	visibility: hidden;
} */
.header .col-right,
.right .col-right {
  float: right;
  width: 84%;
}

/* .right .col-right {
	padding-top: 17px;
} */

.header .navbar-right {
  margin: 0;
  float: right;
}

.language-list {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 -7px 13px;
}

.btn-list {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.btn-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}

.btn-ball,
.btn-information {
  width: 42px;
  height: 42px;
  position: relative;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: top;
}

.modal-open .btn-information:after {
  opacity: 1;
}

body.page-template-book-hotel a.btn-ball:before {
  opacity: 0;
}

body.page-template-book-hotel a.btn-ball:after {
  opacity: 1;
}

body.page-template-book-hotel.modal-open a.btn-ball:before {
  opacity: 1;
}

body.page-template-book-hotel.modal-open a.btn-ball:after {
  opacity: 0;
}

.btn-ball:after,
.btn-information:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ico-close.svg) no-repeat 50% 50%;
  -webkit-background-size: 34px 34px;
  background-size: 34px 34px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

.modal-open .btn-information:before {
  content: none;
}

.btn-information:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ico-info.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

body.page-template-flexible.right-opened .btn-ball:before {
  background: url(img/ico-bell-t.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
}

body.page-template-flexible.right-opened .btn-information:before {
  background: url(img/ico-info.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
}

body.page-template-flexible.modal-open .btn-information:before {
  content: none;
}

body.page-template-flexible .btn-information:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ico-info-o.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

.btn-ball:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ico-bell-t.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

body.page-template-flexible.modal-open .btn-ball:before {
  content: none;
}

body.page-template-flexible .btn-ball:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ico-bell-o.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

body.page-template-book-hotel .btn-information:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(img/ico-info-o.svg) no-repeat 50% 50%;
  -webkit-background-size: 42px 42px;
  background-size: 42px 42px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transform: translateZ(0);
}

body.page-template-book-hotel.modal-open .btn-information:before {
  content: none;
}

/* main-nav */
.main-nav {
  padding: 31px 0 0;
  margin: 0 20px 0 0;
  float: left;
  -webkit-transition: padding 0.3s, margin 0.3s, opacity 0.3s, visibility 0.3s;
  transition: padding 0.3s, margin 0.3s, opacity 0.3s, visibility 0.3s;
}

.main-nav > ul {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
  float: right;
}

.scrolled .main-nav > ul > li:hover > ul {
  opacity: 0;
  visibility: hidden;
}

.header:not(.scrolled) .main-nav > ul > li:last-child > ul {
  left: auto;
  right: 0;
  text-align: right;
}

.main-nav > ul > li {
  float: left;
  position: relative;
  padding: 0 12px;
}

.main-nav > ul > li.active > a {
  font-weight: bold;
  color: #101dac;
}

.main-nav > ul > li > a:focus {
  color: #000;
  text-decoration: none;
}

.main-nav > ul > li > a:active,
.main-nav > ul > li > a:focus,
.main-nav > ul > li > a:hover {
  background: none;
  text-decoration: none;
}

.main-nav > ul > li > a {
  display: block;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -0.7px;
  padding: 0;
  background: none;
}

.main-nav > ul > li > a:hover {
  text-decoration: none;
}

.main-nav > ul > li:hover > a {
  color: #101dac;
}

.main-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-nav ul ul {
  padding: 3px 0 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 11px;
  font-size: 0;
  line-height: 0;
  min-width: 536px;

  /* 	min-width: 800px; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.main-nav ul ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin: 0 0 -2px;
}

.main-nav ul ul li:last-child:after {
  display: none;
}

.main-nav ul ul li:after {
  content: '|';
  margin: 0 6px 0 8px;
}

.main-nav ul ul li a:focus {
  color: #000;
  text-decoration: none;
}

.main-nav ul ul li.active > a {
  text-decoration: underline;
}

/* intro-section */
.intro-section {
  padding: 44px 0 54px;
}

.intro-section h2 {
  font-size: 7.9vh;
  line-height: 1.23;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.009em;
}

hr {
  margin: 44px 0;
  border-color: #000 currentcolor currentcolor;
  z-index: -2;
  position: relative;
}

h1 {
  font-size: 174px;
  line-height: 1;
  margin: 0 0 28px;
  font-weight: 700;
  letter-spacing: -4.2px;
}

h2 {
  font-size: 60px;
  line-height: 74px;
  font-weight: 700;
  margin: 0 0 15px;
}

h3 {
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  margin: 0 0 20px;
}

h2 a {
  text-decoration: underline;
}

.modal-open .header {
  -webkit-transition: none 0.3s;
  transition: none 0.3s;
}

.modal-open .header:after {
  display: none;
}

.modal-open .fader-modal,
.modal-open .info-modal {
  opacity: 1;
  visibility: visible;
}

.fader-modal {
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #827973;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.info-modal {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;

  /* background: #827973; */
  font-size: 14.45px;
  line-height: 18px;
  font-weight: 700;
  padding: 61px 0 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 999;
  overflow-y: auto;
}

.info-modal .container {
  padding-bottom: 60px;
}

.info-modal h2 {
  letter-spacing: 0.6px;
}

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

.chevron-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 8px 0 20px;
}

.chevron-list li + li {
  padding-left: 22px;
}

.chevron-list li:before {
  content: '>';
  font-weight: 300;
  top: 0;
  left: -3px;
  position: absolute;
  color: #fff;
}

.separator-list.arrow-style {
  padding-left: 20px;
  position: relative;
}

.separator-list.arrow-style:before {
  content: '>';
  color: #fff;
  top: 0;
  left: -3px;
  position: absolute;
  font-weight: 300;
}

.modal-open {
  overflow: hidden;
}

.btn-menu {
  display: none;
}

.panel-open {
  overflow: hidden;
}

/* fixed-panel */
.fixed-panel.white {
  background: #fff;
}

.fixed-panel.white .opened:after {
  background: #fff;
}

.fixed-panel.yellow {
  background: #f1cf75;
}

.fixed-panel.yellow .opened:after {
  background: #f1cf75;
}

.fixed-panel {
  position: fixed;

  /* z-index: 1001; */
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background: #43c3ff;
  color: #000;
  padding-top: 40px;
}

.fixed-panel.bottom {
  z-index: 99999;
}

.fixed-panel .opened {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 16px;
  padding: 12px 72px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  height: 40px;
}

.fixed-panel .opened:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  background: #43c3ff;
  border-radius: 50%;
  top: -16px;
  left: 40px;
  z-index: -1;
}

.fixed-panel.open .opened:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.fixed-panel .opened:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 29px;
  background: url(img/ico-arrow-top.svg) no-repeat 50% 50%;
  -webkit-background-size: 18px 29px;
  background-size: 18px 29px;
  top: -6px;
  left: 47px;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.fixed-panel h2 {
  margin-bottom: 44px;
}

.fixed-panel .drop {
  overflow-y: auto;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.fixed-panel.open .drop {
  height: 75.9vh;
}

.fixed-panel .drop hr {
  display: none;
}

.fixed-panel h3 {
  margin: 0 0 61px;
}

.accordion-list {
  margin: 0;
  padding: 0 0 60px;
  list-style: none;
}

.accordion-list .accordion-drop {
  display: none;
  padding: 18px 0 66px;
}

.accordion-list > li {
  border-bottom: 1px solid #000;
  font-weight: 700;
  font-size: 41px;
  line-height: 44px;
  padding: 4px 0;
  margin: 0;
  display: block;
}

.accordion-list > li > a {
  text-decoration: none;
  display: block;
}

.accordion-list > li > a.has-drop {
  position: relative;
  padding-right: 40px;

  /* color: #fff; */
}

.accordion-list > li > a.has-drop:focus {
  color: #000;
}

.accordion-list > li.active > a.has-drop {
  color: white;
}

.accordion-list > li.active > a.has-drop:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
}

.accordion-list > li > a.has-drop:after {
  content: '>';
  position: absolute;
  top: 3px;
  right: -8px;
  font-weight: 300;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.accordion-list > li > a.has-drop:hover:after {
  display: block;
}

.accordion-list > li > a:hover {
  color: #fff;
}

.accordion-list > li > a.has-drop:hover {
  color: #fff;
}

.accordion-list .img {
  margin: 0 0 39px;
}

.accordion-list .img img {
  width: 100%;
  vertical-align: top;
}

.accordion-list h3 {
  margin-bottom: 68px;
}

/* news-list */
.news-list {
  margin: 0 -13px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.news-list > li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 13px 20px;
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
}

.news-list .news-img {
  margin-bottom: 15px;
}

.news-list .news-img img {
  width: 100%;
}

.news-list a {
  text-decoration: none;
}

.news-list a:hover {
  color: #fff;
}

.white .accordion-list > li > a.has-drop,
.white .accordion-list > li > a:hover,
.white .news-list a:hover {
  color: #101dac;
}

.news-list h4 {
  font-size: 20px;
  line-height: 24px;
  min-height: 48px;
  font-weight: 700;
  margin: 0 0 17px;
}

/* panel-widget */
.fixed-panel .panel-widget {
  color: #fff;
  margin: 11px 0 0;
}

.panel-widget.white a.ico:after,
.panel-widget.white,
.panel-widget.white a,
.panel-widget.white a p,
body.page-template-book-hotel .panel-widget.white > a {
  color: #fff;
}

.panel-widget.white a:hover,
body.page-template-book-hotel .panel-widget.white > a:hover {
  text-decoration: none;
}

.panel-widget.orange .ico:after,
.panel-widget.orange,
.panel-widget.orange a {
  color: #ff8061;
  text-decoration: none;
  padding-bottom: 20px;
}

.panel-widget {
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  padding: 20px 0;
}

.panel-widget small {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.panel-widget .ico {
  position: relative;
  padding-right: 48px;
  margin: 0 0 20px;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
}

.panel-widget.arrow .ico:after {
  content: '>';
  position: absolute;
  top: 22px;
  right: 0;
}

.panel-widget .ico img {
  vertical-align: top;
  max-width: 50px;
  max-height: 66.02px;
}

.panel-widget h3 {
  font-weight: 700;
}

/* footer */
#footer {
  color: #fff;
  padding: 98px 0;
  background: #333;
  font-size: 14.45px;
  line-height: 21px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}

#footer h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

#footer a {
  color: inherit;
}

#footer p a {
  text-decoration: underline;
}

#footer p a:hover {
  text-decoration: none;
}

#footer .lead {
  font-weight: 700;
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 26px;
}

#footer .chevron-list {
  margin-bottom: 2px;
}

#footer .chevron-list li {
  padding-left: 22px;
}

#footer .separator-list.arrow-style {
  padding-left: 22px;
}

.logo-footer {
  display: block;
  width: 116px;
  margin: -28px 0 0;
}

.logo-footer img {
  vertical-align: top;
  max-width: 100%;
}

.footer-head {
  border-bottom: 1px solid #fff;
  padding: 0 0 4px;
  margin: 0 0 21px;
}

.information-footer {
  margin-bottom: 67px;
}

.web-map {
  margin-bottom: 66px;
}

.web-map .footer-head {
  margin-bottom: 0;
}

.web-map-list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.web-map-list:after {
  content: '';
  clear: both;
  display: block;
}

.web-map-list > li {
  padding: 23px 10px 0;
  width: 20%;
  float: left;
  position: relative;
}

.web-map-list > li.active:before {
  height: 40px;
}

.web-map-list > li + li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 1px;
  background: #fff;
}

.web-map-list h5 {
  font-weight: 700;
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 23px;
}

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

.web-map-list ul li {
  font-size: 11px;
  line-height: 15px;
}

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

.footer-list li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.instagram-link {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
  background: url(img/ico-instagram.svg) no-repeat 100% 50%;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
  font-weight: 700;
  padding: 0 30px 0 0;
}

.footer-bottom .footer-head {
  padding-bottom: 7px;
  margin: 0 0 38px;
}

#footer .copy {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
}

/* news-area */
.news-area {
  padding: 0 0 70px;
}

.news-area .img {
  margin: 0 0 19px;
}

.news-area .img img {
  width: 100%;
}

.news-area h2 {
  margin-bottom: 26px;
}

.news-area h2 a {
  text-decoration: none;
  position: relative;
  padding-right: 40px;
  display: block;
}

.news-area h2 a:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  color: #111eab;
  font-size: 30px;
}

.news-area h3 {
  line-height: 32px;
  margin: -3px 0 30px;
}

.more-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 30px;
  line-height: 34px;
  padding: 0 44px 0 0;
  color: #101dac;
  font-weight: 700;
}

.more-link:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 300;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.more-link:hover {
  text-decoration: none;
  color: #000;
}

.more-link:hover:after {
  right: -5px;
}

.more-link.type2 {
  margin-top: 28px;
}

.post-large {
  margin-bottom: 41px;
}

.post-large .img {
  margin-bottom: 16px;

  /* max-height: 278px; */
  overflow: hidden;
}

.post-large .img img {
  width: 100%;
  vertical-align: top;
}

.post-large h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.post-large h4 a:hover {
  text-decoration: none;
}

.post-large h4 a {
  display: block;
  position: relative;
  padding-right: 25px;
}

.post-large h4 a:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  color: #111eab;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

/* side-widget */
.page-id-27 .map-section .side-widget.fixed,
.page-id-1933 .map-section .side-widget.fixed {
  position: fixed;
  top: 320px;
  z-index: 0;
}

.side-widget {
  margin: -5px 0 25px;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  max-width: 170px;
}

.side-widget p {
  margin-bottom: 25px;
}

.side-widget h6 {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px;
  font-weight: 700;
}

.side-widget .lead {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 25px;
  font-weight: 700;
}

.side-widget .big {
  display: block;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
}

.side-widget h3 {
  font-weight: 700;
  line-height: 35px;
}

.side-widget .ico img {
  vertical-align: top;
}

.side-widget .ico {
  margin: 0 0 9px;
}

.appear-fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.appear-fadein.appeared {
  opacity: 1;
  visibility: visible;
}

/* list-links */
.list-links {
  margin: 0;
  padding: 46px 0 55px;
  list-style: none;
}

.list-links li {
  border-bottom: 1px solid #000;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.list-links li a:hover {
  text-decoration: none;
}

/* visual */
.visual {
  padding: 61px 0 115px;
}

.visual .img {
  margin: 0 0 60px;
}

.visual .img img {
  width: 100%;
  vertical-align: top;
}

.visual h3 {
  font-size: 37px;
  line-height: 1.3;
  margin: 0 0 13px;
  font-weight: 500;
}

.head {
  min-height: 126px;
}

/* post-block */
.post-block {
  border-top: 1px solid #000;
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
  padding: 0 0 61px;
}

.post-block .text {
  padding: 23px 0 0;
}

.post-block h3 {
  margin: 0 0 12px;
  font-weight: 700;
}

.post-block .separator-list.arrow-style:before,
.post-block .chevron-list li:before {
  color: #111eab;
}

.post-block .separator-list,
.post-block .chevron-list {
  font-weight: 700;
}

.post-block p {
  margin: 0 0 17px;
}

/* multicolumn */
.multicolumn {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 34px;
  column-gap: 34px;
  margin: 0 0 40px;
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
}

/* map-section */
.map-section {
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
  padding: 0 0 140px;
}

.map-section .img {
  padding-bottom: 25px;
}

.map-section h3 {
  margin: 0 0 20px;
}

.map-section h2 {
  margin: 0 0 25px;
}

.map-section p {
  margin: 0 0 10px;
}

.map-section .side-widget {
  margin-top: 0;
  position: absolute;
}

.map > img {
  width: 100%;
  vertical-align: top;
}

/* post-icon */
.post-icon {
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
  padding: 10px 0 37px;
}

.post-icon h3 {
  margin: 0 -6px 6px 0;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.post-icon .descr-list {
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
  min-height: 43px;
}

.post-icon .descr-list li {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 3px;
}

.post-icon .icon {
  display: block;
  font-size: 0;
  line-height: 40px;
  margin: 0 0 21px;
}

.post-icon .icon img {
  vertical-align: bottom;
  max-height: 40px;
  max-width: 100%;
}

.post-icon p {
  margin: 0 0 18px;
}

.post-icon .link {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  padding: 0 0 0 24px;
  position: relative;
}

.post-icon .link:before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 300;
  color: #111eab;
}

.post-area {
  padding-bottom: 100px;
}

/* small-post */
.small-post {
  padding: 19px 0 13px;
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
}

.small-post h3 {
  font-weight: 700;
  margin: 0 0 18px;
}

.small-post-area .multicolumn {
  padding-top: 22px;
  margin: 0 0 28px;
}

.small-post-area {
  padding-bottom: 112px;
}

/* group-link */
.group-link {
  margin: 0;
  padding: 0 0 39px;
  list-style: none;
}

.group-link li {
  font-size: 41.41px;
  line-height: 51px;
  font-weight: 700;
}

.group-link li a {
  border-bottom: 1px solid #000;
  display: block;
}

.group-link li a:hover {
  text-decoration: none;
}

.group-link li.active {
  color: #101dac;
}

.group-link .small {
  float: right;
  font-size: 20px;
  line-height: 24px;
  margin: 18px 0 0 10px;
}

/* links-area */
.links-area {
  padding: 0 0 45px;
}

.links-area .head {
  margin: 0 0 30px;
}

.links-area h2 {
  font-size: 41.41px;
  line-height: 46px;
  margin: 0 0 39px;
}

.post-large.type2 {
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
}

.post-large.type2 .lead {
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 28px;
  min-height: 44px;
}

.post-large.type2 p {
  margin: 0 0 18px;
}

.news-area.type2 {
  padding-bottom: 44px;
}

.news-area.type2 .head {
  margin-bottom: 30px;
}

.thundnaim-area {
  padding: 0 0 70px;
}

.thundnaim-area h3 {
  font-weight: 700;
  margin: 0 0 70px;
  font-size: 41.41px;
  line-height: 46px;
}

/* thundnaim-block */
.thundnaim-block {
  margin-bottom: 29px;
}

.thundnaim-block .img img {
  width: 100%;
  vertical-align: top;
  height: 100%;
}

.thundnaim-block .img {
  margin: 0 0 16px;
}

.thundnaim-block h4 a:hover {
  text-decoration: none;
}

.thundnaim-block h4 a {
  display: block;
  padding-right: 26px;
  position: relative;
}

.thundnaim-block h4 a:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 300;
  color: #101dac;
}

.thundnaim-block h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  min-height: 72px;
}

.news-area .multicolumn {
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
}

.news-area .multicolumn p {
  margin: 0 0 20px;
}

/* calendar-area */
.calendar-area {
  background: #ff8061;
  color: #000;
  padding: 41px 0 102px;
}

.calendar-area h2 {
  margin: 0 0 33px;
}

.inline-calendar {
  display: none;
}

.calendar-form {
  position: relative;
}

.calendar-form .top {
  position: relative;
  padding: 0 42px 0 0;
}

.calendar-form .btn-submit {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.calendar-form .btn-submit:hover {
  color: #fff;
}

.calendar-form .btn-submit input {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  border: none;
  font-size: 0;
  line-height: 0;
  background: none;
}

.calendar-form .footer {
  border-top: 1px solid #000;
  margin: 13px 0 38px;
  padding: 7px 28px 0 0;
}

.calendar-form .footer strong {
  font-size: 27px;
  line-height: 1.2;
  display: block;
  font-weight: 700;
}

.calendar-form .col-md-8 {
  padding: 0 10px;
}

/* date-picker-wrapper */
.date-picker-wrapper .drp_top-bar {
  display: none;
}

.date-picker-wrapper {
  border: none;
  padding: 0;
  vertical-align: top;
  background: none;
  font-family: 'NewRailAlphabet', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.date-picker-wrapper.no-shortcuts {
  padding: 0;
}

.date-picker-wrapper .footer {
  display: none;
}

.date-picker-wrapper .month-wrapper {
  border: none;
  padding: 0;
  background: none;
  width: 401px !important;
  min-height: 170px;
}

.date-picker-wrapper.inline-wrapper {
  margin-left: -6px;
}

.date-picker-wrapper .month-wrapper table td {
  text-align: right;
  width: 23px;
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

.date-picker-wrapper .month-wrapper table .day {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0;
  padding: 0 2px;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  font-size: 18px;
  padding-left: 1px;
  padding-right: 1px;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #000;
}

.date-picker-wrapper .month-wrapper table .week-name {
  display: none;
}

.date-picker-wrapper .month-name {
  text-transform: capitalize;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  font-weight: 300;
  padding: 0;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background: none;
  color: #fff;
}

.date-picker-wrapper .gap {
  display: none;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 177px;
  margin-left: 39px;
}

.date-picker-wrapper table .caption {
  height: 50px;
}

.date-picker-wrapper .month-wrapper table {
  width: 173px;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  color: #fff;
  background-color: transparent;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  color: #e1e1e1;
}



.date-picker-wrapper .date-range-length-tip {
  display: none !important;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background: #f1cf75;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 23px;
}

/* input-count */
.input-count {
  padding: 87px 0 0;
  margin: 0 0 -9px;
  overflow: hidden;
}

.input-count .arrow:hover {
  background: #fff;
}

.input-count .arrow {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 16px;
  right: 0;
  cursor: pointer;
}

.input-count .arrow:after,
.input-count .arrow:before {
  content: '';
  position: absolute;
  background: #000;
  top: 50%;
  left: 50%;
}

.input-count .arrow:before {
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
}

.input-count .arrow:after {
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
}

.input-count .plus {
  right: 20px;
}

.input-count .minus {
  right: 0;
}

.input-count .minus:after {
  display: none;
}

.input-count .input-wrap {
  display: inline-block;
  vertical-align: top;
  padding: /* 0 50px 0 0 */ 0 25px 0 0;
  position: relative;
  width: /* 136px */ 91px;
}

.input-count input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 86px;
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  font-family: 'NewRailAlphabet', sans-serif;
}

.checkbox-list {
  margin: 0 -12px;
  padding: 0;
  list-style: none;
}

.checkbox-list > li {
  float: left;
  padding: 0 12px 12px;
}

.checkbox {
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
}

.checkbox input:checked ~ label:before {
  background: #000;
}

.checkbox label {
  font-weight: 700;
  vertical-align: top;
  min-height: 0;
  padding: 0 0 0 27px;
}

.checkbox label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 4px solid #000;
  border-radius: 50%;
}

.checkbox input {
  position: absolute;
  left: -100px;
  opacity: 0;
  visibility: hidden;
}

.news-area.green {
  color: #000;
  background: #00a679;
  padding-top: 44px;
}

.book-hotel-section {
  margin: -94px 0 0 0;
}

.book-hotel-section h2 {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 25vh;
}

.book-hotel-section .img img,
.visual .img img {
  height: auto;
  width: auto !important;
  min-width: 100%;
  max-width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

body.page-template-book-hotel hr:last-of-type {
  display: none;
}

.subpage-container .color_container hr {
  display: none;
}

.color_container .side-widget {
  position: absolute;
}

/* .color_container { margin-bottom: 45px !important; } */

.flexible_container .subpage-container:last-of-type > hr {
  display: none;
}

.subpage-container section:not(:last-of-type) {
  padding-bottom: 0;
}

#menu-lang li.wpml-ls-current-language a {
  text-decoration: underline;
}

a.animated_arrow:after {
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

a.animated_arrow:hover:after {
  right: -5px;
}

#book-hotel-in-barcelona-2 {
  margin-top: -45px;
  z-index: 2;
  position: relative;
}

.temperature.delay {
  max-width: 80px;
  padding-bottom: 10px;
}

.small_txt {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.book-hotel-section .bg-img {
  width: 100%;
  height: 55vh;
}

.credits-section {
  padding: 50px 0 50px;
}

.legal-info-section {
  padding: 50px 0 100px;
}

.credits-section .col-md-19 p,
.legal-info-section .col-md-19.block_info p {
  font-size: 14.45px;
  line-height: 19px;
  font-weight: 500;
}

.title-legal-section::after {
  content: '';
  height: 1px;
  width: 100%;
  position: relative;
  background: black;
  display: block;
  top: -15px;
}

.block_info {
  padding: 15px 15px 0 15px;
}

.legal-info-section .head {
  padding: 15px 0;
}

.half_block {
  width: 50%;
}

.almost_half_block {
  width: 41.66666667%;
}

/*	Cookies
------------ */

body:not(.first-load) #hidden-cookie-message {
  display: none;
  z-index: 99999;
}

#hidden-cookie-message {
  position: fixed;
  bottom: 0;
  padding: 20px 5% 30px;
  background: #bfbfbf;
  width: 100%;
  z-index: 999;
  text-align: center;
}

#hidden-cookie-message > div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 2.4vh;
  line-height: 1.2;
  color: #fff;
}

#hidden-cookie-message a {
  text-decoration: underline;
  color: #fff;
}

#hidden-cookie-message .close-cookie-banner {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  width: 280px;
  height: 2em;
  line-height: 2em;
}

#hidden-cookie-message .close-cookie-banner:hover {
  background: #fff;
  color: #bfbfbf;
}

/* Landings Hotels */

.hcsb_container {
  max-width: 950px;
  margin: 30px auto !important;
  display: block !important;
}

.hotel-form-header {
  background: white;
  padding: 20px;
  position: relative;
}
.hotel-form-header-container {
  max-width: 920px;
  margin: 0 auto;
  display: block;
}
.hotel-form-header h1 {
  font-size: 2em;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 920px;
  text-align: right;
  position: absolute;
  letter-spacing: 0;
}
.hotel-form-header img {
  margin-left: -5px;
  float: left;
}
.hotel-form-cont {
  clear: both;
}
.hotel-form-cont #content {
  max-width: 920px;
  margin: 0 auto;
  display: block;
  font-size: 11px;
  color: #777;
}
.v-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.hcsb_checkoutDateContent img,
.hcsb_checkinDateContent img {
  background-image: url(img/hc_icon_calendar_modern.png) !important;
}

.page-template-hotel-form-turisme .hotel-form-cont {
  max-width: 920px;
  height: 250px;
  padding: 0;
  margin: 0;
}

/* .page-template-hotel-form-turisme .hotel-form-cont p { } */
.page-template-hotel-form-turisme .hcsb_container {
  margin: 0 !important;
  background: white !important;
}
.page-template-hotel-form-turisme,
.page-template-hotel-form-turisme .hcsb_container .hcsb_content fieldset {
  background: white !important;
}
.hcsb_container h1,
.hcsb_container h2 {
  color: #000 !important;
}
.hcsb_container a.hcsb_searchButton,
.hcsb_container a.hcsb_searchButton:hover {
  background-color: red !important;
}
h2.hcsb_topTitle {
  display: none !important;
}

/* Home scroll down icon */
.arrow_down_home:after {
  content: '>';
  position: absolute;
  font-weight: 300;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  z-index: 1;
  color: white;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
  position: absolute;
  right: 100px;
  z-index: 1;
  bottom: 100px;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@media (max-width: 970px) {
  .hotel-form-header {
    text-align: center;
  }
  .hotel-form-header img {
    margin-bottom: 50px;
    width: 125px;
  }
  .hotel-form-header h1 {
    text-align: center;
    display: block;
    position: static;
    font-size: 2em;
  }
  .hotel-form-header h1:before {
    width: 100px;
    height: 2px;
    background: black;
    display: block;
    content: '';
    margin: 15px auto 20px auto;
  }
  .hotel-form-header {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    padding-right: 45px;
    padding-left: 45px;
  }
  h2 {
    font-size: 52px;
  }
  .main-nav > ul > li > a {
    font-size: 24px;
    line-height: 30px;
  }
  .info-modal {
    padding: 72px 0 20px;
  }
  .info-modal h2 {
    font-size: 46px;
    line-height: 54px;
  }
  .intro-section {
    padding: 44px 0;
  }
  hr {
    margin: 30px 0;
  }
  .list-links {
    padding: 30px 0;
  }
  .list-links li {
    font-size: 40px;
    line-height: 46px;
  }
  .date-picker-wrapper .month-wrapper {
    width: 100% !important;
  }
  .date-picker-wrapper .month-wrapper table.month1,
  .date-picker-wrapper .month-wrapper table.month2 {
    width: 148px;
  }
  .date-picker-wrapper .month-wrapper table.month2 {
    margin-left: 16px;
  }
  .calendar-form .top {
    padding-right: 47px;
  }
  .date-picker-wrapper .month-wrapper table .day {
    font-size: 12px;
  }
  .date-picker-wrapper .month-wrapper table .day.checked {
    font-size: 15px;
  }
  .calendar-form .footer {
    padding-right: 47px;
  }
  .calendar-form .footer strong {
    font-size: 22px;
  }
  .main-nav ul ul li {
    font-size: 10px;
  }
  .main-nav > ul > li:last-child > ul {
    min-width: 385px;
  }
}

@media screen and (min-width: 992px) {
  .fixed-panel.disabled {
    display: none;
  }

  .fixed-panel.on-top {
    z-index: 9999;
  }

  .fixed-panel.right {
    top: 0;
    bottom: 0;
    right: -75.9%;
    padding: 0 0 40px 0;
    height: 100vh;
    width: 100%; /* 75.9%; */
    left: 100%;
    margin-left: -40px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
  .fixed-panel.right .opened {
    width: 40px;
    height: 100%;
    padding: 92px 0 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .fixed-panel.right .opened:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 61px;
    left: 0;
  }

  .fixed-panel.white .opened:after {
    top: 60px;
    left: -16px;
  }

  .fixed-panel.right.open {
    height: 100vh;

    /* left: 24.1%; */
    left: 0;
    margin-left: 0;
  }

  .fixed-panel.left.open .drop,
  .fixed-panel.right.open .drop {
    height: 100%;
    padding-top: 40px;
  }

  .fixed-panel.right.open .opened:before {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

  .fixed-panel.right .opened .rotate-text {
    position: absolute;
    top: 92px;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 12px 0;
  }

  .fixed-panel.left .opened {
    width: 40px;
    height: 100%;
    padding: 92px 0 0;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .home .fixed-panel.left,
  .page-template-flexible .fixed-panel.right {
    background: transparent;
    pointer-events: none;
  }

  .home .fixed-panel.left .opened {
    background: #f1cf75;
    pointer-events: all;
  }

  .page-template-flexible .fixed-panel.right .opened {
    background: #fff;
    pointer-events: all;
  }

  .fixed-panel.left .opened:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 61px;
    right: 0;
    left: auto;
  }

  .fixed-panel.left .opened:after {
    top: 60px;
    right: -16px;
    left: auto;
  }

  .fixed-panel.right .drop {
    height: 100%;
  }

  .fixed-panel.left .drop {
    height: 100%;
  }

  .fixed-panel.left.open {
    height: 100vh;
    left: 0;
    margin-left: 0;
  }

  .fixed-panel.left {
    top: 0;
    bottom: 0;
    right: 0;

    /* left: -75.9%; */
    left: -100%;
    margin-left: 40px;
    padding: 0 40px 40px 0;
    height: 100vh;

    /* width: 75.9%; */
    width: 100%;
    -webkit-transition: left 0.5s, margin-left 0.5s;
    transition: left 0.5s, margin-left 0.5s;
  }

  .fixed-panel.left.disabled,
  .fixed-panel.right.disabled {
    left: 0;
    display: block;
  }

  .fixed-panel.left.open .opened:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .fixed-panel.left .opened .rotate-text {
    position: absolute;
    top: 92px;
    left: 0;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding: 12px 0;
  }

  .no_flex {
    display: block;
    flex-wrap: inherit;
  }

  #header .mobile-menu > nav:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .input-count .plus {
    right: 20px;
    bottom: 40px;
  }

  .input-count .minus {
    right: 20px;
  }

  .input-count .input-wrap {
    width: 84px;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .input-count .plus {
    right: 20px;
    bottom: 40px;
  }

  .input-count .minus {
    right: 20px;
  }

  .input-count .input-wrap {
    width: 84px;
  }
}

@media screen and (max-width: 991px) {
  .color_container {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }

  body,
  html {
    overflow: auto;
  }

  body {
    font-size: 15.5px;
    line-height: 21px;
  }

  .wrapper {
    padding: 70px 0 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-menu {
    display: block;
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
    text-indent: -9999px;
    float: right;
    margin: -3px 0 0;
  }

  .btn-menu span:before,
  .btn-menu:before,
  .btn-menu:after {
    position: absolute;
    content: '';
    left: 50%;
    width: 20px;
    margin-left: -10px;
    top: 11px;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .btn-menu:before {
    top: 18px;
  }

  .btn-menu span:before {
    top: 25px;
  }

  .push .btn-menu:before {
    opacity: 0;
  }

  .push .btn-menu:after,
  .push .btn-menu span:before {
    width: 28px;
    top: 15px;
    margin-left: -14px;
  }

  .push .btn-menu:after {
    -webkit-animation: anim-btn-menu1 0.3s 0.3s ease forwards;
    animation: anim-btn-menu1 0.3s 0.3s ease forwards;
  }

  .push .btn-menu span:before {
    -webkit-animation: anim-btn-menu2 0.3s 0.3s ease forwards;
    animation: anim-btn-menu2 0.3s 0.3s ease forwards;
  }

  .push .fader {
    opacity: 1;
    visibility: visible;
  }

  .fader {
    position: absolute;
    top: -70px;
    bottom: -70px;
    left: 0;
    right: 0;
    z-index: 1002;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }

  .push {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

  .push .btn-menu {
    margin-top: 0;
  }

  .push .header {
    border-bottom-color: transparent;
  }

  .push .mobile-menu {
    opacity: 1;
    visibility: visible;
  }

  .mobile-menu {
    position: fixed;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav {
    float: none;
    margin: 0 0 14px;
    padding: 0;
  }

  /* .home .main-nav {
		display: none;
	} */

  .home.left-opened .main-nav {
    display: block;
  }

  .main-nav > ul {
    float: none;
  }

  .header.scrolled .main-nav > ul > li,
  .main-nav > ul > li {
    float: none;
    padding: 0 12px;
  }

  .header.scrolled .main-nav > ul > li > a,
  .main-nav > ul > li > a {
    font-size: 53px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 0;
  }

  .main-nav ul ul {
    display: none;
  }

  .mobile-menu .language-list {
    margin: 0 -18px;
    font-size: 53px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -0.3px;
    border-top: 1px solid #000;
    padding: 13px 18px;
  }

  .mobile-menu .separator-list li {
    display: block;
  }

  .mobile-menu .separator-list li + li:before {
    display: none;
  }

  .mobile-menu .separator-list li.active a {
    text-decoration: none;
  }

  .header.scrolled .btn-ball {
    opacity: 1;
    visibility: visible;
  }

  .header.scrolled .logo,
  .logo {
    width: 83px;
    height: 40px;
    margin: -4px 0 0;
  }

  .header.scrolled,
  .header {
    padding: 10px 0 5px;
    background: #fff;
    z-index: 1100;
    border-bottom: 1px solid #000;
  }

  .header:after {
    display: none;
  }

  .home #ajax-flexible {
    padding-top: 52px;
  }

  .home #side-content {
    height: 100vh;
  }

  .header#ajax-header {
    display: none;
  }

  .header:before {
    display: none;
  }

  .header .logo:before {
    width: 83px;
    height: 40px;
    -webkit-background-size: 83px 40px;
    background-size: 83px 40px;
  }

  .header .logo:after {
    display: none;
  }

  .header .btn-list {
    float: right;
  }

  .header.scrolled .logo:before {
    opacity: 1;
    visibility: visible;
  }

  .btn-information {
    width: 32px;
    height: 32px;
  }

  .btn-information:before {
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
  }

  .btn-information:after {
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }

  .btn-ball {
    width: 32px;
    height: 32px;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
  }

  .intro-section {
    padding: 24px 0;
  }

  .intro-section h2 {
    font-size: 25.5px;
    line-height: 33px;
  }

  .modal-open .header {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .info-modal h2 {
    font-size: 25.5px;
    line-height: 33px;
    letter-spacing: -0.4px;
    margin: 0 0 25px;
  }

  .btn-list {
    margin: 0 -2px;
  }

  .btn-list li {
    padding: 0;
  }

  .info-modal {
    top: 52px;
    padding: 16px 0 20px;
    font-size: 14.53px;
  }

  .chevron-list li {
    display: block;
    padding: 0 0 7px 22px;
  }

  .separator-list.arrow-style {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .separator-list.arrow-style:before {
    display: none;
  }

  .separator-list.arrow-style li {
    display: block;
    margin: 0 0 6px;
    position: relative;
  }

  .separator-list.arrow-style li:last-child {
    margin-top: 18px;
  }

  .separator-list.arrow-style li.arrow {
    padding-left: 22px;
    position: relative;
  }

  .separator-list.arrow-style li:before {
    display: none;
  }

  .separator-list.arrow-style li.arrow:before {
    content: '>';
    padding-left: 22px;
    top: 0;
    left: -22px;
    position: absolute;
    color: #fff;
    font-weight: 300;
    margin: 0;
    display: block;
  }

  hr {
    margin: 10px 0;
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0 0 11px;
    letter-spacing: -0.9px;
  }

  h2 {
    font-size: 25.5px;
    line-height: 33px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .fixed-panel h3 {
    margin-bottom: 20px;
  }

  .fixed-panel h2 {
    margin-bottom: 20px;
  }

  .accordion-list > li > a {
    font-size: 20px;
    line-height: 26px;
  }

  .accordion-list .accordion-drop {
    padding: 20px 0 0;
  }

  .panel-widget {
    font-size: 16px;
    line-height: 22px;
  }

  .accordion-list .img {
    margin-bottom: 20px;
  }

  .news-list > li {
    display: block;
    width: 100%;
  }

  .news-list h4 {
    min-height: 0;
    margin: 0 0 15px;
  }

  .fixed-panel {
    padding: 36px 0 0;
    top: 100%;
    margin-top: -36px;
    -webkit-transition: top 0.5s, margin 0.5s;
    transition: top 0.5s, margin 0.5s;
  }

  .fixed-panel .drop {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 36px;
  }

  .fixed-panel.open {
    top: 0;
    margin-top: 0 !important;
  }

  .fixed-panel.bottom.open {
    top: 30%;
  }

  .fixed-panel.open .drop {
    height: auto;
  }

  .fixed-panel .opened {
    padding: 10px 45px;
    height: 36px;
  }

  .fixed-panel .opened:before {
    width: 13px;
    height: 26px;
    -webkit-background-size: 13px 26px;
    background-size: 13px 26px;
    left: 27px;
    top: -5px;
  }

  .fixed-panel .opened:after {
    width: 24px;
    height: 24px;
    left: 21px;
    top: -12px;
  }

  .header .col-right {
    width: auto;
  }

  .tree-panel .fixed-panel.left {
    bottom: 72px;

    /* margin-top: -108px; */
    margin-top: -72px;
  }

  .menu-opened .fixed-panel,
  .modal-open .fixed-panel {
    display: none;
  }

  /* .fixed-panel.disabled {
    display: none;
	} */

  .fixed-panel.on-top {
    z-index: 9999;
  }

  .home .fixed-panel.left,
  .page-template-flexible .fixed-panel.right {
    bottom: auto;
    top: 100%;
  }

  .home.left-opened .fixed-panel.left,
  .page-template-flexible.right-opened .fixed-panel.right {
    top: 52px;
    margin-top: 0;
  }

  .home .fixed-panel.left .opened:before,
  .page-template-flexible .fixed-panel.right .opened:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .home .fixed-panel.left,
  .page-template-flexible .fixed-panel.right {
    background: transparent;
    pointer-events: none;
  }

  .home .fixed-panel.left .opened {
    background: #f1cf75;
    pointer-events: all;
  }

  .page-template-flexible .fixed-panel.right .opened {
    background: #fff;
    pointer-events: all;
  }

  .panel-open .page-template-flexible .fixed-panel.right {
    display: block;
  }

  .fixed-panel.left,
  .fixed-panel.right {
    margin-top: -72px;
    bottom: 36px;
  }
  .tree-panel {
    padding-bottom: 72px;
  }
  .web-map-list h5 {
    font-size: 18px;
  }
  #footer {
    padding: 60px 0;
  }
  .logo-footer {
    margin: 0 0 20px;
  }
  .web-map,
  .information-footer {
    margin-bottom: 40px;
  }
  .accordion-list > li > a.has-drop:after {
    font-size: 16px;
  }
  .news-area {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px;
  }
  .news-area h3 {
    font-size: 15.5px;
    line-height: 20px;
    margin: -3px 0 18px;
  }
  .news-area h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .post-large {
    margin-bottom: 15px;
  }
  .post-large h4 {
    font-size: 18px;
  }
  .list-links {
    padding: 20px 0;
  }
  .list-links li {
    font-size: 24px;
    line-height: 30px;
  }
  .news-area .separator-list.arrow-style li.arrow:before {
    color: #111eab;
  }
  .head {
    min-height: 0;
  }
  .post-block {
    padding-bottom: 30px;
  }
  .visual {
    padding: 19px 0 0;
  }
  .visual .img {
    margin-bottom: 11px;
  }
  .visual h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .map-section {
    padding: 0 0 20px;
  }
  #footer .separator-list.arrow-style {
    padding: 0;
  }
  #footer .separator-list.arrow-style li.arrow:before {
    color: #fff;
    left: -25px;
  }
  .more-link {
    font-size: 20px;
    line-height: 24px;
    padding: 0 32px 0 0;
  }
  .more-link.type2 {
    margin-top: 7px;
  }
  .small-post h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .small-post {
    font-size: 12px;
    line-height: 18px;
  }
  .post-large.type2 .lead {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .group-link li,
  .links-area h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .group-link .small {
    margin: 10px 0 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .calendar-area {
    padding: 40px 0;
  }
  .info-modal .container {
    padding-bottom: 120px;
  }
  .btn-information:before,
  .btn-information:after,
  body.page-template-book-hotel .btn-information:before,
  body.page-template-book-hotel .btn-information:after {
    width: 32px;
    height: 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px !important;
  }
  .map-section .side-widget {
    position: relative;
  }

  .legal-info-section .row,
  .credits-section .row,
  .post-block .row,
  .news-area .row .col-md-19 .row,
  .thundnaim-area .row .col-md-19 .row,
  .calendar-form .row .row {
    display: block;
    flex-wrap: unset;
  }

  .news-area .col-md-8.col-sm-24.text-right {
    position: absolute;
    padding-top: 40px;
  }
  .no_flex {
    display: block;
    flex-wrap: inherit;
  }

  .side-widget {
    max-width: 100%;
  }
  .map-section .side-widget {
    display: flex;
    padding-left: 0;
  }

  .input-count .plus {
    right: 15px;
    bottom: 40px;
  }
  .input-count .minus {
    right: 15px;
  }
  .input-count .input-wrap {
    width: 84px;
  }

  .page-id-27 .map-section .side-widget.fixed,
  .page-id-1933 .map-section .side-widget.fixed {
    position: relative;
    top: auto;
    z-index: inherit;
  }
}

@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 767px),
  screen and (orientation: portrait) and (max-width: 767px) {
  .web-map-list > li {
    width: 100%;
    padding: 14px 10px;
    border-top: 1px solid #fff;
  }
  .web-map-list > li:first-child {
    width: 100%;
    border: none;
  }
  .web-map-list > li:first-child h5 {
    margin-bottom: 0;
  }
  .web-map {
    margin-bottom: 10px;
  }
  .information-footer {
    margin-bottom: 20px;
  }
  #footer {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .text-right {
    text-align: left;
  }
  #footer .lead {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .footer-head {
    margin-bottom: 15px;
  }
  .footer-list {
    margin-bottom: 10px;
  }
  .footer-bottom .footer-head {
    margin-bottom: 20px;
  }
  .post-large .img {
    max-height: 100%;
  }
  .visual h3 {
    font-size: 15.5px;
    line-height: 20px;
  }
  .visual .img {
    margin-bottom: 17px;
  }
  .post-block .text {
    padding: 0;
  }
  .news-area h3 {
    margin: 0 0 10px;
  }
  .news-area .text-right {
    text-align: left;
  }
  .multicolumn {
    -webkit-columns: 1;
    columns: 1;
    margin-bottom: 20px;
  }
  .post-icon {
    padding: 10px 0 15px;
    font-size: 12px;
    line-height: 18px;
  }
  .post-icon .icon {
    margin-bottom: 10px;
  }
  .post-icon .descr-list {
    min-height: 0;
    margin-bottom: 10px;
  }
  .post-icon .descr-list li {
    font-size: 14px;
    line-height: 20px;
  }
  .more-link.type2 {
    margin: 0 0 15px;
  }
  .small-post {
    padding: 0 0 20px;
  }
  .small-post-area .multicolumn {
    padding: 0;
    margin: 0 0 20px;
  }
  .post-large.type2 .lead {
    min-height: 0;
    margin: 0 0 10px;
  }
  .group-link li,
  .links-area h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .group-link li a {
    display: flex;
    flex-direction: column-reverse;
    padding: 5px 0;
  }
  .group-link .small {
    font-size: 14px;
    line-height: 20px;
    float: none;
    margin: 5px 0 0;
  }
  .calendar-area h2 {
    margin-bottom: 20px;
  }
  .date-picker-wrapper .month-wrapper table.month1,
  .date-picker-wrapper .month-wrapper table.month2 {
    width: 180px;
    float: none;
    margin: 0 auto;
  }
  .calendar-form {
    padding-bottom: 30px;
  }
  .calendar-form .top {
    padding: 0;
    position: static;
  }
  .calendar-form .footer {
    padding: 0;
    margin: 10px 0 20px;
  }
  .input-count {
    padding: 0;
  }
  .checkbox-list > li {
    float: none;
  }
  .calendar-area {
    padding: 40px 0 20px;
  }
  .input-count .input-wrap {
    display: block;
    width: auto;
  }
  .post-block {
    padding-bottom: 60px;
  }
  .map-section {
    padding-bottom: 40px;
  }
  body:not(.page-child) .news-area .row .col-sm-8 {
    padding-bottom: 40px;
  }
  body.page-template-book-hotel .btn-information:before,
  body.page-template-book-hotel .btn-information:after {
    width: 32px;
    height: 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
  }
  .thundnaim-block h4 {
    min-height: auto;
  }
  .news-area .col-md-8.col-sm-24.text-right {
    text-align: right;
    right: 0;
    bottom: 20px;
  }

  .scroll-downs {
    right: 0;
    bottom: 95px;
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 374px),
  screen and (orientation: landscape) and (max-width: 374px),
  screen and (orientation: portrait) and (max-width: 374px) {
  .mobile-menu .language-list,
  .header.scrolled .main-nav > ul > li > a,
  .main-nav > ul > li > a {
    font-size: 36px;
    line-height: 1.2;
  }
  .fixed-panel .opened {
    font-size: 10px;
  }
  body.page-template-book-hotel .btn-information:before,
  body.page-template-book-hotel .btn-information:after {
    width: 32px;
    height: 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
  }

}

@media screen and (min-width: 400px && max-height: 800px) {
	.page-id-27 .map-section .side-widget.fixed,
	.page-id-1933 .map-section .side-widget.fixed {
	  position: fixed;
	  top: 25vh !important;
	  z-index: 0;
	}
}


@-webkit-keyframes anim-btn-menu1 {
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes anim-btn-menu1 {
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes anim-btn-menu2 {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes anim-btn-menu2 {
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@supports (( display: -webkit-flex ) or ( display: flex )) {
  .row::before {
    content: none;
  }
}
