/*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;
}
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;
  font-weight: 600;
}
h3 {
  font-size: 22px;
  font-weight: 100;
}
table {
  display: table;
  border-collapse: solid;
  border-spacing: 0px;
  border-color: transparent;
}
a {
  text-decoration: none;
  color: #000;
  transition: color 0.7s ease;
}
a:hover {
  color: #d1b17c;
  transition: color 0.7s ease;
}
html {
  min-height: 100%;
}
body {
  overflow-x: hidden;
  font-size: 13px;
  background: #ffffff;
  color: #000000;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  min-height: 100%;
  width: 100%;
  line-height: 1;
}
p {
  line-height: 1.8;
  font-size: 14px;
  font-weight: 300;
}
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  display: table;
}
#start {
  width: 100%;
  height: 1px;
  margin-top: -1px;
}
.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.transition-2 {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.transition-3 {
  transition: transform 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.transform-rotate-45 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hidden-div {
  display: none!important;
}
/*LEFT*/
#left {
  transform: translateX(-270px);
  -webkit-transform: translateX(-270px);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  padding: 30px;
  width: 270px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: #1c1c1c;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#left.opened {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#left .left-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
#left .menu,
#left .lang {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
#left .menu ul {
  list-style: none;
}
#left .menu ul li {
  width: 100%;
  padding-bottom: 14px;
}
#left .menu ul li.active a {
  color: #d1b17c;
}
#left .menu ul li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
#left .menu ul li a:hover {
  color: #d1b17c;
}
#left .lang {
  float: right;
}
#left .lang li {
  display: inline-block;
  float: left;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#left .lang li:first-child {
  border-right: 1px solid #ffffff;
}
#left .lang a {
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  display: block;
  line-height: 1;
  padding: 0 4px;
}
#left .lang a:hover {
  color: #d1b17c;
}
#left .lang .lang-active a {
  color: #d1b17c;
}
div.mod-languages {
  display: table;
  margin: 0 0 0 auto;
}
div.mod-languages li {
  margin-left: 0px;
  margin-right: 0px;
}
/*Main*/
#main {
	transform: translateX(0px);
  -webkit-transform: translateX(0px);
    -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  overflow: hidden;
  z-index: 2;
  position: relative;
  transition: transform 0.2s linear;
  -webkit-transition: all 0.2s linear;
  width: 100%;
  margin: 0;
  padding-bottom: 50px;
}
#main.moved {
  transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  transition: transform 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.menu-button {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: absolute;
  top: 30px;
  left: 300px;
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor: pointer;
  font-size: 40px;
  text-align: center;
  color: #000000;
}
.menu-button.whited {
  color: #ffffff;
}
.menu-button:hover .fa-times {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.menu-button .fa-times {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#slider {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  background-image: url(dsur_bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#logo-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
#logo img {
  display: initial;
  width:90%;
  max-width: 400px;
}
/*mainpage slider*/
/*MAINPAGE ABOUT*/
/*ABOUT*/
#catwrapper {
  /*display: table;*/
  width: 100%;
  background-attachment: fixed;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
#catwrapper .wrapper {
  padding: 0 70px;
}
#cattitle {
  padding-top: 280px;
  margin-bottom: 40px;
  width: 100%;
}
#cattitle h1 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
#catbody {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0;
}
#catbody.about .item .item-text h2 {
  text-align: center;
  padding-bottom: 40px;
}
#catbody.about .item .item-text h3 {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #d1b17c;
  text-transform: uppercase;
  margin: 0;
}
#catbody.about .item .item-text table {
  width: 100%;
}
#catbody.about .item .item-text table td {
  vertical-align: top;
  width: 50%;
}
#catbody.about .item .item-text table td:first-child {
  padding-right: 6%;
}
#catbody.about .item .item-text table td:last-child {
  padding-left: 6%;
}
#catbody.about .item .item-text table td img {
  width: 100%;
}
#catbody .item {
  width: 100%;
  margin-bottom: 40px;
}
#catbody .item .item-text {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
#catbody .item .item-text h2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 18px;
  color: #d1b17c;
  text-transform: uppercase;
  margin: 0;
}
#catbody .item .item-text p:last-child {
  padding-bottom: 30px;
}
#catbody .item .item-text p {
  margin: 0;
  padding-bottom: 18px;
  display: table;
  width: 100%;
}
#catbody .item .item-text .qfblock form {
  margin: 0 auto;
}

#catbody .item .item-text .qfblock form p {
text-align: center;
}

