body {
  overflow-x: hidden;
  font-family: 'Merriweather', serif;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
/*background-color: transparent;*/
background-color: #dddbdba8;
    letter-spacing: 1px;
}

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: 80px 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%;*/
  top: 50%;
  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 {
  display: none;
  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);*/
background-color: #e9e7e7b3;
 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: 50px;
  margin-left: 80px;
}
.logo-foo {
    margin-left: -57px;
    width: 100%;
}
.header-fixed {
  padding: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(232 231 231 / 80%) !important;
  /*background-color: rgb(232 231 231 / 51%) !important;*/
/*  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);*/
    box-shadow: 0px 0px 10px 0px rgb(151 151 151 / 21%);
}
  .header-fixed .logo {
    width: 35px; 
    padding: 5px;
  }
  .header-fixed .navigation {
   /* margin-top: 12px; */}
    .header-fixed .navigation .list .items .links {
      color: #fff;
      font-size: 1.8rem; }
.header-fixed .mob1_hamburger { 
  top: 8px;
}
/*MENU HAMBURGER*/
.mob1_hamburger {
  position: absolute;
/*  right: 0;*/
  top: 19px;
  z-index: 9999;
  cursor: pointer;
  width: 30px;
  height: 30px; }

.mob1_hamburger .mob1_hamb-top,
.mob1_hamburger .mob1_hamb-middle,
.mob1_hamburger .mob1_hamb-bottom {
  position: absolute;
    background: #333;
    width: 33px;
    height: 2px; 
        /*box-shadow: 1px 1px 0 #585555, 1px -2px 0 #585555, -2px 1px 0 #585555, -2px -2px 0 #585555, 1px 0px 0 #585555, 0px 1px 0 #585555, -2px 0px 0 #585555, 0px -2px 0 #585555;*/
}
/*box-shadow: 1px 1px 0 #fff, 1px -2px 0 #fff, -2px 1px 0 #fff, -2px -2px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;}*/

.mob1_hamburger .mob1_hamb-top {
  top: 5px; }

.mob1_hamburger .mob1_hamb-middle {
  top: 15px; }

.mob1_hamburger .mob1_hamb-bottom {
  top: 25px; }

.mob1_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none; /* da ne bude klikabilno dok je zatvoreno */
  /*left: -100%;*/
  z-index: 999;
  background: #fff;
/*  top: 0;*/
  display: flex;
  justify-content: center;
  align-items: center; 
  background-position: center;
  }


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

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

.mob1_menu ul li a {
  color: #fff;
  font-size: 25px;
  text-decoration: none; }
/*END MENU HAMBURGER*/

.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; }
.about-p {
      background-repeat: no-repeat;
    background-position: center;
    height: 430px;
}
.parallax-holder {
  width: 100%;
  height: 600px; }
  .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: 425px;
