body {
  overflow-x: hidden;
  font-family: 'Comfortaa', cursive;
  font-family: 'Montserrat', sans-serif;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

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 {
  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 #924a1b70;
  /*border: 1px solid #8D6243;*/
  padding: 7px 14px;
}

section {
  padding: 50px 0;
}

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

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

img::selection {
  background: transparent;
}

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

body {
  webkit-tap-highlight-color: #8d6243;
}

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

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

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

::-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: #f4752f;
  margin: 10px auto 0 auto;
}

.myBtn {
  background: #ec632f;
  color: #fff;
}

.hero .button-bottom {
  background: transparent;
  border: none;
  color: red;
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 50px;
  margin-left: -22px;
  z-index: 9;
}
.hero .button-bottom .image {
  color: red;
  width: 40px;
  /*z-index: 9999;*/
}
.title-about {
  font-family: 'Parisienne', cursive;
  font-size: 5.5rem;
  color: #f77c21;
}
.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: rgb(101 214 244 / 67%);*/
}

.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;
}

.empty-cart {
  width: 280px;
  margin: auto;
}

.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: 34%;
  right: 0;
  /*margin: auto;*/
  width: 55%;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 10px 85px;
}

.slide-text .button {
  background: #4377b1;
  color: #fff;
}

.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: #4377b1d1;
  -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;
}
.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 {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 55px 0; */
  box-shadow: 2px 2px 38px #333;
  /*background: linear-gradient(to right, #f37334 0%, #fd8807 100%);*/
  background: linear-gradient(to right, #ffd7c3 0%, #fd8807 100%);
  z-index: 9999;
}
.header .navigation {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.header .navigation .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  text-align: center;
  /* justify-content: flex-end; */
}
.main-dropdown .list-dropdown {
  display: block !important;
}
.header .navigation .list .items {
  margin-left: 15px;
}
.header .navigation .list .items .links {
  color: #1b1b1b;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.header .navigation .list .items .links:after {
  content: '';
  display: block;
  margin: 3px auto 0 auto;
  width: 0;
  height: 2px;
  background: #fff;
  -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;
}
/*DODATO*/
.header .middle .navigation > .list > .items > .main-dropdown > .list > .items {
  padding: 8px 12px;
  min-width: 240px;
  /*border-bottom: 1px solid #eee;*/
  background: rgba(0, 70, 158, 1);
  position: relative;
}
.header .navigation > .list > .items > .main-dropdown {
  position: absolute;
  left: 50%;
  top: 85px;
  /* transform: translate(-65%, 0); */
  background: #5fd0f0;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  display: none;
}
.header .navigation > .list > .items > .main-dropdown > .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .navigation > .list > .items > .main-dropdown > .list > .items {
  padding: 8px 8px;
  min-width: 145px;
  /*border-bottom: 1px solid #eee;*/
  /*background: rgba(0, 70, 158,1);*/

  position: relative;
}
.header .navigation > .list > .items > .main-dropdown > .list > .items:hover {
  /*background: #fff; */
}
.header .navigation > .list > .items > .main-dropdown > .list > .items:hover .links {
  /* color: #3a3a3a;*/
}
.header .navigation > .list > .items > .main-dropdown > .list > .items:last-child {
  /*border-bottom: none;*/
}
.header .navigation > .list > .items > .main-dropdown > .list > .items > .links {
  font-size: 1rem;
  display: block;
  text-transform: uppercase;
  /*color: #fff;*/
  display: block;
  justify-content: space-between;
  align-items: center;
}
.header .navigation > .list > .items > .links {
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
}

.header .navigation > .list > .items > .links .icons {
  color: #333;
  vertical-align: sub;
  font-size: 1.6rem;
}

.small-dropdown {
  display: none;
  padding-left: 20px;
}
.small-dropdown > .list {
  list-style: none;
  padding: 0;
}
.small-dropdown > .list > .items {
  margin-top: 10px;
}
.small-dropdown > .list > .items > .links {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #3a3a3a;
}

/*DODATO*/
.logo {
  margin: 10px 0;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*  background: #afafaf !important;*/
}
.header-fixed .logo {
  /*        height: 100px;
    max-width: 300px!important;*/

  width: 115px;
}
.logo img.img-responsive.image {
  max-width: 300px;
  height: 100px;
}
/* .header-fixed .navigation {
  margin-top: 20px;
} */
.header-fixed .navigation .list .items .links {
  font-size: 1.4rem;
}

.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: #F6F0E4;*/
  background: #f4762f;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

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

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

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

.mob2_menu .mobile-list .items .links i {
  vertical-align: middle;
}

/*.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 p,
.index-about p {
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 1.6rem;
}

.parallax-holder {
  /*opacity: 0.5;*/
  width: 100%;
  height: 560px;
}
.parallax-holder .parallax {
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /*    background-size: cover;*/
  position: relative;
  /*padding: 50px 0;*/
}
.parallax-holder .parallax .filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.parallax-holder .parallax .title {
  color: #f4762f;
  text-align: center;
  font-size: 3.6rem;
/*  text-shadow: 1px 1px #4f3c36;*/
}