#catbody .item .item-text .qfblock form input[type=file] {
	margin-bottom:10px;
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  border: 2px solid #c0c0c0;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
}








#catbody .item .item-image {
  float: right;
  max-width: 300px;
  margin: 0 0 0 50px;
  display: initial;
}
#catbody .item:nth-child(even) .item-image {
  float: left;
  margin: 0 50px 0 0 ;
}
/*MENU*/
.subCategory-item {
  width: 30%;
  margin: 1.6%;
  height: 450px;
  display: inline-block;
  background-position: center;
  background-size: cover;
}
.subCategory-item.sc-4,
.subCategory-item.sc-12 {
  background-image: url(../../../images/menu/menu-first.jpg);
}
.subCategory-item.sc-5,
.subCategory-item.sc-13 {
  background-image: url(../../../images/menu/menu-second.jpg);
}
.subCategory-item.sc-6,
.subCategory-item.sc-14 {
  background-image: url(../../../images/menu/menu-wine.jpg);
}
.subCategory-item.sc-9,
.subCategory-item.sc-15 {
  background-image: url(../../../images/menu/menu-coctail.jpg);
}
.subCategory-item .scat-link {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  bottom: 0;
  min-height: 0;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.subCategory-item .scat-link span {
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.subCategory-item:hover .scat-link {
  min-height: 100%;
  padding-top: 210px;
}
.subCategory-item:hover .scat-link span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  color: #d1b17c;
}
#tab-container-sub {
  width: 100%;
  display: block;
  margin-top: -40px;
  overflow: hidden;
  min-height: 500px;
}
.menu-sub-navigate {
  z-index: 2;
  background-image: url(line.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 2px;
  list-style: none;
  width: 200px;
  padding: 0 50px;
  position: absolute;
  top: 0px;
  left: 0;
}
.menu-sub-navigate li {
  width: 100px;
  height: 100px;
  display: table;
  border-radius: 50%;
  margin-bottom: 50px;
  border: 2px solid #4a4a4a;
  background-color: #ffffff;
  color: #4a4a4a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.menu-sub-navigate li:last-child {
  margin-bottom: 0;
}
.menu-sub-navigate li:hover {
  background-color: #ffffff;
}
.menu-sub-navigate li:hover a {
  color: #d1b17c;
}
.menu-sub-navigate li.active {
  background-color: #4a4a4a;
}
.menu-sub-navigate li.active a {
  color: #d8d8d8;
}
.menu-sub-navigate li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
}
.menu-cat-item {
  height: auto;
  vertical-align: top;
  display: table;
  width: 760px;
  padding-top: 80px;
  margin: 0 auto;
}
.menu-cat-item h4{
font-size: 16px;
color: #4a4a4a;
clear: both;
float: none;
padding: 30px 0 20px 10px;
}
.menu-cat-item h4:first-child{
padding: 0 0 20px 10px;
}
.menu-cat-item dl {
  width: 50%;
  display: inline-block;
  float: left;
  min-height: 50px;
  padding: 10px;
}
.menu-cat-item dl:nth-child(2n) {
clear: left;
}
.menu-cat-item dl dt {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 18px;
  color: #d1b17c;
}
.menu-cat-item dl dd {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 14px;
}
#menu-sub-menu {
  margin-left: 0px;
  z-index: 2;
}
#menu-sub-menu ul {
  list-style: none;
  display: table;
  margin: 0 auto;
}
#menu-sub-menu ul li {
  display: inline-block;
  float: left;
  margin: 0 10px;
}
#menu-sub-menu ul li:hover a,
#menu-sub-menu ul li.active a {
  color: #ffffff;
  background-color: #4a4a4a;
}
#menu-sub-menu ul li a {
  display: block;
  background-color: #ffffff;
  color: #4a4a4a;
  border: 2px solid #4a4a4a;
  font-size: 14px;
  padding: 8px 20px;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/*EVENTS*/
