@font-face {
  font-family: lasco;
  src: url(../fonts/lasco.ttf);
}
html {
  min-height: 100%;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #FFF;
  background: url("../images/bg2.jpg") center center;
  color: #65656b;
  margin-bottom: 100px;
}

body.active {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.darkbg {
  background-color: #141414;
  background: url("../images/bg.jpg") center center;
  color: #AAAAB1;
}

.darkbg2 {
  background-color: #141414;
  background: url("../images/bg3.jpg") center center;
  color: #AAAAB1;
}

.lightbg {
  /*background-color: #FFF;*/
  /*background: url("../images/bg2.jpg") center center;*/
  background: transparent;
  color: #65656b;
  text-align: center;
}

.lightbg h2 {
  color: #141414;
}

.darkbg h2 {
  color: #FFF;
}

.darkbg2 h2 {
  color: #FFF;
}

h1:after {
  display: block;
  width: 100px;
  border-top: 2px solid #dc9940;
  position: relative;
  top: 10px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 20px;
  content: "";
}

h2:after {
  display: block;
  width: 100px;
  border-top: 2px solid #dc9940;
  position: relative;
  top: 10px;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 20px;
  content: "";
}

h1 {
  font-family: "lasco", Helvetica, Arial, sans-serif;
  color: #141414;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 5px;
  margin: 0 auto;
  text-transform: uppercase;
}

h2 {
  font-family: "lasco", Helvetica, Arial, sans-serif;
  color: #141414;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  padding-top: 40px;
  padding-bottom: 5px;
  margin: 0 auto;
  text-transform: uppercase;
}

h3 {
  color: #AAAAB1;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

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

a {
  color: #141414;
  text-decoration: none;
}

a:hover {
  color: #65656b;
  text-decoration: none;
}

.darkbg a, .darkbg2 a {
  color: #FFF;
  text-decoration: none;
}

.darkbg a:hover, .darkbg2 a:hover {
  color: #dc9940;
  text-decoration: none;
}

.bgphoto0 {
  background: url("../images/pic0.png") top right no-repeat;
  background-size: 100%;
}

.bgphoto1 {
  background: url("../images/pic1.png") top right no-repeat;
  background-size: 100%;
}

.bgphoto2 {
  background: url("../images/pic2.png") top left no-repeat;
  background-size: 100%;
}

.stickytop {
  background: rgba(0, 0, 0, 0.9) !important;
}

.menu {
  height: 48px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 960px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}
.menu a {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #AAAAB1;
  line-height: 50px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu a:active {
  background-color: transparent;
}
.menu a:hover, .menu a:focus {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #FFF;
  text-decoration: none;
  background-color: transparent;
}

.menu li, .menu li:active {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu li:hover, .menu li:focus {
  border-bottom: 2px solid #dc9940;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.btn {
  background-color: transparent;
  color: #AAAAB1;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #AAAAB1;
  border-radius: 100px;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 20px 20px;
}

.btn:hover {
  background-color: #dc9940;
  color: #000;
  border: 2px solid #dc9940;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.offer {
  width: 100%;
  height: 100vh;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo {
  margin: auto auto;
  text-align: center;
  z-index: 9999;
}

.logo img {
  width: 70%;
}

.fullscreen-bg {
  overflow: hidden;
  z-index: 0;
  position: relative;
  height: 100vh;
  width: 100%;
  background: #000;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: #000;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.overlay.active {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
}

.sidebarbg {
  overflow-y: auto;
  height: 100%;
  margin: 0;
}

.sidebar {
  max-width: 250px;
  right: -250px;
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  text-align: left;
  font-size: 20px;
  color: #000;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100001 !important;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  margin: 0;
  padding-left: 20px;
  padding-top: 10px;
  list-style: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
}

.sidebar a {
  text-decoration: none;
}

.sidebar.active {
  right: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.overlayhead {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: url("../images/pattern.png") center center;
}

.content {
  width: 100%;
  max-width: 960px !important;
  margin: 0 auto;
  padding-bottom: 20px;
}

.contact {
  text-align: center;
  margin-bottom: 40px;
}

.contact a {
  text-decoration: none;
  color: #AAAAB1;
}

.contact a:hover {
  color: #FFF;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  max-height: 500px;
  padding: 0;
  margin: 0;
}

.map {
  width: 100%;
  max-height: 500px;
  padding: 0px;
  margin: 0px;
}

.footerbg {
  bottom: 0px;
  margin: 0;
  height: 100px;
  width: 100%;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #141414;
  background: url("../images/bg.jpg") center center;
  color: #AAAAB1;
}

.footer {
  max-width: 960px;
  font-size: 14px;
  display: table;
}

.footerlink {
  color: #AAAAB1;
  text-decoration: none;
}

.footerlink:hover {
  color: #FFF;
  text-decoration: none;
}

.footercontent1 {
  text-align: left;
}

.footercontent2 {
  text-align: center;
}

.footercontent3 {
  text-align: right;
}

.event-full {
  margin-top: 20px;
  margin-bottom: 20px;
}

.event-date-full {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #dc9940;
  text-align: left;
}

.event-title-full {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}

.event-image-full {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0 auto 20px;
  max-width: 350px;
  width: 100%;
  height: auto;
}

.event {
  width: 200px;
  margin: 20px auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.event-date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #dc9940;
  text-align: center;
}

.event-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.event-image {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  width: 200px;
  height: 300px;
}

.event-image:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #dc9940;
  text-align: center;
}

.gallery-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.gallery-mainimage {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  padding: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  width: 200px;
  height: 200px;
}

.gallery-mainimage:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-image-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-image-full img {
  width: 200px;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 10px;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.gallery-image-full img:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-close:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 20px;
  margin-left: -10px;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 20px;
  margin-left: -10px;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gallery-next, .gallery-prev {
  display: block;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-next:hover, .gallery-prev:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery-next {
  right: 10px;
}

.gallery-prev {
  left: 10px;
}

.gallery-next::before, .gallery-next::after, .gallery-prev::before, .gallery-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 20px;
  height: 2px;
}

.gallery-next::before {
  margin-left: -10px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery-next::after {
  margin-left: -10px;
  margin-top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gallery-prev::before {
  margin-left: -10px;
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.gallery-prev::after {
  margin-left: -10px;
  margin-top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fancybox-overlay {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.9) !important;
}

.fancybox-skin {
  background: transparent;
}

.fancybox-title {
  display: none !important;
}

.pre {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #141414;
}

.svg_anm {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/pufff.svg) center center no-repeat;
  background-size: 100px;
  opacity: 0.5;
}

.menuicons {
  margin-bottom: 20px;
}

.menuicon1 {
  cursor: pointer;
  width: 300px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
  background: url("../images/menuicon1.png") top center/cover no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menuicon1:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menuicon2 {
  cursor: pointer;
  width: 300px;
  height: 150px;
  text-align: center;
  margin: 0 auto;
  background: url("../images/menuicon2.png") top center/cover no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menuicon2:hover {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menutext {
  text-align: center;
}

.social img {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.social {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-align: center;
  margin: 20px auto;
}

.social:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social a {
  color: #AAAAB1;
  text-decoration: none;
}

.social a:hover {
  color: #dc9940;
  text-decoration: none;
}

.social1 {
  background: url("../images/social1.png") top center/cover no-repeat;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social2 {
  background: url("../images/social2.png") top center/cover no-repeat;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social3 {
  background: url("../images/social3.png") top center/cover no-repeat;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.menu-icon-bg {
  position: fixed;
  z-index: 100002;
  right: 0px;
  top: 0px;
  display: block;
  background: transparent;
}

.menu-icon {
  display: block;
  margin: 20px;
  width: 30px;
  height: 26px;
  background: transparent;
  border-top: 3px solid;
  border-bottom: 3px solid;
  color: #65656b;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-icon:before, .menu-icon:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-icon:hover {
  color: #d2d2d6;
}

.menu-icon.active {
  border-color: transparent;
}
.menu-icon.active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.menu-icon.active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-logo-bg {
  position: fixed;
  z-index: 100000;
  left: 0px;
  top: 0px;
  display: block;
  background: transparent;
}

.menu-logo {
  height: 60px;
}

.menu-logo img {
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.visible-sm {
  display: none;
}

.hidden-sm {
  display: block;
}

.menubg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 48px;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid #000;
  z-index: 10;
}

@media (max-width: 767px) {
  /*html {
    padding-top: 70px;
  }*/
  .event-image {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .gallery-mainimage {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);
    }
  .social {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .menubg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    background: black;
    border-bottom: 2px solid #000;
    z-index: 10;
  }

  .visible-sm {
    display: block !important;
  }

  .fullscreen-bg {
    background: url("../images/headbg.jpg") center center/cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }

  .overlay h1 {
    font-size: 40px;
  }

  .dsc {
    width: 100px;
    height: 120px;
  }

  .vk {
    width: 100px;
    height: 120px;
  }

  .buttons {
    display: none;
  }

  .hidden-sm {
    display: none !important;
  }
}
[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
