/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- TEMPLATE SITO BASE 2016 ---------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- TEMPLATE STANDARD ---------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* --- MIXIN ---------------------------------------------------------------- */
/* --- COMMON CLASS SITO BASE ----------------------------------------------- */

.address {
position: absolute;
font-size: 14px;
color: #FFFFFF;
line-height: 25px;
left: 90%;
width: 230px;

}

.address a {
color: #FFFFFF;
text-decoration: underline;

}

.address a:hover {
color: #FFFFFF;
text-decoration: none;

}

.affix .address{
color:#750E2C;
}

.affix .address a {
color:#750E2C;
}

.affix .address a:hover {
color:#750E2C;
}

html, body {
	height:100%;
}

.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.background-cover .image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
a, a:hover, button, :hover, :active{
	outline: none !important;
}
/*=======================================================================
Language
=========================================================================*/
div.mod-languages ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
div.mod-languages li {
	margin-left: 5px;
	margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
	display:inline;
}

div.mod-languages ul.lang-block li {
	display:block;
}

div.mod-languages img {
	border:none;
}

div.mod-languages a {
	text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/* --- END TEMPLATE STANDARD ------------------------------------------------ */
/* -------------------------------------------------------------------------- */
/* --- FONTS ---------------------------------------------------------------- */
.playfair {
  font-family: 'Playfair Display', serif;
}
@font-face {
  font-family: "Poggio";
  src: url("../fonts/Poggio.eot");
  src: url("../fonts/Poggio.eot?#iefix") format("embedded-opentype"), url("../fonts/Poggio.woff") format("woff"), url("../fonts/Poggio.ttf") format("truetype"), url("../fonts/Poggio.svg#Poggio") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "Poggio" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Poggio" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-review:before {
  content: "\66";
}
.icon-calendar:before {
  content: "\67";
}
.icon-mq:before {
  content: "\6b";
}
.icon-phone:before {
  content: "\6d";
}
.icon-photo:before {
  content: "\6e";
}
.icon-googleplus:before {
  content: "\6f";
}
.icon-facebook:before {
  content: "\70";
}
.icon-bed:before {
  content: "\71";
}
.icon-guests:before {
  content: "\72";
}
.icon-email:before {
  content: "\73";
}
.icon-arrow-right:before {
  content: "\61";
}
.icon-arrow-down:before {
  content: "\62";
}
.icon-arrow-left:before {
  content: "\63";
}
.icon-plus:before {
  content: "\64";
}
.icon-marker:before {
  content: "\65";
}
.icon-pinterest:before {
  content: "\68";
}
.icon-apple:before {
  content: "\69";
}
.icon-walking:before {
  content: "\6a";
}
.icon-trip:before {
  content: "\6c";
}
.icon-time:before {
  content: "\74";
}
.icon-train:before {
  content: "\75";
}
.icon-fly:before {
  content: "\76";
}
.icon-car:before {
  content: "\77";
}
.icon-close:before {
  content: "\78";
}
.icon-quotes:before {
  content: "\79";
}
.fancybox-next,
.fancybox-prev,
.fancybox-close {
  font-size: 40px;
  color: #ffffff;
}
.fancybox-next:before,
.fancybox-prev:before,
.fancybox-close:before {
  position: absolute;
  top: 15px;
  left: 8px;
  color: #ffffff;
  font-family: "Poggio" !important;
}
.fancybox-next:hover,
.fancybox-prev:hover,
.fancybox-close:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.fancybox-close:before {
  content: "\64";
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.fancybox-next:before {
  content: "\61";
}
.fancybox-prev:before {
  content: "\63";
}
/* --- COLOR and BACKGROUND ------------------------------------------------- */
.bg-white {
  color: #111111;
  background-color: #ffffff;
}
.bg-white:before {
  color: #ffffff;
}
.bg-black {
  color: #ffffff;
  background-color: #111111;
}
.bg-black:before {
  color: #111111;
}
.bg-brown {
  color: #ffffff;
  background-color: #000;
}
.bg-brown:before {
  color: #ffffff;
}
.table-cell {
  display: table;
}
.table-cell > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.list-style ul {
  list-style: none;
}
/* --- BUTTON - BTN --------------------------------------------------------- */
.btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  padding: 0;
  height: 50px;
  line-height: 50px;
}
.btn.btn-brown {
  color: #ffffff;
  background-color: #ac9b89;
}
.btn.btn-border {
  border-width: 1px;
  border-style: solid;
}
.btn.btn-icon:before {
  display: block;
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(17, 17, 17, 0.4);
  -moz-box-shadow: 0 0 12px rgba(17, 17, 17, 0.4);
  -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0.4);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.btn.btn-icon:hover:before,
.btn.btn-icon:focus:before {
  color: #ffffff;
  background-color: #ac9b89;
}
@media all and (max-width: 568px) {
  .btn.btn-icon .text {
    display: none;
  }
}
.btn.btn-text {
  position: relative;
  color: #ffffff;
  line-height: 1;
}
.btn.btn-text.btn-black {
  color: #111111;
}
.btn.btn-text.btn-black:before {
  color: #ffffff;
  background-color: #AC9B89;
}
.btn.btn-text.btn-black:hover:before,
.btn.btn-text.btn-black:focus:before {
  color: #111111;
  background-color: #ffffff;
}
.btn.btn-text.btn-icon {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  padding-left: 60px;
  text-align: left;
}
@media all and (max-width: 480px) {
  .btn.btn-text.btn-icon {
    font-size: 20px;
  }
}
.btn.btn-text.btn-icon strong {
  display: block;
  font-size: .8em;
  font-weight: normal;
}
.btn.btn-text.btn-icon:before,
.btn.btn-text.btn-icon:after {
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn.btn-text.btn-icon:before {
  padding-left: 12.5px;
  box-shadow: 0 0 12px rgba(17, 17, 17, 0.4);
  -moz-box-shadow: 0 0 12px rgba(17, 17, 17, 0.4);
  -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0.4);
  transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.btn.btn-text.btn-icon.readmore-booking {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
}
.btn.btn-text.btn-icon.readmore-booking:before {
  right: -55px;
  left: auto;
  padding-right: 12.5px;
  padding-left: 0;
}
.btn.btn-text.btn-icon.readmore-booking:after {
  left: auto;
  right: -5px;
}
.btn.btn-text.btn-icon.readmore-booking:hover,
.btn.btn-text.btn-icon.readmore-booking:focus {
  width: 220px;
}
.btn-link {
  color: #ffffff;
  font-weight: 600;
  background-color: #312b24;
  padding: 1px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-link:hover,
.btn-link:focus {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  background-color: #3a332a;
}
@media all and (max-width: 568px) {
  [class*=' col-'],
  .container-fluid,
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* --- BOOTSTRAP --- */
.nav-tabs li {
  float: left;
  margin-right: 5px;
}
.nav-tabs li > a {
  position: relative;
  color: #ffffff;
  background-color: #494035;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 16px rgba(73, 64, 53, 0.3);
  -moz-box-shadow: 0 0 16px rgba(73, 64, 53, 0.3);
  -webkit-box-shadow: 0 0 16px rgba(73, 64, 53, 0.3);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.nav-tabs li > a:before {
  position: absolute;
  top: 7px;
  left: 14px;
  font-size: 1.6em;
}
.nav-tabs li a:hover {
  background-color: rgba(73, 64, 53, 0.7);
}
.nav-tabs li.active a {
  color: rgba(73, 64, 53, 0.3);
  background-color: rgba(73, 64, 53, 0.1);
  box-shadow: 0 0 0px rgba(73, 64, 53, 0);
  -moz-box-shadow: 0 0 0px rgba(73, 64, 53, 0);
  -webkit-box-shadow: 0 0 0px rgba(73, 64, 53, 0);
  text-shadow: 0 0 2px #ffffff;
  -moz-text-shadow: 0 0 2px #ffffff;
  -webkit-text-shadow: 0 0 2px #ffffff;
}
.nav-tabs li.active a:before {
  color: rgba(73, 64, 53, 0.3);
}
html,
body {
  font-size: 19px;
  line-height: 28px;
  height: 100%;
}
@media all and (max-width: 1024px) {
  html,
  body {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}
@media all and (max-width: 568px) {
  html,
  body {
    font-size: 15px;
  }
}
body {
  background-color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
}
html .ru-ru,
body.ru-ru {
  font-size: 18px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Playfair Display', serif;
  line-height: .8;
  font-weight: normal;
}
.h1 {
  position: fixed;
  left: 0;
  top: -100px;
}
.h1 h1 {
  margin: 0;
  padding: 0;
  font-size: .1em;
}
p {
  margin: 8px 0;
}
strong {
  font-weight: 600;
}
a {
  color: #494035;
  font-weight: 600;
}
a:hover,
a:focus {
  color: rgba(73, 64, 53, 0.8);
}
.icon-social-gallery {
  position: fixed;
  z-index: 3;
  top: 50%;
  right: 0;
  left: auto;
  height: 100px;
  margin-top: -110px;
}
.icon-social-gallery p {
  position: relative;
  text-align: right;
  z-index: 1;
}
.icon-social-gallery a.btn.btn-text {
  position: absolute;
  right: 55px;
  text-align: right;
}
.icon-social-gallery a.btn.btn-text span {
  position: absolute;
  right: -200px;
  z-index: 1;
  text-shadow: 1px 1px 1px #111111;
  -moz-text-shadow: 1px 1px 1px #111111;
  -webkit-text-shadow: 1px 1px 1px #111111;
  transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  -webkit-transition: right 0.3s ease-out;
}
.icon-social-gallery a.btn.btn-text:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  right: -55px;
  padding-left: 0;
  padding-right: 12.5px;
  box-shadow: 0px 0 16px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0px 0 16px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0px 0 16px rgba(17, 17, 17, 0.3);
}
.icon-social-gallery a.btn.btn-text:hover span {
  right: 0;
  transition: right 0.6s ease-out;
  -moz-transition: right 0.6s ease-out;
  -webkit-transition: right 0.6s ease-out;
}
.icon-social-gallery p:nth-of-type(2) a {
  top: 60px;
}
.icon-social-gallery.affix a.btn.btn-text span {
  color: #111111;
  text-shadow: 0 0 0 rgba(17, 17, 17, 0);
  -moz-text-shadow: 0 0 0 rgba(17, 17, 17, 0);
  -webkit-text-shadow: 0 0 0 rgba(17, 17, 17, 0);
}
@media all and (max-width: 568px) {
  .icon-social-gallery {
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    margin: 0;
    height: 50px;
  }
  .icon-social-gallery p {
    margin: 0;
    position: relative;
    float: left;
    width: 25%;
    height: 50px;
    border-top: 2px solid #111111;
  }
  .icon-social-gallery p a.btn.btn-text,
  .icon-social-gallery p a.btn {
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    padding: 0;
    text-align: center;
  }
  .icon-social-gallery p a.btn.btn-text:before,
  .icon-social-gallery p a.btn:before {
    width: 100%;
    right: auto;
    padding: 0;
    left: 0;
  }
  .icon-social-gallery p a.btn.btn-text span,
  .icon-social-gallery p a.btn span {
    display: none;
  }
}
.navbar-mainmenu {
  position: absolute;
  top: -1px !important;
  left: 0px;
  right: 0px;
  z-index: 11;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu {
    padding-top: 60px;
    padding-bottom: 30px;
    /*background-color: rgba(255, 255, 255, 0);*/
    box-shadow: 0 0 12px rgba(17, 17, 17, 0);
    -moz-box-shadow: 0 0 12px rgba(17, 17, 17, 0);
    -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0);
	
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }
  .navbar-mainmenu .navbar-collapse {
    padding-right: 30px;
  }
}
@media all and (max-width: 768px) {
  .navbar-mainmenu {
    position: fixed;
  }
  .navbar-mainmenu .navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 0 200px rgba(17, 17, 17, 0.8);
    -moz-box-shadow: 0 0 200px rgba(17, 17, 17, 0.8);
    -webkit-box-shadow: 0 0 200px rgba(17, 17, 17, 0.8);
    border-bottom: 2px solid #111111;
  }
  .navbar-mainmenu .navbar-collapse .navbar-nav li a {
    color: #494035;
  }
}
@media all and (min-width: 769px) {
  .navbar-mainmenu .navbar-header {
    position: relative;
    width: 190px;
    left: 30px;
  }
}
@media all and (max-width: 768px) {
  .navbar-mainmenu .navbar-header {
    position: relative;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 18px rgba(17, 17, 17, 0.35);
    -moz-box-shadow: 0 0 18px rgba(17, 17, 17, 0.35);
    -webkit-box-shadow: 0 0 18px rgba(17, 17, 17, 0.35);
  }
}
.navbar-mainmenu .navbar-header .navbar-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  background-color: #ac9b89;
  box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
  -webkit-box-shadow: 0 0 16px rgba(17, 17, 17, 0.25);
}
.navbar-mainmenu .navbar-header .navbar-toggle span {
  background-color: #ffffff;
  width: 70%;
  margin-left: 15%;
}
@media all and (max-width: 568px) {
  .navbar-mainmenu .navbar-header .navbar-toggle {
    top: 8px;
    right: 10px;
  }
}
.navbar-mainmenu .navbar-header .language-menu {
  float: left;
  line-height: 1;
}
.navbar-mainmenu .navbar-header .language-menu li {
  float: left;
}
.navbar-mainmenu .navbar-header .language-menu li a {
  color: #ffffff;
  font-weight: 600;
  font-size: .7em;
  line-height: 1;
}
.navbar-mainmenu .navbar-header .language-menu li.lang-active {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity=40%);
  /* For IE8 and earlier */
  zoom: 1;
}
.navbar-mainmenu .navbar-header .language-menu-mobile {
  position: absolute;
  top: 15px;
  right: 70px;
  width: 50px;
  height: 50px;
  border: 2px solid #ac9b89;
  box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
}
@media all and (max-width: 568px) {
  .navbar-mainmenu .navbar-header .language-menu-mobile {
    top: 8px;
  }
}
.navbar-mainmenu .navbar-header .language-menu-mobile .container-arrow span {
  position: absolute;
  bottom: -5px;
  left: 15px;
  font-size: 15px;
  font-weight: bold;
}
.navbar-mainmenu .navbar-header .language-menu-mobile select {
  padding-left: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navbar-mainmenu .navbar-header .language-menu-mobile select * {
  text-align: center;
  line-height: 50px;
}
.navbar-mainmenu .navbar-brand {
  position: relative;
  left: 30px;
}
.navbar-mainmenu .navbar-brand:before {
  content: "";
  display: block;
  background-image: url(../images/logo-white.png);
  background-repeat: no-repeat;
  width: 170px;
  height: 65px;
  background-size: 100%;
  transition: all 0.6s ease-in-out 0.3s;
  -moz-transition: all 0.6s ease-in-out 0.3s;
  -webkit-transition: all 0.6s ease-in-out 0.3s;
}

.address {
    padding-left: 550px;
    padding: 0px 15px;
}

@media all and (max-width: 768px) {
  .navbar-mainmenu .navbar-brand {
    left: 0px;
    padding: 8px 12px 16px;
  }
  .navbar-mainmenu .navbar-brand:before {
    background-image: url(../images/logo-black.png);
  }
}
@media all and (max-width: 568px) {
  .navbar-mainmenu .navbar-brand:before {
    width: 120px;
    height: 55px;
  }
}
.navbar-mainmenu .navbar-nav li a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  padding: 8px 12px 16px;
  text-align: right;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu .navbar-nav li a .last-word {
    font-size: 1.2em;
    font-family: 'Playfair Display', serif;
    display: block;
  }
}
@media all and (max-width: 1024px) {
  .navbar-mainmenu .navbar-nav li a {
    font-size: 17px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.navbar-mainmenu .navbar-nav li:hover a,
.navbar-mainmenu .navbar-nav li:focus a,
.navbar-mainmenu .navbar-nav li.open a,
.navbar-mainmenu .navbar-nav li.active a {
  color: #ffffff;
  background-color: #750E2C;
}
@media all and (max-width: 768px) {
  .navbar-mainmenu .navbar-nav {
    height: 308px;
    overflow: scroll;
    padding-top: 0;
  }
  .navbar-mainmenu .navbar-nav li {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  }
  .navbar-mainmenu .navbar-nav li > a {
    text-align: left;
    font-size: 1.2em;
    padding: 15px 30px;
  }
  .navbar-mainmenu .navbar-nav li .dropdown-menu {
    position: relative;
    width: 100%;
    height: 0;
    display: none;
    background-color: #111111;
    transition: height 0.3s linear;
    -moz-transition: height 0.3s linear;
    -webkit-transition: height 0.3s linear;
    box-shadow: inset 0 0 16px #111111;
    -moz-box-shadow: inset 0 0 16px #111111;
    -webkit-box-shadow: inset 0 0 16px #111111;
  }
  .navbar-mainmenu .navbar-nav li .dropdown-menu li {
    border-bottom: 0px solid rgba(17, 17, 17, 0);
  }
  .navbar-mainmenu .navbar-nav li .dropdown-menu li a {
    padding: 10px 30px 10px 30px;
  }
  .navbar-mainmenu .navbar-nav li.open .dropdown-menu {
    height: 100%;
    display: block;
  }
}
.navbar-mainmenu .navbar-nav .dropdown:before {
  position: absolute;
  bottom: 18px;
  right: 3px;
  font-size: 14px;
  z-index: 2;
  color: #ffffff;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
@media all and (max-width: 768px) {
  .navbar-mainmenu .navbar-nav .dropdown:before {
    font-size: 1.2em;
    top: 16px;
    bottom: auto;
  }
}
.navbar-mainmenu .navbar-nav .dropdown:hover:before {
  color: #ffffff;
}
.navbar-mainmenu .navbar-nav .dropdown .dropdown-menu li a {
  font-size: 1em;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu .navbar-nav .dropdown:last-child .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
  }
  .navbar-mainmenu .navbar-nav .dropdown:last-child .dropdown-menu a {
    float: right;
  }
}
.navbar-mainmenu .navbar-nav .dropdown .dropdown-menu {
  top: 120%;
  background: none;
  padding: 0;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu .navbar-nav .dropdown .dropdown-menu li a {
    position: relative;
    font-size: .75em;
    background-color: #494035;
    font-weight: 300;
    text-align: left;
    padding: 0 30px 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    height: 40px;
    line-height: 40px;
	min-width: 236px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
  }
}
.navbar-mainmenu .navbar-nav .dropdown .dropdown-menu li:hover a,
.navbar-mainmenu .navbar-nav .dropdown .dropdown-menu li:focus a,
.navbar-mainmenu .navbar-nav .dropdown .dropdown-menu li.open a {
  color: #494035;
  background-color: #ffffff;
}
@media all and (max-width: 768px) {
  .navbar-mainmenu .navbar-nav .dropdown.open .dropdown-toggle {
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 12px rgba(17, 17, 17, 0.25);
    -moz-box-shadow: 0 6px 12px rgba(17, 17, 17, 0.25);
    -webkit-box-shadow: 0 6px 12px rgba(17, 17, 17, 0.25);
  }
  .navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu {
    z-index: 0;
  }
}
.navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu {
  visibility: visible;
  top: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li a {
    box-shadow: 0 0 12px rgba(17, 17, 17, 0.3);
    -moz-box-shadow: 0 0 12px rgba(17, 17, 17, 0.3);
    -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0.3);
  }
  .navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
}
.navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li:hover a,
.navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li:focus a,
.navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li.open a {
  color: #111111;
  background-color: #ffffff;
  padding-right: 60px;
}
.navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li:hover a:before,
.navbar-mainmenu .navbar-nav .dropdown.open .dropdown-menu li:focus a:before {
  background-color: #494035;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu .navbar-nav {
    float: right;
  }
}
.navbar-mainmenu.affix {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: 0 0 12px rgba(17, 17, 17, 0.25);
  -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0.25);
  
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
@media all and (min-width: 769px) {
  .navbar-mainmenu.affix {
    top: -150px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #ffffff;
    -webkit-animation: menuAffix 0.4s forwards ease-out;
    -moz-animation: menuAffix 0.4s forwards ease-out;
    animation: menuAffix 0.4s forwards ease-out;
  }
  @-webkit-keyframes menuAffix {
    0% {
      top: -150px;
    }
    100% {
      top: 0px;
    }
  }
  @-moz-keyframes menuAffix {
    0% {
      top: -150px;
    }
    100% {
      top: 0px;
    }
  }
  @-ms-keyframes menuAffix {
    0% {
      top: -150px;
    }
    100% {
      top: 0px;
    }
  }
  @-o-keyframes menuAffix {
    0% {
      top: -150px;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes menuAffix {
    0% {
      top: -150px;
    }
    100% {
      top: 0px;
    }
  }
}
.navbar-mainmenu.affix .navbar-collapse {
  padding-right: 0px;
  margin-top: 5px;
}
.navbar-mainmenu.affix .navbar-header {
  left: 0;
}
@media all and (min-width: 769px) {
  .navbar-mainmenu.affix .navbar-header .navbar-brand {
    left: 30px;
  }
  .navbar-mainmenu.affix .navbar-header .navbar-brand:before {
    background-image: url(../images/logo-black.png);
  }
}
.navbar-mainmenu.affix .navbar-header .language-menu li a {
  color: #111111;
}
.navbar-mainmenu.affix .navbar-nav li a,
.navbar-mainmenu.affix .navbar-nav li:before {
  color: #494035;
}
.navbar-mainmenu.affix .navbar-nav li:hover a,
.navbar-mainmenu.affix .navbar-nav li:focus a,
.navbar-mainmenu.affix .navbar-nav li.open a,
.navbar-mainmenu.affix .navbar-nav li.active a,
.navbar-mainmenu.affix .navbar-nav li.active.dropdown:before,
.navbar-mainmenu.affix .navbar-nav li.dropdown:hover:before {
  color: #ffffff;
}
.overflow-animation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header#top {
  position: relative !important;
  height: 100%;
  top: 0 !important;
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  background-color: #494035;
}
@media all and (max-width: 768px) {
  header#top {
    height: 80%;
  }
}
.header-small header#top {
  height: 80%;
}
.header-small header#top .swiper-container-header {
  height: 80%;
}
.header-small header#top .swiper-slide .image {
  background-position: top center;
}
header#top .border-header {
  position: absolute;
  z-index: 2;
  top: 130px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 2px solid #fff;
}
@media all and (max-width: 568px) {
  header#top .border-header {
    display: none;
  }
}
.homepage header#top {
  height: 100%;
}
@media all and (max-width: 768px) {
  .homepage header#top {
    height: 80%;
  }
}
.homepage header#top .border-header {
  top: 30px;
}
@media all and (min-width: 481px) {
  header#top .scroll-down {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 90px;
    width: 300px;
    height: 50px;
    z-index: 5;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-left: -150px;
    text-align: center;
    line-height: 1;
  }
  header#top .scroll-down:before {
    position: absolute;
    top: 0px;
    text-align: center;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-animation: scrollDown 1.2s infinite 1.5s ease-in-out;
    -moz-animation: scrollDown 1.2s infinite 1.5s ease-in-out;
    animation: scrollDown 1.2s infinite 1.5s ease-in-out;
  }
  @-webkit-keyframes scrollDown {
    0% {
      top: 0px;
    }
    70% {
      top: 15px;
    }
    100% {
      top: 0px;
    }
  }
  @-moz-keyframes scrollDown {
    0% {
      top: 0px;
    }
    70% {
      top: 15px;
    }
    100% {
      top: 0px;
    }
  }
  @-ms-keyframes scrollDown {
    0% {
      top: 0px;
    }
    70% {
      top: 15px;
    }
    100% {
      top: 0px;
    }
  }
  @-o-keyframes scrollDown {
    0% {
      top: 0px;
    }
    70% {
      top: 15px;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes scrollDown {
    0% {
      top: 0px;
    }
    70% {
      top: 15px;
    }
    100% {
      top: 0px;
    }
  }
}
header#top.affix {
  height: 180px;
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
}
header#top .swiper-container-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 768px) {
  header#top .swiper-container-header {
    height: 80%;
  }
}
header#top .swiper-container-header .swiper-slide .image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.no-header header#top {
  height: 0px;
}
.no-header #content {
  padding-top: 150px;
}
@media all and (max-width: 568px) {
  .no-header #content {
    padding-top: 40px;
  }
}
.no-header.page-social-wall .article-text {
  display: none;
}
.no-header.text-container #content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.no-header.text-container #content .item-page .article-body .article-container {
  max-width: 100%;
}
.booking {
  left: 50%;
  bottom: 0px;
  z-index: 1;
  background-color: #ffffff;
  font-size: 1rem;
  padding: 0;
  box-shadow: 0 0 24px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 24px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 24px rgba(17, 17, 17, 0.3);
  margin-left: -600px;
  z-index: 10;
}
@media all and (max-width: 1024px) {
  .booking {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
.booking label {
  font-family: 'Playfair Display', serif;
  font-size: .8em;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  letter-spacing: -1px;
  padding-right: 10px;
  color: #494035;
  margin-bottom: 2px;
}
@media all and (max-width: 1024px) {
  .booking label {
    float: left;
  }
}
.booking input[type="text"],
.booking select {
  cursor: pointer;
  color: #111111;
  background-color: #ffffff;
  border: 0;
  font-size: 16px;
  height: 45px;
  line-height: 50px;
}
.booking select {

  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}
.booking form .arrival-departure {
  cursor: pointer;
}
.booking form .arrival-departure input {
}
.booking form > div {
  float: left;
  position: relative;
  padding: 10px 8px 0;
  border-right: 1px solid rgba(17, 17, 17, 0.15);
}
.booking form > div .container-form {
  display: table;
}
@media all and (min-width: 1025px) {
  .booking form > div {
    padding: 10px;
  }
  .booking form > div label,
  .booking form > div input,
  .booking form > div select {
    display: table-cell;
    vertical-align: middle;
  }
}
.booking form > div input,
.booking form > div select {
  width: 100%;
}
.booking form > div select {
  width: 56px;
}
.booking form > div:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
@media all and (max-width: 1024px) {
  .booking form > div br {
    display: none;
  }
  .booking form > div:before {
    margin-top: 0;
  }
}
.booking form .arrival-departure {
  width: 19%;
}
.booking form .persons-rooms {
  width: 11.5%;
}
.booking form .promo-code {
  width: 19%;
}
.booking form .promo-code input {
  padding-left: 5px;
  background-color: rgba(73, 64, 53, 0.1);
  border-bottom: 2px solid #494035;
}
.booking form .button-search {
  width: 20%;
  padding: 0;
  border-right: 0;
}
.booking form .last {
  padding-right: 0;
}
.booking form .first {
  padding-left: 0;
}
.booking .btn {
  font-family: 'Playfair Display', serif;
  height: 65px;
  font-size: 1em;
  line-height: 65px;
  padding: 0;
}
@media all and (max-width: 1024px) {
  .booking .btn {
    height: 70px;
    line-height: 70px;
  }
}
.booking.affix {
  position: fixed;
  bottom: auto;
  top: -65px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  z-index: 3;
  -webkit-animation: bookingActiveAffix 0.6s forwards 0.6s ease-out;
  -moz-animation: bookingActiveAffix 0.6s forwards 0.6s ease-out;
  animation: bookingActiveAffix 0.6s forwards 0.6s ease-out;
}
@-webkit-keyframes bookingActiveAffix {
  0% {
    top: -65px;
  }
  100% {
    top: 90px;
  }
}
@-moz-keyframes bookingActiveAffix {
  0% {
    top: -65px;
  }
  100% {
    top: 90px;
  }
}
@-ms-keyframes bookingActiveAffix {
  0% {
    top: -65px;
  }
  100% {
    top: 90px;
  }
}
@-o-keyframes bookingActiveAffix {
  0% {
    top: -65px;
  }
  100% {
    top: 90px;
  }
}
@keyframes bookingActiveAffix {
  0% {
    top: -65px;
  }
  100% {
    top: 90px;
  }
}
.booking.affix-top {
  position: absolute;
  top: auto;
  bottom: -65px;
  -webkit-animation: bookingActiveAffixTop 0.6s forwards 0.4s ease-out;
  -moz-animation: bookingActiveAffixTop 0.6s forwards 0.4s ease-out;
  animation: bookingActiveAffixTop 0.6s forwards 0.4s ease-out;
}
@-webkit-keyframes bookingActiveAffixTop {
  0% {
    bottom: -65px;
  }
  100% {
    bottom: 0px;
  }
}
@-moz-keyframes bookingActiveAffixTop {
  0% {
    bottom: -65px;
  }
  100% {
    bottom: 0px;
  }
}
@-ms-keyframes bookingActiveAffixTop {
  0% {
    bottom: -65px;
  }
  100% {
    bottom: 0px;
  }
}
@-o-keyframes bookingActiveAffixTop {
  0% {
    bottom: -65px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes bookingActiveAffixTop {
  0% {
    bottom: -65px;
  }
  100% {
    bottom: 0px;
  }
}
#content {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
#content.affix {
  padding-top: 5%;
}
#content .page-header {
  display: none;
}
#content .offer-detail .page-header {
  display: block;
}
#content .article-text h2 {
  position: relative;
  font-size: 1.7rem;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media all and (max-width: 1024px) {
  #content .article-text h2 {
    font-size: 1.4rem;
  }
}
#content .article-text h2 strong {
  font-size: 2.2em;
  display: block;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  #content .article-text h2 strong {
    font-size: 2em;
  }
}
#content .article-text h2:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100px;
  height: 1px;
  bottom: -30px;
  background-color: #111111;
}
#content .article-text em {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
}
#content .item-page {
  display: table;
  width: 100%;
}
#content .item-page .item-image,
#content .item-page .article-body {
  display: table-cell;
  float: none;
}
@media all and (max-width: 768px) {
  #content .item-page .item-image {
    display: none;
  }
}
#content .item-page .item-page {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90%);
  /* For IE8 and earlier */
  zoom: 1;
}
#content .item-page .article-body {
  position: relative;
  z-index: 2;
  padding-top: 2%;
  padding-bottom: 4%;
}
#content .item-page .article-body .article-container {
  max-width: 600px;
}
#content .item-page .article-body .article-container h2 + h3 {
  font-size: 2rem;
  margin-top: 1%;
  text-transform: uppercase;
}
#content .item-page .article-body h2 {
  display: inline-block;
  left: -80px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 45px;
}
#content .item-page .article-body h2:after {
  content: "";
  position: absolute;
  left: 80px;
  bottom: 10px;
  width: 80%;
  height: 1px;
  margin-left: 0;
  background-color: #111111;
}
@media all and (max-width: 768px) {
  #content .item-page .article-body h2 {
    left: 0px;
  }
  #content .item-page .article-body h2:after {
    left: 0px;
  }
}
#content .item-page .article-body h2:after {
  left: 0;
  bottom: -30px;
}
#content .item-page.form-page .article-body {
  text-align: right;
}
#content .item-page.form-page .article-body h2 {
  left: 0;
}
#content .item-page.form-page .article-body h2:after {
  left: 0;
}
#content .item-page.form-page .article-body h2 + h3 {
  font-family: 'Hind', sans-serif;
  font-size: 1.2em;
}
#content .item-page.form-page .article-body .article-container {
  max-width: inherit;
}
@media all and (max-width: 768px) {
  #content .item-page.offer-detail .item-image {
    display: block;
    width: 100%;
    height: 350px;
  }
  #content .item-page.offer-detail .article-body {
    display: block;
  }
}
#content .item-page.offer-detail .page-header h2 {
  left: 0;
}
#content .item-page.offer-detail .page-header h2:after {
  left: 0;
}
#content .item-page.offer-detail .page-header + h4 {
  margin-top: 0;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}