.ias-spinner {
  width: 100%;
  display: table;
}
.ias-spinner img {
  display: table;
  margin: 0 auto;
  width: 30px;
}
.ias-trigger {
  display: table-row;
  width: 100%;
}
.ias-trigger a {
  padding: 4px 12px;
  /*border:1px solid @color-darkgrey;color:@color-darkgrey;*/
  background: #ffffff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: table;
  margin: 0 auto;
}
.ias-trigger a .arrow-more {
  background-image: url(arrowdown.png);
  background-size: contain;
  width: 40px;
  height: 13px;
  margin: 0 auto;
  background-position: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-repeat: no-repeat;
}
.ias-trigger a:hover {
  /*color:@color-white;background: @color-darkgrey;*/
}
.ias-trigger a:hover .arrow-more {
  background-image: url(arrowdown-gold.png);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.news {
  width: 25%;
  padding-bottom: 40px;
  display: table-cell;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
.news:hover .item-image {
  /*border-bottom: 6px solid #d1b17c;*/
}
.news .item-image {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border:1px solid #000000;
 /* border-bottom: 6px solid transparent;*/
}
.news h2 {
  font-weight: 400;
  font-size: 18px;
  color: #d1b17c;
  padding-bottom: 24px;
  text-align: center;
  line-height: 1.8;
}
.news span.news-date {
  display: block;
  width: 100%;
  text-align: center;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.news p {
  color: #000000;
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
}
.news span.news-readmore {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: block;
  width: 100%;
  text-align: left;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
  padding: 14px 0;
  text-decoration: underline;
}
.news span.news-readmore:hover {
  color: #d1b17c;
}
.news-row {
  display: table;
  width: 100%;
}
.news-row .news:first-child {
  padding-left: 0px;
  padding-right: 60px;
}
.news-row .news:nth-child(2) {
  padding-left: 20px;
  padding-right: 40px;
}
.news-row .news:nth-child(3) {
  padding-left: 40px;
  padding-right: 20px;
}
.news-row .news:nth-child(4) {
  padding-left: 60px;
  padding-right: 0px;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
    transform: scale(0.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/*Item Events*/
#itembody {
  width: 100%;
  background: #ffffff;
  padding: 40px 0;
}
#itembody .item-image {
  display: table-cell;
  width: 340px;
  padding-right: 40px;
  padding-bottom: 40px;
  vertical-align: top;
}
#itembody .back-link {
  display: block;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  font-eight: 300;
  font-size: 13px;
  color: #d1b17c;
  text-decoration: underline;
  text-transform: uppercase;
}
#itembody .item-text {
  display: table-cell;
  vertical-align: top;
}
#itembody .item-text span.news-date {
  display: block;
  width: 100%;
  text-align: left;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 20px;
}
#itembody .item-text h2 {
  font-weight: 400;
  font-size: 16px;
  color: #d1b17c;
  padding-bottom: 16px;
  text-align: left;
}
#itembody .item-text p {
  line-height: 1.6;
  text-align: left;
  font-weight: 300;
}
#itembody .item-text .news-intro p {
  font-weight: 400;
  padding-bottom: 20px;
}
/*events item gallery*/
#events-gallery-container {
  width: 100%;
  padding: 0;
  height: 350px;
}
#events-gallery-container .events-slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
#events-gallery-container .events-slidee li {
  width: 400px;
  float: left;
  margin: 0 10px;
  height: 350px;
  display: inline-block;
  overflow: hidden;
  background-image: none!important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#events-gallery-container .events-slidee li img {
  width: auto;
  height: 100%;
  overflow: hidden;
}
#catwrapper .wrapper.eventsgal{
  display:block;  padding-top:40px;
}
.eventsgal .slidesnav {
  margin-top: -25px;
  background: transparent;
  display: block;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
    border:none;
  cursor: pointer;
  z-index: 99;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;

}
.eventsgal .slidesnav:hover {
  border-color: #d1b17c;
}
.eventsgal .slidesnav:hover:before {
  border-color: #d1b17c;
}
.eventsgal .slidesnav:before {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0em;
  vertical-align: top;
  width: 100%;
}
.eventsgal .slidesnav.next {
    background-image:none;
  right: 1%;
}
.eventsgal .slidesnav.next:before {
  left: -10%;
  transform: scale(0.6) rotate(45deg);
}
.eventsgal .slidesnav.prev {
    background-image:none;
  left: 1%;
}
.eventsgal .slidesnav.prev:before {
  left: auto;
  right: -10%;
  transform: scale(0.6) rotate(-135deg);
}
.eventsgal .slidesnav.disabled {
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-image: none;
  cursor: default;
}
.eventsgal .slidesnav.disabled:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.eventsgal .slidesnav.disabled:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.eventsgal .slidesnav.disabled:hover:before {
  border-color: rgba(255, 255, 255, 0.2);
}
/*GALLERY*/
.cat-gallery {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: table;
}
.cat-gallery .item-gallery {
  width: 100%;
  /*height:33%;*/
  display: table-row;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cat-gallery .item-gallery:last-child {
  height: 34%;
}
.cat-gallery .item-gallery:hover .gal-hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.15);
}
.cat-gallery .item-gallery:hover .gal-title h2 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin: 0;
}
.cat-gallery .item-gallery .gal-hover {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.65);
}
.cat-gallery .item-gallery .gal-title {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: table-cell;
  width: 100%;
  color: #ffffff;
  vertical-align: middle;
}
.cat-gallery .item-gallery .gal-title h2 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  z-index: 2;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 2;
}
#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: 2px;
  position: absolute;
  bottom: -15px;
  left: 0px;
  background: rgba(0, 0, 0, 0.1);
}
.scrollbar .handle {
  width: 100px;
  /* overriden if dynamicHandle: 1 */
  height: 2px;
  background: #d1b17c;
}
.slidesnav {
  z-index: 10;
  position: absolute;
  cursor: pointer;
  display: table;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  /*border:1px solid @color-white;*/
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.slidesnav:hover {
  /*border:1px solid @color-gold;*/
}
.slidesnav.next {
  background-image: url(arrow-r.png);
  right: 30px;
  background-position: center;
}
.slidesnav.prev {
  background-image: url(arrow-l.png);
  left: 30px;
  background-position: center;
}
.slidesnav.disabled {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-image: none;
}
#galnav {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
}
#galnav .gal-menu ul {
  list-style: none;
  display: table;
  margin: 0 auto;
}
#galnav .gal-menu ul li {
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 30px;
}
#galnav .gal-menu ul li.current a,
#galnav .gal-menu ul li:hover a {
  color: #ffffff;
  border: 2px solid #d1b17c;
  background-color: #d1b17c;
}
#galnav .gal-menu ul li a {
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 50%;
  color: #212121;
  background-color: transparent;
  border: 2px solid #212121;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
