body {
  overflow-x: hidden;
  font-family: 'Merriweather', serif;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
background-color: transparent;}

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.button {
	border-radius: 5px;
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
  .button:hover, .button:focus, .button:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
  cursor: pointer; }

input {
  outline: none;
  border: 1px solid #aa8c51;
  padding: 7px 14px; }

section {
  padding: 50px 0; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #aa8c51; }

::selection {
  text-shadow: none;
  background: #aa8c51;
  color: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  webkit-tap-highlight-color: #aa8c51; }

::-webkit-scrollbar-track {
  background-color: #efefef; }

::-webkit-scrollbar {
  position: relative;
  height: 10px;
  width: 10px;
  background-color: #aa8c51; }

::-webkit-scrollbar-thumb {
  position: relative;
  background-color: #aa8c51; }

::-webkit-scrollbar::after {
  left: 0;
  top: 0;
  position: absolute;
  content: 'a'; }

.after {
  display: inline-block; }
  .after:after {
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background: #aa8c51;
    margin-top: 10px; }

.bs-slider {
  overflow: hidden;
  height: 100vh;
  position: relative;
  background: #000000; }

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background-color: rgba(0, 0, 0, 0.4);*/ 
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  object-fit: cover;
  height: 100vh; }

.fade {
  opacity: 1; }

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

.fade .item:first-child {
  top: auto;
  position: relative; }

.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s; }

.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  width: 45px;
  height: 45px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 43px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 100px;
  border-radius: 100px; }

.control-round:hover .carousel-control {
  opacity: 1; }

.control-round .carousel-control.left {
  left: 1%; }

.control-round .carousel-control.right {
  right: 1%; }

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent; }

.control-round .carousel-control.left > span:nth-child(1) {
  left: 45%; }

.control-round .carousel-control.right > span:nth-child(1) {
  right: 45%; }

.indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap; }

.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #9e9e9e;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #9e9e9e;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer; }

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0; }

.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #fff;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }

.carousel-control .icons {
  vertical-align: sub; }

.slide_style_left {
  text-align: left !important; }

.slide_style_right {
  text-align: right !important; }

.slide_style_center {
  text-align: center !important; }

.slide-text {
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px; }

.slide-text > h1 {
  padding: 0;
  color: #ffffff;
  font-size: 70px;
  font-style: normal;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.slide-text > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 40px;
  letter-spacing: 1px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.slide-text > a.btn-default {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #00bfff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }

.slide-text > a:hover,
.slide-text > a:active {
  color: #ffffff;
  background: #222222;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out; }

.hero {
  position: relative; }

.hero-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99; }
  .hero-info .box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-height: 131px;
     }
    .hero-info .box .icons {
      color: #fff;
      font-size: 3rem;
      margin-bottom: 10px; }
    .hero-info .box .dinamic {
      color: #fff;
      font-size: 1.6rem;
      font-style: italic; }

.header {
/*background-color: #f0f8ffa8;*/
/*background-color: #1d1d1dc2;*/
background-color: rgba(0, 0, 0, 0.5);
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0; 
}
  .header .navigation {
    margin-top: 26px;
    display: flex;
    justify-content: flex-end; }
    .header .navigation .list {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      .header .navigation .list .items {
        margin-left: 20px; }
        .header .navigation .list .items .links {
          color: #fff;
          font-size: 1.8rem; }
          .header .navigation .list .items .links:after {
            content: '';
            display: block;
            margin: 3px auto 0 auto;
            width: 0;
            height: 2px;
            background: #aa8c51;
            -webkit-transition: all ease-in-out 0.1s;
            -moz-transition: all ease-in-out 0.1s;
            -ms-transition: all ease-in-out 0.1s;
            -o-transition: all ease-in-out 0.1s;
            transition: all ease-in-out 0.1s; }
          .header .navigation .list .items .links:hover:after {
            width: 100%; }
      .header .navigation .list.-lang .items .links:after {
        display: none; }
      .header .navigation .list.-lang .items .links .sprite {
        width: 22px;
        height: 22px;
        background-size: cover; }
        .header .navigation .list.-lang .items .links .sprite.-serbian {
          background-position: 0 0; }
        .header .navigation .list.-lang .items .links .sprite.-english {
          background-position: -22px 0; }
        .header .navigation .list.-lang .items .links .sprite.-bulgarian {
          background-position: -44px 0; }
.header .logo {
  /*width: 100px;*/
}
.header-fixed {
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5) !important;
  /*background: #ddd8d1 !important; */
/*-webkit-box-shadow: 0px 2px 2px 0px rgba(221,216,209,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(221,216,209,1);
box-shadow: 0px 2px 2px 0px rgba(221,216,209,1);*/
}
  .header-fixed .logo {
    /*width: 80px; */
  }
  .header-fixed .navigation {
   /* margin-top: 12px; */}
    .header-fixed .navigation .list .items .links {
      color: #fff;
      font-size: 1.8rem; }

.mob2_hamburger {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px; }

.mob2_hamburger .mob2_hamb-top,
.mob2_hamburger .mob2_hamb-middle,
.mob2_hamburger .mob2_hamb-bottom {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 2px; }

.mob2_hamburger .mob2_hamb-top {
  top: 5px; }

.mob2_hamburger .mob2_hamb-middle {
  top: 15px; }

.mob2_hamburger .mob2_hamb-bottom {
  top: 25px; }

.mob2_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  z-index: 999;
  background: #fff;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.mob2_menu ul {
  list-style-type: none;
  margin-left: -40px; }