.parallax-holder .parallax .title-gallery {
  background-color: #f4762f;
  color: #fff;
  display: inline-block;
  padding: 2px;
}

.deal {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.75);
  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 {
  width: calc(100% - 315px);
  padding: 20px;
}
.deal .info .title {
  color: #333;
  font-size: 4rem;
  margin-bottom: 15px;
}
.deal .info p {
  font-style: italic;
  font-size: 3rem;
  text-align: center;
  font-weight: lighter;
  /*width: 470px;*/
}
.deal .info p del {
  font-size: 1.8rem;
}
.deal .info .button {
  background: #8d6243;
  margin-top: 30px;
  border-radius: 5px;
  color: #fff;
}
.deal .info .button:hover {
  background: #333;
}
.deal .image {
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 130px !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: #f4762f;
}

.counter .count-text p {
  font-size: 1.8rem;
}

.index-restaurant .box {
  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-restaurant .news-box01 .title {
  color: #333;
  font-size: 1.8rem;
}
.index-restaurant .news-box01 .body {
  background: transparent;
}
.index-gallery .title,
.gallery-page .title {
  margin-bottom: 30px;
}

.grid {
  margin: 0 auto;
}
.grid-item {
  width: 200px;
  margin-bottom: 20px;
}
.grid-item--width2 {
  width: 400px;
}
.grid.-home .grid-item {
  width: 400px;
}

.index-gallery .box,
.gallery-page .box {
  /*height: 466px;*/
  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: #fff;
  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;
}

.footer {
  /* background: #4377b1; */
  position: relative;
  padding: 50px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at center center, transparent, rgb(245, 118, 48)), linear-gradient(
181deg
, rgba(59, 59, 59, 0.05) 0%, rgba(59, 59, 59, 0.05) 50%, rgba(63, 63, 63, 0.05) 50%, rgba(63, 63, 63, 0.05) 100%), linear-gradient(
253deg
, rgba(173, 173, 173, 0.05) 0%, rgba(173, 173, 173, 0.05) 50%, rgba(237, 237, 237, 0.05) 50%, rgba(237, 237, 237, 0.05) 100%), linear-gradient(
165deg
, rgba(191, 191, 191, 0.05) 0%, rgba(191, 191, 191, 0.05) 50%, rgba(119, 119, 119, 0.05) 50%, rgba(119, 119, 119, 0.05) 100%), linear-gradient(
125deg
, rgba(95, 95, 95, 0.05) 0%, rgba(95, 95, 95, 0.05) 50%, rgba(189, 189, 189, 0.05) 50%, rgba(189, 189, 189, 0.05) 100%), linear-gradient(
326deg
, rgba(31, 31, 31, 0.05) 0%, rgba(31, 31, 31, 0.05) 50%, rgba(110, 110, 110, 0.05) 50%, rgba(110, 110, 110, 0.05) 100%), linear-gradient(
108deg
, rgba(142, 142, 142, 0.05) 0%, rgba(142, 142, 142, 0.05) 50%, rgba(84, 84, 84, 0.05) 50%, rgba(84, 84, 84, 0.05) 100%), linear-gradient(
201deg
, rgba(96, 96, 96, 0.05) 0%, rgba(96, 96, 96, 0.05) 50%, rgba(198, 198, 198, 0.05) 50%, rgba(198, 198, 198, 0.05) 100%), linear-gradient(
113deg
, rgba(12, 12, 12, 0.05) 0%, rgba(12, 12, 12, 0.05) 50%, rgba(71, 71, 71, 0.05) 50%, rgba(71, 71, 71, 0.05) 100%), radial-gradient(circle at center center, rgb(253, 234, 222), rgb(244, 117, 48));
}
.footer .fot-image {
  /* position: absolute;
  bottom: 0;
  right: 10px; */
  width: 350px;
  opacity: 0.75;
}
.footer .box.-store {
  display: flex;
  flex-direction: row;
}
.footer .box .wrap {
  margin-right: 20px;
  border: 1px solid rgb(238 238 238 / 46%);
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.footer .box p {
  color: #fff;
}
.footer .box form {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.footer .box .newsletter {
  background: #eeedeca8;
  color: #000;
}
.footer .box .newsletter-btn {
  background: #ec632f;
  color: #fff;
  border-radius: 0;
  border: 1px solid #924a1b70;
}
.footer .box .newsletter::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer .box .newsletter:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.footer .box .newsletter::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.footer .box .after:after {
  background: #eac8a9;
}
.footer .box .title {
	font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.footer .box .list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .box .list > span {
  margin-right: 15px;
}
.footer .box .list .items {
  display: flex;
  margin-bottom: 15px;
}
.footer .box .list .items.-block {
  display: block;
}
.footer .box .list .items.-block strong {
  color: #fff;
}
.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 .sprite.-hphone {
  background-position: -75px 0;
}

.footer .box .list .items .dinamic {
  color: #fff;
}
.footer .box .list.-social {
  display: flex;
  justify-content: flex-start;
  align-items: 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: -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: #8d6243;
}
.footer .box.-cards {
  padding: 15px 0;
}
.footer .box.-cards .image {
  margin: 0 auto;
}

.footer-bottom {
  background: linear-gradient(to top, #f37334 0%, #fd8807 100%);
  padding: 5px 0;
}
.footer-bottom .text {
  color: #fff;
  font-size: 1rem;
}
.footer-bottom .text a {
  color: #fff;
}

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

.sa-tabs {
  margin-top: 20px;
  min-height: 1000px;
}
.sa-tabs .list {
  list-style: none;
  padding: 10px 10px 10px 10px;
  margin: 0;
  background: #8d6243;
  position: relative;
}
.sa-tabs .list .items {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.sa-tabs .list .items .dinamic {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4rem;
}
.sa-tabs .list .items .dinamic.active {
  color: #eac8a9;
}
.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: #8D6243;
          -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: #eac8a9;
  }
  .sa-tabs .list .items .dinamic:hover:after {
    width: 100%;
  }
}

.sa-tabs .list .items .content {
  position: absolute;
  top: 0;
  left: 100%;
  width: 740px;
  display: none;
}
.sa-tabs .list .items .content.active {
  display: block;
}

.menu-box {
  margin: 0 0 5px 0;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.menu-box:hover {
  background: #eee;
}
.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);
    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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  height: 40px;
}
.menu-box .info-holder .name .title {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.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;
}
.menu-box .info-holder .price-holder .amount {
  color: #fff;
  font-size: 1.6rem;
}
.menu-box .info-holder .price {
  color: #8d6243;
  font-size: 2rem;
}

/*search modal*/

#search-input-holder {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 9999;
  overflow-y: scroll;
  padding: 50px 0;
}

#search-input-holder .logo-search {
  margin: auto;
  width: 200px;
}