/*CONTACTS*/
#contacts {
  background-color: #ffffff;
}
.contacts-text {
  display: inline-block;
  float: left;
  padding: 30px 0;
}
.contacts-text p {
  line-height: 2;
  font-size: 13px;
}
.contacts-text:first-child {
  padding: 30px 100px;
}
/*FORM*/
.cait-form-set {
  min-width: 400px;
}
.cait-form-set form {
  max-width: 500px;
}
.cait-form-set form .query-form-element input,
.cait-form-set form .query-form-element textarea {
	margin-bottom:10px;
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  border: 2px solid #c0c0c0;
  border-radius: 0px;
  font-size: 14px;
  line-height: 14px;
}
.qfsubmit {
  display: table;
  width:100%;
  margin: 0;
}
.qfsubmit input[type=button] {
  cursor: pointer;
  float: right;
  padding: 0 0 0 0;
  color: #d1b17c;
  background-color: #ffffff;
  border: 0px none #d1b17c;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.qfsubmit input[type=button]:hover {
  color: #4a4a4a;
  -webkit-transition: .4s all;
  transition: .4s all;
}
.qfblock {
  padding: 0px;
}
.qflink {
  display: none!important;
}
#reserve_phone_text{
  width:100%;
  padding-bottom:0;
}

.qfcheckbox {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}

.qfcheckbox label {
  color: #000000;
  padding: 0 20px 0 0;
  float: left;
  width: auto;
  text-align: left;
  display: inline-block;
}

.qfcheckbox input {
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
}


.pickmeup {
  z-index: 4;
}
/*MAP*/
#map_canvas {
  width: 100%;
  height: 900px;
}


#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);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.map-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 6;
  top: 30px;
  right: 30px;
  padding: 8px;
  border-radius: 50%;
  color: #bababa;
  background-color: #ffffff;
  border: 2px solid #bababa;
}
.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);
}
.infobox{
	width:250px;
	font-size:18px;
	height:90px;
}
.infobox img {
  width: 180px;
  margin:auto;
  margin-bottom:10px;
}
/*FOOTER*/
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 12px 0;
  z-index:10;
}
#footer .footer {
  display: table-cell;
}
#footer .footer span {
  margin: 0 5px;
  padding: 0 10px 0 0;
  border-right: 1px solid #ffffff;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  float: left;
}
#footer .footer span:last-child {
  border-right: 0px;
}
#footer .footer.right {
  float: right;
}
/*Feedback form*/
/*feeedback mainpage*/
#feedback-form,
#pop-up-message {
  position: fixed;
  top: 0px;
  width: 100%;
  display: none;
  bottom: 0;
  z-index: 3;
  color: #4a4a4a;
}
#feedback-form-tablewrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#feedback-form-cellwrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#feedback-form-wrapper {
  display: table;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
}
#feedback-form i,
#pop-up-message i {
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  z-index: 3;
  right: 10px;
  top: 5px;
  color: #4a4a4a;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transform: rotate(0deg);
}
#feedback-form i:hover,
#pop-up-message i:hover {
  color: #d1b17c;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
