@import url("font.css");

body {
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: #1f1f24;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  min-height: 0px !important;
  padding-bottom: 40px;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 30px;
  color: #1a1a1a;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h2.dancing {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h3 {
  position: relative;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
p.lead {
  font-size: 20px !important;
  
}
strong {
  font-weight: normal;
  font-style: normal;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
a, a:active:focus:link:visited {
  text-decoration: underline;
  color: #1a1a1a;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a:hover {
  color: #2c691f;
  text-decoration: none;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #2c691f;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #f0f0f0;
  color: #1a1a1a;
  font-size: 20px;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"]:read-only.datepicker-elm {
  background-color: #fff !important;
}
textarea {
  padding: 8px 15px !important;
  background-color: #f0f0f0 !important;
  color: #1a1a1a !important;
  font-size: 20px !important;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
label {
  font-size: 18px;
}
.form-group label small {
  color: #999;
  font-size: 80%;
}
select.form-control {
  padding: 0px 15px;
  height: 52px;
  line-height: 52px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #1a1a1a;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group-addon {
    font-size: 20px;
    color: #1a1a1a;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 0px;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  min-width: 120px;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: transparent;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #fff;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  color: #1a1a1a !important;
  background-color: #fff !important;
}
input[type="button"].darkBtn, input[type="submit"].darkBtn, button.darkBtn, a.darkBtn {
  color: #2c691f;
  border: 1px solid #2c691f;
}
input[type="button"].darkBtn:hover, input[type="submit"].darkBtn:hover, button.darkBtn:hover, a.darkBtn:hover {
  color: #fff !important;
  border: 1px solid #2c691f !important;
  background: #2c691f !important;
}
.form-control:focus {   
  border-color: #1a1a1a;
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .checkbox, .has-error .radio {
  color: #5a5c5f;
}
.has-error .checkbox .cr, .has-error .radio .cr {
  border-color: #cc120e;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 60%;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.popover {
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
.none {
  display: none;
}
hr {
  margin: 30px auto;
  max-width: 50%;
  border-top: 2px solid #2c691f;
}
.br {
  display: block;
}
.bg-warning {
  padding: 15px;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #232323;
  border-left: 4px solid #2c691f;
}
.eu-cookies {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 600px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: rgba(0,0,0,0.80);
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #fff;
}
.eu-cookies button {
  margin-top: 8px;
  background: #fff !important;
  color: #000;
}
.eu-cookies button:hover {
  background: #2c691f !important;
  border-color: #2c691f;
  color: #000;
}
#powered-by {
  display: none !important;
}
.cky-consent-bar .cky-consent-close, .cky-modal .cky-modal-close {
  min-width: 0px !important;
  height: auto !important;
}
.cky-classic .cky-btn-settings:before {
  margin-top: 10px;
}
.dropdown-menu {
  border-radius: 0 !important;
}
#header-holder {
  position: relative;
  background: #fff;
}
#header-holder .top-line {
  color: #fff;
  background: #2c691f;
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#header-holder .top-line a {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#header-holder .top-line a:hover {
  opacity: 0.5;
}
#header-holder .top-line .fa-map-marker {
  vertical-align: 1px;
}
#header-holder .video-holder {
  position: relative;
  background: #fff;
  overflow: hidden;
}
#header-holder .video-holder .col-sm-12{
  padding: 0;
  margin-bottom: -40px;
  overflow: hidden;
}
#header-holder .video-holder video, #header-holder .video-holder img {
  position: relative;
  display: block;
  width: 100%;
  min-height: 450px;
  z-index: 0;
}
#header-holder .video-holder .video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.44);
  z-index: 1;
}
#header-holder .video-holder .bv-text {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 1px rgb(0 0 0);
  z-index: 2;
}
#header-holder .video-holder .bv-text h2 {
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 6px;
}
.subpage-holder #header-holder .video-holder .bv-text {
  display: none !important;
}
.subpage-holder #header-holder .video-holder .col-sm-12 {
  position: relative;
  margin-bottom: 0px !important;
  height: 140px !important;
  overflow: hidden !important;
}
.subpage-holder #header-holder .video-holder video, #header-holder .video-holder img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
#header-holder .video-holder a {
  display: inline-block;
  padding: 5px 20px;
  background: #2c691f;
  color: #fff;
  height: 40px;
  line-height: 33px;
  text-decoration: none !important;
  border: none !important;
}
#header-holder .video-holder a:hover {
  text-decoration: none !important;
  text-shadow: none !important;
}
#header-holder .video-holder i.fa-long-arrow-down {
  font-size: 30px;
  line-height: 30px;
  color: #fff !important;
  text-shadow: none;
}
#header-holder .video-holder i.fa-long-arrow-down:hover {
  color: #fff !important;
}
#header-holder #navigation {
  position: absolute;
  top: 40px;
  left: 0;
  padding-top: 20px;
  width: 100%;
  z-index: 9;
}
#navigation.fixed-theme {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  background: #fff;
  padding: 10px 0px 10px 0px !important;
  border-bottom: 1px solid rgba(0,0,0,0.25) !important;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  z-index: 99 !important;
}
#navigation.fixed-theme .navbar-brand img {
  max-height: 70px;
}
.navbar-brand {
  position: relative;
  padding: 0px !important;
  height: auto !important;
  margin-left: 20px;
  z-index: 4;
}
.navbar-brand img {
  max-height: 100px;
  cursor: pointer;
}
.navbar {
  padding: 0 !important;
  margin-bottom: 0;
  border-radius: 0 !important;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  height: auto !important;
  background: #fff;
  border: 1px solid #fff;
  margin: 1px 0 0 0;
}
.navbar-toggle:hover {
  background: #2c691f !important;
  border: 1px solid #2c691f !important;
}
.navbar-toggle .icon-bar {
  background: #000;
}
.navbar-toggle:hover .icon-bar {
  background: #fff;
}
.navbar-nav {
  float: none !important;
  display: inline-block !important;
}
.nav > li {
  background: transparent;
}
.nav > li .caret {
  margin-top: -4px;
}
.nav > li > a {
  padding: 30px 0 0 0;
  line-height: 40px;
  color: #fff;
  margin: 0 15px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.nav > li > a:hover, .nav > li.active > a, .nav .open > a, .nav .open > a:hover,
.nav .open > a:focus, .nav .open > a:visited, .nav .open > a:link, .nav .open > a:active {
  background: transparent !important;
  color: #fff !important;
}
#navigation.fixed-theme .nav > li > a:hover, #navigation.fixed-theme .nav > li.active > a, 
#navigation.fixed-theme .nav .open > a, #navigation.fixed-theme .nav .open > a:hover,
#navigation.fixed-theme .nav .open > a:focus, #navigation.fixed-theme .nav .open > a:visited, 
#navigation.fixed-theme .nav .open > a:link, #navigation.fixed-theme .nav .open > a:active {
  background: transparent !important;
  color: #1a1a1a !important;
}
.nav > li > a:not(.hvr-underline-from-center):hover {
  color: #ff6a21;
}
.nav > li.active > a.hvr-underline-from-center:before {
  left: 0;
  right: 0;
}
#navigation .rezButton a {
  margin-top: 24px;
  margin-right: 20px;
} 
#navigation.fixed-theme .nav > li > a {
  padding: 18px 0 0 0;
  line-height: 40px;
  color: #1a1a1a;
  text-shadow: none;
}
#navigation.fixed-theme .rezButton a {
  color: #1a1a1a;
  border-color: #1a1a1a;
  margin-top: 12px;
}
#navigation.fixed-theme .rezButton a:hover {
  color: #2c691f !important;
  border-color: #2c691f;
}
#navigation .dropdown-menu {
  min-width: 60px;
  margin: 0;
}
#navigation .dropdown-menu li {
  margin: 0;
}
#navigation .is-red a {
  animation: blinkingBackground 1.0s infinite;
}
@keyframes blinkingBackground{
	0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
	50%{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
	100%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#navigation.fixed-theme .is-red a:not(.button) {
  color: #2c691f !important;
  animation: none !important;
}
#header-holder #social-holder {
  position: fixed;
  right: 0;
  top: 36%;
  text-align: center;
  padding: 10px 10px 0 10px;
  background: rgba(255,255,255,0.6);
  z-index: 9999;
}
#header-holder #social-holder a {
  display: block;
}
#header-holder #social-holder i.fa {
  display: inline-block;
  color: #232323;
  font-size: 22px;
  line-height: 22px;
  min-width: 30px;
  margin-bottom: 15px;
}
#header-holder #social-holder i.fa:hover {
  color: #2c691f;
}
#header-holder #social-holder.scrolled i.fa, .subpage-holder #header-holder #social-holder i.fa {
  color: #232323 !important;
}
.content-holder {
  position: relative;
  background: #fff;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 26px;
  padding: 100px 0;
}
body.modal-open {
  padding-right: 0 !important;
}
.modal .modal-header {
  background: #2c691f;
}
.modal .modal-content {
  border-radius: 0 !important;
}
.modal h4 {
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  text-transform: uppercase;
}
.modal button.close {
  min-width: 0px;
  width: auto;
  height: auto;
  line-height: 34px;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
  color: #fff;
  border: 0;
  margin: 0;
  text-shadow: none !important;
  opacity: 1;
}
.modal button.close:hover {
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
  background: transparent !important;
  color: #1a1a1a !important;
  border: 0 !important;
  margin: 0 !important;
}
#rezervation-open iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
#offer-holder {
  position: relative;
  background: #fff;
  font-size: 18px;
  line-height: 26px;
  background: url(../images/pr-banner.jpg) right center no-repeat;
  background-size: 50%;
}
#offer-holder .offer-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
#offer-holder .pingCnt {
  background: #2c691f;
}
#offer-holder .pingCnt h3 {
  color: #fff;
  padding: 0 30px;
}
#offer-holder .pingCnt p {
  padding: 0 30px 15px 30px;
}
#offer-holder .pingCnt a.button {
  margin-bottom: 10px;
}
#news-holder {
  position: relative;
  background: #fff;
  padding: 0 0 60px 0;
}
#news-holder h2 {
  margin-top: 0;
}
#news-holder #refs-items {
  padding: 0 20px;
}
#news-holder .refs-item {
  padding: 20px;
}
#menus-holder {
  position: relative;
  background: #fff;
  padding: 60px 0;
  text-align: center;
}
#menus-holder a {
  font-size: 22px;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#menus-holder a i.fa {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.galery-holder strong {
  display: block;
  padding: 10px 0;
  height: 94px;
  overflow: hidden;
}
.galery-holder strong small {
  display: block;
  font-family: 'montserratregular', Arial, Tahoma, Verdana, Helvetica, sans-serif !important;
  font-size: 14px;
  line-height: 22px;
}
.hour-label {
  display: inline-block;
  min-width: 70px;
}
.hour-label2 {
  display: inline-block;
  min-width: 80px;
}
#about-holder {
  position: realtive;
  padding: 50px 0 60px 0;
  background: url(../images/restaurant-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#about-holder * {
  color: #fff;
  text-decoration: none !important;
}
#about-holder a strong {
  display: block;
  padding: 15px 0 30px 0;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#about-holder a:hover strong {
  color: #2c691f;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#map-holder {
  position: relative;
  background: #fff;
}
#map-holder iframe {
  display: block;
  width: 100%;
  height: 420px;
}
#adress-holder {
  position: relative;
  background: #eee;
  padding: 40px 0;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 24px;
}
#adress-holder img {
  max-height: 120px;
}
#adress-holder strong {
  display: block;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 26px;
}
#adress-holder i.fa {
  display: inline-block;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 18px;
  min-width: 24px;
  text-align: center;
}
#adress-holder a {
  color: #1a1a1a;
  text-decoration: none;
  font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#adress-holder a:hover {
  color: #2c691f;
}
#adress-holder .likeUs i.fa {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  margin: 4px 2px 0 2px;
  border-radius: 5px;
}
#adress-holder .likeUs i.fa:hover {
  background: #1a1a1a;
  color: #fff;
}
#footer-holder {
  position: relative;
  padding-top: 40px;
}
#footer-holder a {
  color: #fff;
  text-decoration: none;
}
#footer-holder a:hover {
  color: silver;
  text-decoration: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1400px) {
  .container-growup {
    width: 1370px !important;
  }
}
@media (min-width: 1600px) {
  .container-growup {
    width: 1570px !important;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
}

@media (min-width: 1200px) {
  #adress-holder img {
    padding-right: 40px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .nav > li > a {
    padding: 20px 0 0 0;
    line-height: 40px;
    margin: 0 10px;
    font-size: 14px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  #header-holder .video-holder .bv-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #header-holder .video-holder .bv-text {
    font-size: 24px;
    line-height: 32px;
  }
  #header-holder #navigation {
    padding: 20px 0px 0 0px;
  }
  .navbar-brand img {
    max-height: 74px;
  }
  .nav > li > a {
    padding: 20px 0 0 0;
    line-height: 40px;
    margin: 0 10px;
    font-size: 14px;
  }
  #navigation .rezButton a {
    margin-top: 16px;
  }
  .subpage-holder #header-holder .video-holder .col-sm-12 {
    height: 160px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #header-holder .video-holder .bv-text h2 {
    font-size: 50px;
    line-height: 60px;
  }
  #header-holder .video-holder .bv-text {
    font-size: 24px;
    line-height: 32px;
  }
  #header-holder #navigation {
    padding: 20px 0px 0 0px;
  }
  .navbar-brand img {
    max-height: 74px;
  }
  .nav > li > a {
    padding: 20px 0 0 0;
    line-height: 40px;
    margin: 0 8px;
    font-size: 14px;
  }
  #navigation .rezButton a {
    margin-top: 16px;
  }
  .subpage-holder #header-holder .video-holder .col-sm-12 {
    height: 160px !important;
  }
}
@media (min-width: 992px) and (max-width: 1060px) {
  #header-holder #navigation .monitor-nav > a, #header-holder #navigation .monitor-nav .dropdown {
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header-holder .video-holder .bv-text h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 40px;
  }
  #header-holder .video-holder .bv-text {
    font-size: 30px;
    line-height: 40px;
  }
  #header-holder #navigation {
    padding: 20px 0px 0 0px;
  }
  .navbar-brand img {
    max-height: 50px;
  }
  .navbar-collapse.collapse {
    text-align: right;
  }
  .nav > li > a {
    padding: 4px 0 0 0;
    line-height: 40px;
    margin: 0 9px;
    font-size: 12px;
  }
  .subpage-holder #header-holder .video-holder .col-sm-12 {
    height: 90px !important;
  }
  #offer-holder .pingCnt h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eu-cookies {
    bottom: 140px;
  }
  #adress-holder div {
    text-align: center !important;
  }
  #adress-holder img {
    margin: 0 auto 20px auto;
  }
  #header-holder .video-holder .col-sm-12 {
    position: relative;
    margin-bottom: 0px !important;
    height: 340px;
    overflow: hidden;
  }
  #header-holder .video-holder video, #header-holder .video-holder img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #header-holder .video-holder .bv-text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 80px;
  }
  #header-holder .video-holder .bv-text {
    font-size: 24px;
    line-height: 32px;
  }
  #header-holder #navigation {
    padding: 15px 0px 0 0px;
  }
  .navbar-brand {
    text-align: center;
    display: block;
    width: 100%;
  }
  .navbar-brand img {
    max-height: 50px;
    margin: auto;
  }
  .nav > li > a {
    padding: 4px 0 0 0;
    line-height: 40px;
    margin: 0 9px;
    font-size: 12px;
  }
  .subpage-holder #header-holder .video-holder .col-sm-12 {
    height: 120px !important;
  }
}
@media (max-width: 767px) {     
  .xs-center {
    text-align: center;
  }
  .br {
    display: none;
  }
  .eu-cookies {
    left: 0;
    bottom: 0;
  }
  h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
  h2.dancing {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .content-holder {
    padding: 40px 0;
  }
  #news-holder {
    padding: 20px 0;
  }
  #menus-holder {
    padding: 30px 0;
  }
  #header-holder .top-line {
    padding: 15px 0px;
  }
  #header-holder .video-holder {
    padding: 0;
  }
  #header-holder .video-holder .bv-text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #header-holder .video-holder .bv-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 22px;
  }
  #header-holder .video-holder .col-sm-12 {
    position: relative;
    margin-bottom: 0px !important;
    height: 340px;
    overflow: hidden;
  }
  #header-holder .video-holder video, #header-holder .video-holder img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #header-holder #social-holder {
    display: none !important;
  }
  #header-holder #navigation {
    position: absolute;
    top: 60px;
    padding: 5px !important;
    width: 100%;
  }
  #header-holder #navigation.fixed-theme {
    padding: 10px 5px !important;
  }
  #header-holder #navigation.fixed-theme .navbar-toggle {
    border: 1px solid #1a1a1a;
  }
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header-holder #navigation:not(.fixed-theme) .nav > li {
    margin: 0;
  }
  #header-holder #navigation:not(.fixed-theme) .nav > li > a {
    padding: 8px 0 0 0;
    line-height: 40px;
    color: #1a1a1a !important;
    text-shadow: none;
  }
  .navbar-nav {
    margin: 20px 0 0 0;
    background: #fff;
    width: 100%;
  }
  #header-holder #navigation:not(.fixed-theme) .navbar-nav {
    border-bottom: 1px solid rgba(0,0,0,0.25) !important;
    padding-bottom: 10px;
  }
  #navigation.fixed-theme .nav > li > a {
    padding: 5px 0;
    line-height: 30px;
  }
  .navbar-brand {
    margin-left: 0;
  }
  .navbar-brand img {
    max-height: 60px;
  }
  .navbar-collapse {
    overflow: hidden !important;
  }
  .navbar-toggle {
    margin: 17px 0 0 0;
  }
  #adress-holder img {
    margin: 0 auto 20px auto;
  }
  .subpage-holder #header-holder .video-holder .col-sm-12 {
    height: 90px !important;
  }
  #offer-holder .offer-content img {
    margin: auto;
  }
  .mobileLangs {
    position: absolute;
    top: 24px;
    right: 78px;
    color: #fff;
  }
  .mobileLangs > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobileLangs .dropdown > a {
    color: #fff;
    font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }
  .mobileLangs a {
    text-decoration: none;
  }
  .mobileLangs .caret {
    vertical-align: 1px;
  }
  #navigation.fixed-theme .mobileLangs {
    top: 30px;
  }
  #navigation.fixed-theme .mobileLangs a {
    color: #1a1a1a;
  }
  #menus-holder p {
    padding-bottom: 30px;
  }
  #about-holder a strong {
    font-size: 14px;
    line-height: 22px;
  }
  #menus-holder a {
    font-size: 16px;
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 2px;
    font-size: 15px;
  }
  #navigation .is-red a {
    color: #2c691f !important;
  }
  .galery-holder strong {
    height: auto !important;
    overflow: none !important;
  }
}
@media (max-width: 310px) {
  #header-holder .top-line a {
    font-size: 10px;
    line-height: 20px;
    font-family: 'montserratsemibold', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  }
}


/* ANIMATED CHECKBOXS
-------------------------------------------------- */
.radio label, .checkbox label {
  padding-left: 30px;
}
.checkbox label:after, 
.radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 10px;
  margin-left: -30px;
  margin-top: 4px;
}
.radio .cr {
  border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 10%;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}