/*COMMON*/
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  outline: none;
  line-height: 1;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
img {
  display: block;
}
fieldset {
  display: block;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  border: 2px none threedface;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  min-width: -webkit-min-content;
}
h1 {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  font-weight: bold;
}
h2 {
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: 400;
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
}
h3 {
  font-size: 22px;
  font-weight: 100;
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  font-weight: 400;
}
table {
  display: table;
  border-collapse: solid;
  border-spacing: 0px;
  border-color: transparent;
}
a {
  text-decoration: none;
  color: #23487a;
  transition: color 0.7s ease;
}
a:hover {
  color: #da322a;
  transition: color 0.7s ease;
}
body {
  font-size: 15px;
  background: #fdfcf6;
  color: #000;
  text-align: left;
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  font-weight: normal;
  min-height: 100%;
  width: 100%;
  line-height: 1.4;
}
::-webkit-input-placeholder {
  color: #23487a;
  font-size: 12px;
  padding-top: 1px;
}
::-moz-placeholder {
  color: #23487a;
  font-size: 12px;
  padding-top: 1px;
}
/* Firefox 19+ */
:-moz-placeholder {
  color: #23487a;
  font-size: 12px;
  padding-top: 1px;
}
/* Firefox 18- */
:-ms-input-placeholder {
  color: #23487a;
  font-size: 12px;
  padding-top: 1px;
}
p {
  line-height: 1.5;
}

.repost{
    display: flex;
    position: relative;
    top: -3em;
    justify-content:center;
}
.social{
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.share{
  margin-right:1em;
}
.icons{
  fill: black;
}
.events .repost .social img.icons{
  height: 20px;
  width: 20px;
}
.repost-wrapper{
  display:flex;  
}

.reded {
  color: #da322a;
  letter-spacing: 0.1em;
}
.spaced {
  letter-spacing: 0.1em;
}
.wrapper {
  width: 1600px;
  margin: 0 auto;
  display: table;
}
.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.transition-2 {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.transform-rotate-45 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.transform-scale-1 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.transform-scale-0 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
.transform-social-inactive {
  -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
}
.transform-next {
  -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
}
.transform-prev {
  -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
}
.transform-social-active {
  -webkit-transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
  -ms-transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
  transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
}
.hidden-div {
  display: none!important;
}
#start {
  height: 1px;
  width: 100%;
  margin-top: -1px;
  position: relative;
  overflow: hidden;
}
/*TOP*/
.top-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.mob-drop-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.gal-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 50, 42, 0.5)), to(rgba(35, 72, 122, 0.5)));
  background: -webkit-linear-gradient(top, rgba(218, 50, 42, 0.5), rgba(35, 72, 122, 0.5));
  background: linear-gradient(to bottom, rgba(218, 50, 42, 0.5), rgba(35, 72, 122, 0.5));
}
#top {
  width: 100%;
  padding: 12px 0;
  margin: 0;
  position: fixed;
  z-index: 98;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
#top.blued {
  background-color: rgba(21, 21, 21, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#top.blued #menu ul li.item-123 a,
#top.blued #menu ul li.item-124 a {
  width: 52%;
  height: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-bottom: -15px;
}
#logo-mobile {
  display: none;
}

.banner--block {
  /*display: block;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 99;
}
.banner--block_image {
    width: 60%;
}
.banner--block_image-desktop {
    /*background-image: url('/images/desktop.jpg');*/
}
.banner--block-image-mobile {
    /*background-image: url('/images/mobile.jpg');*/
}
.banner--block_cross {
  font-size: 3em;
  position: absolute;
  top: 0.25em;
  right: 0.5em;
  color: white;

  cursor:pointer;
  transition: color 0.2s ease-in;
}
.banner--block_cross:hover {
    color: lightgray;
}

#langs,
#menu,
#go-to {
  display: table-cell;
  vertical-align: middle;
}
#menu {
  text-align: center;
}
#menu ul {
  list-style: none;
  display: table;
  margin: 0 auto;
}
#menu ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 25px;
}
#menu ul li:nth-child(1) {
  padding-left: 104px;
}
#menu ul li:nth-child(1):before,
#menu ul li:nth-child(2):before,
#menu ul li:nth-child(5):before,
#menu ul li:nth-child(6):before {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  background-image: url(red-diamond.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  display: block;
}
#menu ul li.active a::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#menu ul li.item-123,
#menu ul li.item-124,
#menu ul li.item-213 {
  width: 250px;
}
#menu ul li.item-123.active a::after,
#menu ul li.item-124.active a::after,
#menu ul li.item-213.active a::after {
  opacity: 0;
}
#menu ul li.item-123 a,
#menu ul li.item-124 a,
#menu ul li.item-213 a {
  color: #fdfcf6;
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  margin-bottom: -20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-image: url(logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu ul li.item-123 a:hover::after,
#menu ul li.item-124 a:hover::after {
  opacity: 0;
}
#menu ul li a {
  color: #ffffff;
  font-size: 16px;
  /*font-weight: bold;*/
  white-space: nowrap;
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
}
#menu ul li a:hover {
  color: #ffffff;
}
#menu ul li a:hover::after {
  background: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#menu ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  content: '';
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#go-to {
  text-align: right;
}
#go-to a {
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  border-bottom: 1px solid transparent;
  line-height: 1;
  font-size: 15px;
  display: table;
  /*margin-left: auto;*/
  height: 15px;
  text-transform: uppercase;
  color: #ffffff;

  margin: 0.5em 0;
  text-align: right;
}
#go-to a:first-child {
  margin-top: 0;
}
#go-to a:last-child {
  margin-bottom: 0;
}
#go-to a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  content: '';
}
#go-to a:hover,
#go-to a.is-active {
  color: #ffffff;
}
#go-to a:hover::after,
#go-to a.is-active::after {
  background: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#langs {
  text-align: right;
}
#langs.mob {
  display: none;
}
#langs ul {
  list-style: none;
}
#langs li {
  display: block;
  padding: 0px;
}
#langs li.lang-active {
    display: none;
}

#langs li + li {
  margin-top: 6px;
}

#langs li.lang-active:first-child + li {
  margin-top: 0;
}