#search-input-holder .js-example-basic-multiple {
  width: 100%;
  border-radius: 0;
}

#search-input-holder #mysearch-input {
  padding: 6px 5px;
  border: 1px solid #4377b1;
  outline: none;
  width: 400px;
  border-radius: 5px;
}

#search-input-holder #mysearch-input1 {
  padding: 6px 5px;
  border: 1px solid #4377b1;
  outline: none;
  width: 400px;
}

#search-input-holder .sve-rez a {
  color: #05668d;
}

.mysearch-button {
  /*padding: 7px 12px;*/
  vertical-align: top;
}

#search-input-holder #close {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#search-input-holder #close:hover {
  transform: rotate(90deg);
}

/*search modal end*/
/*search modal product box*/

.b-product-holder {
  margin-top: 10px;
}

.b-product-holder .b-product {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 5px;
}

.b-product-holder .b-product .b-stiker-holder {
  position: absolute;
  height: 100%;
  width: 40px;
}

.b-product-holder .b-product .akcija {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}

.b-product-holder .b-product .srce {
  position: absolute;
  top: 0px;
  right: 60px;
  width: 25px;
}

.b-product-holder .b-product .srce:hover {
  opacity: 0.8;
}

.b-product-holder .b-product span {
  position: absolute;
  top: 70px;
  right: 0;
  background: red;
  color: #fff;
  padding: 3px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.b-product-holder .b-product .b-product-pic {
  width: 100%;
  height: 150px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.b-product-holder .b-product .b-product-pic span {
  position: absolute;
  top: 70px;
  right: 0;
  background: red;
  color: #fff;
  padding: 3px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.b-product-holder .b-product .b-brend {
  width: 70px;
  height: 30px;
  margin: auto;
}

.b-product-holder .b-product .b-product-name {
  text-align: center;
  height: 50px;
  background: #fff;
}

.b-product-holder .b-product .b-product-name a {
  color: #333;
  font-size: 1rem;
}

.b-product-holder .b-product .b-product-name .boje-ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.b-product-holder .b-product .b-product-name .boje-ul .boje-li {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.b-product-holder .b-product .b-product-name .velicine-ul {
  padding: 0;
  margin: 0;
}

.b-product-holder .b-product .b-product-name .velicine-ul .velicine-li {
  display: inline-block;
  font-size: 1rem;
  padding: 1px;
}

.b-product-holder .b-product .b-product-price {
  padding-bottom: 5px;
  overflow: hidden;
}

.b-product-holder .b-product .b-product-detaljno a {
  width: 100%;
  border: 2px solid #333;
  background: transparent;
  color: #333;
}

.b-product-holder .b-product .b-product-detaljno a:hover {
  background: #333;
  color: #fff;
}

/*search modal product box end*/
.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: 0px;
  border: 1px solid #000;
}
.contact .contact-form .my-label .field:focus {
  border-color: #8d6243;
}
.contact .contact-form .my-label .field:hover {
  border-color: #8d6243;
}
.contact .contact-form .my-label .field.-textarea {
  height: 180px;
}
.contact .contact-form .my-label .field::placeholder {
  color: #000;
  font-size: 14px;
}
.contact .contact-form .button {
  background: #f4752f;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-size: 2rem;
  border-radius: 0px;
}
.contact .contact-form .button:hover {
  background:#b3490f;
}
.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 {
  background: #f4752f;
  padding: 10px;
  border-radius: 0px;
}
.contact .contact-info .list .items {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.contact .contact-info .list .items.-block {
  display: block;
}
.contact .contact-info .list .items.-block strong {
  color: #fff;
  font-size: 1.8rem;
}
.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: 0 0;
}
.contact .contact-info .list .items .sprite.-phone {
  background-position: -30px 0;
}
.contact .contact-info .list .items .sprite.-hphone {
  background-position: -90px 0;
}

.contact .contact-info .list .items .sprite.-email {
  background-position: -60px 0;
}
.contact .contact-info .list .items .dinamic {
  font-size: 1.8rem;
  color: #fff;
}

.news-box01 {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  margin-top: 10px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  background-color: rgba(255, 255, 255);
  border-bottom: 2px solid rgba(78, 78, 78, 0.33);
  margin-bottom: 10px;
  box-shadow: 2px 2px 20px #333;
}

.news-box01 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.news-box01 .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
  position: relative;
}

.news-box01 .image .author {
  position: absolute;
  top: 0;
  left: 10px;
  border-radius: 3px;
  padding: 3px 5px;
  color: #fff;
  font-size: 1.1rem;
}

.news-box01 .image .author span {
  font-style: italic;
}

.news-box01 .time {
  display: block;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  color: #333;
  font-weight: bold;
  font-size: 1.1rem;
}

.news-box01 .body {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 10px 10px;
  position: relative;
}

.news-box01 .body:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.news-box01 .body .links {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: #392569;
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}

.news-box01 .body .links:hover {
  background: #392569;
}

.news-box01 .title {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 5px;
  text-align: center;
  height: 93px;
  overflow: hidden;
  color: #333;
}

.news-box01 .text {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0px;
  height: 75px;
  overflow: hidden;
  text-align: center;
  line-height: 1.3;
  text-transform: inherit;
  color: #333;
}

.cat-news-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.cat-news-ul .cat-news-li {
  display: inline-block;
  padding: 6px 12px;
  background: #f4752f;
}

.cat-news-ul .cat-news-li a {
  color: #fff;
  display: block;
}
.select-holder-mi {
  position: absolute;
  top: 10px;
  z-index: 9;
  background: #8d6243;
  box-shadow: 4px 5px 5px #ccc;
  padding: 10px;
}
.select-holder-mi h4 {
  color: #fff;
  margin-bottom: 10px;
}
.gallerys-holder {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  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: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallerys-holder .gallerys-info p {
  margin: 0;
  line-height: 1.5;
}

.gallerys-holder:hover .gallerys-info {
  top: 0;
  height: 100%;
  background: rgba(33, 33, 33, 0.7);
}

.gallery-holder {
  border: 1px solid #eee;
  height: 150px;
  margin-bottom: 10px;
}

.gallery-holder a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.gallery-holder a img {
  max-height: 100%;
}

.gallery-pic-holder {
  height: 150px;
  padding: 2px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.gallery-pic-holder a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-pic-holder a img {
  max-height: 100%;
}

.gallery-pic-col {
  margin-bottom: 10px;
}

.video-holder {
  height: 215px;
  margin-bottom: 10px;
}
.marginBottom30 {
  margin-bottom: 30px;
}
.pos {
  position: relative;
}
.marginTop30 {
  margin-top: 30px;
}
.go-left {
  float: left;
}
.go-right {
  float: right;
}
.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;
}
.single-news-holder {
  border: 1px solid #d4d4d4;
  padding: 2px;
}
.single-news-body {
  padding: 0 10px;
}
.single-news-body img {
  max-width: 100% !important;
  height: auto !important;
}
.contact-social-ul {
  display: flex;
  list-style: none;
}
.contact-social-ul li {
  margin-right: 5px;
}
.single-news-holder .single-news-pic {
  max-height: 450px;
  overflow: hidden;
  position: relative;
}

.single-news-holder .single-news-pic .timeSpan {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  background: #8d6243;
  color: #fff;
}

.single-news-holder .single-news-pic img {
  width: 100%;
  max-height: 100%;
}

.single-news-holder .single-news-body h3 {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}

.single-news-holder .view-gallery .gallery-ul .gallery-li {
  display: inline-block;
  height: 100px;
  border: 1px solid rgba(220, 220, 200, 0.6);
  padding: 2px;
  border-radius: 5px;
}

.single-news-holder .view-gallery .gallery-ul .gallery-li img {
  max-height: 100%;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #f4752f;
  border-color: #f4752f;
}
.product-slider-holder {
  padding: 70px 0;
}
.product-slider-holder .title-slider {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
}
.product-slider-holder .title-slider.-black {
  color: #333;
}
.product-slider-holder.-package {
  background: #f5f5f5;
  height: 605px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.side-filters {
  background: #4377b1;
  /*border-radius: 8px;*/
  margin-top: 20px;
  /*padding: 10px;*/
}
.side-filters .panel-default {
  background: transparent;
  border-radius: 0;
  border: none;
}
.side-filters .side-kate-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.side-filters .side-kate-ul .side-kate-li {
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 5px;

  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.side-filters .side-kate-ul .side-kate-li:hover a {
  color: #66ced6;
}

.side-filters .side-kate-ul .side-kate-li i {
  float: right;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
}

.side-filters .side-kate-ul .side-kate-li a {
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop {
  margin: 8px 0;
  padding-left: 25px;
  display: none;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul {
  margin: 0;
  padding: 0;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li {
  margin-bottom: 3px;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li > a:hover {
  /*color:#EAC8A9;*/
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li i {
  float: right;
  cursor: pointer;
  font-size: 1.8rem;
  color: #fff;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li a {
  font-size: 1.3rem;
  display: inline;
  text-transform: uppercase;
  color: #fff;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 {
  margin: 8px 0;
  padding-left: 25px;
  display: none;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul {
  margin: 0;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul .side-kate-drop-li {
  margin-bottom: 3px;
  margin-bottom: 10px;
}

.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul .side-kate-drop-li a {
  font-size: 1.2rem;
  display: inline;
}
.side-filters .side-kate-ul .side-kate-li .side-kate-drop .side-kate-drop-ul .side-kate-drop-li .side-kate-drop2 .side-kate-drop-ul .side-kate-drop-li a:hover {
  /*color:#EAC8A9;*/
}
.categories-holder {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.categories-holder:hover {
  box-shadow: 1px 1px 3px #c5c5c5;
}
.categories-holder .categories-pic {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories-holder img {
  max-height: 100%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
.categories-holder .categories-text {
  margin-top: 20px;
}
.categories-holder .categories-text p {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  padding: 0 5px;
}
.category-info-box {
  background: #f3f3f3;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.category-info-box .category-pic {
  /*width: 280px;*/
  margin-bottom: 20px;
}
.category-info-box .category-pic .image {
  /*width: 280px;*/
  /*height: 280px;*/
  /*border-radius: 50%;*/
  /*object-fit: cover;*/
}
.category-info-box .category-text {
  /*width: calc(100% - 310px)*/
}
.category-info-box .category-text .text {
  font-size: 1.8rem;
  text-align: justify;
}
.-second-deep .categories-holder {
  height: 95px;
  border: 1px solid rgba(51, 51, 51, 0.36);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.-second-deep .categories-holder .categories-text {
  padding: 7px 3px;
  margin-top: 0;
}
.-second-deep .categories-holder .categories-text p {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
}
.-second-deep .categories-holder .categories-pic {
  display: none;
}
.cat-col-seter {
  padding-right: 5px;
  padding-left: 5px;
}
.parallax-holder.index-restaurant {
  height: auto;
}
.parallax-holder.index-restaurant .parallax {
  padding: 70px 0;
}
.parallax-holder.index-restaurant .parallax .title {
  margin-bottom: 30px;
}
.separator-footer {
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-right: 20px;
  display: none;
}
.footer .box.-store .separator-footer:last-child {
  display: none;
}
.footer .footer-hor-sep {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 20px;
}
.cen-text {
  font-size: 1.8rem;
  margin-top: 10px;
}
.warrning_text {
  margin-bottom: 10px;
}
.warrning_text .text {
  color: #ff94d1;
  font-size: 2rem;
}

.med_active {
  color: #66ced6 !important;
}

@media all and (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
  .categories-holder img {
    height: 230px;
  }
  .product-slider-holder.-package {
    height: 510px;
  }
  .index-restaurant {
    height: auto !important;
  }
  .parallax-holder {
    height: 510px;
  }
  .deal .info p {
    font-size: 2.2rem;
  }
  .deal .info .title {
    font-size: 2.3rem;
  }
  .deal .info {
    width: calc(100% - 225px);
  }
  .deal .pic {
    width: 225px;
  }
  .deal {
    height: 225px;
  }
  .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;
  }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .header .navigation > .list > .items > .main-dropdown {
    top: 65px;
    left: 25%;
  }
  .product-slider-holder.-package {
    height: 510px;
  }
  .-second-deep .categories-holder .categories-text p {
    font-size: 1.2rem;
  }
  .category-info-box .category-text .text {
    font-size: 1.4rem;
  }
  .category-info-box .category-text {
    width: calc(100% - 230px);
  }
  .category-info-box .category-pic .image {
    width: 200px;
    height: 200px;
  }
  .slide-text {
    width: 80%;
    top: 29%;
  }
  .product-slider-holder .title-slider {
    font-size: 2.5rem;
  }
  .index-restaurant {
    height: auto !important;
  }
  .parallax-holder {
    height: 510px;
  }
  .deal .info p {
    font-size: 2rem;
  }
  .deal .info .title {
    font-size: 2rem;
  }
  .deal .info {
    width: calc(100% - 225px);
  }
  .deal .pic {
    width: 225px;
  }
  .deal {
    height: 225px;
  }
  .news-box01 .title {
    font-size: 1.4rem !important;
  }
  .news-box01 .image {
    height: 210px;
  }
  .contact .contact-info .list .items .dinamic {
    font-size: 1.4rem;
  }
  .contact .contact-info .list .items .sprite {
    width: 30px;
    height: 30px;
  }
  .contact .contact-info .list .items .sprite.-phone {
    background-position: -30px 0;
  }
  .contact .contact-info .list .items .sprite.-hphone {
    background-position: -90px 0;
  }
  .contact .contact-info .list .items .sprite.-email {
    background-position: -60px 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: 260px;*/
  }
  .sa-tabs .list .items .content {
    width: 645px;
  }
  .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.-hphone {
    background-position: -60px 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: 3.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: 3.5rem;
    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;
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .header .navigation > .list > .items > .main-dropdown {
    top: 55px;
    left: 10%;
  }
  .header .navigation .list {
    flex-wrap: wrap;
  }
  .categories-holder img {
    width: 150px;
    height: 150px;
  }
  .product-slider-holder.-package {
    height: 510px;
  }
  .-second-deep .categories-holder .categories-text p {
    font-size: 1.2rem;
  }
  .category-info-box .category-text .text {
    font-size: 1.4rem;
  }
  .category-info-box .category-text {
    width: calc(100% - 230px);
  }
  .category-info-box .category-pic .image {
    width: 200px;
    height: 200px;
  }
  .categories-holder .categories-text p {
    font-size: 1.6rem;
  }
  .product-slider-holder .title-slider {
    font-size: 2.5rem;
  }
  .index-restaurant {
    height: auto !important;
  }
  .parallax-holder {
    height: 510px;
  }
  .deal .info p {
    font-size: 2rem;
  }
  .deal .info .title {
    font-size: 2rem;
  }
  .deal .pic {
    width: 225px;
  }
  .deal {
    height: 225px;
  }
  .news-box01 .title {
    font-size: 1.4rem !important;
  }
  .header {
    padding: 10px 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: 30px;
    height: 30px;
  }
  .contact .contact-info .list .items .sprite.-phone {
    background-position: -30px 0;
  }
  .contact .contact-info .list .items .sprite.-hphone {
    background-position: -90px 0;
  }
  .contact .contact-info .list .items .sprite.-email {
    background-position: -60px 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.2rem;
  }
  .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.2rem;
  }
  .menu-box .info-holder .price {
    font-size: 1.2rem;
  }
  .menu-box .info-holder .attr {
    height: 65px;
  }
  .menu-box {
    /*height: 260px;*/
  }
  .sa-tabs .list .items .content {
    width: 440px;
  }
  .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.-hphone {
    background-position: -60px 0;
  }

  .footer .box .list .items .sprite {
    width: 20px;
    height: 20px;
  }
  .footer .box form {
    display: block;
  }
  .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: auto;
  }
  .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: 3rem;
  }
  .about-page,
  .index-about .text {
    font-size: 1.4rem;
  }
  .about-page,
  .index-about .title {
    font-size: 3.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: 140px;
    margin: 0 auto;
  }
  .slide-text > a.btn-default {
    font-size: 1.1rem;
    padding: 14px 15px;
  }
  .product-slider-holder .title-slider {
    font-size: 2.5rem;
  }
  .index-restaurant {
    height: auto !important;
  }
  .parallax-holder {
    height: 510px;
  }
  .deal .info p {
    font-size: 2rem;
  }
  .deal .info {
    width: calc(100% - 225px);
  }
  .deal .info .title {
    font-size: 2rem;
  }
  .deal .pic {
    width: 225px;
  }
  .deal {
    height: 225px;
  }
}

@media all and (min-width: 500px) and (max-width: 767px) {
  .small-dropdown > .list > .items > .links {
    color: #fff;
  }
  .about-page img {
    width: 100% !important;
    height: auto !important;
  }
  .categories-holder img {
    width: 155px;
  }
  .footer .box .list {
    display: block;
  }
  .product-slider-holder.-package {
    height: 440px;
  }
  .category-info-box .category-pic {
    width: 160px;
  }
  .-second-deep .categories-holder .categories-text p {
    font-size: 1.2rem;
  }
  .category-info-box .category-text .text {
    font-size: 1.4rem;
  }
  .category-info-box .category-text {
    width: calc(100% - 190px);
  }
  .category-info-box .category-pic .image {
    width: 160px;
    height: 160px;
  }
  .categories-holder .categories-text p {
    font-size: 1.6rem;
  }
  .page-head {
    height: 185px;
  }
  .categories-holder .categories-pic {
    height: 155px;
  }
  .categories-holder {
    height: 245px;
  }
  .categories-holder .categories-text p {
    font-size: 1.4rem;
  }
  .news-box01 .title {
    font-size: 1.4rem !important;
  }
  .news-box01 .image {
    height: 145px;
  }
  .single-news-holder .single-news-body h3 {
    font-size: 1.6rem;
  }
  .header {
    padding: 10px 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: 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 {
    width: 340px;
    top: 0;
  }
  .sa-tabs .list .items .dinamic {
    text-transform: inherit;
    font-size: 1.2rem;
  }
  .sa-tabs .list .items {
    padding: 5px;
    /*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: 260px;*/
  }
  .menu-box .info-holder .name {
    display: block;
    height: auto;
  }
  .sa-tabs .list {
    padding: 5px;
  }
  /*search modal*/
  #search-input-holder #close {
    right: 20px;
    top: 30px;
  }

  #search-input-holder .logo-search {
    width: 150px;
    margin-top: 15px;
  }

  #search-input-holder #mysearch-input #mysearch-input1 {
    width: 250px;
    margin-top: 6px;
  }

  #search-input-holder #mysearch-input {
    width: 65%;
  }

  .footer-logo-img {
    margin: auto;
    padding: 30px 0;
  }

  /*search modal end*/
  .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.-hphone {
    background-position: -60px 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: 150px;
  }
  .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: auto;
  }
  .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;
  }
  .news-box01 .body {
    padding: 5px;
  }
  .news-box01 .text {
    font-size: 1.2rem;
  }
  .parallax-holder .parallax {
    padding: 0px 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: 3.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: 140px;
    margin: 0 auto;
  }
  .mob2_hamburger {
    top: 14px;
  }
  .header .navigation {
    margin-top: 14px;
    display: flex;
    justify-content: center;
  }
  .slide-text > a.btn-default {
    font-size: 1.1rem;
    padding: 14px 15px;
  }
  .product-slider-holder .title-slider {
    font-size: 2.5rem;
  }
  .index-restaurant {
    height: auto !important;
  }
  .parallax-holder {
    height: 440px;
  }
  .deal .info p del {
    font-size: 1.4rem;
  }
  .deal .info p {
    font-size: 1.6rem;
  }
  .deal .info .title {
    font-size: 1.6rem;
  }
  .deal .info {
    width: calc(100% - 190px);
  }
  .deal .pic {
    width: 190px;
  }
  .deal {
    height: 190px;
  }
}

@media all and (max-width: 499px) {
  .small-dropdown > .list > .items > .links {
    color: #fff;
  }
  .logo img.img-responsive.image {
    max-width: 124px;
    height: 53px;
  }
  .about-page img {
    width: 100% !important;
    height: auto !important;
  }
  .warrning_text .text {
    font-size: 1.8rem;
  }
  .footer .box .wrap {
    padding: 10px;
    margin-right: 0;
  }
  .footer .box.-store {
    flex-direction: column;
  }
  .grid.-home {
    width: 90% !important;
  }
  .grid.-home .grid-item {
    width: 100% !important;
  }
  /*search modal*/
  #search-input-holder .logo-search {
    width: 130px;
    margin-top: 15px;
  }

  #search-input-holder #close {
    right: 10px;
    top: 25px;
  }

  #search-input-holder #close img {
    width: 20px;
  }

  #search-input-holder #mysearch-input #mysearch-input1 {
    width: 100%;
  }

  #search-input-holder #mysearch-input {
    width: 65%;
  }
  /*search modal end*/
  .footer .box .list {
    display: block;
  }
  .product-slider-holder.-package {
    height: auto;
  }
  .category-info-box {
    display: block;
    padding: 5px;
  }
  .category-info-box .category-pic {
    width: 100%;
  }
  .-second-deep .categories-holder .categories-text p {
    font-size: 1.2rem;
  }
  .category-info-box .category-text .text {
    font-size: 1.4rem;
  }
  .category-info-box .category-text {
    width: 100%;
    margin-top: 10px;
  }
  .category-info-box .category-pic .image {
    width: 140px;
    height: 140px;
    margin: auto;
  }
  .categories-holder .categories-text p {
    font-size: 1.6rem;
  }
  .categories-holder .categories-pic {
    height: 155px;
  }
  .categories-holder {
    height: 245px;
  }
  .categories-holder .categories-text p {
    font-size: 1.4rem;
  }
  .page-head {
    height: 220px;
  }
  .news-box01 .title {
    font-size: 1.2rem !important;
  }
  .news-box01 .image {
    height: 120px;
  }
  .single-news-holder .single-news-body h3 {
    font-size: 1.6rem;
  }
  .-xs-50 {
    width: 50%;
  }
  .-xs-100 {
    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: 30px;
    height: 30px;
  }
  .contact .contact-info .list .items .sprite.-phone {
    background-position: -30px 0;
  }
  .contact .contact-info .list .items .sprite.-hphone {
    background-position: -90px 0;
  }
  .contact .contact-info .list .items .sprite.-email {
    background-position: -60px 0;
  }
  .contact .contact-info .list.-social .items {
    margin-right: -10px;
  }
  .contact .contact-form .my-label {
    font-size: 1.6rem;
  }
  .sa-tabs .list .items .content {
    left: 0;
    width: 100%;
    top: 103%;
  }
  .sa-tabs .list .items {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .sa-tabs .list .items .dinamic {
    font-size: 1.2rem;
  }
  .sa-tabs .list .items {
    display: inline-block;
  }
  .menu-box .info-holder .name {
    display: block;
    height: auto;
    font-size: 1.2rem;
  }
  .menu-box .info-holder .price {
    font-size: 1.6rem;
  }
  .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;
  }
  .menu-box .info-holder .attr {
    height: 65px;
  }
  .menu-box {
    height: auto;
  }
  .footer-logo-img {
    margin: auto;
    padding: 30px 0;
    width: 150px;
  }
  .footer .box .title {
    font-size: 1.6rem;
  }
  .footer .box .list .items {
    margin-bottom: 5px;
    align-items: center;
    display: flex;
  }
  .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: 1rem;
  }
  .footer .box .list .items .sprite {
    width: 15px;
    height: 15px;
  }
  .footer .box .list .items .sprite.-email {
    background-position: -30px 0;
  }
  .footer .box .list .items .sprite.-phone {
    background-position: -15px 0;
  }
  .footer .box .list .items .sprite.-hphone {
    background-position: -45px 0;
  }

  .footer .box .list .items .sprite {
    width: 15px;
    height: 15px;
    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: auto;
  }
  .deal {
    height: 200px;
  }
  .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;
  }
  .news-box01 .body {
    padding: 5px;
  }
  .news-box01 .text {
    font-size: 1.2rem;
  }
  .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: 3rem;
  }
  .mob2_hamburger {
    top: 13px;
  }
  .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 {
    padding: 20px 0;
  }
  .hero-info .box .icons {
    font-size: 2rem;
  }
  .header .logo {
    width: 130px;
  }
  .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;
  }

  .product-slider-holder .title-slider {
    font-size: 2.5rem;
  }
  .index-restaurant {
    height: auto !important;
  }
  .parallax-holder {
    height: 370px;
  }
  .parallax-holder .parallax {
    padding: 0;
  }
  .deal .info p del {
    font-size: 1.2rem;
  }
  .deal .info p {
    font-size: 1.4rem;
  }
  .deal .info .title {
    font-size: 1.4rem;
  }
  .deal .info {
    width: calc(100% - 100px);
  }
  .deal .pic {
    width: 100px;
  }
  .deal {
    height: 150px;
  }
}

/*------------------------------------------------------*/
/* 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 .button {
    font-size: 12px;
    padding: 10px 15px;
  }
  .slide-text {
    width: 85%;
    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;
  }
}