/*  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: 60px; }
    .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 {
position: absolute;
    background: #aa8c51;
    /* margin-top: 30px; */
    border-radius: 5px;
    color: #fff;
    top: 69%;
    left: 55%;
    }
      .deal .info .button:hover {
        background: #333; }
  .deal .image {
    position: absolute;
    bottom: 0;
    right: 1px;
    width: 100px !important;
    opacity: 0.6; }

.owl-nav {
  display: none;
  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;
}
.section-title {
    font-size: 3.6rem;
    margin: 30px auto;
    /*font-weight: bold;*/
    padding: 5px;
    color: #000;
  /*  text-align: center;
    width: 100%;*/
}
.product-single {
    height: 950px;
}
 .product-head-name {
    text-align: center;
}
.title-sec {
    color: #fff;
    text-align: center;
    top: 50%;
    position: relative;
}
.title-sec p{
  font-size: 4.5rem;
}
.title-sec h3{
  font-size: 4.5rem;
/*  text-shadow: 1px 1px 0 #fff, 1px -2px 0 #fff, -2px 1px 0 #fff, -2px -2px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff;*/
}
.product-description {
/*  text-align: center;*/
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  /*  display: flex;
    justify-content: center;
    align-items: center;*/
    height: 400px;
    position: relative;
    top: 130px;
    left: -12%;
}
.product-pic.pos {
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-pic.pos .product-image {
    height: 100%;
}
.product-description  .product-head-name {
    display: flex;
    justify-content: center;
    align-items: center;
    color: initial;
        /*letter-spacing: 1px;*/
}
.description {
    color: initial;
}
.description p {
    font-size: 14px;
    /*letter-spacing: 2px;*/
}
.text-servise {
    width: 730px;
    /* text-align: right; */
    color: #fff;
    float: right;
    position: inherit;
    background: #060606;
    padding: 30px;
    margin-top: -50px;
       height: 75vh;
}
.title-pr {
    padding: 30px 0;
}
.product-cat {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-product-name {
  text-align: center;
}
.s-product-name a {
  color: #000;
}
.s-product-name a:hover {
  color: #333;
}
.s-product-holder:hover {
  box-shadow: 0px 0px 10px 0px rgb(151 151 151 / 21%);
/*    box-shadow: 0px 0px 10px 0px rgba(201.00000000000003, 157, 102.00000000000003, 0.21);*/
}
.s-product-holder .s-product-pic {
 /*   width: 230px;
    height: 345px;*/
    /* border-bottom: 1px solid #d6d6d6; */
}
.s-product-holder .s-product-pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.s-product-holder .s-product-pic .img-responsive {
  width: 100%;
  height: 100%;
}
.xs-product-holder {
    /* border: 1px solid#ebebeb; */
   /* border: 1px solid#e2e2e2;*/
    margin-top: 5px;
    text-align: center;
    color: #333;
}
.xs-product-holder:hover {
/*      box-shadow: 0px 0px 10px 0px rgba(201.00000000000003, 157, 102.00000000000003, 0.21);*/
box-shadow: 0px 0px 10px 0px rgb(151 151 151 / 21%);
}
.xs-product-name a {
    color: #000;
}
.pos {
    position: relative;
}

.xs-product-holder .stiker-holder {
    position: absolute;
    top: 30px;
    left: 5px;
    width: 50px;
    display: none;
}
.xs-product-holder .xs-product-pic {
    width: 230px;
    height: 345px;
    margin: auto;
    /* border-bottom: 1px solid #d6d6d6; */
}
.xs-product-name {
   /* width: 230px;
    margin: auto;*/
    display: flex;
    justify-content: center;
}
.xs-product-holder .xs-product-pic a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.xs-product-holder .xs-product-pic a img {
/*    max-height: 100%;*/
}
.owl-carousel .owl-item img {
/*    width: unset;*/
}
.owl-carousel .owl-nav .owl-prev, .owl-next {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.4);
}
.owl-prev {
    position: absolute;
    top: 45%;
    background: rgba(77, 77, 77, 0.5);
    padding: 8px 5px;
    color: #fff;
    display: none;
}
.owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    background: rgba(77, 77, 77, 0.5);
    padding: 8px 5px;
    color: #fff;
    display: none;
}
.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; 
  position: relative;
  z-index: 99999;
  box-shadow: 1px -1px #efefef5c;
}
  .footer .box {
    text-align: center;

}
  .footer .box .title {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 1px; }
  .footer .box .list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0; }
    .footer .box .list .items {
      display: flex;
      margin-bottom: 15px; 
      justify-content: center;}
      .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;
        margin-right: 10px; 
        font-size: 12px}
    .footer .box .list.-social {
      display: flex;
      justify-content: center;
      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: -91px 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 {
      justify-content: center;
      display: flex; }
      .footer .box .list.-fast-links .items {
        margin-right: 20px; 
        font-size: 12px}
        .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 {
    display: none;
    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;
/*  display: none;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
.breadcrumb  {
  display: none;
}
.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: 1.4rem;
      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: #060606;
      color:#fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: 100%;
      font-size: 1.6rem;
      border-radius: 5px; }
      .contact .contact-form .button:hover {
        background: #060606eb; }
        .contact-info {
    padding: 21px;
}
  .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: 30px;
        height: 30px;
        background-size: cover;
        margin-right: 15px; }
        .contact .contact-info .list .items .sprite.-home {
          background-position: 2px 0; }
        .contact .contact-info .list .items .sprite.-phone {
          background-position: -58px 0; }
        .contact .contact-info .list .items .sprite.-email {
          /*background-position: -120px 0;*/
           }
      .contact .contact-info .list .items .dinamic {
        font-size: 1.4rem;
        color: #333; }
        .maps iframe {
        	width: 100% !important;
        }
  @media all and (min-width: 1400px) and (max-width: 1599px) {
  	.text-servise {
  		    height: 87vh;
  	}
    .logo-foo {
      width: 100%;
          margin-left: -58px;
    }
    .footer .box .list .items .dinamic {
      font-size: 12px;
    }
      .footer .box .list.-fast-links .items .links{
        font-size: 12px;
      }
    }
@media all and (min-width: 1400px) {
  .container {
    width: 1360px; } }

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .footer .box .list .items .dinamic {
    font-size: 12px;
  }
  .footer .box .list.-fast-links .items .links{
    font-size: 12px;
  }
  .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;*/
    } 
    .header .logo {
      margin-left: 56px;
    }
  }