#langs li a {
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  border-bottom: 1px solid transparent;
  line-height: 1;
  font-size: 15px;
  display: table;
  margin-left: auto;
  height: 15px;
  color: #ffffff;
}
#langs li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  content: '';
}
#langs li a:hover {
  color: #ffffff;
}
#langs li a:hover::after {
  background: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#langs li.lang-active a {
  display: none;
}
div.mod-languages li {
  margin-left: 0px;
  margin-right: 0px;
}
.mobile,
#reserve,
.mobile-dropdown {
  display: none;
}
.homepage-return {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  z-index: 99;
  background-color: #23487a;
  background-image: url(cross-white.png);
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.homepage-return .home-return-link-title {
  width: 0px;
  overflow: hidden;
  height: 0px;
  display: block;
}
.homepage-return:hover {
  background-color: #da322a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
}
/*slider*/
#mobileslide,
#mobilegradient {
  display: none;
}
.mainpage-component {
  display: none;
}
.flexslider {
  margin: 0;
  margin-bottom: 0px;
}
.flex-control-nav {
  bottom: 60px;
  display: none;
}
.flex-control-nav li a {
  width: 14px;
  height: 14px;
  display: block;
  background-image: none;
  cursor: pointer;
  border-radius: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  text-indent: -999em;
}
.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background-color: #da322a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.flex-control-nav li {
  margin: 0 8px!important;
}
.ip-header {
  z-index: 1001;
}
/*homepage*/
#home-text {
  width: 100%;
  padding: 80px 0;
}
#home-text .wrapper {
  padding: 0 50px;
}
#home-img {
  display: table-cell;
  vertical-align: middle;
  width: 45%;
}
#home-about {
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}
#home-img img {
  width: 100%;
}
#home-about {
  padding: 0 60px;
}
#home-about .custom:after {
  content: '';
  width: 60%;
  display: block;
  height: 1px;
  margin: 0 auto;
  background-color: #da322a;
}
#home-about h2 {
  font-family: 'Kelly Slab', cursive;
  font-weight: bold;
  background-image: url(stripes.png);
  background-repeat: repeat-x;
  background-position: left center;
  margin-bottom: 24px;
  color: #23487a;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 0.3em;
  display: block;
  width: 100%;
  text-align: center;
}
#home-about h2 span {
  background-color: #fdfcf6;
  padding-left: 0.3em;
  display: table;
  margin: 0 auto;
}
#home-about p {
  color: #23487a;
  font-size: 15px;
  padding-bottom: 30px;
  text-align: justify;
  width: 100%;
  display: block;
}
.component-div .wrapper {
  padding: 0;
}
.component-div h2 {
  font-family: 'Kelly Slab', cursive;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 22px;
  color: #23487a;
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  letter-spacing: 0.3em;
}
/**/
#catwrapper {
  padding-top: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
#catbody {
  background-color: #fdfcf6;
  width: 100%;
  padding: 40px 0;
}
#catbody .wrapper {
  padding: 0 0px;
}
#cat-fullpage .nav.menu {
  list-style: none;
  display: table;
  margin: 0px auto;
  padding-top: 80px;
  padding-bottom: 30px;
}
#cat-fullpage .nav.menu.ab li:nth-last-child(2) {
  border-right: none;
}
#cat-fullpage .nav.menu li {
  display: inline-block;
  float: left;
  padding: 0px 8px;
  border-right: 1px solid #23487a;
}
#cat-fullpage .nav.menu li.hidden {
  display: none;
}
#cat-fullpage .nav.menu li:last-child {
  border-right: none;
}
#cat-fullpage .nav.menu li.current a,
#cat-fullpage .nav.menu li.active a,
#cat-fullpage .nav.menu li a:hover {
  color: #da322a;
  border-bottom: 1px solid #da322a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#cat-fullpage .nav.menu li a {
  display: block;
  text-transform: lowercase;
  line-height: 1;
  font-size: 14px;
  padding-bottom: 4px;
  color: #23487a;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/*MENU*/
.menu-navigator {
  display: block;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 90;
  background-color: #fdfcf6;
}
.menu-navigator ul {
  list-style: none;
  display: table;
  margin: 0px auto;
}
.menu-navigator ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.menu-navigator ul li:before {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  background-image: url(red-diamond.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  display: block;
}
.menu-navigator ul li:last-child:before {
  display: none;
}
.menu-navigator ul li.active span::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.menu-navigator ul li span {
  color: #23487a;
  font-size: 12px;
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}
.menu-navigator ul li span:hover {
  color: #da322a;
}
.menu-navigator ul li span:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.menu-navigator ul li span::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #da322a;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.menu.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20000em;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu.container .box {
  position: relative;
  float: left;
  height: 100%;
  margin: 0;
  background-color: #fdfcf6;
}
.menu.container .box:nth-last-child(2) nav .next {
  display: none!important;
}
.menu.container .box:first-child nav .prev {
  display: none!important;
}
.menu.container .box img.item-logotype {
  width: 180px;
  height: auto;
  margin: 0 auto;
}
.menu.container .box img {
  width: 1px;
  height: 1px;
}
.menu.container .box.text {
  overflow: hidden;
}
.menu.container .box.text h2 {
  color: #23487a;
  height: auto;
  line-height: 1.4;
  padding-top: 80px;
  padding-bottom: 30px;
  margin-bottom: 0px;
  font-weight: normal;
}
.menu.container .box.text p {
  color: #23487a;
  text-align: center;
}
.menu.container .box.text p.reded {
  color: #da322a;
}
.menu.container .box.text .item-date {
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
.menu.container .box.text .item-intro {
  padding: 30px 0 ;
}
.menu.container .box.text .item-fulltext {
  border-top: 1px solid #da322a;
  padding: 30px 0;
}
.menu.container .box.text #footer-text {
  left: 0;
  bottom: 20px;
}
.menu.container .box.text #footer-text.relative {
  position: relative;
  left: auto;
  bottom: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}