.mob2_menu ul li {
  padding-top: 20px;
  text-align: center; }

.mob2_menu ul li a {
  color: #333;
  font-size: 25px;
  text-decoration: none; }

/*.mob2_menu ul li a:after {
  margin: auto;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  transition: 0.2s;
  background: #333; }

.mob2_menu ul li a:hover:after {
  width: 70%; }*/

.about-page .title, .index-about .title {
  margin-bottom: 20px; 
}

.about-page .text, .index-about .text {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 1.6rem; }

.parallax-holder {
  width: 100%;
  height: 500px; }
  .parallax-holder .parallax {
    background-size: cover;
    height: 100%;
    background-attachment: fixed;
    position: relative;
    padding: 50px 0; }
    .parallax-holder .parallax .filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .parallax-holder .parallax .title {
      color: #fff;
      text-align: center;
      font-size: 3.6rem; }

.deal {
  border-radius: 5px;
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.64);
  display: flex;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .deal .pic {
    width: 315px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .deal .info {
    padding: 20px; }
    .deal .info .title {
      color: #333;
      font-size: 3rem;
      margin-bottom: 15px; }
    .deal .info .text {
      font-style: italic;
      font-size: 1.6rem;
      width: 470px; }
    .deal .info .button {
      background: #aa8c51;
      margin-top: 30px;
      border-radius: 5px;
      color: #fff; }
      .deal .info .button:hover {
        background: #333; }
  .deal .image {
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 100px !important;
    opacity: 0.6; }

.owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .owl-nav .icons {
    font-size: 4rem; }

.counter .count-image .image {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 20px; }

.counter .count-holder .count {
  font-size: 3rem;
  color: #aa8c51; }

.counter .count-text p {
  font-size: 1.8rem; }
img.img-responsive.image {
    border-radius: 5px;
}
.index-restaurant .box {
	border-radius: 5px;
  border: 1px solid #fff;
  margin-top: 80px;
  padding: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s; }
  .index-restaurant .box:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(255, 255, 255, 0.4); }
  .index-restaurant .box .pic {
    margin-bottom: 20px; }
    .index-restaurant .box .pic .image {
      width: 60px;
      margin: 0 auto; }
  .index-restaurant .box .title-holder .title {
    font-size: 3rem;
    margin-bottom: 20px; }
  .index-restaurant .box .dinamic-holder {
    text-align: center; }
    .index-restaurant .box .dinamic-holder .dinamic {
      color: #fff;
      font-size: 2rem;
      font-style: italic; }

.index-gallery .title, .gallery-page .title {
  margin-bottom: 80px; }

.index-gallery .box, .gallery-page .box {
  height: 283px;
  margin-bottom: 30px;
  position: relative; }
  .index-gallery .box .filter, .gallery-page .box .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: flex;
    justify-content: center;
    align-items: center; }
    .index-gallery .box .filter .icons, .gallery-page .box .filter .icons {
      font-size: 6rem;
      color: rgba(255, 255, 255, 0); }
  .index-gallery .box:hover .filter, .gallery-page .box:hover .filter {
    background: rgba(0, 0, 0, 0.5); }
    .index-gallery .box:hover .filter .icons, .gallery-page .box:hover .filter .icons {
      color: rgba(255, 255, 255, 0.5); }

.index-testimonials {
  height: 240px;
  width: 100%;
  background-size: cover;
  /*background: #f5f5f5;*/
  background-repeat: no-repeat;
  background-position: center; }
  .index-testimonials .icons {
    color: #747474; }
  .index-testimonials .title {
    color: #333; }
  .index-testimonials .box {
    margin-top: 40px;
    padding: 50px; }
    .index-testimonials .box .text {
      color: #fff;
      font-size: 2.2rem;
      text-align: center;
      opacity: 0.4; }
    .index-testimonials .box .name {
      color: #fff;
      opacity: 0.4;
      text-align: center;
      margin-top: 10px;
      font-style: italic; }

      .index-testimonials .list.-social {
      padding: 0;
      margin: 0;
      text-align: center;
      margin-top: 30px; }
      .index-testimonials .list.-social .items {
        display: inline-block;
        margin-right: 40px; }
        .index-testimonials .list.-social .items .links .sprite {
          width: 80px;
          height: 80px;
          background-size: cover; }
          .index-testimonials .list.-social .items .links .sprite.-facebook {
            background-position: 0 0; }
          .index-testimonials .list.-social .items .links .sprite.-youtube {
            background-position: -80px 0; }
          .index-testimonials .list.-social .items .links .sprite.-twitter {
            background-position: -160px 0; }
          .index-testimonials .list.-social .items .links .sprite.-instagram {
            background-position: -240px 0; }
          .index-testimonials .list.-social .items .links .sprite.-linkedin {
            background-position: -320px 0; }
          .index-testimonials .list.-social .items .links .sprite.-skype {
            background-position: -400px 0; }
          .index-testimonials .list.-social .items .links .sprite:hover {
            opacity: 0.5; }

.map {
  width: 100%;
  height: 500px; }

  .contact .contact-info .list .items-time {
    font-size: 18px;
  }
  .contact .contact-info .list .items-time .time-img {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 15px;
  }
  .contact .contact-info .list .items-time .times{
    /*text-indent: 50px;*/
    font-size: 18px;
    margin-left: 65px;
  }  

.footer {
  background: #060606;
  padding: 50px 0; }
  li.items.two-phone {
    padding-left: 35px;
  }
  .footer .box .title {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px; }
  .footer .box .list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .footer .box .list .items {
      display: flex;
      margin-bottom: 15px; }
      .footer .box .list .items .sprite {
        width: 25px;
        height: 25px;
        margin-right: 10px;
        background-size: cover; }
        .footer .box .list .items .sprite.-address {
          background-position: 0 0; }
        .footer .box .list .items .sprite.-phone {
          background-position: -25px 0; }
        .footer .box .list .items .sprite.-email {
          background-position: -50px 0; }
      .footer .box .list .items .dinamic {
        color: #fff; }
    .footer .box .list.-social {
      display: flex;
      margin-top: 20px; }
      .footer .box .list.-social .items .links .sprite {
        width: 30px;
        height: 30px;
        background-size: cover; }
        .footer .box .list.-social .items .links .sprite:hover {
          opacity: 0.6; }
        .footer .box .list.-social .items .links .sprite.-facebook {
          background-position: 0 0; }
        .footer .box .list.-social .items .links .sprite.-youtube {
          background-position: -30px 0; }
        .footer .box .list.-social .items .links .sprite.-twitter {
          background-position: -60px 0; }
        .footer .box .list.-social .items .links .sprite.-instagram {
          background-position: -90px 0; }
        .footer .box .list.-social .items .links .sprite.-linkedin {
          background-position: -120px 0; }
        .footer .box .list.-social .items .links .sprite.-skype {
          background-position: -150px 0; }
    .footer .box .list.-fast-links {
      display: flex; }
      .footer .box .list.-fast-links .items {
        margin-right: 20px; }
        .footer .box .list.-fast-links .items .links {
          font-size: 1.4rem;
          color: #fff; }
          .footer .box .list.-fast-links .items .links:hover {
            text-decoration: underline; }
  .footer .box .work-hours {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .footer .box .work-hours .image {
      width: 40px;
      height: 40px;
      margin: 15px 10px 15px 0; }
    .footer .box .work-hours .text {
      color: #fff;
      font-size: 1.8rem;
      font-style: italic;
      vertical-align: middle; }
  .footer .box .button {
    background: #fff;
    margin-top: 20px; }
    .footer .box .button:hover {
      background: #aa8c51; }
  .footer .box.-cards {
    padding: 15px 0; }
    .footer .box.-cards .image {
      margin: 0 auto; }

.footer-bottom {
  background: #000;
  padding: 5px 0; }
  .footer-bottom .text {
    color: #fff;
    font-size: 1rem; }
    .footer-bottom .text a {
      color: #aa8c51; }

.page-head {
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }

.sa-tabs {
  margin-top: 20px;
  /*height: 1000px;*/ }
  .sa-tabs .list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative; }
    .sa-tabs .list .items {
      display: inline-block;
      margin-right: 40px; }
      .sa-tabs .list .items .dinamic {
        cursor: pointer;
        font-size: 1.8rem; }
        .sa-tabs .list .items .dinamic.active {
          color: #aa8c51; }
          .sa-tabs .list .items .dinamic.active:after {
            width: 100%; }
        .sa-tabs .list .items .dinamic:after {
          content: '';
          width: 0;
          height: 1px;
          display: block;
          margin: 0 auto;
          margin-top: 3px;
          background: #aa8c51;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s;
          transition: all ease-in-out 0.3s; }
          @media all and (min-width: 800px){
            .sa-tabs .list .items .dinamic:hover {
          color: #aa8c51; }
          .sa-tabs .list .items .dinamic:hover:after {
            width: 100%; }
          }
        
      .sa-tabs .list .items .content {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: none; }
        .sa-tabs .list .items .content.active {
          /*display: block; */
          display: grid;
          grid-column-gap: 80px;
      }

.menu-box {
  margin: 5px 0;
  height: 280px;
  border: 1px solid  #ccc;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  .menu-box:hover .info-holder {
    bottom: 0; }
  .menu-box .pic {
    height: 100%; 
	}
    .menu-box .pic .image {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .menu-box .info-holder {
    background: rgba(0, 0, 0, 0.6);
   /* background: #060606e3;*/
  /* background: #fff;*/
    padding: 10px;
    position: absolute;
    /*bottom: -100%;*/
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s; }
    .menu-box .info-holder br{
      display: none;
    }
    .menu-box .info-holder .name {
      height: 40px;
      padding-top: 5px; }
      .menu-box .info-holder .name .title {
        color: #fff;
        font-size: 1.8rem;
        text-transform: uppercase;
        text-align: center; }
    .menu-box .info-holder .attr {
      height: 65px; }
      .menu-box .info-holder .attr .attr-dinamic {
        color: #fff;
        font-size: 1.2rem;
        font-style: italic; }
    .menu-box .info-holder .price-holder {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .menu-box .info-holder .price-holder .amount {
        color: #fff;
        font-size: 1.6rem; }
      .menu-box .info-holder .price-holder .price {
        color: #aa8c51;
        font-size: 1.9rem; }
.gallerys-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    margin-right: 20px;
    /*margin-bottom: 10px;*/
}
.gallerys-holder .gallerys-info {
    padding: 15px 7px;
    background: rgba(33, 33, 33, 0.5);
    text-align: center;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 0;
    width: 94%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.transition {
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
.marginBottom30 {
    margin-bottom: 30px;
}
.col-seter {
    padding: 0px;
}
.gallerys-holder:hover .gallerys-info {
    top: 0;
    height: 100%;
    background: rgba(33, 33, 33, 0.7);
}
.contact {
  background-position: center -100px;
  padding: 100px 0; }
  .contact .contact-form {
    display: flex;
    flex-direction: column; }
    .contact .contact-form .my-label {
      width: 100%;
      cursor: pointer;
      font-size: 2rem;
      letter-spacing: 1px;
      margin-bottom: 20px;
      color: #333; }
      .contact .contact-form .my-label .field {
        color:#333;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #000; }
        .contact .contact-form .my-label .field:focus {
          border-color: #aa8c51; }
        .contact .contact-form .my-label .field:hover {
          border-color: #aa8c51; }
        .contact .contact-form .my-label .field.-textarea {
          height: 180px; }
    .contact .contact-form .button {
      background: #aa8c51;
      color:#fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: 100%;
      font-size: 2rem;
      border-radius: 5px; }
      .contact .contact-form .button:hover {
        background: #aa8c51; }
  .contact .contact-info .list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .contact .contact-info .list.-social {
      padding: 0;
      margin: 0;
      margin-top: 30px; }
      .contact .contact-info .list.-social .items {
        display: inline-block;
        margin-right: 10px; }
        .contact .contact-info .list.-social .items .links .sprite {
          width: 40px;
          height: 40px;
          background-size: cover; }
          .contact .contact-info .list.-social .items .links .sprite.-facebook {
            background-position: 0 0; }
          .contact .contact-info .list.-social .items .links .sprite.-youtube {
            background-position: -40px 0; }
          .contact .contact-info .list.-social .items .links .sprite.-twitter {
            background-position: -80px 0; }
          .contact .contact-info .list.-social .items .links .sprite.-instagram {
            background-position: -120px 0; }
          .contact .contact-info .list.-social .items .links .sprite.-linkedin {
            background-position: -160px 0; }
          .contact .contact-info .list.-social .items .links .sprite.-skype {
            background-position: -200px 0; }
          .contact .contact-info .list.-social .items .links .sprite:hover {
            opacity: 0.5; }
    .contact .contact-info .list .items {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 20px; }
      .contact .contact-info .list .items .sprite {
        width: 50px;
        height: 50px;
        background-size: cover;
        margin-right: 15px; }
        .contact .contact-info .list .items .sprite.-home {
          background-position: 0 0; }
        .contact .contact-info .list .items .sprite.-phone {
          background-position: -50px 0; }
        .contact .contact-info .list .items .sprite.-email {
          background-position: -100px 0; }
      .contact .contact-info .list .items .dinamic {
        font-size: 1.8rem;
        color: #333; }
        .maps iframe {
        	width: 100% !important;
        }
@media all and (min-width: 1400px) {
  .container {
    width: 1360px; } }

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .menu-box .info-holder .attr {
    height: 65px; }
  .menu-box {
    height: 260px; }
  .slide-text > h1 {
    font-size: 5rem;
    margin-bottom: 10px; }
  .slide-text > p {
    font-size: 1.8rem;
    margin-bottom: 25px; }
    .index-gallery .box, .gallery-page .box {
      height: 235px;
    } }

@media all and (min-width: 992px) and (max-width: 1199px) {
  .contact .contact-info .list .items .dinamic {
    font-size: 1.4rem; }
  .contact .contact-info .list .items .sprite {
    width: 40px;
    height: 40px; }
  .contact .contact-info .list .items .sprite.-phone {
    background-position: -40px 0; }
  .contact .contact-info .list .items .sprite.-email {
    background-position: -80px 0; }
  .contact .contact-info .list.-social .items {
    margin-right: -10px; }
  .menu-page .title {
    font-size: 2.5rem; }
  .menu-box .info-holder .attr .attr-dinamic {
    font-size: 1rem; }
  .menu-box .info-holder .name .title {
    font-size: 1.4rem; }
  .menu-box .info-holder .attr {
    height: 65px; }
  .menu-box {
    /*height: 50px; */
  }
  .footer .box .work-hours .text {
    font-size: 1.6rem; }
  .footer .box .work-hours .image {
    width: 30px;
    height: 30px; }
  .footer .box .list.-fast-links .items .links {
    font-size: 1.2rem; }
  .footer .box .list .items .dinamic {
    font-size: 1.1rem; }
  .footer .box .list .items .sprite.-email {
    background-position: -40px 0; }
  .footer .box .list .items .sprite.-phone {
    background-position: -20px 0; }
  .footer .box .list .items .sprite {
    width: 20px;
    height: 20px; }
  .index-testimonials .title {
    font-size: 2.5rem; }
  
  .index-gallery .title {
    font-size: 2.5rem; }
  .counter .count-text p {
    font-size: 1.6rem; }
  .parallax-holder .parallax .title {
    font-size: 2.5rem; }
  .about-page, .index-about .text {
    font-size: 1.4rem; }
  .about-page, .index-about .title {
    font-size: 2.5rem; }
  .hero-info .box .dinamic {
    font-size: 1.4rem; }
  .header .navigation .list.-lang .items .links .sprite.-bulgarian {
    background-position: -36px 0; }
  .header .navigation .list.-lang .items .links .sprite.-english {
    background-position: -18px 0; }
  .header .navigation .list.-lang .items .links .sprite {
    width: 18px;
    height: 18px; }
  .header .navigation .list .items .links {
    font-size: 1.4rem; }
  .header .navigation {
    margin-top: 16px; }
  .header .logo {
    width: 100px; }
  .slide-text > h1 {
    font-size: 4rem;
    margin-bottom: 7px; }
  .slide-text > p {
    font-size: 1.6rem;
    margin-bottom: 18px; }
  .slide-text > a.btn-default {
    font-size: 1.1rem;
    padding: 14px 15px; } 
      .index-gallery .box, .gallery-page .box {
      height: 200px;
    }}

@media all and (min-width: 768px) and (max-width: 991px) {
  .index-testimonials .list.-social {
      padding: 0;
      margin: 0;
      text-align: center;
      margin-top: 30px; }
      .index-testimonials .list.-social .items {
        display: inline-block;
        margin-right: 40px; }
        .index-testimonials .list.-social .items .links .sprite {
          width: 60px;
          height: 60px;
          background-size: cover; }
          .index-testimonials .list.-social .items .links .sprite.-facebook {
            background-position: 0 0; }
          .index-testimonials .list.-social .items .links .sprite.-youtube {
            background-position: -60px 0; }
          .index-testimonials .list.-social .items .links .sprite.-twitter {
            background-position: -120px 0; }
          .index-testimonials .list.-social .items .links .sprite.-instagram {
            background-position: -180px 0; }
          .index-testimonials .list.-social .items .links .sprite.-linkedin {
            background-position: -240px 0; }
          .index-testimonials .list.-social .items .links .sprite.-skype {
            background-position: -300px 0; }
          .index-testimonials .list.-social .items .links .sprite:hover {
            opacity: 0.5; }
  .contact .contact-info .list .items .dinamic {
    font-size: 1.2rem; }
  .contact .contact-info .list .items .sprite {
    width: 40px;
    height: 40px; }
  .contact .contact-info .list .items .sprite.-phone {
    background-position: -40px 0; }
  .contact .contact-info .list .items .sprite.-email {
    background-position: -80px 0; }
  .contact .contact-info .list.-social .items {
    margin-right: -10px; }
  .contact .contact-form .my-label {
    font-size: 1.6rem; }
  .sa-tabs .list .items .dinamic {
    font-size: 1.6rem; }
  .sa-tabs .list .items {
    margin-right: 20px; }
  .menu-page .title {
    font-size: 2.5rem; }
  .menu-box .info-holder .attr .attr-dinamic {
    font-size: 1rem; }
  .menu-box .info-holder .name .title {
    font-size: 1.4rem; }
  .menu-box .info-holder .attr {
    height: 65px; }
  .menu-box {
    /*height: 50px; */
  }
  .footer .box .work-hours .image {
    margin: 5px 5px 5px 0; }
  .footer {
    padding: 30px 0; }
  .footer .box .list.-fast-links .items {
    margin-right: 15px; }
  .footer .box .work-hours .text {
    font-size: 1.6rem; }
  .footer .box .work-hours .image {
    width: 30px;
    height: 30px; }
  .footer .box .list.-fast-links .items .links {
    font-size: 1.2rem; }
  .footer .box .list .items .dinamic {
    font-size: 1.1rem; }
  .footer .box .list .items .sprite.-email {
    background-position: -40px 0; }
  .footer .box .list .items .sprite.-phone {
    background-position: -20px 0; }
  .footer .box .list .items .sprite {
    width: 20px;
    height: 20px; }
  .map {
    height: 400px; }
  .index-testimonials .box .text {
    font-size: 2rem; }
  .index-testimonials .title {
    font-size: 2.5rem; }
  .index-restaurant .box .dinamic-holder .dinamic {
    font-size: 1.4rem; }
  .index-restaurant .box .title-holder .title {
    font-size: 1.8rem; }
  .index-restaurant .box .pic .image {
    width: 35px; }
  .counter .count-text p {
    font-size: 1.6rem; }
  .deal .info .title {
    font-size: 2rem !important; }
  .parallax-holder {
    height: 420px; }
  .parallax-holder .parallax {
    padding: 30px 0; }
  .deal .info .button {
    padding: 10px 15px; }
  .deal .info .text {
    font-size: 1.4rem; }
  .deal {
    height: 235px; }
  .parallax-holder .parallax .title {
    font-size: 2.5rem; }
  .about-page, .index-about .text {
    font-size: 1.4rem; }
  .about-page, .index-about .title {
    font-size: 2.5rem; }
  .hero-info .box .dinamic {
    font-size: 1.2rem; }
  .header .navigation .list.-lang .items .links .sprite.-bulgarian {
    background-position: -36px 0; }
  .header .navigation .list.-lang .items .links .sprite.-english {
    background-position: -18px 0; }
  .header .navigation .list.-lang .items .links .sprite {
    width: 18px;
    height: 18px; }
  .header .navigation .list .items .links {
    font-size: 1.4rem; }
  .header .navigation {
    justify-content: center;
    margin-top: 20px; }
  .header .logo {
    width: 85px;
    margin: 0 auto; }
  .slide-text > a.btn-default {
    font-size: 1.1rem;
    padding: 14px 15px; } 
        .index-gallery .box, .gallery-page .box {
      height: 150px;
    }}

@media all and (min-width: 500px) and (max-width: 767px) {
  .index-testimonials .list.-social {
      padding: 0;
      margin: 0;
      text-align: center;
      margin-top: 30px; }
      .index-testimonials .list.-social .items {
        display: inline-block;
        margin-right: 20px; }
        .index-testimonials .list.-social .items .links .sprite {
          width: 50px;
          height: 50px;
          background-size: cover; }
          .index-testimonials .list.-social .items .links .sprite.-facebook {
            background-position: 0 0; }
          .index-testimonials .list.-social .items .links .sprite.-youtube {
            background-position: -50px 0; }
          .index-testimonials .list.-social .items .links .sprite.-twitter {
            background-position: -100px 0; }
          .index-testimonials .list.-social .items .links .sprite.-instagram {
            background-position: -150px 0; }
          .index-testimonials .list.-social .items .links .sprite.-linkedin {
            background-position: -200px 0; }
          .index-testimonials .list.-social .items .links .sprite.-skype {
            background-position: -250px 0; }
          .index-testimonials .list.-social .items .links .sprite:hover {
            opacity: 0.5; }
  .contact {
    padding: 50px 0; }
  .contact-info {
    margin-top: 30px; }
  .sa-tabs .list .items .content {
    top: 75px; }
  .sa-tabs .list .items .dinamic {
    font-size: 1.4rem; }
  .sa-tabs .list .items {
    margin-right: 10px;
    margin-bottom: 10px; }
  .menu-page .title {
    font-size: 2.5rem; }
  .menu-box .info-holder .attr .attr-dinamic {
    font-size: 1rem; }
  .menu-box .info-holder .name .title {
    font-size: 1.4rem; }
  .menu-box .info-holder .attr {
    height: 65px; }
/*  .menu-box {
    height: 50px; }*/
  .footer .box .list.-fast-links {
    display: block; }
  .footer .box .list.-social .items .links .sprite.-skype {
    background-position: -125px 0; }
  .footer .box .list.-social .items .links .sprite.-linkedin {
    background-position: -100px 0; }
  .footer .box .list.-social .items .links .sprite.-instagram {
    background-position: -75px 0; }
  .footer .box .list.-social .items .links .sprite.-twitter {
    background-position: -50px 0; }
  .footer .box .list.-social .items .links .sprite.-youtube {
    background-position: -25px 0; }
  .footer .box .list.-social .items .links .sprite {
    width: 25px;
    height: 25px; }
  .footer .box .work-hours .image {
    margin: 5px 5px 5px 0; }
  .footer {
    padding: 30px 0; }
  .footer .box .list.-fast-links .items {
    margin-right: 15px; }
  .footer .box .work-hours .text {
    font-size: 1.6rem; }
  .footer .box .work-hours .image {
    width: 30px;
    height: 30px; }
  .footer .box .list.-fast-links .items .links {
    font-size: 1.2rem; }
  .footer .box .list .items .dinamic {
    font-size: 1.1rem; }
  .footer .box .list .items .sprite.-email {
    background-position: -40px 0; }
  .footer .box .list .items .sprite.-phone {
    background-position: -20px 0; }
  .footer .box .list .items .sprite {
    width: 20px;
    height: 20px; }
  .map {
    height: 380px; }
  .index-testimonials {
    padding: 20px 0;
    height: 220px; }
  .index-testimonials .box {
    margin-top: 0;
    padding: 30px; }
  .index-testimonials .box .text {
    font-size: 1.8rem; }
  .index-testimonials .title {
    font-size: 2.5rem; }
  .index-gallery .title {
    margin-bottom: 30px;
    font-size: 2.5rem; }
  .index-restaurant .box {
    padding: 10px;
    margin-top: 50px;
    height: 145px; }
  .index-restaurant .box .dinamic-holder .dinamic {
    font-size: 1.2rem; }
  .index-restaurant .box .title-holder .title {
    font-size: 1.6rem; }
  .index-restaurant .box .pic .image {
    width: 30px; }
  .counter .count-image .image {
    width: 35px; }
  .counter .count-holder .count {
    font-size: 2rem; }
  .counter .count-text p {
    font-size: 1.4rem; }
  .parallax-holder {
    height: 420px; }
  .deal {
    height: 250px; }
  .deal .info {
    padding: 10px; }
  .deal .info .button {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 1.2rem; }
  .deal .info .title {
    font-size: 2rem !important; }
  .deal .info .text {
    width: 255px;
    font-size: 1.2rem; }
  .parallax-holder .parallax {
    padding: 30px 0; }
  .parallax-holder .parallax .title {
    font-size: 2.5rem; }
  .about-page, .index-about .text {
    font-size: 1.4rem; }
  .about-page, .index-about .title {
    font-size: 2.5rem; }
  .header .navigation .list.-lang .items .links .sprite.-bulgarian {
    background-position: -36px 0; }
  .header .navigation .list.-lang .items .links .sprite.-english {
    background-position: -18px 0; }
  .header .navigation .list.-lang .items .links .sprite {
    width: 18px;
    height: 18px; }
  .hero-info .box .dinamic {
    font-size: 1rem; }
  .hero-info .box {
    padding: 20px 0; }
  .hero-info .box .icons {
    font-size: 2rem; }
  .header .logo {
    width: 85px;
    margin: 0 auto; }
  .header .navigation {
    margin-top: 14px;
    display: flex;
    justify-content: center; }
  .slide-text > a.btn-default {
    font-size: 1.1rem;
    padding: 14px 15px; } 
        .index-gallery .box, .gallery-page .box {
      height: 135px;
    }}

@media all and (max-width: 499px) {
    li.items.two-phone {
    padding-left: 0px;
  }
	.menu-box {
		height: auto;
	}
	.menu-box .info-holder .name {
		padding-top: 0px;
		height: auto;
	}
	.menu-box .info-holder .price-holder .price {
    	margin-top: -27px;
	}
	menu-box .info-holder .price-holder .price {
        color: #aa8c51;
        font-size: 1.4rem; }
	.bs-slider {
		height: 50vh;
	}
	.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
		height: 50vh;
	}
	.maps iframe {
		width: 100%;
	}
  .sa-tabs{
    height: 3600px;
  }
  .hidden-499{
    display: none;
  }
  .contact {
    padding: 50px 0; }
  .contact-info {
    margin-top: 30px; }
  .contact .contact-info .list .items .dinamic {
    font-size: 1.2rem; }
  .contact .contact-info .list .items .sprite {
    width: 40px;
    height: 40px; }
  .contact .contact-info .list .items .sprite.-phone {
    background-position: -40px 0; }
  .contact .contact-info .list .items .sprite.-email {
    background-position: -80px 0; }
  .contact .contact-info .list.-social .items {
    margin-right: -10px; }
  .contact .contact-form .my-label {
    font-size: 1.6rem; }
  .sa-tabs .list .items .content {
    top: 100px; }
  .sa-tabs .list .items .dinamic {
    font-size: 1.4rem; }
  .sa-tabs .list .items {
    margin-right: 9px;
    margin-bottom: 10px; }
  .menu-page .title {
    font-size: 2rem; }
  .menu-box .info-holder .attr .attr-dinamic {
    font-size: 1rem; }
  .menu-box .info-holder .name .title {
    font-size: 1.4rem; 
	margin-top: -3px; }
  .menu-box .info-holder .attr {
    height: 65px; }
  .menu-box {
    /*height: auto; */}
  .footer .box .title {
    font-size: 1.2rem; }
  .footer .box .list .items {
    margin-bottom: 5px;
    display: block; }
  .footer-bottom .text {
    float: none;
    text-align: center; }
    .footer .box.-cards{
      padding: 5px 0;
    }
  .footer .box .list.-fast-links {
    display: block; }
  .footer .box .list.-social .items .links .sprite.-skype {
    background-position: -125px 0; }
  .footer .box .list.-social .items .links .sprite.-linkedin {
    background-position: -100px 0; }
  .footer .box .list.-social .items .links .sprite.-instagram {
    background-position: -75px 0; }
  .footer .box .list.-social .items .links .sprite.-twitter {
    background-position: -50px 0; }
  .footer .box .list.-social .items .links .sprite.-youtube {
    background-position: -25px 0; }
  .footer .box .list.-social .items .links .sprite {
    width: 25px;
    height: 25px; }
  .footer .box .work-hours .image {
    margin: 5px 5px 5px 0; }
    .footer .box .button{
      width: 140px;
      font-size: 11px;
      padding: 10px;
    }
  .footer {
    padding: 10px 0; }
  .footer .box .list.-fast-links .items {
    margin-right: 15px; }
  .footer .box .work-hours .text {
    font-size: 1.1rem; }
  .footer .box .work-hours .image {
    width: 25px;
    height: 25px; }
  .footer .box .list.-fast-links .items .links {
    font-size: 1.2rem; }
  .footer .box .list .items .dinamic {
    font-size: 1.1rem; }
  .footer .box .list .items .sprite.-email {
    background-position: -40px 0; }
  .footer .box .list .items .sprite.-phone {
    background-position: -20px 0; }
  .footer .box .list .items .sprite {
    width: 20px;
    height: 20px;
    margin-right: 5px; }
  .map {
    height: 360px; }
  .index-testimonials {
    height: 110px; }
  .index-testimonials .box {
    margin-top: 0;
    padding: 30px; }
  .index-testimonials .box .text {
    font-size: 1.6rem; }
  .index-testimonials .title {
    font-size: 2rem; }
    .index-testimonials .list.-social {
      padding: 0;
      margin: 0;
      text-align: center;
      margin-top: 0; }
      .index-testimonials .list.-social .items {
        display: inline-block;
        margin-right: 20px; }
        .index-testimonials .list.-social .items .links .sprite {
          width: 50px;
          height: 50px;
          background-size: cover; }
          .index-testimonials .list.-social .items .links .sprite.-facebook {
            background-position: 0 0; }
          .index-testimonials .list.-social .items .links .sprite.-youtube {
            background-position: -50px 0; }
          .index-testimonials .list.-social .items .links .sprite.-twitter {
            background-position: -100px 0; }
          .index-testimonials .list.-social .items .links .sprite.-instagram {
            background-position: -150px 0; }
          .index-testimonials .list.-social .items .links .sprite.-linkedin {
            background-position: -200px 0; }
          .index-testimonials .list.-social .items .links .sprite.-skype {
            background-position: -250px 0; }
          .index-testimonials .list.-social .items .links .sprite:hover {
            opacity: 0.5; }
  .index-gallery .title {
    margin-bottom: 30px;
    font-size: 2rem; }
  .index-restaurant .box {
    padding: 5px;
    margin-top: 50px;
    height: 110px; }
  .index-restaurant .box .dinamic-holder .dinamic {
    font-size: 1rem; }
  .index-restaurant .box .title-holder .title {
    font-size: 1.4rem; }
  .index-restaurant .box .pic .image {
    width: 25px; }
  .counter .count-image .image {
    width: 28px;
    margin-bottom: 10px; }
  .counter .count-holder .count {
    font-size: 1.8rem; }
  .counter .count-text p {
    font-size: 1rem; }
  .deal .image {
    width: 60px; }
  .parallax-holder {
    height: 420px; }
  .deal {
    height: 300px; }
  .deal .info {
    padding: 10px; }
  .deal .info .button {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 1rem; }
  .deal .info .title {
    font-size: 2rem !important; }
  .deal .info .text {
    width: 200px;
    font-size: 1.2rem; }
  .parallax-holder .parallax {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 30px 0; }
  .parallax-holder .parallax .title {
    font-size: 2rem; }
  .about-page .title, .index-about .title {
    font-size: 2rem; }
  .about-page, .index-about .text {
    font-size: 1.4rem; }
  .about-page, .index-about .title {
 /*   font-size: 2rem; */}
  .mob2_hamburger {
    top: 6px; }
  .header .navigation .list.-lang .items .links .sprite.-bulgarian {
    background-position: -36px 0; }
  .header .navigation .list.-lang .items .links .sprite.-english {
    background-position: -18px 0; }
  .header .navigation .list.-lang .items .links .sprite {
    width: 18px;
    height: 18px; }
  .hero-info .box .dinamic {
    font-size: 0.8rem; }
    .hero-info .box .dinamic:hover {
      font-size: 1.2rem;
    }
  .hero-info .box {
    padding: 20px 0; }
  .hero-info .box .icons {
    font-size: 2rem; }
  .header .logo {
    width: 75px; }
  .header .navigation {
    margin-top: 14px;
    display: flex;
    justify-content: flex-start; }
  .slide-text > a.btn-default {
    font-size: 1.1rem;
    padding: 14px 15px; }
  section {
    padding: 30px 0; } 
        .index-gallery .box, .gallery-page .box {
      height: 67px;
    }}

/*------------------------------------------------------*/
/* RESPONSIVE SLIDER
/*------------------------------------------------------*/
@media (max-width: 991px) {
  .slide-text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px; }
  .slide-text > p {
    font-size: 18px; } }

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  .slide-text {
    padding: 10px 50px; }
  .slide-text h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px; }
  .slide-text > p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
  .control-round .carousel-control {
    display: none; } }

@media (max-width: 480px) {
  .slide-text {
    padding: 10px 30px; }
  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px; }
  .slide-text > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px; }
  .slide-text > a.btn-default,
  .slide-text > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px; }
  .indicators-line > .carousel-indicators {
    display: none; } }