@media all and (min-width: 992px) and (max-width: 1199px) {
.logo-foo {
    margin-left: -43px;
    width: 100%;
}
.footer .box .list {
  display: block;
}
.footer .box .list.-fast-links {
  display: block;
}
    .xs-product-name {
    width: auto;
}
    section {
      padding: 70px 0;
  }
  .about-p {
    height: auto;
        background-position: bottom;
  }
  section.product-box-home {
    padding: 20px 0;  }
  .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; }
  .about-page, .index-about .about-p .p-tag{
    line-height: 2.5 !important;
}
  .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: 50px; 
    margin-left: 41px;}
    .header-fixed .mob1_hamburger {
    top: 18px;
  }
  .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;*/
    }
    .about-p {
      height: auto;
    }
  }

@media all and (min-width: 768px) and (max-width: 991px) {
   .logo-foo {
    width: 90px;
    margin: auto;
}
.footer .box .list {
  justify-content: center;
   margin-bottom: 20px;
}

.footer .box {
      padding-top: 20px;
}
    .xs-product-name {
    width: auto;
}

  .product-pic.pos {
  height: 420px;
}
.product-description {
  top: 0;
  left: 0;
}
.parallax-holder.product-two {
  height: 630px;
}
.text-servise {
  margin-top: 0;
  height: 75vh;
}
section {
  padding: 50px 0;
}
  .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;
    display: block;}
  .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; 
    background-position: center;}
  .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: 60px;
    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) {
    .logo-foo {
    width: 90px;
    margin: auto;

}
.title-sec p {
    font-size: 2.5rem;
}
.footer .box .list {
  display: block;
   margin-bottom: 20px;
}
.footer .box {
      margin-top: 20px;
}
    .xs-product-name {
    width: auto;
}
  .bs-slider {
    height: 50vh;
  }
  .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    height: 50vh;
  }
  .xs-product-name {
    font-size: 18px;
}
.product-pic.pos {
  height: 400px;
}
.product-description {
  top: 0;
  left: 0;
  text-align: justify;}
  .parallax-holder.product-two {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    height: 105vh;
}
.footer-bottom .text {
    text-align: center !important;
    float: none;
  }
  .text-servise {
    background: #060606d4;
    width: auto;
    margin-top: 0;
     height: 100vh;
}

  .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: 630px; }
    .parallax-holder.product-first {
    background-position: center;
    background-size: cover;
    height: 411px !important;
}
  .deal {
    height: 430px; }
  .deal .info {
    padding: 10px; }
  .deal .info .button {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 1.6rem; 
      left: 45%;}
  .deal .pic {
    width: 250px;
  }
  .deal .info .title {
    font-size: 2.5rem !important; }
  .deal .info .text {
    width: 280px;
    font-size: 1.2rem; }
  .parallax-holder .parallax {
    padding: 30px 0; 
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;}
  .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: 50px;
    margin: 0 auto; 
  margin-right: 0;}
  .header-fixed .logo {
    width: 35px;
  }
  .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;*/
    }

    .mob1_hamburger {

    }
    section {
    padding: 30px 0;
    }
.about-page .title, .index-about .title {
    margin-top: 20px;
    }
}

@media all and (max-width: 499px) {
  .logo-foo {
    width: 60px;
    margin: auto;
}
.title-sec p {
    font-size: 2.5rem;
}
.footer .box .list {
  display: block;
  margin-bottom: 20px;
}
.footer .box {
      margin-top: 20px;
}
  .mob1_hamburger {
    top: 10px;
  }
	.mob1_menu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.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;
	}
  .title-sec h3 {
    font-size: 3rem;
  }
	.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;
  }
  .xs-product-name {
    width: auto;
}
  .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; */}
    .product-pic.pos {
    height: 300px;
	}
	.product-description {
		left: 0;
    top: 30px;
	}
	.product-single {
	    background-position: bottom;
	    background-size: contain;
	    background-repeat: no-repeat;
	    margin-bottom: 25px;
          height: auto;

	}
  .parallax-holder.product-two {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 87vh;
/*      height: 600px;*/

}
	.text-servise {
        background: #060606a1;
        width: auto;
        margin-top: 0;
        padding: 15px;
        height: 84vh;
	}
  .text-servise p {
    font-size: 12px;
  }
	.description p {
	    font-size: 12px;
	    text-align: justify;
	}
	.title-pr {
		padding-bottom: 30px;
	}
  .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 !important;}
  .parallax-holder {
    height: 450px; }
    .parallax-holder.product-first {
    background-position: center;
    background-size: cover;
    height: 411px !important;
}
h1.title.after {
    font-size: 28px;
}
  .deal {
    height: 300px; }
  .deal .info {
    padding: 10px; }
  .deal .info .button {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 1rem; 
	left: 41%; }
  .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; }
 .about-page .title, .index-about .title {
        font-size: 2rem;
        margin-top: 20px;
    }
 /* .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: 35px;
    float: right; }
  .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;*/
    }
.xs-product-holder .xs-product-pic {
	width: 170px;
	}
}

/*------------------------------------------------------*/
/* 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; 
      top: 50%;}
  .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; } }