/*submenu*/
.menu-subcat-item table {
  width: 100%;
  color: #23487a;
}
.menu-subcat-item table td {
  vertical-align: top;
  text-align: center;
  padding: 5px 20px;
}
.menu-subcat-item table td.diamonded {
  width: 51%;
  padding-right: 30px;
  background-image: url(red-diamond.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.menu-subcat-item table td p {
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.menu-subcat-item table td p:last-child {
  padding-bottom: 0px;
}
.menu-subcat-item .menu-item {
  padding-top: 40px;
}
.menu-subcat-item .menu-item:last-child {
  padding-bottom: 40px;
}
.menu-subcat-item h3 {
  font-family: 'Kelly Slab', cursive;
  color: #23487a;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}
.menu-subcat-item p {
  font-size: 13px;
  color: #23487a;
  text-align: center;
  padding-bottom: 5px;
}
.menu-subcat-item p:last-child {
  padding-bottom: 0px;
}
.menu-subcat-item .item-wrapper {
  padding: 0px 60px;
}
.menu-subcat-item.place-1 .pattern,
.menu-subcat-item.place-3 .pattern,
.menu-subcat-item.place-5 .pattern,
.menu-subcat-item.place-7 .pattern,
.menu-subcat-item.place-9 .pattern,
.menu-subcat-item.place-11 .pattern {
  background-position: right top;
}
.menu-subcat-item.place-1 .item-wrapper,
.menu-subcat-item.place-3 .item-wrapper,
.menu-subcat-item.place-5 .item-wrapper,
.menu-subcat-item.place-7 .item-wrapper,
.menu-subcat-item.place-9 .item-wrapper,
.menu-subcat-item.place-11 .item-wrapper {
  padding: 50px 60px;
}
.menu-subcat-item.place-1 h3,
.menu-subcat-item.place-3 h3,
.menu-subcat-item.place-5 h3,
.menu-subcat-item.place-7 h3,
.menu-subcat-item.place-9 h3,
.menu-subcat-item.place-11 h3 {
  color: #da322a;
}
.menu-subcat-item.place-1 .item-border,
.menu-subcat-item.place-3 .item-border,
.menu-subcat-item.place-5 .item-border,
.menu-subcat-item.place-7 .item-border,
.menu-subcat-item.place-9 .item-border,
.menu-subcat-item.place-11 .item-border {
  z-index: 2;
  border: 1px solid #da322a;
}
.menu-subcat-item.place-1 .item-border:before,
.menu-subcat-item.place-3 .item-border:before,
.menu-subcat-item.place-5 .item-border:before,
.menu-subcat-item.place-7 .item-border:before,
.menu-subcat-item.place-9 .item-border:before,
.menu-subcat-item.place-11 .item-border:before {
  z-index: 0;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -10px;
  right: -10px;
  border: 1px solid #23487a;
}
.menu-subcat-item.place-1 .item-border .item-diamonds:before,
.menu-subcat-item.place-3 .item-border .item-diamonds:before,
.menu-subcat-item.place-5 .item-border .item-diamonds:before,
.menu-subcat-item.place-7 .item-border .item-diamonds:before,
.menu-subcat-item.place-9 .item-border .item-diamonds:before,
.menu-subcat-item.place-11 .item-border .item-diamonds:before {
  content: '';
  z-index: 0;
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  border-top-width: 20px;
  border-left-width: 12px;
  border-right-width: 12px;
  border-bottom-width: 20px;
  border-image: url(blue-diamonds.png) 50% repeat;
}
.menu-subcat-item .pattern {
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
  height: 20px;
  width: 70%;
  margin: 0 auto;
}
.menu-subcat-item.place-1 .pattern,
.menu-subcat-item.place-2 .pattern {
  background-image: url(pat-creole.png);
}
.menu-subcat-item.place-3 .pattern,
.menu-subcat-item.place-4 .pattern {
  background-image: url(pat-wave.png);
}
.menu-subcat-item.place-5 .pattern,
.menu-subcat-item.place-6 .pattern {
  background-image: url(pat-indy.png);
}
.menu-subcat-item.place-7 .pattern,
.menu-subcat-item.place-8 .pattern {
  background-image: url(pat-wave.png);
}
.menu-subcat-item.place-9 .pattern,
.menu-subcat-item.place-10 .pattern {
  background-image: url(pat-fusion.png);
}
.menu-subcat-item.place-11 .pattern,
.menu-subcat-item.place-12 .pattern {
  background-image: url(pat-wave.png);
}
/*EVENTS*/
.cat-body-events {
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: #1e1e20;
  background: #fdfcf6;
}
.cat-body-events:after,
.cat-body-events:before {
  content: "";
  display: table;
}
.cat-body-events .homepage-return {
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 99;
}
.cat-body-events nav {
  z-index: 99;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -60px;
  margin-right: -30px;
  width: 60px;
}
.cat-body-events nav .context {
  display: table;
}
.cat-body-events nav a {
  cursor: pointer;
  display: table;
  width: 60px;
  height: 60px;
  background-image: url(arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cat-body-events nav a.next {
  -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  background-color: #23487a;
}
.cat-body-events nav a.prev {
  -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  background-color: #da322a;
}
.cat-wrap {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.cat-wrap:after,
.cat-wrap:before {
  content: "";
  display: table;
}
.events.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20000em;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -transition: all 0.6s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.events.container.about .box.text .item-date {
  display: none;
}
.events.container .box {
  background-size: cover;
  background-position: center;
  position: relative;
  float: left;
  height: 100%;
  margin: 0;
  background-color: #fdfcf6;
}
.events.container .box:nth-last-child(2) nav .next {
  display: none!important;
}
.events.container .box:first-child nav .prev {
  display: none!important;
}
.events.container .box img.item-logotype {
  width: 180px;
  height: auto;
  margin: 0 auto;
}
.events.container .box img {
  width: 1px;
  height: 1px;
}
.events.container .box.text {
  overflow: hidden;
  padding: 0px;
}
.events.container .box.text .box-wrap {
  width: 100%;
  min-height: 100%;
  padding: 0 25%;
}
.events.container .box.text h2 {
  color: #da322a;
  height: auto;
  line-height: 1.3;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.events.container .box.text p {
  color: #23487a;
  text-align: center;
}
.events.container .box.text .item-date {
  color: #23487a;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.events.container .box.text .item-intro {
  padding: 30px 0 ;
  /*VACANCIES FORM (EDITED BY KROL) */
}
.events.container .box.text .item-intro.bottom-padded {
  padding-bottom: 60px;
}
.events.container .box.text .item-intro input[type=text],
.events.container .box.text .item-intro input[type=file],
.events.container .box.text .item-intro textarea {
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  display: block;
  margin: 0 0 15px;
  padding: 8px 10px;
  width: 100%;
  border: 2px solid #23487a;
  border-radius: 0;
  font-size: 12px;
  background-color: #fdfcf6;
}
.events.container .box.text .item-intro textarea {
  min-height: 70px;
}
.events.container .box.text .item-intro .qfsubmit {
  width: 100%;
  margin-bottom: 20px;
}
.events.container .box.text .item-intro .qfback {
  display: none;
}
.events.container .box.text .item-intro input[type=button] {
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 0px;
  color: #23487a;
  border: none;
  border-top: 1px solid #23487a;
  border-bottom: 1px solid #23487a;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.events.container .box.text .item-intro input[type=button]:hover {
  border-top: 1px solid #da322a;
  border-bottom: 1px solid #da322a;
  color: #da322a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.events.container .box.text .item-fulltext {
  border-top: 1px solid #da322a;
  padding: 35px 0 30px 0;
  padding-bottom: 60px;
}
.events.container .box.text .item-fulltext:before {
  top: 5px;
  position: absolute;
  left: 0;
  height: 1px;
  content: '';
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #23487a;
}
.events.container .box.text #footer-text {
  left: 0;
  bottom: 0px;
}
/*scrollbar*/
.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container.hover .ps-scrollbar-x-rail,
.ps-container:hover .ps-scrollbar-x-rail {
  opacity: .9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x-rail.hover,
.ps-container .ps-scrollbar-x-rail:hover {
  background-color: #fdfcf6;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: .9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}
.ps-container.hover .ps-scrollbar-y-rail,
.ps-container:hover .ps-scrollbar-y-rail {
  opacity: .9;
  filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail.hover,
.ps-container .ps-scrollbar-y-rail:hover {
  background-color: #fdfcf6;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 1;
  filter: alpha(opacity=100);
}
.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #aaa;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0;
}
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x {
  background-color: #fdfcf6;
}
.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #e9e8e2;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.ps-container.ie .ps-scrollbar-y {
  font-size: 0;
}
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y {
  background-color: #e9e8e2;
}
/*scrollbar ends*/
/*GALLERY*/
#fullpage.gallery {
  display: table;
  width: 100%;
}
#fullpage.gallery .homepage-return {
  top: 20px;
  right: 20px;
  z-index: 10;
}
#fullpage.gallery .gallery-item {
  overflow: hidden;
  display: table-cell;
  width: 33%;
  height: 100%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#fullpage.gallery .gallery-item:hover span {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#fullpage.gallery .gallery-item:hover .grad-bg {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 1;
}
#fullpage.gallery .gallery-item .grad-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 50, 42, 0.5)), to(rgba(35, 72, 122, 0.5)));
  background: -webkit-linear-gradient(top, rgba(218, 50, 42, 0.5), rgba(35, 72, 122, 0.5));
  background: linear-gradient(to bottom, rgba(218, 50, 42, 0.5), rgba(35, 72, 122, 0.5));
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  opacity: 0;
}
#fullpage.gallery .gallery-item span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#fullpage.gallery .gallery-item span .tab-wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#fullpage.gallery .gallery-item span .cell-wrap {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#fullpage.gallery .gallery-item span h2 {
  text-align: center;
  color: #fdfcf6;
  width: 100%;
  font-weight: normal;
}
/*GALLERY ITEMS*/
#galmenu {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 28px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
#galmenu ul {
  list-style: none;
  display: table;
  margin: 0 auto;
}
#galmenu ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 25px;
}
#galmenu ul li:nth-child(1):before,
#galmenu ul li:nth-child(2):before {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  background-image: url(red-diamond.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  display: block;
}
#galmenu ul li.active {
  display: none;
}
#galmenu ul li a {
  color: #ffffff;
  font-size: 16px;
  /*font-weight: bold;*/
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
}
#galmenu ul li a:hover {
  color: #ffffff;
}
#galmenu ul li a:hover::after {
  background: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#galmenu ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  content: '';
}
#gallery-container {
  width: 100%;
  padding: 0;
}
#gallery-container .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
#gallery-container .slidee li {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#gallery-container .slidee li img {
  width: 1px;
  height: 1px;
}
.scrollbar {
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  background: rgba(35, 72, 122, 0.5);
}
.scrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 5px;
  background: #da322a;
}
.slidesnav {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  display: table;
  width: 60px;
  top: 50%;
  margin-top: -30px;
  height: 60px;
  background-image: url(arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slidesnav.next {
  -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  background-color: #23487a;
  right: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.slidesnav.prev {
  -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  background-color: #da322a;
  left: 30px;
}
.slidesnav.disabled {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/*CONTACTS*/
.contacts #map {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.contacts .contacts-text {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
}
.contacts .contacts-text .contacts-text-table {
  width: 100%;
  height: 100%;
  display: table;
  padding: 40px;
}
.contacts .contacts-text .contacts-text-table .contacts-text-cell {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
.contacts .contacts-text .contacts-text-table .contacts-text-cell img {
  width: 180px;
  margin: 0 auto;
}
.contacts h2 {
  font-family: 'Kelly Slab', cursive;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 0;
  color: #da322a;
  font-size: 22px;
  height: 22px;
  line-height: 22px;
  letter-spacing: 0.3em;
}
.contacts .custom {
  text-align: center;
  width: 100%;
  padding: 0;
}
.contacts .custom p {
  line-height: 2;
  font-size: 14px;
  font-weight: normal;
  color: #23487a;
}
.contacts .custom strong {
  font-weight: bold;
}
#map_canvas {
  width: 100%;
  height: 100%;
}
#map-hover,
#map-hover_vav {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.map-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 6;
  top: 30px;
  right: 30px;
  padding: 8px;
  border-radius: 50%;
  color: #23487a;
  background-color: #fdfcf6;
  border: 2px solid #23487a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.map-toggle:hover {
  color: #da322a;
  border: 2px solid #da322a;
}
.map-toggle i {
  padding: 0px;
  font-size: 18px;
  text-align: center;
}
.map-toggle i.fa-lock {
  padding: 0 3px;
}
.map-toggle i.fa-unlock {
  padding: 0 1px 0 0;
}
.map-lock {
  display: block !important;
}
#map-hover.map-unlock {
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#map-hover_vav.map-unlock {
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0);
}
/*FOOTER*/
#footer-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #23487a;
  background-color: #fdfcf6;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