#pop-up-message {
  display: block;
}
#pop-up-message #feedback-form-wrapper {
  width: 400px;
}
.fa-close:before {
  display: block;
  content: "+";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4a4a4a;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4a4a4a;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #4a4a4a;
  font-family: 'Open Sans', sans-serif;
}







/*SUCCESS FORM MESSAGE (EDITED BY KROL)*/

#message {
  display: none;
  position: fixed;
  top: 100px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  background-color: rgba(255,255,255,0.9);
  border: 2px solid #c0c0c0;
  padding: 20px;
  font-size: 13px;
  text-align: center;
  z-index: 100000;
}

#message.active {
display: block;
}

#message_include {
  display: none;
  width: 0;
  height: 0;
}

#message_success {
  width: 100%;
}

#message_text {

}

#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;
	color: #d1b17c;
  border-bottom: 1px solid #d1b17c;
  transition: all 0.5s ease;
}

#mess_close_ins:hover {
color: #4a4a4a;
border-bottom: 1px solid #4a4a4a;
}














@media screen and (max-width: 1599px) {
  .news-row {
    display: table;
    width: 100%;
  }
  .news-row .news:first-child {
    padding-left: 0px;
    padding-right: 30px;
  }
  .news-row .news:nth-child(2) {
    padding-left: 10px;
    padding-right: 20px;
  }
  .news-row .news:nth-child(3) {
    padding-left: 20px;
    padding-right: 10px;
  }
  .news-row .news:nth-child(4) {
    padding-left: 30px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1399px) {
  .news {
    width: 50%;
    padding-bottom: 80px;
    display: inline-table;
  }
  .news-row .news:first-child {
    padding-left: 0px;
    padding-right: 40px;
  }
  .news-row .news:nth-child(2) {
    padding-left: 40px;
    padding-right: 0px;
  }
  .news-row .news:nth-child(3) {
    padding-left: 0px;
    padding-right: 40px;
  }
  .news-row .news:nth-child(4) {
    padding-left: 40px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 959px) {
  #feedback-form i,
  #pop-up-message i {
    font-size: 20px;
  }
  #main {
    padding-bottom: 0;
  }
  .wrapper {
    padding: 0 10px;
  }
  #left {
    /* .lang{padding-top:50px;}
       &.opened{
         .menu-button{
           left:auto;
           right:30px;
           color:@color-white;
         }
       }*/
  }
  #left .menu ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 24px;
  }
  #cattitle {
    padding-top: 25px;
    margin-bottom: 40px;
  }
  #cattitle h1 {
    padding-left: 40px;
  }
  #itembody {
    padding-bottom: 40px;
  }
  #catbody {
    padding-bottom: 40px;
  }
  #catbody .item .item-image {
    max-width: 100%;
    width: 100%;
    float: none;
    padding: 20px 0;
    margin: 0;
  }
  #catwrapper {
    background-attachment: scroll;
  }
  #catwrapper .wrapper {
    padding: 0 30px;
  }
  .menu-sub-navigate {
    z-index: 2;
    background-image: url(line.gif);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 2px;
    list-style: none;
    width: 100px;
    padding: 0 10px;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .menu-sub-navigate li {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border: 2px solid #4a4a4a;
    background-color: #ffffff;
    color: #4a4a4a;
  }
  .menu-sub-navigate li a {
    font-size: 14px;
  }
  .menu-cat-item {
    height: auto;
    vertical-align: top;
    display: table;
    width: 400px;
    padding-top: 80px;
    margin: 0 auto;
  }
  .menu-cat-item dl {
    display: table;
    width: 100%;
  }
  #menu-sub-menu {
    margin-left: 0px;
    z-index: 2;
  }
  #menu-sub-menu ul {
    list-style: none;
    display: table;
    margin: 0 auto;
  }
  #menu-sub-menu ul li {
    margin: 0 5px;
  }
  #menu-sub-menu ul li a {
    display: block;
    background-color: #ffffff;
    color: #4a4a4a;
    border: 2px solid #4a4a4a;
    font-size: 13px;
    padding: 4px 5px;
    min-width: 80px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .news {
    width: 50%;
    padding-bottom: 40px;
    display: inline-table;
  }
  .news-row .news:first-child {
    padding-left: 0px;
    padding-right: 20px;
  }
  .news-row .news:nth-child(2) {
    padding-left: 20px;
    padding-right: 0px;
  }
  .news-row .news:nth-child(3) {
    padding-left: 0px;
    padding-right: 20px;
  }
  .news-row .news:nth-child(4) {
    padding-left: 20px;
    padding-right: 0px;
  }
  #itembody .item-image {
    display: table;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  #itembody .item-text {
    display: table;
  }
  .subCategory-item {
    width: 46%;
    margin: 2%;
    height: 200px;
    display: inline-block;
  }
    #events-gallery-container {
        height: 250px;
    }
    #events-gallery-container .events-slidee li {
        height: 250px;
    }
  #footer {
    display: none!important;
  }
  #footer .footer {
    display: table;
    width: 100%;
    padding-bottom: 10px;
  }
  #footer .footer:last-child {
    padding-bottom: 0px;
  }
  #feedback-form-wrapper {
    margin: 0 auto 0 0;
    padding: 20px;
  }
  #feedback-form-wrapper .qfblock.cait-form-set {
    width: 280px;
    min-width: 200px;
  }
  #contacts .contacts-text {
    display: table;
    float: left;
    padding: 30px 20px 30px 80px;
  }
  #contacts .contacts-text p {
    line-height: 2;
    font-size: 13px;
  }
  #contacts #map-block {
    margin-bottom: 100px;
  }
  #galnav {
    top: 30px;
  }
  #galnav .gal-menu ul li {
    display: inline-block;
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 15px;
  }
  #galnav .gal-menu ul li a {
    height: 64px;
    line-height: 60px;
    font-size: 10px;
  }
}
@media screen and (max-width: 499px) {
  .subCategory-item {
    width: 100%;
    margin: 40px 0;
    height: 200px;
    display: block;
  }
  #cattitle {
    padding-top: 35px;
    margin-bottom: 35px;
  }
  #cattitle h1 {
    font-size: 30px;
    padding-left: 40px;
  }
  #itembody,
  #catbody {
    padding-bottom: 50px;
  }
  #menu-sub-menu {
    width: 100%;
  }
  #menu-sub-menu ul {
    list-style: none;
    display: table;
    width: 100%;
  }
  #menu-sub-menu ul li {
    margin: 0;
    display: block;
    float: none;
    padding-bottom: 10px;
    width: 100%;
  }
  #menu-sub-menu ul li a {
    display: block;
    background-color: #ffffff;
    color: #4a4a4a;
    border: 2px solid #4a4a4a;
    font-size: 13px;
    padding: 4px 5px;
    min-width: 80px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .menu-sub-navigate {
    width: 70px;
    padding: 0 0px 0 0;
    position: absolute;
    top: 0px;
    left: 0;
  }
  .menu-sub-navigate li {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .menu-sub-navigate li a {
    font-size: 13px;
  }
  .menu-cat-item {
    height: auto;
    vertical-align: top;
    display: table;
    width: 300px;
    padding-left: 70px;
    padding-top: 0px;
    margin: 0 auto;
  }
  #catbody.about .item .item-text table td {
    width: 100%;
    display: table;
  }
  #catbody.about .item .item-text table td:first-child {
    padding-right: 0;
  }
  #catbody.about .item .item-text table td:last-child {
    padding-left: 0;
  }
  #tab-container-sub {
    margin-top: 40px;
  }
  .news {
    width: 100%;
    padding-bottom: 40px;
    display: table;
  }
  .news-row .news:first-child {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news-row .news:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news-row .news:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
  }
  .news-row .news:nth-child(4) {
    padding-left: 0px;
    padding-right: 0px;
  }
  #footer .footer {
    display: table;
    width: 100%;
    padding-bottom: 10px;
  }
  #footer .footer span {
    border-right: 0px none #ffffff;
    padding-bottom: 5px;
    width: 100%;
    display: block;
  }
  #footer .footer:last-child {
    padding-bottom: 0px;
  }
  #galnav {
    top: auto;
    bottom: 20px;
  }
  #galnav .gal-menu ul li {
    width: 64px;
    height: 64px;
    margin: 0 10px;
  }
  #galnav .gal-menu ul li a {
    height: 64px;
    line-height: 60px;
    font-size: 10px;
  }
}