#content .item-page.offer-detail h3 {
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
}
#content .item-page.offer-detail h3 strong {
  font-size: 1.8em;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
}
#content .item-page.offer-detail .promo {
  list-style: none;
  padding: 0;
}
#content .item-page.offer-detail .promo li {
  padding: 5px 15px;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #494035;
}
#content .item-page.offer-detail .readmore {
  display: block;
}
#content .page-tab-image .item-image {
  position: relative;
}
.box-bottom {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.information-request {
  border-left: 1px solid rgba(17, 17, 17, 0.15);
  padding-left: 0;
  padding-right: 0;
  margin-top: 80px;
}
.information-request label {
  margin-top: 15px;
}
.information-request .label-active {
  position: relative;
}
.information-request .label-active label {
  color: rgba(73, 64, 53, 0.5);
  font-weight: 300;
  position: absolute;
  top: 50%;
  margin-top: -16.5px;
  left: 15px;
  font-family: 'Playfair Display', serif;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.information-request select,
.information-request input[type="text"],
.information-request input[type="file"],
.information-request textarea {
  cursor: pointer;
  font-size: 1.2em;
  border: 0;
  background-color: rgba(73, 64, 53, 0.1);
  border-bottom: 2px solid rgba(73, 64, 53, 0.4);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-top: 30px;
}
.information-request select:hover,
.information-request input[type="text"]:hover,
.information-request input[type="file"]:hover,
.information-request textarea:hover,
.information-request select:focus,
.information-request input[type="text"]:focus,
.information-request input[type="file"]:focus,
.information-request textarea:focus {
  border-bottom: 2px solid #494035;
}
.information-request select,
.information-request input[type="text"],
.information-request input[type="file"] {
  height: 45px;
  line-height: 45px;
}
.information-request select:focus,
.information-request input[type="text"]:focus,
.information-request input[type="file"]:focus {
  box-shadow: 0 0 0 rgba(73, 64, 53, 0);
  -moz-box-shadow: 0 0 0 rgba(73, 64, 53, 0);
  -webkit-box-shadow: 0 0 0 rgba(73, 64, 53, 0);
}
.information-request input[type="file"] {
  font-size: .9em;
  padding: 0 0 0 5px;
  margin-top: 0;
}
.information-request .btn {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: .9em;
  background-color: #111111;
}
.information-request form > div:hover label,
.information-request form > div:active label,
.information-request form > div:visited label,
.information-request form > div .no-empty label {
  top: 0;
  transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
}
.information-request #department,
.information-request #cover-letter {
  margin-top: 0;
}
.offer-detail .article-container ul,
.list-service ul {
  padding-left: 30px;
  padding-top: 30px;
}
@media all and (max-width: 768px) {
  .offer-detail .article-container ul,
  .list-service ul {
    padding-left: 0;
    padding-right: 0;
  }
}
.offer-detail .article-container li,
.list-service li {
  position: relative;
  line-height: 35px;
  font-size: .9em;
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-weight: 400;
  list-style: none;
  padding-left: 20px;
}
.offer-detail .article-container li:before,
.list-service li:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 12px;
  background-color: #ffffff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media all and (max-width: 768px) {
  .offer-detail .article-container li,
  .list-service li {
    line-height: 24px;
    margin-bottom: 5px;
  }
  .offer-detail .article-container li:before,
  .list-service li:before {
    top: 6px;
    left: 4px;
  }
}
@media all and (max-width: 568px) {
  .offer-detail .article-container li,
  .list-service li {
    width: 100%;
  }
}
.offer-detail .article-container ul {
  padding-top: 0;
  margin-bottom: 45px;
}
.offer-detail .article-container li {
  float: none;
  width: 100%;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 8px;
}
.offer-detail .article-container li:before {
  top: 5px;
  background-color: #494035;
}
.claim {
  position: absolute;
  font-size: 2em;
}
.claim h2,
.claim h3,
.claim h4,
.claim p {
  line-height: 1;
  margin: 0;
}
.claim h2 {
  font-size: 2.2em;
  padding-right: 15px;
  text-transform: uppercase;
}
.claim h3 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.claim h4 {
  font-size: 1.5em;
  text-transform: uppercase;
}
.claim p {
  font-size: .8em;
  text-transform: uppercase;
}
.claim p span:before {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.claim p .icon-guests:before {
  margin-right: 0;
}
@media all and (max-width: 568px) {
  .claim h3 {
    font-size: 1.6em;
  }
}
/* -------------------------------------------------------------------------- */
/* --- SWIPER --------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.item .btn.readmore {
  position: relative;
  float: left;
  clear: both;
  z-index: 10;
  margin-top: 30px;
  line-height: .9em;
  transition: text-shadow 1s ease-in-out 0.2s;
  -moz-transition: text-shadow 1s ease-in-out 0.2s;
  -webkit-transition: text-shadow 1s ease-in-out 0.2s;
  transition: all 1s ease-in-out 0.2s;
  -moz-transition: all 1s ease-in-out 0.2s;
  -webkit-transition: all 1s ease-in-out 0.2s;
}
.item .btn.readmore:before {
  text-shadow: 1px 1px 1px rgba(17, 17, 17, 0);
  -moz-text-shadow: 1px 1px 1px rgba(17, 17, 17, 0);
  -webkit-text-shadow: 1px 1px 1px rgba(17, 17, 17, 0);
  transition: all 0.4s ease-in-out 0.2s;
  -moz-transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.item .btn.readmore:hover,
.item .btn.readmore:focus {
  text-shadow: 1px 1px 8px #111111;
  -moz-text-shadow: 1px 1px 8px #111111;
  -webkit-text-shadow: 1px 1px 8px #111111;
  transition: all 0.6s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
}
.item .btn.readmore:hover:after,
.item .btn.readmore:focus:after {
  width: 100%;
}
.background .claim {
  left: 60px;
  bottom: 60px;
  z-index: 10;
  color: #fff;
  width: 60%;
  text-shadow: 1px 1px 3px #111111;
  -moz-text-shadow: 1px 1px 3px #111111;
  -webkit-text-shadow: 1px 1px 3px #111111;
}
.background .claim > h3:before {
  content: "\79";
  font-family: "Poggio" !important;
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  text-align: center;
}
.background .claim p {
  text-transform: none;
}
.background .claim p strong {
  display: block;
  font-weight: normal;
}
.background .background-review {
  font-family: 'Playfair Display', serif;
}
.background .background-review .image {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  filter: alpha(opacity=20%);
  /* For IE8 and earlier */
  zoom: 1;
}
.background .background-review .claim {
  bottom: 10%;
  left: 10%;
  width: 80%;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  -webkit-animation: opacityReview 1.5s forwards 0.5s ease-out;
  -moz-animation: opacityReview 1.5s forwards 0.5s ease-out;
  animation: opacityReview 1.5s forwards 0.5s ease-out;
}
@-webkit-keyframes opacityReview {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 10%;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 30%;
  }
}
@-moz-keyframes opacityReview {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 10%;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 30%;
  }
}
@-ms-keyframes opacityReview {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 10%;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 30%;
  }
}
@-o-keyframes opacityReview {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 10%;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 30%;
  }
}
@keyframes opacityReview {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 10%;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    bottom: 30%;
  }
}
.background .background-review .claim h3 {
  position: absolute;
  text-transform: none;
  top: 40px;
  width: 100%;
  font-size: 1.4em;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
}
@media all and (min-width: 481px) {
  .background .background-review .claim h3 {
    -webkit-animation: opacityReviewTitle 1.5s forwards 0.5s ease-out;
    -moz-animation: opacityReviewTitle 1.5s forwards 0.5s ease-out;
    animation: opacityReviewTitle 1.5s forwards 0.5s ease-out;
  }
  @-webkit-keyframes opacityReviewTitle {
    0% {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0%);
      /* For IE8 and earlier */
      zoom: 1;
      top: 40px;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100%);
      /* For IE8 and earlier */
      zoom: 1;
      top: -90px;
    }
  }
  @-moz-keyframes opacityReviewTitle {
    0% {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0%);
      /* For IE8 and earlier */
      zoom: 1;
      top: 40px;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100%);
      /* For IE8 and earlier */
      zoom: 1;
      top: -90px;
    }
  }
  @-ms-keyframes opacityReviewTitle {
    0% {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0%);
      /* For IE8 and earlier */
      zoom: 1;
      top: 40px;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100%);
      /* For IE8 and earlier */
      zoom: 1;
      top: -90px;
    }
  }
  @-o-keyframes opacityReviewTitle {
    0% {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0%);
      /* For IE8 and earlier */
      zoom: 1;
      top: 40px;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100%);
      /* For IE8 and earlier */
      zoom: 1;
      top: -90px;
    }
  }
  @keyframes opacityReviewTitle {
    0% {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0%);
      /* For IE8 and earlier */
      zoom: 1;
      top: 40px;
    }
    100% {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: alpha(opacity=100%);
      /* For IE8 and earlier */
      zoom: 1;
      top: -90px;
    }
  }
}
.background .background-review .claim strong {
  margin-top: 30px;
  font-size: .8em;
}
@media all and (max-width: 568px) {
  .background .background-review .claim {
    font-size: 1.2em;
  }
  .background .background-review .claim h3 {
    font-size: 1em;
    margin-bottom: 10px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
    position: relative;
    top: 0;
  }
  .background .background-review .claim p {
    font-size: 1.1rem;
  }
  .background .background-review .claim strong {
    margin-top: 10px;
  }
}
.swiper-container {
  position: relative;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.swiper-container .claim {
  left: 30px;
  bottom: 30px;
  z-index: 10;
  color: #fff;
  text-shadow: 1px 1px 1px #111111;
  -moz-text-shadow: 1px 1px 1px #111111;
  -webkit-text-shadow: 1px 1px 1px #111111;
}
.swiper-container .swiper-pagination-fraction {
  position: absolute;
  right: 20%;
  left: auto;
  top: 30px;
  padding-top: 15px;
  font-family: 'Playfair Display', serif;
  background-color: #ffffff;
  width: 120px;
  height: 80px;
  font-size: 3rem;
  letter-spacing: -0.5px;
}
.swiper-container .swiper-pagination-fraction .swiper-pagination-current,
.swiper-container .swiper-pagination-fraction .swiper-pagination-total,
.swiper-container .swiper-pagination-fraction .slash {
  position: relative;
}
.swiper-container .swiper-pagination-fraction .slash {
  top: 8px;
  font-size: 1.2em;
}
.swiper-container .swiper-pagination-fraction .swiper-pagination-current {
  left: 8px;
}
.swiper-container .swiper-pagination-fraction .swiper-pagination-total {
  right: 15px;
}
@media all and (max-width: 768px) {
  .swiper-container .swiper-pagination-fraction {
    right: 10%;
  }
}
@media all and (max-width: 568px) {
  .swiper-container .swiper-pagination-fraction {
    display: none;
  }
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  cursor: pointer;
  width: 50px;
  height: 50px;
  float: left;
  color: #ffffff;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
}
.swiper-container .swiper-button-prev:before,
.swiper-container .swiper-button-next:before {
  position: relative;
  line-height: 50px;
  left: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.swiper-container .swiper-button-prev:hover:before,
.swiper-container .swiper-button-next:hover:before {
  transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
}
.swiper-container .swiper-button-next:hover:before {
  left: 3px;
}
.swiper-container .swiper-button-prev:hover:before {
  left: -3px;
}
.swiper-container .swiper-arrow {
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 50px;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
}
.swiper-container.swiper-container-header .claim {
  display: table;
  bottom: 27%;
  left: 20%;
  width: 60%;
}
.swiper-container.swiper-container-header .claim h2 {
  font-size: 2.2em;
}
.swiper-container.swiper-container-header .claim h4 {
  font-size: 1.2em;
}
@media all and (min-width: 769px) {
  .swiper-container.swiper-container-header .claim h2,
  .swiper-container.swiper-container-header .claim h4 {
    width: 50%;
    display: table-cell;
    vertical-align: bottom;
  }
  .swiper-container.swiper-container-header .claim h2 {
    text-align: right;
    border-right: 2px solid #fff;
    padding-right: 15px;
  }
  .swiper-container.swiper-container-header .claim h4 {
    padding-left: 15px;
  }
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-header .claim {
    bottom: 40%;
    text-align: center;
  }
  .swiper-container.swiper-container-header .claim h2 {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.swiper-container.swiper-container-header .claim .common-title {
  text-align: center;
  margin-bottom: 30px;
}
.swiper-container.swiper-container-header .claim .common-title h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
}
.swiper-container.swiper-container-header .claim .common-title h4 {
  font-size: .8em;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-header .claim {
    left: 10%;
    width: 80%;
    font-size: 1.2rem;
  }
}
.swiper-container.swiper-container-header .swiper-arrow {
  bottom: 130px;
}
@media all and (max-width: 568px) {
  .swiper-container.swiper-container-header .swiper-arrow {
    bottom: 5%;
  }
}
.swiper-container.swiper-container-header.background-language .claim h3,
.swiper-container.swiper-container-header.background-language .common-title h3,
.swiper-container.swiper-container-header.background-language .claim h4,
.swiper-container.swiper-container-header.background-language .common-title h4,
.swiper-container.swiper-container-header.background-language .claim p,
.swiper-container.swiper-container-header.background-language .common-title p {
  display: none;
}
.it-it .swiper-container.swiper-container-header.background-language .claim h3[lang="it"],
.it-it .swiper-container.swiper-container-header.background-language .common-title h3[lang="it"],
.it-it .swiper-container.swiper-container-header.background-language .claim h4[lang="it"],
.it-it .swiper-container.swiper-container-header.background-language .common-title h4[lang="it"],
.it-it .swiper-container.swiper-container-header.background-language .claim p[lang="it"],
.it-it .swiper-container.swiper-container-header.background-language .common-title p[lang="it"] {
  display: block;
}
.en-gb .swiper-container.swiper-container-header.background-language .claim h3[lang="en"],
.en-gb .swiper-container.swiper-container-header.background-language .common-title h3[lang="en"],
.en-gb .swiper-container.swiper-container-header.background-language .claim h4[lang="en"],
.en-gb .swiper-container.swiper-container-header.background-language .common-title h4[lang="en"],
.en-gb .swiper-container.swiper-container-header.background-language .claim p[lang="en"],
.en-gb .swiper-container.swiper-container-header.background-language .common-title p[lang="en"] {
  display: block;
}
.fr-fr .swiper-container.swiper-container-header.background-language .claim h3[lang="fr"],
.fr-fr .swiper-container.swiper-container-header.background-language .common-title h3[lang="fr"],
.fr-fr .swiper-container.swiper-container-header.background-language .claim h4[lang="fr"],
.fr-fr .swiper-container.swiper-container-header.background-language .common-title h4[lang="fr"],
.fr-fr .swiper-container.swiper-container-header.background-language .claim p[lang="fr"],
.fr-fr .swiper-container.swiper-container-header.background-language .common-title p[lang="fr"] {
  display: block;
}
.de-de .swiper-container.swiper-container-header.background-language .claim h3[lang="de"],
.de-de .swiper-container.swiper-container-header.background-language .common-title h3[lang="de"],
.de-de .swiper-container.swiper-container-header.background-language .claim h4[lang="de"],
.de-de .swiper-container.swiper-container-header.background-language .common-title h4[lang="de"],
.de-de .swiper-container.swiper-container-header.background-language .claim p[lang="de"],
.de-de .swiper-container.swiper-container-header.background-language .common-title p[lang="de"] {
  display: block;
}
.ru-ru .swiper-container.swiper-container-header.background-language .claim h3[lang="ru"],
.ru-ru .swiper-container.swiper-container-header.background-language .common-title h3[lang="ru"],
.ru-ru .swiper-container.swiper-container-header.background-language .claim h4[lang="ru"],
.ru-ru .swiper-container.swiper-container-header.background-language .common-title h4[lang="ru"],
.ru-ru .swiper-container.swiper-container-header.background-language .claim p[lang="ru"],
.ru-ru .swiper-container.swiper-container-header.background-language .common-title p[lang="ru"] {
  display: block;
}
.pt-pt .swiper-container.swiper-container-header.background-language .claim h3[lang="pt"],
.pt-pt .swiper-container.swiper-container-header.background-language .common-title h3[lang="pt"],
.pt-pt .swiper-container.swiper-container-header.background-language .claim h4[lang="pt"],
.pt-pt .swiper-container.swiper-container-header.background-language .common-title h4[lang="pt"],
.pt-pt .swiper-container.swiper-container-header.background-language .claim p[lang="pt"],
.pt-pt .swiper-container.swiper-container-header.background-language .common-title p[lang="pt"] {
  display: block;
}
.es-es .swiper-container.swiper-container-header.background-language .claim h3[lang="es"],
.es-es .swiper-container.swiper-container-header.background-language .common-title h3[lang="es"],
.es-es .swiper-container.swiper-container-header.background-language .claim h4[lang="es"],
.es-es .swiper-container.swiper-container-header.background-language .common-title h4[lang="es"],
.es-es .swiper-container.swiper-container-header.background-language .claim p[lang="es"],
.es-es .swiper-container.swiper-container-header.background-language .common-title p[lang="es"] {
  display: block;
}
.swiper-container.swiper-container-staff {
  margin-top: 30px;
  height: 506px;
}
.swiper-container.swiper-container-staff .swiper-arrow {
  right: 0;
  left: auto;
}
@media all and (max-width: 568px) {
  .swiper-container.swiper-container-staff {
    display: none;
  }
}
.swiper-container.swiper-container-centered {
  padding-top: 30px;
  padding-bottom: 30px;
}
.swiper-container.swiper-container-centered .swiper-wrapper {
  height: 720px;
}
@media all and (max-height: 900px) {
  .swiper-container.swiper-container-centered .swiper-wrapper {
    height: 600px;
  }
}
@media all and (max-height: 600px) {
  .swiper-container.swiper-container-centered .swiper-wrapper {
    height: 350px;
  }
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-centered .swiper-wrapper {
    height: 350px;
  }
}
.swiper-container.swiper-container-centered .swiper-slide {
  width: 60%;
  margin-right: 3%;
  margin-left: 3%;
}
@media all and (max-width: 1024px) {
  .swiper-container.swiper-container-centered .swiper-slide {
    width: 80%;
  }
}
@media all and (max-width: 568px) {
  .swiper-container.swiper-container-centered .swiper-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.swiper-container.swiper-container-centered .swiper-slide .image {
  transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -webkit-transition: all 0.5s linear 0.5s;
  -webkit-opacity: 0.55;
  -moz-opacity: 0.55;
  opacity: 0.55;
  filter: alpha(opacity=55%);
  /* For IE8 and earlier */
  zoom: 1;
  background-position: 0 40%;
}
.swiper-container.swiper-container-centered .swiper-slide .claim {
  position: absolute;
  z-index: 1;
  color: #111111;
  top: 30px;
  left: 90px;
  text-shadow: 0 0 0 #111111;
  -moz-text-shadow: 0 0 0 #111111;
  -webkit-text-shadow: 0 0 0 #111111;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  width: 50%;
  transition: all 0.8s ease-in-out 0.6s;
  -moz-transition: all 0.8s ease-in-out 0.6s;
  -webkit-transition: all 0.8s ease-in-out 0.6s;
}
.swiper-container.swiper-container-centered .swiper-slide .claim h3 {
  position: relative;
  color: #111111;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: .8;
  left: 24px;
}
.swiper-container.swiper-container-centered .swiper-slide .claim p {
  position: relative;
  float: left;
  display: inline-block;
  padding-top: 15px;
  font-size: .6em;
  font-weight: 600;
  border-top: 1px solid #111111;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.swiper-container.swiper-container-centered .swiper-slide .claim p span:before {
  position: relative;
  top: 3px;
}
.swiper-container.swiper-container-centered .swiper-slide .claim p,
.swiper-container.swiper-container-centered .swiper-slide .claim .readmore {
  left: 90px;
}
.swiper-container.swiper-container-centered .swiper-slide .readmore-booking {
  right: 300px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #111111;
  -moz-text-shadow: 1px 1px 1px #111111;
  -webkit-text-shadow: 1px 1px 1px #111111;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .image {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80%);
  /* For IE8 and earlier */
  zoom: 1;
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim {
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim .image {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90%);
  /* For IE8 and earlier */
  zoom: 1;
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim p {
  left: 30px;
  transition: all 1.5s ease-in-out 0.2s;
  -moz-transition: all 1.5s ease-in-out 0.2s;
  -webkit-transition: all 1.5s ease-in-out 0.2s;
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim .readmore {
  left: 30px;
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim {
    padding: 0 30px;
    width: 100%;
  }
  .swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim h3,
  .swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim p,
  .swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .claim .readmore {
    left: 0px;
  }
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active:hover .image,
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active:focus .image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.swiper-container.swiper-container-centered .swiper-slide.swiper-slide-active .readmore-booking {
  right: 25px;
  transition: all 0.8s ease-in-out 0.2s;
  -moz-transition: all 0.8s ease-in-out 0.2s;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
}
.swiper-container.swiper-container-centered .swiper-button-prev,
.swiper-container.swiper-container-centered .swiper-button-next {
  position: absolute;
  border-color: #111111;
  left: 10.8%;
  top: 50%;
  z-index: 10;
}
.swiper-container.swiper-container-centered .swiper-button-prev::before,
.swiper-container.swiper-container-centered .swiper-button-next::before {
  color: #111111;
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-centered .swiper-button-prev,
  .swiper-container.swiper-container-centered .swiper-button-next {
    width: 75px;
    background-color: #111111;
    border: 0;
    box-shadow: 0 0 12px #111111;
    -moz-box-shadow: 0 0 12px #111111;
    -webkit-box-shadow: 0 0 12px #111111;
  }
  .swiper-container.swiper-container-centered .swiper-button-prev:before,
  .swiper-container.swiper-container-centered .swiper-button-next:before {
    color: #ffffff;
  }
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-centered .swiper-button-prev,
  .swiper-container.swiper-container-centered .swiper-button-next {
    top: auto;
    bottom: 30px;
  }
}
.swiper-container.swiper-container-centered .swiper-button-next {
  left: auto;
  right: 10.8%;
}
@media all and (max-width: 768px) {
  .swiper-container.swiper-container-centered .swiper-button-prev {
    left: -1px;
  }
  .swiper-container.swiper-container-centered .swiper-button-next {
    right: -1px;
  }
}
.section h3 {
  position: relative;
  font-size: 3.4em;
}
@media all and (max-width: 768px) {
  .de-de .section h3 {
    font-size: 2.8em;
  }
  .ru-ru .section h3 {
    font-size: 2.6em;
  }
}
.section h3 strong {
  font-size: .7em;
  display: block;
  font-weight: normal;
}
.section.title-section h3 {
  position: relative;
  margin: 30px 0 0 0;
  padding: 30px 30px;
}
.section.title-section h3:before,
.section.title-section h3:after {
  content: "";
  position: absolute;
  background-color: #494035;
}
.section.title-section h3:before {
  width: 20px;
  height: 20px;
  left: 50%;
  top: -10px;
  border: 5px solid #ffffff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
.section.title-section h3:after {
  width: 90%;
  height: 1px;
  left: 5%;
  top: 0px;
  z-index: 0;
}
.section.title-section h4 {
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.section.section-full {
  color: #111111;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.section.section-full .section-image,
.section.section-full .section-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  z-index: 1;
}
@media all and (max-width: 768px) {
  .section.section-full .section-image,
  .section.section-full .section-background {
    width: 100%;
  }
}
.section.section-full .section-background {
  background-color: #750E2C;
}
.section.section-full .section-image {
  top: 30px;
  bottom: 30px;
  left: 0%;
  width: 73%;
}
.section.section-full .section-image .image {
  background-position: bottom center;
}
@media all and (max-width: 1024px) {
  .section.section-full .section-image {
    width: 65%;
  }
}
@media all and (max-width: 768px) {
  .section.section-full .section-image {
    height: 285px;
    left: 0;
    top: 0;
    width: 100%;
  }
  .section.section-full .section-image .image {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60%);
    /* For IE8 and earlier */
    zoom: 1;
    background-position: right bottom;
  }
}
.section.section-full .section-text {
  position: relative;
  z-index: 1;
  left: 73%;
  width: 27%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-right: 30px;
}
.section.section-full .section-text h3 {
  display: inline-block;
  left: 26px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  margin: 0;
}
.section.section-full .section-text h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 80%;
  height: 1px;
  margin-left: 0;
  background-color: #111111;
}
@media all and (max-width: 768px) {
  .section.section-full .section-text h3 {
    left: 0px;
  }
  .section.section-full .section-text h3:after {
    left: 0px;
  }
}
.section.section-full .section-text p {
  position: relative;
  float: left;
  clear: both;
  padding-left: 30px;
}
@media all and (min-width: 769px) {
  .section.section-full .section-text p {
    min-width: 320px;
  }
}
.section.section-full .section-text p.readmore {
  padding-left: 0;
  left: -25px;
}
.section.section-full .section-text .btn {
  margin-top: 30px;
  left: -55px;
  color: #111111;
}
@media all and (max-width: 768px) {
  .section.section-full .section-text .btn {
    left: 0px;
  }
}
@media all and (max-width: 1024px) {
  .section.section-full .section-text {
    left: 65%;
    width: 35%;
  }
}
@media all and (max-width: 768px) {
  .section.section-full .section-text {
    left: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 200px;
  }
}
@media all and (max-width: 568px) {
  .section.section-full .section-text {
    left: 0;
  }
  .section.section-full .section-text p {
    left: 0;
    padding: 0;
    width: 100%;
    min-width: auto;
  }
}
.section.section-full.list-service {
  text-shadow: 1px 1px 1px #111111;
  -moz-text-shadow: 1px 1px 1px #111111;
  -webkit-text-shadow: 1px 1px 1px #111111;
}
.section.section-full.list-service .section-image:before {
  content: "";
  background-color: #494035;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50%);
  /* For IE8 and earlier */
  zoom: 1;
}
.section.section-full.list-service .section-text {
  width: 90%;
}
@media all and (max-width: 768px) and (min-width: 481px) {
  .section.section-full.list-service .section-text {
    width: 100%;
    padding-top: 200px;
  }
}
.section.section-full.list-service .section-text li {
  float: left;
  width: 50%;
}
@media all and (max-width: 568px) {
  .section.section-full.list-service .section-text {
    padding-top: 100px;
  }
  .section.section-full.list-service .section-text li {
    width: 100%;
  }
}
.section.section-full.double-background .section-image {
  background: none;
  overflow: hidden;
}
.section.section-full.double-background .section-image:before {
  background: none;
}
.section.section-full.double-background .section-image .image {
  z-index: 2;
  box-shadow: 0 0 0 #111111;
  -moz-box-shadow: 0 0 0 #111111;
  -webkit-box-shadow: 0 0 0 #111111;
}
.section.section-full.double-background .section-image-01 {
  left: 30%;
  width: 30%;
}
.section.section-full.double-background .section-image-02 {
  top: 30px;
  left: 61%;
  width: 50%;
  height: 46%;
}
.section.section-full.double-background .section-image-03 {
  top: 52%;
  left: 61%;
  width: 50%;
  bottom: 30px;
}
.section.section-full.double-background .section-text {
  left: 7%;
  width: 23%;
  padding-right: 30px;
}
.section.section-full.double-background .section-text li {
  width: 100%;
}
.section.section-full.section-box {
  color: #ffffff;
  background-color: #494035;
  padding: 0;
}
.section.section-full.section-box .text {
  position: relative;
  z-index: 2;
  width: 30%;
  background-color: #494035;
  padding: 30px;
  box-shadow: 50px 0 180px 110px #494035;
  -moz-box-shadow: 50px 0 180px 110px #494035;
  -webkit-box-shadow: 50px 0 180px 110px #494035;
}
.section.section-full.section-box .text h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.section.section-full.calltoaction .section-image {
  width: 100%;
}
.section.section-full.calltoaction .section-image .image {
  background-position: center;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70%);
  /* For IE8 and earlier */
  zoom: 1;
}
.section.section-full.calltoaction .section-text {
  color: #ffffff;
  left: 0;
  padding: 4%;
  padding-bottom: 4%;
  width: 40%;
  text-shadow: 1px 1px 1px #111111;
  -moz-text-shadow: 1px 1px 1px #111111;
  -webkit-text-shadow: 1px 1px 1px #111111;
}
@media all and (max-width: 768px) {
  .section.section-full.calltoaction .section-text {
    width: 100%;
  }
}
.section.section-full.calltoaction .section-text h3 {
  left: 0;
  float: left;
  clear: both;
  padding-bottom: 30px;
}
.section.section-full.calltoaction .section-text h3:after {
  left: 0;
}
.section.section-full.calltoaction .section-text p {
  padding-left: 0;
}
.section.section-full.calltoaction .section-text .btn {
  left: 0;
  margin-top: 0;
  color: #ffffff;
}
@media all and (max-width: 568px) {
  .section.section-full.calltoaction .section-text h3 {
    font-size: 2em;
  }
}
.section.section-full.three-days {
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 568px) {
  .section.section-full.three-days {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section.section-full.three-days .swiper-container-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media all and (max-width: 768px) {
  .section.section-full.three-days .swiper-container-image {
    position: relative;
    width: 100%;
    height: 480px;
  }
  .section.section-full.three-days .swiper-container-image .section-image {
    height: 100%;
  }
  .section.section-full.three-days .swiper-container-image .section-image .image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@media all and (max-width: 568px) {
  .section.section-full.three-days .swiper-container-image {
    height: 250px;
  }
}
.section.section-full.three-days .swiper-container-image .section-image {
  left: 0%;
  right: 0;
}
.section.section-full.three-days .swiper-container-image .section-image .image {
  box-shadow: 0 0 0 #111111;
  -moz-box-shadow: 0 0 0 #111111;
  -webkit-box-shadow: 0 0 0 #111111;
}
.section.section-full.three-days .swiper-container-image .swiper-pagination {
  color: #111111;
  right: 0px;
}
.section.section-full.three-days .swiper-container-image .swiper-arrow {
  left: auto;
  right: 0px;
  bottom: 30px;
}
.section.section-full.three-days .swiper-container-image .swiper-arrow > div {
  color: #111111;
  background-color: #ffffff;
}
.section.section-full.three-days .section-text {
  width: 45%;
  left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 768px) {
  .section.section-full.three-days .section-text {
    left: 0;
    width: 100%;
    padding: 15px 30px;
  }
}
@media all and (max-width: 568px) {
  .section.section-full.three-days .section-text {
    padding: 15px;
  }
}
.section.section-full.three-days .section-text h3 {
  left: 0;
}
.section.section-full.three-days .section-text h3:after {
  left: 0;
}
.section.section-full.three-days .section-text p {
  padding-left: 0;
}
.section.section-full.three-days:nth-of-type(2n) .swiper-container-image {
  left: 0px;
  width: 50%;
  right: auto;
}
@media all and (max-width: 768px) {
  .section.section-full.three-days:nth-of-type(2n) .swiper-container-image {
    position: relative;
    width: 100%;
    height: 480px;
  }
  .section.section-full.three-days:nth-of-type(2n) .swiper-container-image .section-image {
    height: 100%;
  }
  .section.section-full.three-days:nth-of-type(2n) .swiper-container-image .section-image .image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@media all and (max-width: 568px) {
  .section.section-full.three-days:nth-of-type(2n) .swiper-container-image {
    height: 250px;
  }
}
.section.section-full.three-days:nth-of-type(2n) .swiper-container-image .section-image {
  width: 100%;
}
.section.section-full.three-days:nth-of-type(2n) .section-text {
  left: 50%;
  padding-left: 60px;
}
@media all and (max-width: 768px) {
  .section.section-full.three-days:nth-of-type(2n) .section-text {
    width: 100%;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
  }
}
@media all and (max-width: 568px) {
  .section.section-full.three-days:nth-of-type(2n) .section-text {
    padding-left: 15px;
  }
}
.section.section-social-wall h3 {
  text-align: center;
  margin-bottom: 30px;
}
.section.section-social-wall h3:before {
  top: auto;
  bottom: -10px;
}
.section.section-social-wall h3:after {
  top: auto;
  bottom: 0;
}
.section-full.section-with-background {
  color: #ffffff;
}
@media all and (max-width: 768px) {
  .section-full.section-with-background {
    padding-top: 0;
  }
}
.section-full.section-with-background .section-image {
  width: auto;
  left: 10%;
  right: 30px;
}
.section-full.section-with-background .section-image .image {
  box-shadow: inset 330px 0 200px rgba(17, 17, 17, 0.5);
  -moz-box-shadow: inset 330px 0 200px rgba(17, 17, 17, 0.5);
  -webkit-box-shadow: inset 330px 0 200px rgba(17, 17, 17, 0.5);
}
@media all and (max-width: 768px) {
  .section-full.section-with-background .section-image {
    left: 0;
    width: 100%;
  }
}
.section-full.section-with-background .section-text {
  left: 10%;
}
@media all and (max-width: 768px) {
  .section-full.section-with-background .section-text {
    left: 0px;
    width: 100%;
    padding: 0 30px;
    padding-top: 220px;
  }
}
.section-full.section-with-background .section-text h3:after {
  background-color: #ffffff;
}
.section-full.section-with-background .section-text a,
.section-full.section-with-background .section-text a.btn {
  color: #ffffff;
}
.list-item .item {
  position: relative;
  height: 600px;
  margin-bottom: 60px;
}
@media all and (max-width: 768px) {
  .list-item .item {
    height: 400px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 568px) {
  .list-item .item {
    height: auto;
    min-height: 400px;
    float: left;
    width: 100%;
  }
}
.list-item .item .image.active-intro-image {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  width: 70%;
}
@media all and (max-width: 768px) {
  .list-item .item .image.active-intro-image {
    width: 100%;
  }
}
.list-item .item .image.intro-image {
  width: 29%;
  left: auto;
  right: 0;
}
.list-item .item .claim {
  position: absolute;
  z-index: 2;
  color: #111111;
  top: 30px;
  left: 0;
  width: 50%;
  text-shadow: 0 0 0 #111111;
  -moz-text-shadow: 0 0 0 #111111;
  -webkit-text-shadow: 0 0 0 #111111;
  transition: all 0.8s ease-in-out 0.6s;
  -moz-transition: all 0.8s ease-in-out 0.6s;
  -webkit-transition: all 0.8s ease-in-out 0.6s;
}
@media all and (max-width: 568px) {
  .list-item .item .claim {
    position: relative;
  }
}
.list-item .item .claim h3 {
  position: relative;
  color: #111111;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: .8;
  left: -80px;
  transition: all 0.4s linear 0.2s;
  -moz-transition: all 0.4s linear 0.2s;
  -webkit-transition: all 0.4s linear 0.2s;
}
@media all and (max-width: 1280px) {
  .list-item .item .claim h3 {
    left: -5%;
  }
}
.list-item .item .claim p {
  position: relative;
  float: left;
  display: inline-block;
  clear: both;
  padding-top: 15px;
  font-size: .6em;
  font-weight: 600;
  border-top: 1px solid #111111;
  transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.list-item .item .claim p span:before {
  position: relative;
  top: 3px;
}
.list-item .item .claim p,
.list-item .item .claim .readmore {
  left: 30px;
}
@media all and (max-width: 768px) {
  .list-item .item .claim {
    padding: 0 30px;
  }
  .list-item .item .claim p,
  .list-item .item .claim .readmore {
    left: 0px;
  }
}
@media all and (max-width: 568px) {
  .list-item .item .claim {
    width: 100%;
  }
  .list-item .item .claim h3 {
    font-size: 1.2em;
    left: 0;
    width: 100%;
  }
}
.list-item .item:hover {
  transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
}
.list-item .item:hover .image {
  -webkit-opacity: 0.35;
  -moz-opacity: 0.35;
  opacity: 0.35;
  filter: alpha(opacity=35%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.list-item.list-rooms p span:before {
  margin-right: 5px;
}
.list-item.list-service-item {
  position: relative;
}
.list-item.list-service-item .claim {
  font-size: 1.4em;
  z-index: 1;
  top: 0;
  left: 0;
  width: 350px;
  bottom: 0;
}
.list-item.list-service-item .claim h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.list-item.list-service-item .claim h3:after {
  content: "";
  width: 150px;
  height: 1px;
  position: absolute;
  left: 80px;
  bottom: -15px;
  background-color: rgba(17, 17, 17, 0.5);
}
.list-item.list-service-item .claim p {
  border-top: 0;
  text-transform: none;
  font-size: .65em;
  font-weight: normal;
  width: 85%;
  line-height: 21px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.list-item.list-service-item .claim .btn {
  left: 0;
  color: #111111;
}
@media all and (max-width: 768px) {
  .list-item.list-service-item .claim {
    padding: 0 30px;
    width: 100%;
  }
  .list-item.list-service-item .claim h3 {
    left: 0px;
    width: 90%;
  }
  .list-item.list-service-item .claim h3:after {
    left: 0;
  }
  .list-item.list-service-item .claim h3 .hover-element {
    left: 0;
  }
  .list-item.list-service-item .claim p {
    width: 100%;
  }
}
.list-item.list-service-item .item .hover-element {
  position: absolute;
  left: 55px;
  bottom: -85px;
  margin-top: -25px;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.list-item.list-service-item .item .hover-element:before {
  color: #ffffff;
  background-color: #111111;
}
.list-item.list-service-item .item:hover .hover-element {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.list-item.list-service-item .item:hover .claim p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.offer-list .item {
  float: left;
  width: 33.333%;
  padding: 0 30px;
}
@media all and (max-width: 1280px) {
  .offer-list .item {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .offer-list .item {
    width: 100%;
    padding: 0;
    height: 400px;
  }
}
.offer-list .item .image.active-intro-image {
  width: 100%;
}
.offer-list .claim {
  width: 50%;
  text-transform: none;
}
.offer-list .claim h3 {
  font-size: 1.6em;
  width: 70%;
}
.offer-list .claim p {
  position: relative;
  font-weight: 400;
  width: 70%;
}
@media all and (max-width: 768px) {
  .offer-list .claim h3 {
    font-size: 1.2em;
  }
  .offer-list .claim p {
    width: 100%;
  }
}
.offer-list .container-p {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 445px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 16px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 16px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 16px rgba(17, 17, 17, 0.3);
}
@media all and (max-width: 768px) {
  .offer-list .container-p {
    width: 100%;
  }
}
.offer-list .swiper-slide-active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
}
.offer-list .item-container {
  position: relative;
  height: 100%;
}
.offer-list .item-container .container-p {
  background-color: rgba(255, 255, 255, 0.65);
}
.offer-list .item-container .claim {
  font-size: 1.4em;
}
.offer-list .item-container .claim h3 {
  left: 30px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .offer-list .item-container .claim h3 {
    left: 0;
  }
}
.offer-list .item-container .claim p {
  width: 100%;
}
.offer-list .item-container .readmore {
  color: #111111;
  text-shadow: 0 0 0 #111111;
  -moz-text-shadow: 0 0 0 #111111;
  -webkit-text-shadow: 0 0 0 #111111;
}
.offer-list .item-container .btn.readmore-booking {
  left: 30px;
  right: auto;
  text-align: left;
  padding-left: 60px;
}
.offer-list .item-container .btn.readmore-booking:before {
  left: 0px;
  padding-left: 12.5px;
  padding-right: 0;
}
.offer-list .item-container .btn.readmore-booking:after {
  right: auto;
  left: 0;
}
#accordion .panel-title a {
  width: 100%;
  white-space: inherit;
  display: block;
  padding-left: 70px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.15);
  padding-bottom: 15px;
  height: auto;
}
#accordion .panel-title a:before {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 0;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#accordion .panel-title a.collapsed:before {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.checkandbook {
  background-color: #494035;
  padding: 15px 30px;
  margin-top: 15px;
}
.checkandbook p {
  float: right;
}
.googlemaps {
  position: relative;
  height: 850px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .googlemaps {
    display: none;
  }
}
.googlemaps #map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.googlemaps #map .marker {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 16px #494035;
  -moz-box-shadow: 0 0 16px #494035;
  -webkit-box-shadow: 0 0 16px #494035;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.googlemaps #map .marker.active {
  transform: scale(1.4);
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  z-index: 10;
  background-color: rgba(17, 17, 17, 0.9);
}
.googlemaps #map .marker#marker-hotel-artemide {
  background: none;
  border: 0;
  box-shadow: 0 0 0 #494035;
  -moz-box-shadow: 0 0 0 #494035;
  -webkit-box-shadow: 0 0 0 #494035;
}
.googlemaps #map .marker#marker-hotel-artemide:before {
  content: "A";
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  position: absolute;
  font-size: 2.2em;
  left: 0;
  top: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border: 2px solid #ffffff;
  background-color: #584d40;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 16px #494035;
  -moz-box-shadow: 0 0 16px #494035;
  -webkit-box-shadow: 0 0 16px #494035;
  text-shadow: 1px 1px 1px #111111;
  -moz-text-shadow: 1px 1px 1px #111111;
  -webkit-text-shadow: 1px 1px 1px #111111;
  -webkit-animation: markerActive 2s infinite linear;
  -moz-animation: markerActive 2s infinite linear;
  animation: markerActive 2s infinite linear;
}
@-webkit-keyframes markerActive {
  0 {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
  50% {
    box-shadow: 0 0 30px #494035;
    -moz-box-shadow: 0 0 30px #494035;
    -webkit-box-shadow: 0 0 30px #494035;
  }
  100% {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
}
@-moz-keyframes markerActive {
  0 {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
  50% {
    box-shadow: 0 0 30px #494035;
    -moz-box-shadow: 0 0 30px #494035;
    -webkit-box-shadow: 0 0 30px #494035;
  }
  100% {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
}
@-ms-keyframes markerActive {
  0 {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
  50% {
    box-shadow: 0 0 30px #494035;
    -moz-box-shadow: 0 0 30px #494035;
    -webkit-box-shadow: 0 0 30px #494035;
  }
  100% {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
}
@-o-keyframes markerActive {
  0 {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
  50% {
    box-shadow: 0 0 30px #494035;
    -moz-box-shadow: 0 0 30px #494035;
    -webkit-box-shadow: 0 0 30px #494035;
  }
  100% {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
}
@keyframes markerActive {
  0 {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
  50% {
    box-shadow: 0 0 30px #494035;
    -moz-box-shadow: 0 0 30px #494035;
    -webkit-box-shadow: 0 0 30px #494035;
  }
  100% {
    box-shadow: 0 0 16px #494035;
    -moz-box-shadow: 0 0 16px #494035;
    -webkit-box-shadow: 0 0 16px #494035;
  }
}
.googlemaps #map .marker#marker-hotel-artemide:after {
  content: "Hotel Artemide";
  position: relative;
  left: -32px;
  top: 35px;
  padding: 1px 5px 1px 5px;
  white-space: nowrap;
  font-size: 1.2em;
  font-weight: 600;
  border-top: 4px solid rgba(73, 64, 53, 0.3);
  border-bottom: 4px solid rgba(73, 64, 53, 0.3);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 8px rgba(73, 64, 53, 0.8);
  -moz-box-shadow: 0 0 8px rgba(73, 64, 53, 0.8);
  -webkit-box-shadow: 0 0 8px rgba(73, 64, 53, 0.8);
  z-index: -1;
}
.googlemaps .info-marker-googlemaps {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 33.333%;
  height: 70%;
  background-color: #ffffff;
  padding: 30px 0;
  box-shadow: 0 0 24px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: 0 0 24px rgba(17, 17, 17, 0.25);
  -webkit-box-shadow: 0 0 24px rgba(17, 17, 17, 0.25);
}
@media all and (max-width: 1024px) {
  .googlemaps .info-marker-googlemaps {
    width: 42%;
    height: 60%;
  }
}
@media all and (max-width: 768px) {
  .googlemaps .info-marker-googlemaps {
    width: 100%;
    height: 200px;
  }
}
.googlemaps .info-marker-googlemaps .container-relative {
  position: relative;
}
.googlemaps .info-marker-googlemaps .container-relative .title {
  position: absolute;
  font-size: 2.8rem;
  top: -125px;
  left: 30px;
  line-height: .8;
}
@media all and (max-width: 1024px) {
  .googlemaps .info-marker-googlemaps .container-relative .title {
    top: -127px;
  }
}
.googlemaps .info-marker-googlemaps .container-relative .title h3,
.googlemaps .info-marker-googlemaps .container-relative .title h4,
.googlemaps .info-marker-googlemaps .container-relative .title h5 {
  margin: 0;
  padding: 0;
}
.googlemaps .info-marker-googlemaps .container-relative .title h3 strong,
.googlemaps .info-marker-googlemaps .container-relative .title h4 strong,
.googlemaps .info-marker-googlemaps .container-relative .title h5 strong {
  display: block;
  font-size: .4em;
  font-weight: normal;
}
.googlemaps .info-marker-googlemaps .container-relative .title h4 {
  font-size: .22em;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  padding: 5px 10px 3px;
  line-height: 1;
  margin-top: 5px;
  color: #ffffff;
  background-color: #494035;
}
.googlemaps .info-marker-googlemaps .container-relative .title h5 {
  font-family: 'Hind', sans-serif;
  font-size: .2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  padding: 0 30px;
  float: left;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-metro-repubblica {
  display: block;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link > div {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link > div:before {
  margin-right: 15px;
  padding-right: 15px;
  font-size: 30px;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-info-container {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-name {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(73, 64, 53, 0.5);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-name:before {
  position: relative;
  top: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-distance,
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-time {
  float: left;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  width: 50%;
  text-align: left;
  color: #ffffff;
  padding-left: 90px;
  background-color: #494035;
  line-height: 85px;
  height: 80px;
}
@media all and (max-width: 1024px) {
  .googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-distance,
  .googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-time {
    height: 60px;
    line-height: 65px;
  }
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-distance:before,
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-time:before {
  position: absolute;
  top: 10px;
  left: 5px;
  text-align: left;
  line-height: 1;
  width: 50%;
  font-size: 60px;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  filter: alpha(opacity=10%);
  /* For IE8 and earlier */
  zoom: 1;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-distance {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-image {
  background-position: top center;
  background-size: cover;
  display: block;
  float: left;
  margin-top: 30px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  text-indent: -9999px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 24px rgba(73, 64, 53, 0.45);
  -moz-box-shadow: 0 0 24px rgba(73, 64, 53, 0.45);
  -webkit-box-shadow: 0 0 24px rgba(73, 64, 53, 0.45);
}
@media all and (max-width: 1024px) {
  .googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-image {
    height: 300px;
  }
}
@media all and (max-width: 768px) {
  .googlemaps .info-marker-googlemaps .container-relative > .marker-link .marker-image {
    display: none;
  }
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.active {
  -webkit-animation: markerImageTop 0.8s forwards 0.2s ease-out;
  -moz-animation: markerImageTop 0.8s forwards 0.2s ease-out;
  animation: markerImageTop 0.8s forwards 0.2s ease-out;
}
@-webkit-keyframes markerItemActive {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@-moz-keyframes markerItemActive {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@-ms-keyframes markerItemActive {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@-o-keyframes markerItemActive {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@keyframes markerItemActive {
  from {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.active .marker-image {
  top: 110%;
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.no-active {
  -webkit-animation: markerItemNoActive 0.5s forwards 0.1s ease-out;
  -moz-animation: markerItemNoActive 0.5s forwards 0.1s ease-out;
  animation: markerItemNoActive 0.5s forwards 0.1s ease-out;
}
@-webkit-keyframes markerItemNoActive {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@-moz-keyframes markerItemNoActive {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@-ms-keyframes markerItemNoActive {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@-o-keyframes markerItemNoActive {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
@keyframes markerItemNoActive {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100%);
    /* For IE8 and earlier */
    zoom: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0%);
    /* For IE8 and earlier */
    zoom: 1;
  }
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.no-active .marker-image {
  -webkit-animation: markerImageBottom 0.3s forwards 0.1s ease-out;
  -moz-animation: markerImageBottom 0.3s forwards 0.1s ease-out;
  animation: markerImageBottom 0.3s forwards 0.1s ease-out;
}
@-webkit-keyframes markerImageBottom {
  from {
    top: -30%;
  }
  to {
    top: 130%;
  }
}
@-moz-keyframes markerImageBottom {
  from {
    top: -30%;
  }
  to {
    top: 130%;
  }
}
@-ms-keyframes markerImageBottom {
  from {
    top: -30%;
  }
  to {
    top: 130%;
  }
}
@-o-keyframes markerImageBottom {
  from {
    top: -30%;
  }
  to {
    top: 130%;
  }
}
@keyframes markerImageBottom {
  from {
    top: -30%;
  }
  to {
    top: 130%;
  }
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-metro-repubblica .marker-image {
  background-image: url(../images/marker/metro-repubblica.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-teatro-opera .marker-image {
  background-image: url(../images/marker/teatro-opera.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-santa-maria-maggiore .marker-image {
  background-image: url(../images/marker/basilica-santa-maria-maggiore.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-stazione-termini .marker-image {
  background-image: url(../images/marker/stazione-termini.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-fontana-di-trevi .marker-image {
  background-image: url(../images/marker/fontana-di-trevi.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-piazza-di-spagna .marker-image {
  background-image: url(../images/marker/piazza-di-spagna.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-via-condotti .marker-image {
  background-image: url(../images/marker/via-condotti.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-fori-imperiali .marker-image {
  background-image: url(../images/marker/fori-imperiali.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-colosseo .marker-image {
  background-image: url(../images/marker/colosseo.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-domus-aurea .marker-image {
  background-image: url(../images/marker/domus-aurea.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-pantheon .marker-image {
  background-image: url(../images/marker/pantheon.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-villa-borghese .marker-image {
  background-image: url(../images/marker/villa-borghese.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-giovanni-laterano .marker-image {
  background-image: url(../images/marker/giovanni-laterano.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-piazza-navona .marker-image {
  background-image: url(../images/marker/piazza-navona.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-castel-sant-angelo .marker-image {
  background-image: url(../images/marker/castel-sant-angelo.jpg);
}
.googlemaps .info-marker-googlemaps .container-relative > .marker-link.marker-san-pietro .marker-image {
  background-image: url(../images/marker/san-pietro.jpg);
}
.phocamaps {
  position: relative;
}
.phocamaps .phocamaps-box {
  position: relative;
  z-index: 1;
  height: 600px;
}
.phocamaps .phocamaps-box #phocaMapPlgPM1 {
  height: 100% !important;
}
.phocamaps .pmroute {
  color: #ffffff;
  background-color: #494035;
  margin: 0;
  padding: 15px 30px;
  float: left;
  width: 100%;
}
.phocamaps .pmroute .label-form {
  width: 150px;
  float: left;
  line-height: 1;
  text-align: right;
  margin-right: 15px;
  margin-top: 10px;
}
.phocamaps .pmroute input {
  float: left;
  background-color: #675a4a;
  border: 0;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
}
.phocamaps .pmroute input[type="text"] {
  font-size: 1.4em;
}
@media all and (max-width: 568px) {
  .phocamaps .pmroute input[type="text"] {
    width: 100%;
  }
}
.phocamaps .pmroute .btn {
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: 0 0 8px rgba(17, 17, 17, 0.5);
  -moz-box-shadow: 0 0 8px rgba(17, 17, 17, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(17, 17, 17, 0.5);
  background-color: #111111;
}
.phocamaps .pmroute .btn:hover,
.phocamaps .pmroute .btn:focus {
  color: #ffffff;
  background-color: #2b2b2b;
}
.phocamaps #phocaDirPlgPM1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 90%;
  overflow-y: scroll;
  padding: 15px;
  font-size: .95em;
}
.phocamaps #phocaDirPlgPM1 .adp-placemark,
.phocamaps #phocaDirPlgPM1 .adp-summary {
  font-weight: 400;
  padding: 0 15px;
  margin: 0;
  border: 0;
}
.phocamaps #phocaDirPlgPM1 .adp-placemark img,
.phocamaps #phocaDirPlgPM1 .adp-summary img {
  display: none;
}
.phocamaps #phocaDirPlgPM1 .adp-placemark {
  font-size: 1.8em;
  display: block;
  background: none;
  padding-top: 10px;
  font-family: 'Playfair Display', serif;
}
.phocamaps #phocaDirPlgPM1 .adp-summary {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.phocamaps #phocaDirPlgPM1 .adp-directions {
  padding: 0 15px;
  display: block;
}
.phocamaps #phocaDirPlgPM1 .adp-legal {
  font-size: .8em;
  text-align: center;
  border-top: 1px solid rgba(73, 64, 53, 0.15);
  margin-top: 15px;
}
.phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1 {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  background-color: #494035;
  box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
}
.phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1 .pmprintroutelink {
  background: none;
}
.phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1 a {
  color: #ffffff;
}
.phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1 + div {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(17, 17, 17, 0.3);
}
.phocamaps #phocaDirPlgPM1 #phocaMapsPrintIconPlgPM1:before {
  position: relative;
  left: 15px;
  top: 10px;
  content: "\78";
  font-family: "Poggio" !important;
}
table.adp-directions tr {
  border: 0;
}
table.adp-directions tbody tr:nth-child(2n) {
  background-color: rgba(73, 64, 53, 0.1);
}
.gallery {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  /*border-top: 1px solid #494035;*/
  padding-top: 30px;
}
@media all and (max-width: 568px) {
  .gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*.gallery:before {
  content: "";
  background-color: #494035;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: -10px;
  border: 5px solid #ffffff;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}*/
.gallery a {
  position: relative;
  float: left;
  width: 19%;
  margin: .5%;
  height: 500px;
}
@media all and (max-width: 1024px) and (min-width: 481px) {
  .gallery a {
    width: 32.333%;
    height: 400px;
  }
  .gallery a:nth-child(4),
  .gallery a:nth-child(5),
  .gallery a:nth-child(9),
  .gallery a:nth-child(10),
  .gallery a:nth-child(14),
  .gallery a:nth-child(15),
  .gallery a:nth-child(19),
  .gallery a:nth-child(20),
  .gallery a:nth-child(24),
  .gallery a:nth-child(25),
  .gallery a:nth-child(29),
  .gallery a:nth-child(30),
  .gallery a:nth-child(34),
  .gallery a:nth-child(35),
  .gallery a:nth-child(39),
  .gallery a:nth-child(40),
  .gallery a:nth-child(44),
  .gallery a:nth-child(45),
  .gallery a:nth-child(49),
  .gallery a:nth-child(50),
  .gallery a:nth-child(54),
  .gallery a:nth-child(55),
  .gallery a:nth-child(59),
  .gallery a:nth-child(60),
  .gallery a:nth-child(64),
  .gallery a:nth-child(65),
  .gallery a:nth-child(69),
  .gallery a:nth-child(70),
  .gallery a:nth-child(74),
  .gallery a:nth-child(75),
  .gallery a:nth-child(79),
  .gallery a:nth-child(80),
  .gallery a:nth-child(84),
  .gallery a:nth-child(85) {
    width: 49%;
    height: 300px;
  }
}
@media all and (max-width: 568px) {
  .gallery a {
    width: 49%;
    height: 150px;
  }
  .gallery a:nth-child(5), .gallery a:nth-child(10), .gallery a:nth-child(15), .gallery a:nth-child(20), .gallery a:nth-child(25), .gallery a:nth-child(30), .gallery a:nth-child(35), .gallery a:nth-child(40), .gallery a:nth-child(45), .gallery a:nth-child(50), .gallery a:nth-child(55), .gallery a:nth-child(60), .gallery a:nth-child(65), .gallery a:nth-child(70), .gallery a:nth-child(75), .gallery a:nth-child(80), .gallery a:nth-child(85) {
    width: 100%;
    height: 200px;
  }
}
.gallery a:before,
.gallery a:after {
  position: absolute;
}
.gallery a:before {
  color: #ffffff;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  font-size: 60px;
  font-weight: 300;
  z-index: 3;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.gallery a:after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(17, 17, 17, 0);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.gallery a .image {
  height: auto;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #111111;
  border-top: 5px solid #111111;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.gallery a .image:before {
  position: absolute;
  left: auto;
  right: 0px;
  top: 0px;
  z-index: 2;
  color: #ffffff;
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3 ease-in-out;
  -moz-transition: all 0.3 ease-in-out;
  -webkit-transition: all 0.3 ease-in-out;
  box-shadow: 0 0 8px rgba(17, 17, 17, 0.35);
  -moz-box-shadow: 0 0 8px rgba(17, 17, 17, 0.35);
  -webkit-box-shadow: 0 0 8px rgba(17, 17, 17, 0.35);
}
.gallery a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100%);
  /* For IE8 and earlier */
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.gallery a:hover:after {
  background-color: rgba(17, 17, 17, 0.7);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.gallery.gallery-page {
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
}
.gallery.gallery-page h3 {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: 4;
  font-size: 3rem;
  padding: 30px;
  margin: 0;
  text-shadow: 1px 1px 1px #ffffff;
  -moz-text-shadow: 1px 1px 1px #ffffff;
  -webkit-text-shadow: 1px 1px 1px #ffffff;
  background-color: #ffffff;
  box-shadow: -10px 0 16px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: -10px 0 16px rgba(17, 17, 17, 0.25);
  -webkit-box-shadow: -10px 0 16px rgba(17, 17, 17, 0.25);
}
.gallery.gallery-page h3 .last-word {
  display: block;
  font-size: .8em;
}
@media all and (max-width: 568px) {
  .gallery.gallery-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery.gallery-page h3 {
    display: none;
  }
}
.gallery.gallery-page .gallery-image {
  padding: .5%;
  float: left;
  width: 20%;
  height: 450px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+1) {
  width: 25%;
  height: 450px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+2) {
  width: 14%;
  height: 450px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+3) {
  width: 24%;
  height: 450px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+4) {
  width: 21%;
  height: 450px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+5) {
  width: 16%;
  height: 450px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+6) {
  width: 28%;
  height: 320px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+7) {
  width: 18%;
  height: 320px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+8) {
  width: 22%;
  height: 320px;
}
.gallery.gallery-page .gallery-image:nth-of-type(9n+9) {
  width: 32%;
  height: 320px;
}
.gallery.gallery-page .gallery-image a {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1024px) and (min-width: 481px) {
  .gallery.gallery-page .gallery-image:nth-of-type(9n+1) {
    width: 40%;
    height: 300px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+2) {
    width: 25%;
    height: 300px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+3) {
    width: 35%;
    height: 300px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+4) {
    width: 30%;
    height: 300px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+5) {
    width: 45%;
    height: 300px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+6) {
    width: 25%;
    height: 300px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+7) {
    width: 35%;
    height: 250px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+8) {
    width: 20%;
    height: 250px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+9) {
    width: 45%;
    height: 250px;
  }
}
@media all and (max-width: 568px) {
  .gallery.gallery-page .gallery-image:nth-of-type(9n+1) {
    width: 60%;
    height: 180px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+2) {
    width: 40%;
    height: 180px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+3) {
    width: 30%;
    height: 220px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+4) {
    width: 70%;
    height: 220px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+5) {
    width: 45%;
    height: 180px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+6) {
    width: 55%;
    height: 180px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+7) {
    width: 60%;
    height: 180px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+8) {
    width: 40%;
    height: 180px;
  }
  .gallery.gallery-page .gallery-image:nth-of-type(9n+9) {
    width: 100%;
    height: 220px;
  }
}
/* --- CHRONOFORM ----------------------------------------------------------- */
.chrono_credits {
  display: none;
}
/* --- FOOTER --------------------------------------------------------------- */
footer.footer {
  position: relative;
  z-index: 2;
}
footer.footer .fast-contant {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 12px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 12px rgba(17, 17, 17, 0.3);
}
footer.footer .fast-contant > div {
  position: relative;
  top: 10px;
  height: 100px;
}
footer.footer .fast-contant > div h3,
footer.footer .fast-contant > div p {
  display: inline-block;
}
footer.footer .fast-contant > div h3 {
  position: relative;
  top: 10px;
  font-size: 1.7rem;
  margin: 0 15px 0 0;
}
footer.footer .fast-contant > div h3 strong {
  display: block;
  font-size: .7em;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  footer.footer .fast-contant > div h3 {
    display: block;
    top: 0;
    margin: 0;
  }
}
footer.footer .fast-contant > div p {
  margin-right: .5%;
  line-height: 80px;
}
footer.footer .fast-contant > div p a {
  color: #494035;
  font-size: .95em;
  font-weight: 400;
  padding-right: 10px;
  letter-spacing: -0.2px;
  border-right: 1px solid rgba(17, 17, 17, 0.5);
}
footer.footer .fast-contant > div p a:before {
  position: relative;
  top: 5px;
  font-size: 1.2em;
  margin-right: 5px;
}
footer.footer .fast-contant > div p a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  footer.footer .fast-contant > div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.25);
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  footer.footer .fast-contant > div p {
    float: left;
    line-height: 24px;
  }
}
footer.footer .fast-contant > div.social {
  float: right;
  text-align: right;
}
footer.footer .fast-contant > div.social a strong {
  display: none;
}
footer.footer .fast-contant > div.social a:before {
  font-size: 2.6em;
}
@media all and (max-width: 768px) {
  footer.footer .fast-contant > div.social {
    float: left;
    text-align: center;
    padding: 30px;
  }
  footer.footer .fast-contant > div.social h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.25);
  }
  footer.footer .fast-contant > div.social p {
    width: 33.333%;
    margin: 0;
  }
  footer.footer .fast-contant > div.social p a {
    border: 0;
  }
}
footer.footer .fast-contant a {
  color: #111111;
}
footer.footer .footer-bottom {
  padding: 2% 0;
}
footer.footer .footer-bottom .info-company {
  font-size: 1em;
  text-align: center;
}
@media all and (max-width: 768px) {
  footer.footer .footer-bottom {
    padding: 30px;
    text-align: center;
  }
  footer.footer .footer-bottom .info-company {
    font-size: .9em;
    line-height: 21px;
  }
}
@media all and (max-width: 568px) {
  footer.footer .footer-bottom {
    padding: 30px 0 70px 0;
  }
}
footer.footer .footer-bottom .menu {
  font-family: 'Playfair Display', serif;
}
footer.footer .footer-bottom .menu h3 {
  position: relative;
  font-size: 1.3rem;
}
footer.footer .footer-bottom .menu h3 strong {
  font-size: 1.5em;
  font-weight: normal;
  display: block;
}
footer.footer .footer-bottom .menu h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 1px;
  width: 60%;
  background-color: #ffffff;
}
footer.footer .footer-bottom .menu ul {
  list-style: none;
  padding-left: 30px;
}
footer.footer .footer-bottom .menu ul li {
  line-height: 32px;
}
footer.footer .footer-bottom .menu a {
  color: #ffffff;
  font-weight: 400;
}
/* -------------------------------------------------------------------------- */
/* --- BANNER COOKIES ------------------------------------------------------- */
#banner-cookies {
  position: fixed;
  left: 0;
  bottom: -100%;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 0 30px;
  z-index: 10;
  font-size: .75rem;
  line-height: 1;
  color: #fff;
  border: 0;
  background-color: #1d1915;
  box-shadow: 0 0 8px #111111;
  -moz-box-shadow: 0 0 8px #111111;
  -webkit-box-shadow: 0 0 8px #111111;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-animation: Cookies 3s forwards 2s ease-out;
  -moz-animation: Cookies 3s forwards 2s ease-out;
  animation: Cookies 3s forwards 2s ease-out;
}
#banner-cookies .custombanner-cookies {
  position: relative;
}
#banner-cookies p {
  width: 100%;
  padding-right: 150px;
  line-height: 1.2;
}
#banner-cookies p a {
  color: #ffffff;
  text-decoration: underline;
}
#banner-cookies .btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: inherit;
  height: 100%;
  font-weight: bold;
  background-color: #494035;
  width: 150px;
}
#banner-cookies .btn:hover,
#banner-cookies .btn:focus {
  color: #ffffff;
  background-color: #756755;
}
@-webkit-keyframes Cookies {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@-moz-keyframes Cookies {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@-ms-keyframes Cookies {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@-o-keyframes Cookies {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes Cookies {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
html #calendar {
  font-family: 'Hind', sans-serif;
  font-size: .8rem;
  background-color: rgba(17, 17, 17, 0.85);
  width: 350px !important;
  padding: 35px 15px 15px 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 0 24px rgba(17, 17, 17, 0.25);
  -moz-box-shadow: 0 0 24px rgba(17, 17, 17, 0.25);
  -webkit-box-shadow: 0 0 24px rgba(17, 17, 17, 0.25);
}
html #calendar .headDay {
  color: #9e8d79;
  background: none;
}
html #calendar #elements ul {
  float: left;
  width: 100%;
}
html #calendar #elements #months li.monthDisabled,
html #calendar #elements #months li.months,
html #calendar #elements #months li.currMonth {
  font-size: .9em;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
html #calendar #elements #months li {
  margin-bottom: 0;
}
html #calendar #elements #months li a {
  color: #ffffff;
  margin: 0;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html #calendar #elements #months li a:hover,
html #calendar #elements #months li a:focus {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html #calendar #elements #months li.currMonth a {
  color: #111111;
  background-color: #ffffff;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html #calendar #elements #months li.currMonth a:hover,
html #calendar #elements #months li.currMonth a:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
html #calendar #elements #months li.monthDisabled {
  color: rgba(255, 255, 255, 0.3);
}
html #calendar #elements #months .yearBrowse {
  position: absolute;
  font-size: .9em;
  top: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  width: 100%;
  background-color: #ffffff;
}
html #calendar #elements #months .yearBrowse b {
  color: #111111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 35px;
}
html #calendar #elements #months .yearBrowse span,
html #calendar #elements #months .yearBrowse a {
  position: relative;
  font-weight: normal;
  display: inline-block;
  font-size: 2.2em;
  width: 35px;
  height: 35px;
  float: right;
  z-index: 2;
}
html #calendar #elements #months .yearBrowse span:nth-child(1),
html #calendar #elements #months .yearBrowse a:nth-child(1) {
  position: absolute;
  left: 0;
}
html #calendar #elements #months .yearBrowse span:nth-child(2),
html #calendar #elements #months .yearBrowse a:nth-child(2) {
  position: absolute;
  right: 0;
}
html #calendar #elements #months .yearBrowse span {
  color: #111111;
}
html #calendar #elements #months .yearBrowse a {
  color: #ffffff;
  background-color: #111111;
}
html #calendar #elements #months .yearBrowse a:hover {
  color: #ffffff;
  font-weight: normal;
  background-color: #494035;
}
html #calendar #elements #days li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0;
}
html #calendar #elements #days li.dayDisabled {
  color: rgba(255, 255, 255, 0.3);
}
html #calendar #elements #days li.dayDisabled,
html #calendar #elements #days li.dayCurrent,
html #calendar #elements #days li.dayNormal,
html #calendar #elements #days li.dayWeekend,
html #calendar #elements #days li.dayBlank {
  font-size: .9em;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
html #calendar #elements #days li.dayDisabled a,
html #calendar #elements #days li.dayCurrent a,
html #calendar #elements #days li.dayNormal a,
html #calendar #elements #days li.dayWeekend a,
html #calendar #elements #days li.dayBlank a,
html #calendar #elements #days li.dayDisabled a:hover,
html #calendar #elements #days li.dayCurrent a:hover,
html #calendar #elements #days li.dayNormal a:hover,
html #calendar #elements #days li.dayWeekend a:hover,
html #calendar #elements #days li.dayBlank a:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html #calendar #elements #days li.dayNormal a,
html #calendar #elements #days li.dayWeekend a {
  color: #ffffff;
}
html #calendar #elements #days li.dayWeekend {
  border-bottom: 1px solid #ffffff;
}
html #calendar #elements #days li.dayWeekend a {
  border: 0;
}
html #calendar #elements #days li a {
  margin: 0;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html #calendar #closeBtn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 35px;
  line-height: 35px;
}
html #calendar #closeBtn a {
  height: 100%;
  font-weight: normal;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.article-seo {
  text-align: center;
  background-color: #3a332a;
  line-height: 25px;
}
.article-seo .resources ul {
  width: 100%;
}
.article-seo .resources ul li {
  float: none;
  display: inline-block;
}
.article-seo .resources ul li a {
  color: #9e8d79;
  font-size: .7rem;
  font-weight: 300;
  line-height: 25px;
  padding: 0 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
.article-seo .resources ul li a:hover,
.article-seo .resources ul li a:focus {
  background-color: #2b2620;
}
.qnt {
  font-size: .65rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
  box-shadow: 0 0 16px rgba(17, 17, 17, 0.3);
  -moz-box-shadow: 0 0 16px rgba(17, 17, 17, 0.3);
  -webkit-box-shadow: 0 0 16px rgba(17, 17, 17, 0.3);
}
.qnt p {
  margin: 0;
}
.qnt p a {
  color: #494035;
}

/*===============================================
Booking calendar
==============================================*/
.main_book_form_item{
	width: 16.66%;
	float: left;
	position: relative;
}
.main_book_form_item input, .main_book_form_item select{
	width: 100% !important;
	padding:0 10px;
}
.select-arrow {
    font-family: Poggio;
    font-size: 11px;
    position: absolute;
    right: 16px;
    top: 18px;
}


.form_submit {
    background: #ac9b89;
    border:none;
    color: #fff;
    height: 63px;
    left: 0;
    position: absolute;
    right: 0;
    top: 1px;
	  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.form_submit:hover{
	background: #675644;
	  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.ui-datepicker-trigger {
    position: absolute;
    right: 14px;
    top: 25px;
}
#ui-datepicker-div{
	font-size: 14px;
	line-height: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	text-align: center;
}
.booking form > div:last-child{
	border: none;
}

/*================================================
Cookies Bar
================================================*/
.cc_container {
    padding-bottom: 25px !important;
    padding-top: 25px !important;
	position: relative;
}
.cc_container .cc_logo {
	display:none !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    height: 20px !important;
    left: auto !important;
    padding: 1px 0 !important;
    position: absolute !important;
    right: 4px !important;
    top: 4px !important;
    width: 19px !important;
}
.cc_btn_accept_all i{
	font-size: 17px !important;
}

/*================================================
Language
================================================*/
.language{
	margin-right: 20px;
	position: relative;
}
.language ul {
    float: right;
    list-style: outside none none;
    margin: 17px 0 0;
    padding: 0;
}
.affix .language ul {
    float: right;
    list-style: outside none none;
    margin: 22px 0 0;
    padding: 0;
}

.language .dropdown-toggle {
    border: 3px solid #000;
    position: relative;
    width: 68px;
	height: 40px;
	text-align: center;
	padding: 8px 15px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #750E2C;
}
.language .dropdown-toggle:before{
	bottom: -5px;
    color: #ffffff;
    content: "b";
    font-family: "Poggio" !important;
    font-size: 14px;
    position: absolute;
    right: 19px;
    transition: all 0.3s ease-in 0s;
    z-index: 2;
}
.language .lang-drop{
	background: #fff;
    margin: 0;
    padding: 6px;
    position: absolute;
    top: 58px;
    width: 59px;
	display: none;
}
.lang-drop > li {
    padding: 5px 0;
    text-align: center;
}
/*==============================================
Mamasi
==============================================*/
.article-container p strong {
    font-size: 41px;
    line-height: 42px;
}
.heading-upper{
	text-transform: uppercase;
}
.heading-upper strong{
	text-transform: none;
}

.claim ul{
	border-top: 1px solid #111111;
    margin: 12px;
    padding: 10px 15px;
    max-width: 418px;
	width:100%;
	float:left;
}
.claim li{
	float: left;
	width: 100%;
	margin: 0 0 8px 5%;
	font-size: 0.6em;
	font-weight: bold;
	padding:0;
	list-style: outside circle;
}
.ou-add{
	width: 100%;
	text-align: center;
}

.hover-map {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #AC9B89;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.hover-map::after, .hover-map::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 74%;
    width: 0;
}
.hover-map::after {
    border-color: rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-width: 8px;
    margin-top: -8px;
}
.hover-map::before {
    border-color: rgba(204, 204, 204, 0) #5a1625 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
    border-width: 9px;
    margin-top: -9px;
}
.hover-map img {
    height: auto;
    width: 100%;
}
.hover-map h1 {
    font-size: 18px;
    margin: 2px 0;
    padding: 5px 10px;
	line-height:24px;
}
.hover-map p {
    font-size: 14px;
    margin: 2px 0;
    padding: 5px 10px;
	line-height:18px;
}

.navbar-mainmenu .navbar-nav li a:focus{
	color: #fff !important;
}

/*=====================================================
Location
=====================================================*/
.go-to {
}
.go-to.offer-list .claim h3 {
	width:100%;
	font-size:1.2em;
}
.go-to.offer-list .claim ul {
	list-style:outside none circle;
}
.go-to.offer-list .claim li {
    font-size: 0.5em;
    line-height: 1.3em;
    width: 95%;
}
.distance-count {
    float: left;
    margin: 20px 0;
    width: 100%;
}
.distance-count .row {
	margin-left:-15px;
	margin-right:-15px;
}
.distance-count .col-sm-12.col-md-8 {
	padding-left:15px;
	padding-right:15px;
}
.distance-count p {
    font-size: 17px;
    line-height: 17px;
	height:35px;
    margin: 15px 0 25px;
    padding-left: 55px;
    position: relative;
}
.distance-count p strong {
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
}
.distance-count .counter {
    font-size: 35px;
    font-weight: bold;
    height: 35px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: right;
    width: 45px;
}
.section h3.loca-heading strong {
	font-size:0.6em;
}
.claim.inner h2, .claim.inner h4 {
    display: block !important;
    padding: 0 15px 15px;
    text-align: center !important;
    width: auto !important;
	border-right:none !important;
}
.claim.inner h4 {
    display: block !important;
    padding: 15px 15px 0;
    text-align: center !important;
    width: auto !important;
}
/*=============Survey======================*/
.survey-area {
    padding-top: 79px;
}


/*=====================================================
MEDIA QUERY
=====================================================*/
@media (min-width: 320px) and (max-width:359px) {
	.language {
		position: absolute;
		right: 49px;
		top: 2px;
		z-index: 9;
	}
	.language .dropdown-toggle{
		background: #AC9B89;
		padding: 9px 15px;
	}
}

@media (min-width: 360px) and (max-width:479px) {
	.language {
		position: absolute;
		right: 49px;
		top: 2px;
		z-index: 9;
	}
	.language .dropdown-toggle{
		background: #AC9B89;
		padding: 9px 15px;
	}
}

@media (min-width: 480px) and (max-width:639px) {
	.language {
		position: absolute;
		right: 49px;
		top: 2px;
		z-index: 9;
	}
	.language .dropdown-toggle{
		background: #AC9B89;
		padding: 9px 15px;
	}
}

@media (min-width: 640px) and (max-width:767px) {
	.language {
		position: absolute;
		right: 60px;
		top: 9px;
		z-index: 9;
	}
	.language .dropdown-toggle{
		background: #AC9B89;
		padding: 9px 15px;
	}
}

@media screen and (max-width: 768px){
	.affix .language ul {
		float: right;
		list-style: outside none none;
		margin: 17px 0 0;
		padding: 0;
	}

}

@media (min-width: 768px) and (max-width:800px) {
}

@media (min-width: 801px) and (max-width:979px) {
}

@media (min-width: 980px) and (max-width:1023px) {
}
@media screen and (max-width:767px) {
	.distance-count p {
		text-align:center;
		padding:0;
		height:auto;
	}
	.distance-count .counter {
		position:static;
		width:100%;
		text-align:center;
		display:block;
		margin-bottom:5px;
	}
	.claim ul {
		margin-left:0;
		margin-right:0;
		padding-top:20px;
		padding-bottom:20px;
	}
	.swiper-container.swiper-container-centered .swiper-button-prev, .swiper-container.swiper-container-centered .swiper-button-next {
		width:45px;
	}
}