#footer-text p:first-child {
  padding: 0 10px 0 0;
}
#footer-text p:last-child {
  padding: 0 0 0 10px;
  border-right: none;
}
#footer-text p {
  color: #23487a;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #23487a;
}
#footer {
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
#footer-1,
#footer-2,
#footer-3 {
  display: table-cell;
  vertical-align: middle;
}
#footer-1,
#footer-3 {
  width: 30%;
}
#footer-2 {
  text-align: center;
}
#footer-3 {
  text-align: right;
}
#footer a {
  font-size: 12px;
  color: #ffffff;
}
#footer a:hover {
  color: #ffffff;
}
#footer p {
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #ffffff;
}
#footer p:first-child {
  padding: 0 10px 0 0;
}
#footer p:last-child {
  padding: 0 0 0 10px;
  border-right: none;
}
/*SOCIAL*/
#page-social {
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  margin-top: -68px;
  overflow: hidden;
  color: #ffffff;
}
#page-social .social {
  width: 33px;
  height: 66px;
  overflow: hidden;
}
#page-social .social:first-child {
  margin-bottom: 3px;
}
#page-social .social span {
  width: 66px;
  height: 66px;
  position: absolute;
  -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#page-social .social:hover span {
  -webkit-transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
  -ms-transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
  transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#page-social .social.fb span {
  background-color: #23487a;
}
#page-social .social.inst span {
  background-color: #da322a;
}
#page-social .social a {
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  margin-top: -9px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: 100%;
}
#page-social .social a i {
  display: table;
  margin: 0 auto;
  padding-left: 10px;
}
/*FORM*/
.fixed-part {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(253, 252, 246, 0);
  width: 100%;
  height: 100%;
  z-index: 9;
  transform: translateY(-180%);
  -webkit-transform: translateY(-180%);
  -moz-transform: translateY(-180%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.fixed-part.showed {
  display: block;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  opacity: 1;
}
.table-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.qflink {
  display: none!important;
}
.additional-info {
  width: 100%;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.additional-info .wrapper {
  width: 500px;
  padding: 20px 40px;
  background-color: rgba(253, 252, 246, 0.9);
}
.additional-info h2 {
  font-family: 'Kelly Slab', cursive;
  margin: 0 0 16px;
  color: #343131;
  font-size: 23px;
  font-weight: 100;
}
.additional-info .fb-closer {
  top: 20px;
  right: 36px;
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  z-index: 10;
  background: url(close.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.additional-info input[type=text],
.additional-info textarea {
  font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
  display: block;
  margin: 0 0 15px;
  padding: 8px 10px;
  width: 100%;
  border: 2px solid #23487a;
  border-radius: 0;
  font-size: 12px;
  background-color: #fdfcf6;
}
.additional-info textarea {
  min-height: 70px;
}
.additional-info .qfsubmit {
  width: 100%;
}
.additional-info .qfback {
  display: none;
}
.additional-info .qfcheckbox {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}
.additional-info .qfcheckbox label {
  color: #23487a;
  padding: 0 20px 0 0;
  float: left;
  width: auto;
  text-align: left;
  display: inline-block;
}
.additional-info .qfcheckbox input {
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.additional-info input[type=button] {
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 0px;
  color: #23487a;
  border: none;
  border-top: 1px solid #23487a;
  border-bottom: 1px solid #23487a;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.additional-info input[type=button]:hover {
  border-top: 1px solid #da322a;
  border-bottom: 1px solid #da322a;
  color: #da322a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.additional-info p {
  padding-top: 10px;
}
.additional-info label#answer {
  padding-bottom: 10px;
  display: block;
  width: 100%;
  color: #777;
  font-size: 12px;
  padding-left: 11px;
}
/*mobile dropdown*/
.mobile-dropdown {
  padding: 30px 0 30px 0;
  width: 100%;
  position: fixed;
  transform: translateY(-120%);
  -webkit-transform: translateY(-120%);
  z-index: 20;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  /*background:@color-darkblue;*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.mobile-dropdown ul {
  list-style: none;
}
.mobile-dropdown ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fdfcf6;
  padding: 10px 0;
  text-align: right;
}
.mobile-dropdown ul li.item-123,
.mobile-dropdown ul li.item-124 {
  display: none;
}
.mobile-dropdown ul li.active a {
  color: #da322a;
}
.mobile-dropdown ul li a {
  color: #fdfcf6;
}
.mobile-dropdown.active {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}
.pickmeup {
  z-index: 120;
}
/*LOADER*/
.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 460px;
  width: 100%;
  height: 100%;
  background: #fdfcf6;
}
.ip-logo,
.ip-logotype,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.ip-logotype {
  top: 10%;
  height: 40%;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.ip-logotype img {
  height: 100%;
  margin: 0 auto;
}
.ip-loader {
  bottom: 20%;
}
.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}
.ip-header .ip-logo svg {
  position: absolute;
  min-height: 200px;
  height: 25%;
}
.loaded .ip-header .ip-logo svg {
  max-height: 300px;
}
.ip-header .ip-logo svg path {
  fill: #1c9ccd;
}
.ip-header .ip-loader svg path {
  fill: none;
  stroke-width: 6;
}
.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #da322a;
}
.ip-header .ip-loader svg path.ip-loader-circle {
  -webkit-transition: stroke-dashoffset 0.3s;
  transition: stroke-dashoffset 0.3s;
  stroke: #23487a;
}
/* Content */
.ip-main {
  overflow: hidden;
  margin: 0 auto;
  padding: 160px 0 10em 0;
  max-width: 1100px;
  width: 90%;
}
.ip-main h2 {
  margin: 0;
  padding: 0.5em 0 1em;
  color: #1c9ccd;
  text-align: center;
  font-size: 4.25em;
  font-size: 4vw;
  line-height: 1;
}
/* Animations */
/* Initial animation of header elements */
.loading .ip-logo,
.loading .ip-logotype,
.loading .ip-loader {
  opacity: 1;
}
/*.load .ip-logotype {
  opacity: 0;
}*/
.loading .ip-logo {
  -webkit-animation: animInitialLogo 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialLogo 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
@-webkit-keyframes animInitialLogo {
  from {
    opacity: 0;
  }
}
@keyframes animInitialLogo {
  from {
    opacity: 0;
  }
}
.loading .ip-loader {
  -webkit-animation: animInitialLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialLoader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}
@-webkit-keyframes animInitialLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
}
@keyframes animInitialLoader {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
}
/* Header elements when loading finishes */
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}
.loaded .ip-logotype {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
/* Change the color of the logo */
.loaded .ip-logo svg path {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  fill: #fff;
}
/* Header animation when loading finishes */
.loaded .ip-header {
  -webkit-animation: animLoadedHeader 0.6s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animLoadedHeader 0.6s cubic-bezier(0.7, 0, 0.3, 1) both;
}
.load .ip-header {
  -webkit-animation: animLoadingHeader 0.6s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animLoadingHeader 0.6s cubic-bezier(0.7, 0, 0.3, 1) both;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -120%, 0);
  }
}
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
}
@-webkit-keyframes animLoadingHeader {
  from {
    -webkit-transform: translate3d(0, -120%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0%, 0);
  }
}
@keyframes animLoadingHeader {
  from {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
  }
}
/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute;
}
/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px;
}
.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .ip-header .ip-logo svg path {
  fill: #fff;
}
/* Media queries */
@media screen and (max-width: 45em) {
  .ip-main h2 {
    font-size: 2.25em;
    font-size: 10vw;
  }
  .box {
    width: 100%;
  }
}
/*ADAPTIVE*/
@media screen {
  /*MOBILE LANDSCAPE*/
}
@media screen and (min-width: 1921px) {
  .events.container .box.text {
    padding: 0px;
    /* p {
        font-size:20px;
      }*/
  }
}
@media screen and (max-width: 1649px) {
  .events.container .box.text {
    padding: 0px;
    /* p {
          font-size:20px;
        }*/
  }
  .wrapper {
    width: 90%;
  }
  #menu ul li a {
    font-size: 15px;
  }
  #langs li a {
    font-size: 14px;
    height: 14px;
  }
  .submenu-row .submenu-item {
    padding: 0 40px;
  }
  #itembody.event .wrapper {
    width: 900px;
  }
  #itembody .item-text {
    min-height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    width: 960px;
  }
  #itembody.event .wrapper {
    width: 600px;
  }
}
@media screen and (max-width: 959px) {
  body {
    background-color: #111111;
  }
  .repost{
    position: relative;
    top: 0em;
    padding-bottom:1em;
  }
  
  #ip-container {
    /* BGR */
    /* SLIDER */
    /* FORM */
  }
  #ip-container .wrapper {
    width: 300px;
  }
  #ip-container .slide_title {
    position: absolute;
    height: 20px;
    top: 65px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    background-color: rgba(35, 72, 122, 0.89);
    z-index: 10;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .slide_title.lift_up {
    top: 10px;
  }
  #ip-container .slide_title span {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  #ip-container .slide_title span:first-child {
    left: -10px;
    border-right: 10px solid rgba(35, 72, 122, 0.89);
  }
  #ip-container .slide_title span:last-child {
    right: -10px;
    border-left: 10px solid rgba(35, 72, 122, 0.89);
  }
  #ip-container .slide_title ul {
    height: 100%;
    width: 100%;
  }
  #ip-container .slide_title ul li {
    list-style: none;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #ip-container .slide_title ul li h2 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .ip-header {
    min-height: 300px;
  }
  #ip-container #top {
    padding: 10px 0 14px;
    top: 0;
    transition: margin-top 0.5s ease;
    -webkit-transition: margin-top 0.5s ease;
  }
  #ip-container #top.slide_up {
    margin-top: -100px;
  }
  #ip-container #top .wrapper #go-to {
    display: table-cell;
    width: 20%;
  }
  #ip-container #top .wrapper #go-to a {
    margin-left: auto;
    margin-right: auto;
    margin: 6px 0;
    text-align: left;
  }

  #ip-container #top .wrapper #go-to a:first-child {
    margin-top: 0;
  }

  #ip-container #top .wrapper #go-to a:last-child {
    margin-bottom: 0;
  }

  #ip-container #top .wrapper #menu {
    display: none;
  }
  #ip-container #top .wrapper #langs .mod-languages .lang-inline li a {
    margin-right: auto;
  }
  #ip-container #top .wrapper #langs.mob {
    display: table-cell;
    width: 8%;
  }
  #ip-container #top .wrapper #langs.no-mob {
    display: none;
  }
  #ip-container #top .wrapper #logo-mobile {
    display: table-cell;
    width: 60%;
  }
  #ip-container #top .wrapper #logo-mobile a img {
    width: 80%;
    display: table;
    margin: 0 auto;
    margin-bottom: -10px;
  }
  #ip-container #top .wrapper #reserve {
    display: table-cell;
    width: 12%;
    background-image: url(reserve.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  #ip-container #mobileslide {
    display: block;
    width: 100%;
    z-index: 1;
    background-color: #111111;
    background-image: url(../../../images/slider/mobile-main1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
  }
  #ip-container #mobileslide img {
    width: 1px;
    height: 1px;
  }
  #ip-container #mobileslide.faded {
    opacity: 0;
  }
  #ip-container #mobilegradient {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  }
  #ip-container #mobil_nav {
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 15px;
    margin-top: -68px;
    overflow: hidden;
  }
  #ip-container #mobil_nav li {
    list-style: none;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 50%;
    background-color: #23487a;
  }
  #ip-container #mobil_nav li:last-child {
    margin-bottom: 0;
  }
  #ip-container #mobil_nav li.main-active-item {
    background-color: #da322a;
  }
  #ip-container #mobile_part {
    z-index: 4;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee {
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block {
    width: 100%;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 0px;
    width: 60px;
    height: 60px;
    background-image: url(arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav.next {
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #23487a;
    left: 50%;
    margin-left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav.prev {
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #da322a;
    left: 50%;
    margin-left: -60px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav.disabled {
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events .slide-page-nav {
    bottom: 85px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events {
    z-index: 3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event {
    display: inline-table;
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 80px 40px 115px;
    color: #fdfcf6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper {
    border-top: none;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper h4.mp-eve-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper .mp-eve-intro p {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper .readmore {
    padding-top: 5px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper .mp-eve-fullinfo {
    display: none;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about {
    background-color: #fdfcf6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about .slide-page-nav {
    bottom: 20px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about .slide-page-nav.next {
    left: 50%;
    margin-left: 10px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about .slide-page-nav.prev {
    left: 50%;
    margin-left: -40px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant {
    z-index: 3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant {
    display: inline-table;
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0px 40px 30px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant .mp-rest-item-wrapper {
    border-top: none;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant .mp-rest-item-wrapper h4.mp-rest-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.6;
    color: #da322a;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant .mp-rest-item-wrapper .mp-rest-intro p {
    color: #23487a;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery {
    height: 100%;
    display: table;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper {
    height: 100%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item {
    display: table;
    height: 33.333%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item.bar {
    background-image: url(mobile-bg/gal_bar.jpg);
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item.interior {
    background-image: url(mobile-bg/gal_inter.jpg);
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item.kitchen {
    background-image: url(mobile-bg/gal_kitchen.jpg);
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item .mp-gal-item-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item .mp-gal-item-wrapper .mp-gal-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item .mp-gal-item-wrapper .mp-gal-item-block {
    display: none;
    position: fixed;
    background-color: #111111;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu {
    height: 100%;
    display: table;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper {
    height: 100%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu {
    display: table;
    height: 33.333%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu.wine-list {
    background-image: url(mobile-bg/menu_wine.jpg);
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu.bar {
    background-image: url(mobile-bg/menu_bar.jpg);
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu.kitchen {
    background-image: url(mobile-bg/menu_kitchen.jpg);
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu .mp-menu-item-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu .mp-menu-item-wrapper .mp-menu-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts {
    height: 100%;
    padding: 0 40px;
    background-color: #fdfcf6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table {
    position: absolute;
    height: 300px;
    top: 50%;
    margin-top: -150px;
    left: 0;
    right: 0;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_img {
    height: 150px;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_img img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts {
    height: 150px;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts h2 {
    font-size: 16px;
    color: #da322a;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts .custom {
    color: #23487a;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts .custom p {
    font-size: 14px;
    line-height: 2;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts .custom p a {
    color: #23487a;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_map {
    height: 100%;
    padding: 0;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_map .wrapper {
    height: 100%;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_map .wrapper #map {
    width: 100%;
    position: relative;
    height: 100%;
  }
  #ip-container #footer {
    position: fixed;
    padding: 0 0 10px 0;
    z-index: 20;
    transition: bottom 0.5s ease;
    -webkit-transition: bottom 0.5s ease;
  }
  #ip-container #footer.slide_down {
    bottom: -100px;
  }
  #ip-container #footer .wrapper #footer-1,
  #ip-container #footer .wrapper #footer-2,
  #ip-container #footer .wrapper #footer-3 {
    text-align: center;
    padding: 0;
    display: table;
    width: 100%;
  }
  #ip-container #footer .wrapper #footer-1 .custom p {
    margin: 2px 0;
    border-right: none;
    width: 100%;
    padding: 0;
  }
  #ip-container #footer .wrapper #footer-2 .custom p {
    margin: 2px 0;
    border-right: none;
    width: 100%;
    padding: 0!important;
  }
  #ip-container #footer .wrapper #footer-3 p {
    margin: 2px 0;
  }
  #ip-container .fixed-part {
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(253, 252, 246, 0);
    width: 100%;
    height: 100%;
    z-index: 2000;
    transform: translateY(-180%);
    -webkit-transform: translateY(-180%);
    -moz-transform: translateY(-180%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

    overflow-y: auto;
  }
  #ip-container .fixed-part.showed {
    display: block;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    opacity: 1;
  }
  #ip-container .fixed-part .table-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  #ip-container .fixed-part .table-wrapper .additional-info {
    width: 100%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper {
    padding: 20px 20px;
    width: 300px;
    background-color: rgba(253, 252, 246, 0.9);
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper h2 {
    font-family: 'Kelly Slab', cursive;
    margin: 0 0 6px;
    color: #343131;
    font-size: 23px;
    font-weight: 100;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .fb-closer {
    right: 18px;
    top: 20px;
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    z-index: 10;
    background: url(close.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form input[type=text],
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form textarea {
    font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
    display: block;
    margin: 0 0 6px;
    padding: 8px 10px;
    width: 100%;
    border: 2px solid #23487a;
    border-radius: 0;
    font-size: 12px;
    background-color: #fdfcf6;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form input[type=button] {
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 0px;
    color: #23487a;
    border: none;
    border-top: 1px solid #23487a;
    border-bottom: 1px solid #23487a;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form input[type=button]:hover {
    border-top: 1px solid #da322a;
    border-bottom: 1px solid #da322a;
    color: #da322a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form textarea {
    min-height: 70px;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfcheckbox {
    padding-bottom: 10px;
    display: table;
    width: 100%;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfcheckbox label {
    color: #23487a;
    padding: 0 20px 0 0;
    float: left;
    width: auto;
    text-align: left;
    display: inline-block;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfcheckbox input {
    float: left;
    display: inline-block;
    width: 15px;
    height: 15px;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfback {
    display: none;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfsubmit {
    width: 100%;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qflink {
    display: none!important;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper p {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
  }
  #ip-container #pop-up-gallery {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #111111;
    z-index: 1000;
    /* GALLERY */
    /* EVENTS */
  }
  #ip-container #pop-up-gallery .mp-gal-item-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 99;
    background-color: #23487a;
    background-image: url(cross-white.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .close .home-return-link-title {
    width: 0px;
    overflow: hidden;
    height: 0px;
    display: block;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .close:hover {
    background-color: #da322a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-image: url(arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav.next {
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #23487a;
    left: 50%;
    margin-left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav.prev {
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #da322a;
    left: 50%;
    margin-left: -30px;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav.disabled {
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block #gallery-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block #gallery-container .slidee li {
    float: left;
    height: 100%;
    text-align: center;
    color: #fdfcf6;
    z-index: 1002;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #ip-container #pop-up-gallery .slide-page-nav {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url(arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 100%;
    margin-left: -45px;
  }
  #ip-container #pop-up-gallery .slide-page-nav.next {
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #23487a;
    left: 100%;
    margin-left: -45px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .slide-page-nav.prev {
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #da322a;
    left: 0;
    margin-left: 15px;
  }
  #ip-container #pop-up-gallery .slide-page-nav.disabled {
    display: none;
  }
  #ip-container #pop-up-gallery .close-event {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 99;
    background-color: #23487a;
    background-image: url(cross-white.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .close-event .home-return-link-title {
    width: 0px;
    overflow: hidden;
    height: 0px;
    display: block;
  }
  #ip-container #pop-up-gallery .close-event:hover {
    background-color: #da322a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide {
    height: 100%;
    float: left;
    text-align: center;
    color: #fdfcf6;
    z-index: 1002;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-image-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-image-block img {
    position: absolute;
    height: 1px;
    width: 1px;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block {
    overflow-y: auto;
    background-color: #fdfcf6;
    color: #23487a;
    text-align: center;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block .item-date {
    font-size: 15px;
    line-height: 1.6;
    padding: 15px 0;
    display: block;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block h2 {
    color: #da322a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 5% 25px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block img.item-logotype {
    width: 40%;
    margin: 0 auto 15px;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block .introtext {
    padding: 0 5%;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block .fulltext {
    padding: 0 20px 5%;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block .fulltext iframe {
    margin-top: 15px;
    width: 90% !important;
  }
}
@media screen and (max-width: 736px) and (orientation: landscape) {
  #ip-container {
    /* BGR */
    /* SLIDER */
    /* FORM */
  }
  #ip-container .wrapper {
    width: 300px;
  }
  #ip-container .slide_title {
    position: absolute;
    height: 20px;
    top: 40px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
  }
  #ip-container .ip-header {
    min-height: 300px;
  }
  #ip-container #top {
    padding: 10px 0 14px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: -50%;
    margin-left: 30px;
    transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
  }
  #ip-container #top.slide_left {
    left: -60%;
  }
  #ip-container #top .wrapper #go-to {
    display: table-cell;
    width: 20%;
  }
  #ip-container #top .wrapper #go-to a {
    margin-left: auto;
    margin-right: auto;
  }
  #ip-container #top .wrapper #menu {
    display: none;
  }
  #ip-container #top .wrapper #langs .mod-languages .lang-inline li a {
    margin-right: auto;
  }
  #ip-container #top .wrapper #langs.mob {
    display: table-cell;
    width: 8%;
  }
  #ip-container #top .wrapper #langs.no-mob {
    display: none;
  }
  #ip-container #top .wrapper #logo-mobile {
    display: table-cell;
    width: 60%;
  }
  #ip-container #top .wrapper #logo-mobile a img {
    width: 80%;
    display: table;
    margin: 0 auto;
    margin-bottom: -10px;
  }
  #ip-container #top .wrapper #reserve {
    display: table-cell;
    width: 12%;
    background-image: url(reserve.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  #ip-container #mobileslide {
    display: block;
    width: 100%;
    z-index: 1;
    background-color: #111111;
    background-image: url(../../../images/slider/mobile-main1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #ip-container #mobileslide img {
    width: 1px;
    height: 1px;
  }
  #ip-container #mobileslide.faded {
    background-image: none;
  }
  #ip-container #mobilegradient {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  }
  #ip-container #mobil_nav {
    position: fixed;
    z-index: 5;
    top: 100%;
    margin-top: -20px;
    left: 50%;
    width: 135px;
    margin-left: -68px;
    overflow: hidden;
  }
  #ip-container #mobil_nav li {
    list-style: none;
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #23487a;
  }
  #ip-container #mobil_nav li:last-child {
    margin-right: 0;
  }
  #ip-container #mobil_nav li.main-active-item {
    background-color: #da322a;
  }
  #ip-container #mobile_part {
    z-index: 4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee {
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block {
    width: 100%;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-image: url(arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav.next {
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #23487a;
    left: 50%;
    margin-left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav.prev {
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #da322a;
    left: 50%;
    margin-left: -50px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block .slide-page-nav.disabled {
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events .slide-page-nav {
    bottom: 35px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events {
    z-index: 3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event {
    display: inline-table;
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0 0 30px;
    color: #fdfcf6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper {
    border-top: none;
    display: table-cell;
    padding: 60px 70px 30px;
    width: auto;
    height: auto%;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper h4.mp-eve-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper .mp-eve-intro p {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper .readmore {
    padding-top: 5px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
    text-decoration: underline;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_events #homepage-events #hp_events_slider .homepage-events-block .mainpage-event .mp-eve-item-wrapper .mp-eve-fullinfo {
    display: none;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant {
    z-index: 3;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant {
    display: inline-table;
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 0;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant .mp-rest-item-wrapper {
    border-top: none;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0 10px 30px;
    color: #ffffff;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant .mp-rest-item-wrapper h4.mp-rest-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.6;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_about #homepage-restaurant .wrapper .homepage-restaurant-block .mainpage-restaurant .mp-rest-item-wrapper .mp-rest-intro p {
    line-height: 1.4;
    font-size: 14px;
    font-weight: 100;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery {
    height: 100%;
    display: table;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper {
    height: 100%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item {
    display: table;
    height: 95%;
    width: calc(33.333333333333336%);
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item .mp-gal-item-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item .mp-gal-item-wrapper .mp-gal-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_gallery #homepage-gallery .wrapper .mainpage-gal-item .mp-gal-item-wrapper .mp-gal-item-block {
    display: none;
    position: fixed;
    background-color: #111111;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu {
    height: 100%;
    display: table;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper {
    height: 100%;
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu {
    display: table;
    height: 95%;
    width: calc(33.333333333333336%);
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu .mp-menu-item-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_menu #homepage-menu .wrapper a.mainpage-menu .mp-menu-item-wrapper .mp-menu-title {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts {
    height: 100%;
    padding: 0;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper {
    height: 100%;
    width: 100%;
    text-align: center;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    margin-top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_img {
    display: table-cell;
    height: 100%;
    width: 40%;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_img img {
    height: 180px;
    width: auto;
    margin: 0 auto;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts {
    display: table-cell;
    height: 100%;
    width: 60%;
    vertical-align: middle;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts h2 {
    font-size: 16px;
    color: #da322a;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts .custom {
    color: #23487a;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts .custom p {
    font-size: 14px;
    line-height: 2;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_contacts .wrapper .wrap_table .cell_contacts .custom p a {
    color: #23487a;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_map {
    height: 100%;
    padding: 0;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_map .wrapper {
    height: 100%;
    width: 100%;
  }
  #ip-container #mobile_part #mobile_slidee .mobile-mainpage-block.mp_map .wrapper #map {
    width: 100%;
    position: relative;
    height: 100%;
  }
  #ip-container #footer {
    position: fixed;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    right: -50%;
    margin-right: 35px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
  }
  #ip-container #footer.slide_right {
    right: -70%;
  }
  #ip-container #footer .wrapper #footer-1,
  #ip-container #footer .wrapper #footer-2,
  #ip-container #footer .wrapper #footer-3 {
    text-align: center;
    padding: 0;
    display: table;
    width: 100%;
  }
  #ip-container #footer .wrapper #footer-1 .custom p {
    margin: 2px 0;
    border-right: none;
    width: 100%;
    padding: 0;
  }
  #ip-container #footer .wrapper #footer-2 .custom p {
    margin: 2px 0;
    border-right: none;
    width: 100%;
    padding: 0 !important;
  }
  #ip-container #footer .wrapper #footer-3 p {
    margin: 2px 0;
  }
  #ip-container .fixed-part {
    overflow-y: auto;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(253, 252, 246, 0);
    width: 100%;
    height: 100%;
    z-index: 2000;
    transform: translateY(-180%);
    -webkit-transform: translateY(-180%);
    -moz-transform: translateY(-180%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .fixed-part.showed {
    display: block;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    opacity: 1;
  }
  #ip-container .fixed-part .table-wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  #ip-container .fixed-part .table-wrapper .additional-info {
    width: 100%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper {
    padding: 20px 20px;
    width: 300px;
    background-color: rgba(253, 252, 246, 0.9);
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper h2 {
    font-family: 'Kelly Slab', cursive;
    margin: 0 0 6px;
    color: #343131;
    font-size: 23px;
    font-weight: 100;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .fb-closer {
    right: 18px;
    top: 20px;
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    z-index: 10;
    background: url(close.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form input[type=text],
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form textarea {
    font-family: 'Avenir Next Cyr W00 Regular', sans-serif;
    display: block;
    margin: 0 0 6px;
    padding: 8px 10px;
    width: 100%;
    border: 2px solid #23487a;
    border-radius: 0;
    font-size: 12px;
    background-color: #fdfcf6;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form input[type=button] {
    background: transparent;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 0px;
    color: #23487a;
    border: none;
    border-top: 1px solid #23487a;
    border-bottom: 1px solid #23487a;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form input[type=button]:hover {
    border-top: 1px solid #da322a;
    border-bottom: 1px solid #da322a;
    color: #da322a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form textarea {
    min-height: 70px;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfcheckbox {
    padding-bottom: 10px;
    display: table;
    width: 100%;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfcheckbox label {
    color: #23487a;
    padding: 0 20px 0 0;
    float: left;
    width: auto;
    text-align: left;
    display: inline-block;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfcheckbox input {
    float: left;
    display: inline-block;
    width: 15px;
    height: 15px;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfback {
    display: none;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qfsubmit {
    width: 100%;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper .qfblock form .qflink {
    display: none !important;
  }
  #ip-container .fixed-part .table-wrapper .additional-info .wrapper p {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
  }
  #ip-container #page-social {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 50%;
    margin-top: -33px;
    margin-right: -66px;
    width: 132px;
    overflow: hidden;
    color: #ffffff;
    transition: width 0.5s, margin-right 0.5s ease;
    -webkit-transition: width 0.5s, margin-right 0.5s ease;
  }
  #ip-container #page-social.wide {
    width: 280px;
    margin-right: -140px;
  }
  #ip-container #page-social .social {
    width: 66px;
    height: 66px;
    overflow: hidden;
  }
  #ip-container #page-social .social:first-child {
    margin-bottom: 3px;
  }
  #ip-container #page-social .social.fb {
    float: left;
  }
  #ip-container #page-social .social.inst {
    float: right;
  }
  #ip-container #page-social .social span {
    width: 66px;
    height: 66px;
    position: absolute;
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #page-social .social:hover span {
    -webkit-transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
    -ms-transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
    transform: rotate(0deg) translateX(0px) translatey(0px) scale(1);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #page-social .social.fb span {
    background-color: #23487a;
  }
  #ip-container #page-social .social.inst span {
    background-color: #da322a;
  }
  #ip-container #page-social .social a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    margin-top: 3px;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 0;
    width: 56px;
  }
  #ip-container #page-social .social a i {
    display: table;
    margin: 0 auto;
    padding-left: 10px;
  }
  #ip-container #pop-up-gallery {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #111111;
    z-index: 1000;
    /* GALLERY */
    /* EVENTS */
  }
  #ip-container #pop-up-gallery .mp-gal-item-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 99;
    background-color: #23487a;
    background-image: url(cross-white.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .close .home-return-link-title {
    width: 0px;
    overflow: hidden;
    height: 0px;
    display: block;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .close:hover {
    background-color: #da322a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-image: url(arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav.next {
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #23487a;
    left: 50%;
    margin-left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav.prev {
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #da322a;
    left: 50%;
    margin-left: -30px;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .slide-page-nav.disabled {
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block #gallery-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block #gallery-container .slidee li {
    float: left;
    height: 100%;
    text-align: center;
    color: #fdfcf6;
    z-index: 1002;
  }
  #ip-container #pop-up-gallery .mp-gal-item-block .scrollbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #ip-container #pop-up-gallery .slide-page-nav {
    z-index: 10;
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    margin-bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url(arrow-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 100%;
    margin-left: -45px;
  }
  #ip-container #pop-up-gallery .slide-page-nav.next {
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #23487a;
    left: 100%;
    margin-left: -45px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .slide-page-nav.prev {
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    background-color: #da322a;
    left: 0;
    margin-left: 15px;
  }
  #ip-container #pop-up-gallery .slide-page-nav.disabled {
    display: none;
  }
  #ip-container #pop-up-gallery .close-event {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    z-index: 99;
    background-color: #23487a;
    background-image: url(cross-white.png);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(45deg) translateX(0px) translatey(0px) scale(0.707);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  #ip-container #pop-up-gallery .close-event .home-return-link-title {
    width: 0px;
    overflow: hidden;
    height: 0px;
    display: block;
  }
  #ip-container #pop-up-gallery .close-event:hover {
    background-color: #da322a;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    -ms-transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
    transform: rotate(-135deg) translateX(0px) translatey(0px) scale(0.707);
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide {
    height: 100%;
    float: left;
    text-align: center;
    color: #fdfcf6;
    z-index: 1002;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-image-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-image-block img {
    position: absolute;
    height: 1px;
    width: 1px;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block {
    overflow-y: auto;
    background-color: #fdfcf6;
    color: #23487a;
    text-align: center;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block .item-date {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 15px;
    display: block;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block h2 {
    color: #da322a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: 1.6;
    margin-bottom: 0;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block img.item-logotype {
    width: 30%;
    margin: 0 auto 15px;
  }
  #ip-container #pop-up-gallery .mp-eve-fullinfo .slide.mp-eve-text-block .fulltext iframe {
    margin-top: 15px;
    width: 95% !important;
  }
}
@media screen and (max-width: 499px) {
  .mobile-dropdown {
    padding-bottom: 500px;
  }
  .events.container .box:nth-last-child(2) nav .next {
    display: inline-block !important;
  }
  .cat-body-events nav {
    bottom: 20px;
    top: auto;
    width: 100%;
    margin: 0;
  }
  .cat-body-events nav .context {
    display: table;
    margin: 0 auto;
  }
  .cat-body-events nav a {
    display: inline-block;
    margin: 10px;
  }
  .cat-body-events nav a.next {
    float: right;
  }
  .cat-body-events nav a.prev {
    float: left;
  }
  #fullpage.gallery .gallery-item {
    display: block;
    width: 100%;
    height: 33.3333333%;
  }
}
/*IF IE*/
.ie10 #menu ul li:nth-child(1):before,
.ie11 #menu ul li:nth-child(1):before,
.ie10 #menu ul li:nth-child(2):before,
.ie11 #menu ul li:nth-child(2):before,
.ie10 #menu ul li:nth-child(5):before,
.ie11 #menu ul li:nth-child(5):before,
.ie10 #menu ul li:nth-child(6):before,
.ie11 #menu ul li:nth-child(6):before {
  top: 42px;
}
/*SUCCESS FORM MESSAGE (EDITED BY KROL)*/
#message {
  display: none;
}
#message.active {
  display: block;
}
#message_include {
  display: none;
}
#message_success {
  position: fixed;
  top: 50%;
  left: 50%;
      -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
  background-color: rgba(253, 252, 246, 0.9);
  text-align: center;
  padding: 3em;
  padding-bottom: 1.4em;
  z-index: 1000;

  width: 100%;
  max-width: 500px;
}
#mess_close {
  display: inline-block;
  padding: 3px;
  margin: 30px auto 15px auto;
  text-transform: uppercase;
  cursor: pointer;
}
#mess_close_ins {
  display: inline-block;
  padding: 6px 14px;
  border-top: 1px solid #23487a;
  border-bottom: 1px solid #23487a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#mess_close_ins:hover {
  color: #da322a;
  border-top: 1px solid #da322a;
  border-bottom: 1px solid #da322a;
}
