@import url("slider2.css");
body {
  overflow-x: hidden;
  font-family: "Comfortaa", cursive;
  /* font-family: "Bentham", serif; */
  font-family: "Dancing Script", cursive;
  font-family: "Cormorant Garamond", serif;
  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;
}

h2 {
  font-weight: bold;
}
h2.main-subtitle {
  font-weight: 500 !important;
  font-size: 2.5rem;
}

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

.product-btn-submit {
  background-color: #333;
  border: 2px solid #333;
}
.product-btn-submit:hover {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}

.product-sec-pic.transition {
  padding-top: 15px;
}
.s-product-pic {
  /*   width: 250px;*/
  border: 1px solid #eee;
  /*   height: 250px;*/
}
.s-product-pic:hover {
  box-shadow: 5px 5px 15px 5px #4e47473d;
}
.s-product-pic img {
  /*    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
  /*    height: 200px;
    width: auto;*/
  height: 100%;
  width: 100%;
}
.s-product-pic img:hover {
  /*  -webkit-transform: scale(1.3);
    transform: scale(1.3);*/
}
.s-product-name {
  padding-top: 10px;
}
.s-product-name span.name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

input {
  outline: none;
  border: 1px solid #333;
  /*border: 1px solid #8D6243;*/
  padding: 7px 14px;
}

section {
  padding: 70px 0 50px;
}

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

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

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
picture.main-picture img {
  width: 100% !important;
}

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

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

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

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

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

.after {
  display: inline-block;
}
.after:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #a6a6a6;
  margin: 2px auto 0 auto;
}

.hero .button-bottom {
  background: transparent;
  border: none;
  color: red;
  position: absolute;
/*  bottom: 50px;*/
  left: 50%;
  width: 50px;
  margin-left: -22px;
  z-index: 9;
/*  top: 100%;*/
/*    position: fixed;*/
  bottom: 20px;       /* uvek pri dnu */
  transform: translateX(-50%);
  z-index: 1000;

  filter: brightness(0) saturate(100%) invert(31%) sepia(22%) saturate(800%) hue-rotate(91deg) brightness(96%) contrast(90%);
}
.hero .button-bottom .image {
  color: red;
  width: 40px;
  /*z-index: 9999;*/
}
.title-about {
  /* font-family: "Parisienne", cursive; */
/*  font-family: "Cormorant Garamond", serif;*/
  font-size: 7rem;
  color: #333;
  text-align: center;
}
.bs-slider {
  overflow: hidden;
  height: 82vh;
  position: relative;
  background: #fff;
  top: 142px;
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
pointer-events: none;
  /* background-color: rgb(101 214 244 / 67%); */
}
.slide-text a.btn {
    touch-action: manipulation;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
  object-fit: cover;
  height: auto;
}

.fade {
  opacity: 1;
}

.footer-map-part {
  -webkit-box-shadow: 2px 2px 10px 0px #000000;
  box-shadow: 2px 2px 10px 0px #000000;
}

.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;
}
.form-control:hover {
  border: 1px solid #333;
}
.form-control:focus {
  border: 1px solid #333;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(167 103 105 / 73%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(167 103 105 / 73%);
}
.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;
}
.fancybox-caption {
  text-align: center;
}
.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: 17%;
  /*top: 34%;*/
  right: 0;
  margin: auto;
  width: 55%;
  padding: 10px;
  position: absolute;
  text-align: left;
     padding: 50px 85px;
    background: #32604499;
}

.slide-text .button {
  background: #326044;
  color: #fff;
  border: 1px solid #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: #326044d1;
  -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;
  top: -17px;
}

.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%;
  height: 135px;
  /* padding: 30px 0 55px 0; */
  box-shadow: 2px 2px 38px #333;
  background: #fff !important;
  z-index: 9999;
  /* display: flex; */
  align-items: center;
}
.header .container-fluid.social-header {
  background-color: #326044;
  height: 40px;
  /* display: flex;
  align-items: center; */
  color: #fff;
}
.main-social-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px 0 20px;
}
.left-part-social-header {
  display: flex;
  align-items: center;
}
.header-list-social {
  list-style: none;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
.footer-list-social {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding-left: 0;
}

.footer-list-social .image.image-icons,
.left-part-social-header .image.image-icons {
  width: 50px;
  height: 50px;
  /* filter: invert(1);
  background-size: cover;*/
  margin-left: 10px;
}

.header-list-social .sprite,
.left-part-social-header .sprite {
  width: 30px;
  height: 30px;
  filter: invert(1);
  background-size: cover;
  margin-left: 10px;
}

.header-list-social .image.image-icons,
.left-part-social-header .image.image-icons {
  width: 30px;
  height: 30px;
  /* filter: invert(1);
  background-size: cover;*/
  margin-left: 10px;
  filter: invert(1);
}

.left-part-social-header .sprite.-address {
}

.header-list-social .sprite.-facebook {
  background-position: 0 0;
}
.header-list-social .sprite.-instagram {
  background-position: -90px 0;
}
.header-list-social li.items .sprite.-email {
  background-position: -60px 0;
}
.social-networks-setter {
  float: right;
}
section.about-page > div > div > div > p > img {
/*  height: 500px !important;*/
  object-fit: cover;
}
.header .logo {
  width: 120px
}
.header .navigation {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.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;
}
/*.main-dropdown .list-dropdown .sec-drop {
    border: 1px solid #d6d6d6;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    width: 1080px;
    padding: 7px 5px;
    display: none;
    overflow-x: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul {
    padding: 0;
    margin: 0;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul .sec-drop-li {
    padding: 5px 3px;
    overflow: hidden;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul .sec-drop-li hr {
    margin-bottom: 5px;
    margin-top: 25px;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a1 {
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #333;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a1:hover {
    text-decoration: underline;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a2 {
    margin-right: 5px;
    font-size: 1.2rem;
    color: #666;
}
.main-dropdown .list-dropdown .sec-drop .sec-drop-ul .sec-drop-li .soc-drop-a2:hover {
    text-decoration: underline;
}*/
.navigation .nav-ul .nav-li {
  position: relative;
  padding: 10px 0;
  margin-right: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.navigation .nav-ul .nav-li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
}
/*.nav-li .nav-main-drop {
    -webkit-box-shadow: 0px 2px 2px #a9a9a9;
    -moz-box-shadow: 0px 2px 2px #a9a9a9;
    -ms-box-shadow: 0px 2px 2px #a9a9a9;
    -o-box-shadow: 0px 2px 2px #a9a9a9;
    box-shadow: 0px 2px 2px #a9a9a9;
    position: absolute;
    top: 100%;
    left: -20px;
    background: #fff;
    border-top: none;
    z-index: 99999;
    min-width: 220px;
    display: none;
}
.sec-drop-main-menu {
    padding: 10px 0;
    display: none;
}
  .nav-li
  .nav-main-drop
  .nav-main-drop-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

  .nav-li
  .nav-main-drop
  .nav-main-drop-ul
  .nav-main-drop-li {
  padding: 10px 5px !important;
  border: none;
  text-align: center;
  min-width: 185px;
  border-bottom: 1px solid #eee;
}

  .nav-li
  .nav-main-drop
  .nav-main-drop-ul
  .nav-main-drop-li:last-child {
  border-bottom: none;
}

  .nav-li
  .nav-main-drop
  .nav-main-drop-ul
  .nav-main-drop-li:hover
  a {

}

  .nav-li
  .nav-main-drop
  .nav-main-drop-ul
  .nav-main-drop-li
  a {
  text-transform: none;
  color: #333;
  display: block;
  font-size: 1.4rem;
}

  .nav-li
  .nav-main-drop
  .nav-main-drop-ul
  .nav-main-drop-li
  a
  i {
  opacity: 1;
}*/



.nav-main-drop,
.sec-drop-main-menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1000;
    min-width: 200px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.nav-main-drop.open,
.sec-drop-main-menu.open {
    display: block;
}


.nav-li {
    position: relative; 
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    margin-top: -5px;
}

.nav-main-drop {
    top: 100%; 
    left: 0;
    /*position: absolute;
    border: 1px solid #ccc;
  z-index: 1000;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;*/
}


.sec-drop-main-menu {
  position: absolute;
    top: 100%; 
    left: 0;
    min-width: 215px;
/*    margin-top: 5px;*/
    word-wrap: break-word;
  white-space: normal;
    opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;

}
.sec-drop-main-menu.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
  left: 99%;
      top: -5%;
}
.sec-drop-main-menu  .list.dr{
  display: block;
/*  width: 253px;*/
/*width: 232px;*/
}
/* Stilovi za liste */
.nav-main-drop-ul, .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-main-drop-li {
    position: relative;
    white-space: nowrap;
        border: 1px solid #E8E8E8;
    padding: 5px 2px;
    font-size: 1.2rem;
}
.nav-main-drop-li a {
  color: #333 !important;
  display: block;
  padding: 10px 15px;
}
.nav-main-drop-li a:hover{
  color: #326044 !important;
/*    color: #ef9800 !important;*/
  font-weight: 600;
}
.nav-main-drop-ul .nav-main-drop-li a:after{
  content: "";
  background-image: none !important;
      right: 0 !important;
}

.nav-main-drop-a,
.nav-li > a,
.links.m {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    background: white;
}


.list .nav-li a:after{
    content: "";
    width: 7%;
    height: 100%;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: -20%;
    background-image: linear-gradient( 135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) );
    transition: all 0.4s ease-out;
}
.list .nav-li a:hover:after{
  transition: all 0.4s ease-out;
    right: 80%;
}
.nav-main-drop-a:hover,
.nav-li > a:hover,
.links:hover {
/*    background-color: #f0f0f0;*/
}
.header .navigation .list .items {
/*  margin-left: 15px;*/
  padding: 10px 15px;
}
.header .navigation .list .items .links {
  color: #1b1b1b;
  font-size: 1.1rem;
  /* font-weight: bold; */
  letter-spacing: 1px;
}
.header .navigation .list.dr .items .links { 
  padding: 5px 2px 0 !important;
}
/* .header .navigation .list .items .links:after {
  content: "";
  display: block;
  margin: 3px auto 0 auto;
  width: 0;
  height: 2px;
  background: #333;
  -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: 53%;*/
  top: 70px;
  /* transform: translate(-65%, 0); */
  background: #fff;
      -webkit-box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.3s ease-in-out;
  /*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;
  background: #fff;
}
.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);*/
      border-top: 1px solid #E8E8E8;

  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: 1.2rem;
  display: block;
  text-transform: uppercase;
  color: #000;
  display: block;
  justify-content: space-between;
  align-items: center;
/*  transition: all 0.3s ease-in-out;
    position: relative;*/
    padding: 10px 15px;
}
.header .navigation > .list > .items > .nav-main-drop > .nav-main-drop-ul > .nav-main-drop-li {
  margin-left: 0;
  padding: 5px 15px;
}
.header
  .navigation
  > .list
  > .items
  > .nav-main-drop
  > .list
  > .items
  > .links:hover {
  color: #ef9800;
  font-weight: 600;
}
.header .navigation > .list > .items > .links {
  font-size: 1.4rem;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  /*dodato*/
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;

}
.header .navigation > .list > .items > .links:after {
  content: "";
/*  width: 20%;*/
  width: 7%;
  height: 100%;
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  right: -20%;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0)
  );
}
.header .navigation > .list > .items > .links:hover:after {
  transition: all 0.4s ease-out;
  right: 100%;
}

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

.header .navigation > .list > .items:nth-child(3) {
  position: relative;
}

.header .navigation > .list > .items:nth-child(3) > .main-dropdown {
  position: absolute;
  left: 0;
  top: 35px;
  width: 230px;
}

ul.lang-list {
  color: #333;
  list-style: none;
  display: flex;
  text-transform: uppercase;
  font-size: 1.4rem;
}

ul.lang-list li {
  cursor: pointer;
  margin: 0 0 0 5px;
  padding: 3px;
}
ul.lang-list li.lang-items.-active {
  border: 1px solid #fff;
}

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

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

/*  width: 115px;*/
}
.logo img.img-responsive.image {
/*  max-width: 260px;*/
/*      transform: scale(1.5);*/
  /*  height: 100px; */
}

.header-fixed .navigation {
  margin-top: 13px;
}
.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: #000;
  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 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mob2_menu a {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #ddd;
}*/

/*.small-dropdown,
.sec-drop-main-menu-mobile {
    display: none;
    padding-left: 15px;
}
*/
/*.material-icons,
.fa {
    font-size: 18px;
    vertical-align: middle;
}
*/
/*.third-level-menu {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: visibility 0s linear 0.3s, height 0.3s ease;
}

.third-level-menu.open {
    visibility: visible;
    max-height: 500px;
    transition: visibility 0s linear 0s, height 0.3s ease;
}*/
.sec-drop-main-menu-mobile {
  display: none;
}
.sec-drop-main-menu-mobile.open {
  display: block;
}
.third-level-menu {
/*    display: none;*/
    /* ili visibility: hidden; */
}

.third-level-menu.open {
/*    display: block;*/
    /* ili visibility: visible; */
}
.mob2_menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: -100%;
  z-index: 999;
  /*background: #F6F0E4;*/
  background: #fff;
  top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  background: rgb(2, 0, 36);
  background: linear-gradient(45deg, rgba(2, 0, 36, 1) 0%, rgb(50 96 68) 0%, rgb(50 96 68) 33%, rgb(50 96 68) 57%, rgb(50 96 68) 90%);
}
a.links.mob.third-level-toggle {
    font-size: 1.4rem;
}
.cms_iWishList.material-icons.wish-icons {
  color: #333;
}

.mob2_menu ul {
  list-style-type: none;
  margin-left: -9px;
  width: 100%;
}

.mob2_menu ul li {
  padding-top: 15px;
  text-align: center;
}
.mob2_menu ul li:hover {
  color: #fff;
  opacity: 0.9;
}
.mob2_menu ul li:nth-child(4):hover a {
/*  color: #d9d9d9;*/
}
.mob2_menu ul li:nth-child(3):hover {
  opacity: 1;
}
.mob2_menu .has-dropdown .material-icons.icons {
    position: relative;
    top: 5px;
}
.mob2_menu ul li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
.has-subdropdown .sec-toggle {
    font-size: 18px;
}
.mob2_menu .mobile-list .items .links i {
  vertical-align: middle;
}
.has-subdropdown.open .sec-toggle {
    font-size: 18px;
}
ul.list.third-level-menu .items .links.mob {
    font-size: 14px;
}
/*.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%; }*/
.position-text {
  position: relative;
}
.position-text-span {
  color: #ccc;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7rem;
  z-index: -1;
}
.activity-box {
    display: flex;
        padding: 20px 0;
}
.activity-row {
  padding-top: 50px;
}
.title-activity {
  font-weight: bold;
  padding: 20px 0;
}
.text-a-box {
  padding-left: 20px;
}
.text-a-box h4 {
  min-height: 50px;
    font-weight: 600;
    padding-bottom: 10px;
/*    padding-left: 20px;*/
}
.text-a-box p {
    min-height: 50px;
}
.text-a-box h4 a {
  color: #000;
}
.about-page .title,
.index-about .title {
  /* margin-bottom: 20px; */
  margin: 120px 0 25px;
  font-weight: 100;
}
.about-page .title {
  margin: 0 0 25px;
  font-size: 3rem !important;
}

section.about-page ul li {
  font-size: 16px;
}

span.title-about-welcome {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.title.title-about.title-about-main-name {
  /* font-family: "Bentham", serif; */
  font-family: "Cormorant Garamond", serif;
  margin-top: 0px;
  /* color: #333; */
  color: #ccc;
  font-size: 8rem;
  text-transform: uppercase;
  margin: 10px 0;
  font-weight: 100;
  z-index: -1;
  display: block;
  width: 100%;
}
.title.title-about.our-name {
  font-size: 7.4rem;
}

span.header-adress {
  /* font-family: "Dancing Script", cursive; */
  /* font-style: italic; */
  font-size: 1.4rem;
}
.title.title-about.title-about-name {
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Cormorant Garamond", serif;
  color: #333;
  margin-top: 0px;
  /* margin-bottom: 30px; */
  font-weight: 500;
  text-transform: uppercase;
  font-size: 6rem;
  position: absolute;
  top: 60px;
  /* left: 34%; */
  display: block;
  width: 98%;
  text-align: center;
}
.banner-studio-section {
  background-color: #333;
  background-size: cover;
  height: 450px;
  background-repeat: round;
}
/*
.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}
*/
section.index-about {
  text-align: center;
  margin-top: 64px;
}
section.section-shop h2 {
  margin: 0px 0 20px 0;
  font-family: "Cormorant Garamond", serif;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 100;
}
section.section-shop p > a {
  /* text-decoration: underline; */
  color: #333;
  font-weight: bold;
}
section.nested-categories h2 {
  font-family: "Cormorant Garamond", serif;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 100;
}
section.about-part-section h2 {
  font-family: "Cormorant Garamond", serif;
  /* margin: 0px 0 20px 0; */
  text-transform: capitalize;
  color: #333;
  font-size: 4rem;
  font-weight: 100;
}
section.about-part-section .position-text-span {
  color: #ccc;
  position: absolute;
  top: 0%;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  display: block;
  width: fit-content;
}
section.about-page > div > div > div > table > tbody > tr:nth-child(1) > td {
/*  padding: 20px !important;*/
  background-color: #326044;
  color: #fff;
  font-size: 1.8rem;

  /* background: -webkit-radial-gradient(50% 10%, #ffff, #333);
  background: -o-radial-gradient(50% 10%, #ffff, #333);
  background: -moz-radial-gradient(50% 10%, #ffff, #333);
  background: radial-gradient(50% 10%, #ffff, #333);*/
}
section.about-page > div > div > div > table > tbody > tr > td {
  padding: 10px 20px;
  font-size: 1.4rem;
  width: 80%;
  border-bottom: 1px solid #ddd;
}
/* section.nested-categories h2 span {
  color: #ccc;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7rem;
} */
section.about-page > div > div > div > table > tbody > tr:nth-child(even) {
/*  background: #bdafaf45;*/
}
section.about-page > div > div > div > table > tbody > tr:hover {
  background: #efefef;
}

h2.main-title {
  text-align: center;
  margin: 0 0 20px 0;
  font-family: "Cormorant Garamond", serif;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 100;
  color: #fff;
  margin-top: 50px;
  padding-bottom: 20px;
}
.project p {
  color: #fff;
}
.links-sec {
    padding: 50px 0;
}
h2.main-title.link {
  color: #333;
  margin-top: 0;
  padding-bottom: 20px;
}
.banner-sec {
    display: flex;
    justify-content: space-around;
}
.b-cont {
    display: flex;
    justify-content: center;
}
.baner-box {
  width: 230px;
    height: 90px;
    color: #fff;
    background: #326044;
    font-size: 14px;
    font-weight: 600;
    /*text-transform: capitalize;*/
    padding: 10px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border: 4px solid white;
    cursor: pointer;
}
.baner-box:hover,
.baner-box:focus{
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 3px #000;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
    border: 4px solid white;
    cursor: pointer;
}
.baner-box a {
  color: #fff;
  text-align: center;
}
section.section-shop .row-setter {
  display: flex;
  justify-content: center;
}
section.section-shop .row-setter .shop-column a:hover .shop-item {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);

  -webkit-transition: transform 1.05s ease-in-out;
  -moz-transition: transform 1.05s ease-in-out;
  -ms-transition: transform 1.05s ease-in-out;
}
section.section-shop .shop-item {
  height: 305px;
  border: 2px solid #333;
  text-align: center;
  box-shadow: 0px 0px 10px black;
  margin: 10px 0;
}
section.section-shop .shop-item .img-part {
  height: 202px;
  border-bottom: 2px solid #333;
}
section.section-shop .shop-item .img-part img {
  height: 200px;
  width: 100%;
}
section.section-shop .shop-item p {
  margin: 15px;
  font-weight: bold;
}
section.section-shop .shop-item p.product-title {
  color: #333;
}
section.section-shop .shop-item p.price {
  color: #333;
}

.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: #333; */
  text-align: center;
  font-size: 3rem;
}
section.about-page {
    padding: 0;
}
section.parallax-db {
    padding: 15px 0;
}
.db_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cde4f1;
    background: linear-gradient(#FFFFFF, #cde4f1);
    opacity: 0.55;
}
.parallax-db  .parallax-holders{
  opacity: 0.9;
  width: 100%;
  height: 200px;
}
.parallax-db .parallax-holders .parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-holders.page {
  position: relative;
  height: 200px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax.page {
    position: absolute;
  top: -150px;              
  left: 0;
  width: 100%;
  height: 500px !important;         
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 1;
}
.parallax.page h2.title {
  text-shadow: #e0e0e0 1px 1px 0;
     font-style: italic;
}
/*  .parallax {
  position: relative;
  height: 200px;
  overflow: hidden;
    display: flex;
  align-items: center;
  justify-content: center;
}

.parallax img {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
}
.parallax .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  z-index: 2;           
  margin: 0;

  text-align: center;
  pointer-events: none;
}*/
.parallax.db {
  position: relative;
  height: 200px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax.db::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 242 242 / 30%);
  z-index: 1;
}
.parallax-bg {
  position: absolute;
  top: -150px;              /* pomeraj za parallax */
  left: 0;
  width: 100%;
  height: 500px;            /* VEĆE OD 200px */
  
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  z-index: 1;
}

.parallax.db .title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #000;
   text-align: center;
}

.instagram-part h2 {
  font-size: 3.5rem;
  margin: 0px 0 20px 0;
}
.instagram-part h2 span {
  color: #333;
}
.instagram-part h2 span a {
  color: #333;
}
.instagram-part h2 span a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.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: 11%;
    top: 72%;
    left: -19%;
  transform: translate(-50%, -50%);
}
.owl-nav .icons {
  font-size: 4rem;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 50%;
}
section.counter {
  background: #333;
  background-repeat: round;
  /* background-repeat-y: no-repeat; */
  background-size: cover;
}
.counter-setter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter .count-image .image {
  width: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.counter .count-holder .count {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.counter .count-text p {
  font-size: 1.8rem;
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  color: #666;
}

.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;
}
.single-news-wrap a:hover .news-box01 {
  -moz-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);

  -webkit-transition: transform 1.05s ease-in-out;
  -moz-transition: transform 1.05s ease-in-out;
  -ms-transition: transform 1.05s ease-in-out;
}
.index-restaurant .news-box01 .title {
  color: #333;
  font-size: 1.4rem;
}

.index-restaurant .news-box01 .body {
  background: transparent;
}
.index-gallery .title,
.gallery-page .title {
  margin-bottom: 30px;
}
p.description.gallery {
    padding-bottom: 20px;
}
.gallery-flex-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: space-between;
}
.gallery-flex-container::before {
  display: none;
}

.gallery-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 200px);
  justify-content: space-between;
  grid-gap: 20px;
}
.gallery-grid-container::before {
  /* visibility: hidden; */
  display: none;
}

.grid {
  margin: 0 auto;
}
.grid-item {
  /* width: 200px; */
  margin-bottom: 10px;
}
.grid-item img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.grid-item--width2 {
  width: 400px;
}
.grid.-home .grid-item {
  width: 400px;
}

.grid-setter-news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-setter-news::before {
  display: none;
}
.grid-setter-news::after {
  /* display: none; */
  content: "";
  clear: both;
  display: table;
}

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

/**testimonials studio**/
section.testimonials-part h2 {
  font-size: 3rem;
  margin: 0px 0 20px 0;
  font-family: "Cormorant Garamond", serif;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 100;
}
section.testimonials-part .testimonials-wrapper {
  position: relative;
  height: 230px;
  margin: 50px 0 30px 0;
  padding: 15px;
  color: #fff;
  background-color: #333;
  text-align: center;
}
section.testimonials-part.testimonials-part-education .testimonials-wrapper {
  height: 400px;
}

section.testimonials-part .testimonials-wrapper .testimonials-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.testimonials-part .testimonials-wrapper img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 5px solid #333;
  background: #fff;
}
section.testimonials-part .testimonials-wrapper .testimonials-text {
  padding-top: 45px;
}
section.testimonials-part .testimonials-name {
  font-weight: bold;
  margin-bottom: 10px;
}
section.testimonials-part .testimonials-par {
  font-size: 1.6rem;
}
section.testimonials-part .testimonials-btn {
  background: #333;
  border-color: #333;
  color: #fff;
  /* padding: 10px 50px; */
  width: 30%;
  border-radius: 0;
  text-transform: uppercase;
}

.testimonials-btn:hover,
.testimonials-btn:active,
.testimonials-btn:focus {
  background: #333;
  border-color: #333;
  transition: all 0.3s ease-in-out;
  color: #fff;
  opacity: 0.9;
}

.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;
}
.products-view {
    display: flex;
}
.map {
  width: 100%;
  height: 500px;
}
.go-top {
    position: fixed;
    bottom: 2.6em;
    right: 2em;
    text-decoration: none;
    color: #326044;
    font-size: 12px;
    padding: 5px 10px;
    z-index: 1;
    display: none;
    background: #efefef;
}
.footer {
  background: #4377b1;
  position: relative;
  padding: 50px 0;
}
.footer-logo-image {
  margin: auto;
  /* height: 270px;
  width: 270px; */
  height: auto;
  width: auto;
}
.footer .fot-image {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 350px;
  opacity: 0.2;
}
.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: #fff;
}
.footer .box .newsletter-btn {
  background: #afafaf;
  color: #fff;
  border-radius: 0;
  border: 1px solid #0077fd70;
}
.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 {
  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: #333;
  padding: 5px 0 0 0;
}
.footer-bottom .text {
  color: #fff;
  font-size: 1rem;
}
.footer-bottom .text a {
  color: #fff;
}

.page-head {
  width: 100%;
  /* height: 140px; */
  height: 120px;
  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;*/
}
.mapouter {
  position: relative;
  text-align: right;
  height: 280px;
  width: 701px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 280px;
  width: 701px;
}
@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-top: 0px;*/
}
.contact-box {
    display: flex;
    justify-content: space-between;
}
h3.contact-titles {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-head-title,
.menu-page-title,
.news-head-title {
  font-weight: 500;
  font-size: 3rem;
}
.contact .contact-form {
  display: flex;
  flex-direction: column;
}
.contact .contact-form .my-label {
  width: 100%;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #333;
}
.contact .contact-form .my-label .field {
  background-color: #fff;
  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 .button {
  background: #326044;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  font-size: 1.7rem;
  border-radius: 0px;
}
.contact .contact-form .button:hover {
  background: #326044d9;
  opacity: 0.9;
}
.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: #326044;*/
  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 img {
  width: 30px !important;
  height: 30px !important;
      margin-right: 10px;

  filter: brightness(0) saturate(100%) invert(35%) sepia(14%) saturate(1198%) hue-rotate(91deg) brightness(88%) contrast(92%);
}
.contact .contact-info .list .items.-block {
  display: block;
}
.contact .contact-info .list .items.-block strong {
  color: #000;
  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;
  filter: invert(1);
}
.contact .contact-info .list .items .sprite.-phone {
  background-position: -30px 0;
  filter: invert(1);
}
.contact .contact-info .list .items .sprite.-hphone {
  background-position: -90px 0;
  filter: invert(1);
}

.contact .contact-info .list .items .sprite.-email {
  background-position: -60px 0;
  filter: invert(1);
}
.contact .contact-info .list .items .dinamic {
  font-size: 1.6rem;
  color: #000;
}
.project {
    padding-top: 60px;
}
img.pdf-img {
    width: 30px !important;
}
.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, 0.63);
  /* border-bottom: 2px solid rgba(78, 78, 78, 0.33); */
  margin-bottom: 10px;
}

.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:hover {
  transform: scale(1.1);
} */

.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: 98%;
  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: #333;
  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.8rem;
  padding: 5px;
  text-align: center;
  height: 35px;
  overflow: hidden;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-box01 .text {
  margin: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0px;
  max-height: 110px;
  overflow: hidden;
  text-align: center;
  line-height: 1.3;
  text-transform: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 55px;
}
.all-news-btn {
  background: #326044;
  border-color: #326044;
  color: #fff;
  /* padding: 10px 50px; */
  width: 30%;
  border-radius: 0;
  text-transform: uppercase;
}
.all-news-btn:hover,
.all-news-btn:active,
.all-news-btn:focus {
  background: #326044d1;
  border-color: #326044d1;
  transition: all 0.3s ease-in-out;
  color: #fff;
  opacity: 0.9;
}

.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: #326044;
}

.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: 55%;
  left: 0;
  width: 100%;
  height: 90px;
  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;
  color: #fff;
}
.go-left a{
 color: #619174;
}
.go-right {
  color: #fff;
  float: right;
}
.go-right a{
  color: #619174;
}
.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 span p{
  padding-bottom: 20px;
  
}
.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;
  width: 150px;
  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%;
  width: 100%;
    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: #326044;
  border-color: #326044;
}
.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.5;
}
.side-filters {
  background: #333;
  /*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: #fff;
  opacity: 0.6;
}

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

.nes-col-left-setter .part-for-image {
  height: 660px;
  position: relative;
  /* width: 20em;
 height: 20em; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
.nes-col-left-setter .part-for-image img {
  width: 100%;
  height: 100%;
}
.nes-col-right-setter .part-for-image {
  height: 200px;
  margin-bottom: 30px;
  position: relative;
  /* width: 20em;
  height: 20em; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
}
.nes-col-right-setter .part-for-image img {
  /* width: 100%; */
  width: 75%;
  height: 100%;
}

.nes-col-right-setter .part-for-image:before,
.nes-col-left-setter .part-for-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(167, 103, 105, 0.6);
}

.nes-text {
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  font-weight: bold;
  /*dodato*/
  width: 100%;
  left: 0;
  top: 50%;
  font-weight: 700;
  text-align: center;
  z-index: 1;
  transition: top 0.5s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.part-for-image:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.part-for-image:hover .nes-text {
  top: 80px;
}
.part-for-image:hover .nes-text.nes-text-first {
  top: 295px;
}
.part-for-image .find-more-btn {
  position: absolute;
  /* width: 100%; */
  /* left: 0; */
  top: 125px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  padding: 10px 20px;
  border: 2px solid #fff;
  color: #fff;
  /* background-color: #333; */
}
.part-for-image .find-more-btn.find-more-btn-first {
  top: 335px;
}
.part-for-image:hover .find-more-btn {
  opacity: 1;
}

.scheduling-part-div {
  padding: 50px 0;
  margin: 0;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
}
.scheduling-part-div > a {
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  margin: 0 10px;
}
.scheduling-part-div > a:hover {
  color: #d9d9d9;
}
.scheduling-part-div > p {
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  display: inline;
}
.scheduling-part-div > i {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  display: inline-block;
  box-shadow: 0px 0px 2px #888;
  padding: 0.75em 0.6em;
  margin-right: 10px;
}
.about-part-container img {
  height: 40px;
  width: 40px;
  margin: auto;
}
.about-part-container .col-sm-1-setter {
  padding-right: 0;
}
.col-sm-6.box {
  /* padding: 5px; */
  padding: 15px 5px;
  /* border: 1px solid #eee; */
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #eee;
}
.about-paragraph {
  margin-bottom: 30px;
}
.about-part-left .part-for-info {
  height: 185px;
  margin-bottom: 10px;
}

.about-part-left .part-for-info .part-for-info-title {
  text-transform: uppercase;
  font-size: 1.6rem;
}

.about-part-left .part-for-info .part-for-info-subtitle {
  padding-top: 10px;
  font-size: 1.4rem;
}

.about-part-right .part-for-img {
  height: 500px;
  margin-bottom: 30px;
  /* background: #333; */
}

.about-part-right .part-for-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before,
.shine:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.parallax-holder.index-restaurant {
  height: auto;
      background: #326044;
}
.parallax-holder.index-restaurant .parallax {
  padding: 50px 0;
}
.parallax-holder.index-restaurant .parallax .title {
  margin: 10px;
}
.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;
}
footer {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  padding: 40px 0;
  /*margin-top: 30px;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: -26px;
  width: 100%;
  height: 63px;
  background: url(../../img/footer-curve.png) no-repeat;
  transform: rotate(180deg);
} */
/* footer .footer-filter {
  position: absolute;
  top: 0;
  left: 0;
  background: #424c55;
  width: 100%;
  height: 100%;
} */

footer .footer-links p {
  color: #333;
}

footer .footer-links h3 {
  color: #424c55;
}

footer .footer-links .footer-logo {
  width: 270px;
}

footer .footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
      margin-top: 15px;
}

footer .footer-links ul li {
  padding: 3px 0;
}

footer .footer-links ul li a {
  color: #333;
  font-size: 1.4rem;
  -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;
  font-weight: bold;
}

footer .footer-links ul li a:hover {
  text-decoration: underline;
}

footer .location ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .location ul li {
  margin: 15px 0;
  color: #333;
  font-weight: bold;
}

footer .location ul li img {
  width: 25px;
  float: left;
  margin-right: 10px;
}

footer .bank-foo {
  padding: 7px 0;
  margin: 0;
  text-align: center;
}

footer .bank-foo li {
  display: inline-block;
  margin-right: 10px;
}

footer .bank-foo li img {
  width: 45px;
}

@media all and (min-width: 1400px) {
  .container {
    width: 1360px;
  }
  .logo img.img-responsive.image {
    height: 90px;
    width: auto;
  }
  .header.header-fixed
    .container-fluid:last-child
    .header-row-part
    .col-md-2.col-sm-12.col-xs-4
    .logo
    a
    img {
    height: 58px;
    width: auto;
  }
  /* section.section-shop h2 {
    margin: 30px 0;
  } */
  /* section.section-shop .row-setter {
    display: flex;
    justify-content: space-between;
  } */
  /* section.section-shop .row-setter .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
  } */
  section.section-shop .shop-item {
    height: 282px;
    /* border: 2px solid #333;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 10px 0; */
  }
  section.section-shop .shop-item .img-part {
    height: 152px;
    /* border-bottom: 2px solid #333; */
  }
  section.section-shop .shop-item .img-part img {
    height: 150px;
    width: 100%;
  }
  /* section.section-shop .shop-item p {
    margin: 15px;
    font-weight: bold;
  }
  section.section-shop .shop-item p.product-title {
    color: #333;
  } */
}

@media all and (min-width: 1200px) and (max-width: 1399px) {

  .header .navigation {
    align-items: center !important;
    margin-top: 23px;
  }
.header-fixed .navigation {
  margin-top: 7px;
}


  .header-fixed .logo {
/*    width: 200px;
    margin-top: 12px;*/
        width: 90px;
    margin-top: -2px;
    height: 50px;
}
  /* section.section-shop h2 {
    margin: 30px 0;
  } */
  section.testimonials-part.testimonials-part-education .testimonials-wrapper {
    height: 470px;
  }
  .title.title-about.title-about-main-name {
    font-size: 8rem;
  }
  .title.title-about.title-about-name {
    font-size: 5rem;
  }
  .title.title-about.our-name {
    font-size: 6rem;
  }
  .header {
    height: 120px;
  }
  .logo {
    width: 100px;
  }
  .logo img.img-responsive.image {
    height: 100%;
    /*width: auto;*/
    transform: scale(0.8);
  }
  .header.header-fixed {
    height: 90px;
  }
  .owl-nav {
    top: 83%;
  }
  .banner-studio-section {
    height: 350px;
  }
  .about-part-left .part-for-info {
    height: 210px;
  }
  .about-part-container img {
    height: 35px;
    width: 35px;
  }
  section.section-shop .row-setter {
    display: flex;
    justify-content: space-between;
  }
  section.section-shop .row-setter .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
  }
  section.section-shop .shop-item {
    height: 282px;
    /* border: 2px solid #333;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 10px 0; */
  }
  section.section-shop .shop-item .img-part {
    height: 152px;
    /* border-bottom: 2px solid #333; */
  }
  section.section-shop .shop-item .img-part img {
    height: 150px;
    width: 100%;
  }
  /* section.section-shop .shop-item p {
    margin: 15px;
    font-weight: bold;
  }
  section.section-shop .shop-item p.product-title {
    color: #333;
  } */
  section.index_newsletter_new {
    height: 400px !important;
  }
  .newsletter-container {
    margin-top: 40px !important;
  }

  .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;
  }
  .gallery-flex-container {
    /* justify-content: center; */
  }
  .grid-item img {
    /* width: 165px !important;
    height: 165px !important; */
  }
    .footer-map-part {
    width: auto;
  }
   .footer-map-part iframe{
    width: 580px !important;
  }

}

@media all and (min-width: 992px) and (max-width: 1199px) {
  .header.header-fixed{
    height: 90px !important;
  }
  .header.header-fixed .navigation {
    margin-top: 7px;
  }
.header-fixed .logo{
   width: 71px !important;
    height: 44px !important
 }
 .parallax.page .title {
    margin-top: 45px;
  }
.slide-text {
    width: 70%;
    padding: 39px;
  }
  .bs-slider {
    height: auto;
  }
  .slide-text {
    padding: 20px;
}
.hero .button-bottom {
  top: 119%;
}
.parallax.page .title {
    margin-top: 53px;
}
    .banner-sec {
    display: block;
  }
  h2 {
    font-size: 4.5rem !important;
  }
  section.about-page > div > div > div > table > tbody > tr:nth-child(1) > td {
    padding: 20px !important;
    font-size: 1.8rem;
  }
  section.about-page > div > div > div > table > tbody > tr > td {
    padding: 5px 20px;
    font-size: 1.4rem;
  }
  section.testimonials-part.testimonials-part-education .testimonials-wrapper {
    height: 560px;
  }
  .header {
    height: 125px;
  }
  .logo img.img-responsive.image {
    /* max-width: 200px;
     height: 53px; */
    /*width: auto;*/
    height: 100%;
  }
  .owl-nav {
    top: 89%;
  }
  .contact-head-title,
  .menu-page-title,
  .news-head-title {
    font-size: 3rem !important;
  }
  .index-about h2 {
    font-size: 2.5rem;
  }
  .title.title-about.title-about-main-name {
    font-size: 8rem;
  }
  .title.title-about.title-about-name {
    font-size: 5rem !important;
  }
  .title.title-about.our-name {
    font-size: 6rem !important;
  }
  .banner-studio-section {
    height: 300px;
  }
  .lead {
    font-size: 1.6rem;
  }
  span.title-about-welcome {
    font-size: 4rem;
  }
  .header .navigation > .list > .items:nth-child(3) > .main-dropdown {
    position: absolute;
    left: 0;
    top: 35px;
    width: 200px;
  }
  .header
    .navigation
    > .list
    > .items:nth-child(3)
    > .main-dropdown
    > .list
    > .items
    > .links {
    font-size: 1rem;
  }

  /* .nes-col-left-setter .part-for-image {
    height: 200px;
    margin-bottom: 15px;
  } */
  /*
  .nes-col-right-setter {
    padding-left: 0;
    padding-right: 0;
  }
  .nes-col-right-setter .part-for-image {
    margin-bottom: 15px;
  }
  */
  .part-for-image .find-more-btn {
    top: 140px;
  }
  /* .part-for-image:hover .nes-text.nes-text-first {
    top: 80px;
  }
  .part-for-image .find-more-btn.find-more-btn-first {
    top: 125px;
  } */
  /* section.section-shop h2 {
    margin: 30px 0;
  } */
  .about-part-right .part-for-img {
    height: 300px;
  }
  section.section-shop .row-setter {
    display: flex;
    justify-content: space-between;
  }
  section.section-shop .row-setter .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
  }
  section.section-shop .shop-item {
    height: 282px;
    /* border: 2px solid #333;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 10px 0; */
  }
  section.section-shop .shop-item .img-part {
    height: 182px;
    /* border-bottom: 2px solid #333; */
  }
  section.section-shop .shop-item .img-part img {
    height: 180px;
    width: 100%;
  }
  /* section.section-shop .shop-item p {
    margin: 15px;
    font-weight: bold;
  }
  section.section-shop .shop-item p.product-title {
    color: #333;
  } */
  .parallax-holder.index-restaurant .parallax .title {
    margin: 30px 0 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
  }
  .all-news-btn {
    width: 35%;
  }

  section.testimonials-part .testimonials-wrapper {
    height: 225px;
  }
  /*
  section.testimonials-part .testimonials-wrapper:last-child {
    margin: 50px 0 30px 0;
  }
     */
  /* section.testimonials-part .testimonials-wrapper img {
    height: 90px;
    width: 90px;
  } */

  section.testimonials-part .testimonials-btn {
    width: 35%;
  }

  .instagram-part h2 {
    font-size: 3.5rem !important;
  }

  section.index_newsletter_new {
    height: 350px !important;
  }
  .newsletter-container {
    margin-top: 15px !important;
  }

  .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: 16%;
  }
  .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;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
  }
  .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: 6rem;*/
  }
  .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.2rem;
  }
  .footer-map-part {
    width: 680px;
  }
  span.header-adress {
    font-size: 1.4rem;
  }
  ul.lang-list {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .header .navigation {
     margin-top: 26px;
  }
  .header .logo {
    position: absolute;
            top: 5px;
        height: 70px;
/*    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;
  }
  .gallery-flex-container {
    justify-content: center;
  }
  .gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 200px);
    justify-content: center;
    grid-gap: 15px;
  }
  .grid-item {
    margin-bottom: 0;
  }
  .grid-item img {
    /* width: 180px !important;
    height: 180px !important; */
  }
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .nav-main-drop-a, .nav-li > a, .links.m {
    padding: 10px 5px;
  }
  .header .navigation .list .items {
    padding: 10px 5px;
  }
  .slide-text {
    top: 24%;
    padding: 20px;

  }
  h2 {
    font-size: 4rem !important;
  }
  h2.main-title {
    margin-bottom: 20px;
    text-align: center;
  }
    h2.main-titles {
  text-align: center;
  margin: 0 0 20px 0;
  font-family: "Cormorant Garamond", serif;
  margin: 0px 0 20px 0;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 100;
  color: #333;
  margin-top: 50px;
  }
  .bs-slider {

  }
  .hero .button-bottom {
    top: 90%;
  }
  section.testimonials-part.testimonials-part-education .testimonials-wrapper {
    height: 800px;
  }
  .logo img.img-responsive.image {
    /* max-width: 200px;
     height: 53px; */
    /*width: auto;*/
    height: auto;
  }
  .bank-foo {
    flex-wrap: wrap;
  }
  .bank-foo li a img {
    height: 35px !important;
  }
  .grid-setter-news {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 165px);
    justify-content: center;
    grid-gap: 15px;
  }
  .grid-item {
    margin-bottom: 0;
  }
  .page-head {
    height: 150px;
  }
 .parallax-db .parallax-holders .parallax .title {
    position: absolute;
    top: 50%;
    font-size: 3rem !important;
}
  .contact-head-title,
  .menu-page-title,
  .news-head-title {
    font-size: 3rem !important;
    position: absolute;
    top: 39%;
  }
  section.about-page > div > div > div > p > img {
/*    height: 400px !important;*/
    object-fit: cover;
  }
  span.title-about-welcome {
    font-size: 3rem;
  }
  .about-page .title,
  .index-about .title {
    /* margin-top: 80px; */
    margin-top: 0px;
  }
  .index-about h2 {
    font-size: 2rem !important;
  }

  .news-box01 .title {
    height: 55px;
  }

  .title.title-about.title-about-main-name {
    font-size: 8rem;
  }
  .title.title-about.title-about-name {
    font-size: 5rem !important;
  }
  .title.title-about.our-name {
    font-size: 6rem !important;
    margin-top: 115px;
  }
  .banner-studio-section {
    height: 250px;
  }
  .header .navigation > .list > .items:nth-child(3) > .main-dropdown {
    position: absolute;
    left: 0;
    top: 28px;
    width: 200px;
  }
  .header
    .navigation
    > .list
    > .items:nth-child(3)
    > .main-dropdown
    > .list
    > .items
    > .links {
    font-size: 1rem;
  }
  section.index-about {
    padding-top: 120px;
    margin: 0;
  }
  section.counter {
    padding: 15px 0;
  }
  .counter-setter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .counter .count-holder .count {
    margin-right: 0;
  }

  .nes-col-left-setter .part-for-image {
    height: 200px;
    margin-bottom: 15px;
  }
  /*
  .nes-col-right-setter {
    padding-left: 0;
    padding-right: 0;
  }
  .nes-col-right-setter .part-for-image {
    margin-bottom: 15px;
  }
  */
  .part-for-image:hover .nes-text.nes-text-first {
    top: 80px;
  }
  .part-for-image .find-more-btn.find-more-btn-first {
    top: 125px;
  }

  .scheduling-part-div {
    padding: 20px 0;
    margin: 0;
  }
  /* .scheduling-part-div > a {
    font-size: 3rem;
  } */
  .scheduling-part-div > a > i {
    /* display: block; */
    margin: auto;
    height: 50px;
    width: 50px;
    padding: 0.25em 0.3em;
  }
  .scheduling-part-div > a > strong {
    /* padding-top: 10px; */
    /* display: block; */
    font-size: 2.5rem;
  }
  /* .scheduling-part-div > a > strong > span {
    display: block;
  } */

  /* .about-part-container {
    text-align: center;
  } */

  .about-part-container h2 {
    text-align: center;
    font-size: 3rem;
  }
  /* .about-part-container .lead.about-paragraph {
  } */
  /* .about-part-left {
    padding-top: 15px;
  }
  .about-part-left .part-for-info {
    height: auto;
    margin-bottom: 15px;
  }
  .about-part-right .part-for-img {
    height: 350px;
  } */

  /* .about-part-container img {
    height: 30px;
    width: 30px;
  }
  .about-paragraph {
    margin-bottom: 30px;
  }

  .about-part-left .part-for-info .part-for-info-title {
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .about-part-left .part-for-info .part-for-info-subtitle {
    padding-top: 10px;
    font-size: 1.6rem;
  }

  .about-part-right .part-for-img img {
    width: 100%;
    height: 100%;
  } */
  /* section.section-shop h2 {
    margin: 30px 0;
  } */
  section.section-shop h2 {
    margin: 0 0 20px 0;
  }
  section.section-shop .row-setter {
    display: flex;
    justify-content: space-between;
  }
  section.section-shop .row-setter .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
  }
  section.section-shop .shop-item {
    height: 282px;
    /* border: 2px solid #333;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 10px 0; */
  }
  section.section-shop .shop-item .img-part {
    height: 122px;
    /* border-bottom: 2px solid #333; */
  }
  section.section-shop .shop-item .img-part img {
    height: 120px;
    width: 100%;
  }
  /* section.section-shop .shop-item p {
    margin: 15px;
    font-weight: bold;
  }
  section.section-shop .shop-item p.product-title {
    color: #333;
  } */

  .parallax-holder.index-restaurant .parallax .title {
    margin: 30px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
  }
  .all-news-btn {
    width: 40%;
    font-size: 1.6rem;
  }
  section.testimonials-part h2 {
    margin: 0 0 20px 0;
  }
  section.testimonials-part .testimonials-wrapper {
    height: 315px;
  }
  /*
  section.testimonials-part .testimonials-wrapper:last-child {
    margin: 50px 0 30px 0;
  }
     */
  section.testimonials-part .testimonials-wrapper img {
    height: 90px;
    width: 90px;
  }

  section.testimonials-part .testimonials-btn {
    width: 40%;
    font-size: 1.6rem;
  }
  .instagram-part h2 {
    margin: 0 0 20px 0;
    font-size: 3rem !important;
  }

  section.index_newsletter_new {
    /* height: 300px !important; */
    height: 350px !important;
  }
  .newsletter-container {
    margin-top: -10px !important;
  }
  footer .footer-links ul {
    padding: 0 0 20px 0 !important;
  }

  .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; */
    height: 205px;
  }
  .header.header-fixed {
    height: 130px;
}
.header.header-fixed .logo {
    width: 70px;
}
  .banner-sec {
    display: block;
  }
  .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;
  }
  .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: 1.4rem;
  }
  .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 {
    margin-left: 10px;
  }
  .header .navigation .list .items .links {
    font-size: 1.4rem;
  }
    .header .navigation .list.dr .items .links {
    font-size: 1.2rem;
  }
  ul.lang-list {
    font-size: 1.2rem;
    padding-left: 10px;
  }
  span.header-adress {
    font-size: 1.4rem;
  }
  .header .navigation {
    justify-content: center;
    margin-top: -3px;
  }
  .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;
  }
  .gallery-flex-container {
    justify-content: center;
  }
  .grid-item img {
    width: 165px !important;
    height: 165px !important;
  }
    .contact-info .contact-box {
    display: block;
  }
  .maps iframe {
    width: 100%;
  }
}

@media all and (min-width: 500px) and (max-width: 767px) {
      .row.banner-sec {
        display: block !important;
    }
    .b-cont {
        display: flex;
        justify-content: center;
    }

     .bs-slider {
    height: auto;
  }
  .hero .button-bottom {
    width: 30px;
    bottom: -130px;
  }
  .products-view {
    display: block;
  }
  .index-about h2 {
    font-size: 2rem;
    text-align: center;
  }
  .grid-setter-news {
    grid-template-columns: repeat(2, 1fr);
  }
  .bank-foo {
    flex-wrap: wrap;
    gap: 15px !important;
  }
  .logo img.img-responsive.image {
    /* max-width: 200px;
     height: 53px; */
    /*width: auto;*/
    height: 100%;
  }
  .bank-foo li a img {
    height: 35px !important;
  }
  .gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 135px);
    justify-content: center;
    grid-gap: 15px;
  }
  .grid-item {
    margin-bottom: 0;
  }
  section.about-page > div > div > div > p > img {
    height: 350px !important;
    object-fit: cover;
  }
  h2.main-title {
    margin-bottom: 20px;
    text-align: center;
  }
  span.title-about-welcome {
    font-size: 3rem;
  }
  .about-page .title,
  .index-about .title {
    /* margin-top: 40px; */
    margin-top: 0px;
  }
  .title.title-about.title-about-main-name {
    font-size: 6rem;
  }
  .title.title-about.title-about-name {
    font-size: 5rem !important;
  }
  .title.title-about.our-name {
    font-size: 5rem !important;
    margin-top: 115px;
  }
  .position-text-span {
        top: -52%;
  }
  .banner-studio-section {
    height: 200px;
  }
  section {
    padding: 50px 0 30px;
  }
  section.counter {
    padding: 10px 0;
  }

  .counter-setter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .counter .count-holder .count {
    margin-right: 0;
  }

  .nes-col-left-setter .part-for-image {
    height: 200px;
    margin-bottom: 15px;
  }
  .nes-col-right-setter {
    /* padding-left: 0;
    padding-right: 0; */
  }
  .nes-col-right-setter .part-for-image {
    margin-bottom: 15px;
  }
  .part-for-image:hover .nes-text.nes-text-first {
    top: 80px;
  }
  .part-for-image .find-more-btn.find-more-btn-first {
    top: 125px;
  }

  .scheduling-part-div {
    padding: 20px 0;
    margin: 0;
  }
  /* .scheduling-part-div > a {
    font-size: 3rem;
  } */
  .scheduling-part-div > a > i {
    /* display: block; */
    margin: auto;
    height: 50px;
    width: 50px;
    padding: 0.25em 0.3em;
  }
  .scheduling-part-div > a > strong {
    /* padding-top: 10px; */
    /* display: block; */
    font-size: 2rem;
  }
  .scheduling-part-div > p {
    font-size: 2rem;
    display: block;
  }
  .scheduling-part-div > i {
    display: block;
    margin: auto;
  }
  .scheduling-part-div > a {
    /* display: inline-block; */
    /* margin: auto; */
  }
  /* .scheduling-part-div > a > strong > span {
    display: block;
  } */

  .about-part-container {
    text-align: center;
  }
  .about-part-container h2 {
    text-align: center;
    font-size: 3rem;
  }
  .about-part-left {
    padding-top: 15px;
  }
  .about-part-left .part-for-info {
    height: auto;
    margin-bottom: 15px;
  }
  .about-part-right .part-for-img {
    height: 350px;
  }
  .about-part-container img {
    height: 40px;
    width: 40px;
  }
  .about-part-container .col-sm-1-setter {
    padding-right: 15px;
  }

  /* .about-part-container img {
    height: 30px;
    width: 30px;
  }
  .about-paragraph {
    margin-bottom: 30px;
  }

  .about-part-left .part-for-info .part-for-info-title {
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .about-part-left .part-for-info .part-for-info-subtitle {
    padding-top: 10px;
    font-size: 1.6rem;
  }

  .about-part-right .part-for-img img {
    width: 100%;
    height: 100%;
  } */

  /* section.section-shop h2 {
    margin: 30px 0;
  } */
  section.section-shop .row-setter {
    display: block;
    /* justify-content: center; */
  }
  section.section-shop h2 {
    margin: 0px 0 20px 0;
  }
  section.section-shop .shop-item {
    height: 282px;
    /* border: 2px solid #333;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 10px 0; */
  }
  section.section-shop .shop-item .img-part {
    height: 182px;
    /* border-bottom: 2px solid #333; */
  }
  section.section-shop .shop-item .img-part img {
    height: 180px;
    width: 100%;
  }
  /* section.section-shop .shop-item p {
    margin: 15px;
    font-weight: bold;
  }
  section.section-shop .shop-item p.product-title {
    color: #333;
  } */
  .project p {
    padding: 15px;

  }
  .parallax-holder.index-restaurant .parallax {
    padding: 0;
  }
  .parallax-holder.index-restaurant .parallax .title {
    margin: 30px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
  }
  .owl-nav {
        top: 107%;
        left: 47%;
  }
  .all-news-btn {
    width: 60%;
    font-size: 1.6rem;
  }

  /* section.testimonials-part .testimonials-wrapper {
    height: 250px;
    margin: 50px 0 60px 0;
  }
  section.testimonials-part .testimonials-wrapper:last-child {
    margin: 50px 0 30px 0;
  }
     */

  section.testimonials-part .testimonials-wrapper {
    height: 170px;
  }
  section.testimonials-part h2 {
    margin: 0px 0 20px 0;
  }
  section.testimonials-part .testimonials-wrapper img {
    height: 90px;
    width: 90px;
  }
  section.testimonials-part .testimonials-btn {
    width: 60%;
    font-size: 1.6rem;
  }

  .instagram-part h2 {
    font-size: 2.5rem;
    margin: 0px 0 20px 0;
  }
  section.index_newsletter_new {
    height: 300px !important;
  }
  .newsletter-container {
    margin-top: -10px !important;
  }

  .footer-time-work .footer_image {
    margin: 0 auto;
  }
  .footer-time-work .time-left-part {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px !important;
  }
  /* .footer-time-work .time-left-part ul {
    margin-top: 10px;
  } */
  .footer-time-work .phones-right-part {
    display: flex;
    align-items: center;
    justify-content: center !important;
    margin-top: 0px !important;
    margin-left: -25px !important;
  }
  ul.time-left-part-list {
    padding: 0 10px;
    margin-top: 10px;
  }
  ul.phones-right-part-list {
    padding: 0 20px !important;
    margin-top: 10px;
  }
  .time-left-part i,
  .phones-right-part i {
    color: #333;
  }

  footer {
    padding: 30px 10px 0 !important;
  }

  .footer-text-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  footer .footer-links ul {
    padding: 0 0 20px 0 !important;
  }

  .main-social-header {
    padding: 5px 0px 0 0px;
  }
  .header .container-fluid .header-row-part {
    padding: 15px 0px 0 0px;
  }
  span.header-adress {
    font-size: 1.4rem;
  }
  .header-list-social .sprite,
  .left-part-social-header .sprite {
    margin-left: 10px;
  }
  .small-dropdown > .list > .items > .links {
    color: #fff;
  }
  .small-dropdown > .list > .items > .links:hover {
  }
  .about-page img {
    width: 100% !important;
    height: auto !important;
  }
  .gallery-flex-container {
    justify-content: center;
  }
  .grid-item img {
    width: 135px !important;
    height: 135px !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; */
    height: 120px;
  }
  .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;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
  }
  .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%;
  }

  /*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.4rem;
  }
  .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: 4rem;
  }
  .index-about h2 {
    font-size: 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;
  }
  .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;
    position: absolute;
    top: -13px;
    height: 56px;
  }
  .mob2_hamburger {
    top: 14px;
    right: -5px;
  }
  .header .navigation {
    margin-top: 25px;
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
  }
  .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;
    padding-bottom: 50px;
  }
  .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;
  }



.newsletter-foo .newsletter {
  /*background: #424C55;*/
  border: none;
  /*border: 1px solid #424C55;*/
  outline: none;
  padding: 6px 5px;
  color: #333;
  width: 196px;
}

.bckg-primary {
  background: #fff;
}

.newsletter-foo .newsletter-btn {
  vertical-align: baseline;
  margin-left: -4px;
  background: #ffde2a;
  color: #333;
}

.social-foo h4 {
  color: #fff;
}

.social-foo .social-ul-foo {
  padding: 0;
  margin: 0;
}

.social-foo .social-ul-foo li {
  display: inline-block;
  margin-right: 10px;
}

.social-foo .social-ul-foo li a img {
  width: 25px;
}

.footer-bottom {
  padding: 5px 0;
  background: #d0d0d0;
}

.footer-bottom p {
  margin: 0;
  color: #333;
  font-size: 1.2rem;
}

.footer-bottom p a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-bottom .container {
  background: transparent;
}

.footer-expl {
  text-align: center;
  color: #333 !important;
  font-size: 1.2rem;
  line-height: 1;
  font-style: italic;
  margin-top: 55px;
  font-weight: bold;
}

.bank-foo {
  padding: 7px 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 10px;
}

.bank-foo li a img {
  height: 50px;
}

.ksluzba-holder {
  display: flex;
  align-items: center;
}

img.img-responsive.servises {
  display: inline-block;
  width: 80px;
  margin-left: 5px;
}
.footer-text-title {
  margin-bottom: 15px;
}

section.index_newsletter_new {
  height: 676px;
  /* background-repeat: round; */
  background-size: cover;
  background-position: right bottom;
}
.newsletter-container {
  margin-top: 140px;
}
h4.form-title {
  position: relative;
  top: 25px;
  left: 20px;
  font-size: 15px;
}
form.product-form {
  padding: 50px 20px 20px;
}

form.new_news_form input[type="email"] {
  width: 100%;
  /* border-color: #3f3e3b;
  background-color: #282824; */
  border-color: #fff;
  background-color: #fff;
  color: #333;
  opacity: 0.6;
}
/* form input[type="email"].product-email {
  width: 100%;
   border-color: #3f3e3b;
  background-color: #282824;
  border: 1px solid #ccc;
  color: #333;
} */
form.new_news_form input[type="email"]:focus {
  border: 1px solid #333;
}
form.new_news_form input[type="submit"] {
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: transparent;
  color: #333;
  border-color: #333;
}
form.new_news_form input[type="submit"]:hover {
  background: #fff;
  opacity: 0.9;
  /* color: #2d2a27; */
  color: #333;
  transition: all 0.3s ease-in-out;
}
.footer-newsletter-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-newsletter-subtitle {
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}
p.text.saznajteprvi-text {
  color: #fff;
}
.footer-time-work .footer_image {
  margin: 0 auto;
}
.footer-time-work .time-left-part {
  display: flex;
  align-items: center;
  /* justify-content: space-evenly; */
  margin-top: 50px;
}
/* .footer-time-work .time-left-part ul {
  margin-top: 10px;
} */
.footer-time-work .phones-right-part {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 50px;
}
ul.time-left-part-list,
ul.phones-right-part-list {
  padding: 0 10px;
  margin-top: 10px;
}
.time-left-part i,
.phones-right-part i {
  color: #333;
}

.back-to-top {
  background-color: #f6f6f6;
  display: flex;
   justify-content: flex-end; 
}
.back-to-top a i {
  color: #333;
  /* margin-right: 30px; */
/*  margin-left: 25px;*/
  /* margin-bottom: 15px; */
/*  margin-bottom: 10px;*/
 } 
   .bs-slider {
    height: auto;
  }
  .hero .button-bottom {
    width: 30px;
    bottom: -130px;
}
  .contact-info .contact-box {
    display: block;
  }
  .maps iframe {
    width: 100%;
  }

}
@media all and (max-width: 499px) {
  .contact-info .contact-box {
    display: block;
  }
  .maps iframe {
    width: 100%;
  }
  .row.banner-sec {
    display: block !important;
  }
  .b-cont {
    display: flex;
    justify-content: center;
  }
  .left-part-social-header {
    position: relative;
    top: -5px;
  }
  .pomoc-foo.dsn_footer_drop_trigger.footer-map-part {
    width: auto;
}
  iframe {
    width: 330px;
}
  .bs-slider {
    height: auto;
  }
  .hero .button-bottom {
    width: 30px;
    bottom: -130px;
    top: 190%;
    margin: auto;
    z-index: 1;
/*    display: none;*/
  }
.section-shop .row-setter {
    display: block !important;
}
    .products-view {
    display: block;
  }
  .s-product-name span.name {
    font-size: 12px;
  }
  .back-to-top a i {
/*    margin-bottom: 35px;*/
  }
  .mapouter {
    width: 100%;
  }
  .gmap_canvas {
    width: 100%;
  }
  h2 {
    font-size: 2.2rem !important;
    text-align: center;
  }
  .bank-foo {
    flex-wrap: wrap;
  }
  .bank-foo li a img {
    height: 35px;
  }
  h2.main-title {
    margin-bottom: 0px;
  }
  span.title-about-welcome {
    font-size: 3rem;
  }
  .footer-bottom p {
    float: none;
    text-align: center;
  }

  /*  .gmap_canvas {
    width: 300px;
    height: auto;
  }
  .mapouter {
    width: 300px;
    height: auto;
  }*/
  .header-list-social .image.image-icons,
  .left-part-social-header .image.image-icons {
    width: 25px;
    height: 25px;
  }
  .grid-setter-news {
    grid-template-columns: repeat(1, 1fr);
  }
  .gallery-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 130px);
    justify-content: center;
    grid-gap: 15px;
  }
  .grid-item {
    margin-bottom: 0;
  }
  section.about-page > div > div > div > p > img {
/*    height: 250px !important;*/
    object-fit: cover;
  }
  .position-text-span {
    font-size: 4.5rem;
    padding-bottom: 30px;
  }
  .index-about h2 {
    font-size: 4rem !important;
  }
  .title.title-about.title-about-main-name {
    font-size: 3.5rem;
    top: -10px;
  }
  .title.title-about.title-about-name {
    font-size: 3rem !important;
    width: 92%;
  }
  .title.title-about.our-name {
    font-size: 3rem !important;
    margin-top: 92px;
  }
  section.about-part-section .position-text-span {
    font-size: 3.5rem;
  }
  .about-part-section h2 {
    font-size: 3.5rem !important;
  }
  .section-shop-row-setter {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-studio-section {
    /*height: 140px;*/
    height: 100%;
  }
  section.counter {
    padding: 10px 0;
  }
  .counter-setter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .counter .count-holder .count {
    margin-right: 0;
  }

  .nes-col-left-setter .part-for-image {
    height: 200px;
    margin-bottom: 15px;
  }
  .nes-col-right-setter {
    /* padding-left: 0;
    padding-right: 0; */
  }
  .nes-col-right-setter .part-for-image {
    margin-bottom: 15px;
  }
  .part-for-image:hover .nes-text.nes-text-first {
    top: 80px;
  }
  .part-for-image .find-more-btn.find-more-btn-first {
    top: 125px;
  }

  .scheduling-part-div {
    padding: 20px 0;
    margin: 0;
  }
  /* .scheduling-part-div > a {
    font-size: 3rem;
  } */
  .scheduling-part-div > a > i {
    display: block;
    margin: auto;
    height: 50px;
    width: 50px;
    padding: 0.25em 0.3em;
  }
  .scheduling-part-div > i {
    display: block;
    margin: auto;
  }
  .scheduling-part-div > a {
    /* display: inline-block; */
    margin: auto;
  }
  .scheduling-part-div > a > strong {
    padding-top: 10px;
    display: block;
    font-size: 2rem;
  }
  .scheduling-part-div > p {
    font-size: 2rem;
  }
  .scheduling-part-div > a > strong > span {
    display: block;
  }

  .about-part-container {
    text-align: center;
  }
  .about-part-container h2 {
    text-align: center;
    font-size: 3rem;
  }
  .about-part-left {
    padding-top: 15px;
  }
  .about-part-left .part-for-info {
    height: auto;
    margin-bottom: 15px;
  }
  .about-part-right .part-for-img {
    height: 300px;
    margin-bottom: 0;
  }
  .about-part-container img {
    height: 40px;
    width: 40px;
  }
  .about-part-container .col-sm-1-setter {
    padding-right: 15px;
  }

  /* .about-part-container img {
    height: 30px;
    width: 30px;
  }
  .about-paragraph {
    margin-bottom: 30px;
  }

  .about-part-left .part-for-info .part-for-info-title {
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .about-part-left .part-for-info .part-for-info-subtitle {
    padding-top: 10px;
    font-size: 1.6rem;
  }

  .about-part-right .part-for-img img {
    width: 100%;
    height: 100%;
  } */

  /* section.section-shop h2 {
    margin: 30px 0;
  } */
  section.section-shop h2 {
    margin: 0px 0 20px 0;
  }
  section.section-shop .row-setter {
    display: block;
    /* justify-content: center; */
  }
  section.section-shop .shop-item {
    height: 252px;
    /* border: 2px solid #333;
    text-align: center;
    box-shadow: 0px 0px 10px black;
    margin: 10px 0; */
  }
  section.section-shop .shop-item .img-part {
    height: 152px;
    /* border-bottom: 2px solid #333; */
  }
  section.section-shop .shop-item .img-part img {
    height: 150px;
    width: 100%;
  }
  /* section.section-shop .shop-item p {
    margin: 15px;
    font-weight: bold;
  }
  section.section-shop .shop-item p.product-title {
    color: #333;
  } */
  .parallax-holder.index-restaurant .parallax {
            padding: 0;
        padding-bottom: 50px;
  }
  .parallax-holder.index-restaurant .parallax .title {
    margin: 30px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 55px;
  }
  .owl-nav {
    top: 107%;
    left: 45%;
  }
  .all-news-btn {
    width: 85%;
    font-size: 1.4rem;
  }
  .project p {
    padding: 0 15px;
  }
  section.testimonials-part h2 {
    font-size: 3rem;
    margin: 0px 0 20px 0;
  }
  section.testimonials-part .testimonials-wrapper {
    height: 225px;
    margin: 50px 0 60px 0;
  }
  section.testimonials-part .testimonials-wrapper:last-child {
    margin: 50px 0 30px 0;
  }
  section.testimonials-part .testimonials-wrapper img {
    height: 85px;
    width: 85px;
  }
  section.testimonials-part .testimonials-btn {
    width: 85%;
    font-size: 1.4rem;
  }

  .instagram-part h2 {
    margin: 0px 0 20px 0;
    font-size: 2.5rem !important;
  }

  .instagram-part h2 span {
    font-size: 1.8rem;
  }

  section.index_newsletter_new {
    height: 355px;
  }
  .newsletter-container {
    margin-top: 0px;
  }
  .footer-newsletter-subtitle {
    font-size: 1.6rem;
    padding-top: 10px;
  }
  form.new_news_form input[type="email"] {
    opacity: 0.8;
  }
  form.new_news_form input[type="submit"] {
    background: #fff;
    color: #333;
    opacity: 0.8;
    border-color: #333;
  }
  form.new_news_form input[type="submit"]:hover {
    background: #fff;
    opacity: 0.9;
    color: #333;
  }

  .footer-time-work .footer_image {
    margin: 0 auto;
  }
  .footer-time-work .time-left-part {
    display: flex;
    align-items: center;
    /* justify-content: space-evenly; */
    margin-top: 0px;
    justify-content: center;
  }
  /* .footer-time-work .time-left-part ul {
    margin-top: 10px;
  } */
  .footer-time-work .phones-right-part {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 0px;
    margin-left: 7px;
    justify-content: center;
    margin-left: -25px;
  }
  ul.time-left-part-list {
    padding: 0 10px;
    margin-top: 10px;
  }
  ul.phones-right-part-list {
    padding: 0 20px;
    margin-top: 10px;
  }
  .time-left-part i,
  .phones-right-part i {
    color: #333;
  }
  footer {
    padding: 30px 10px 0;
  }

  .footer-text-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }
  footer .footer-links ul {
    margin: 0 0 20px 0;
  }

  .small-dropdown > .list > .items > .links {
    color: #fff;
  }
  .header {
    height: 125px;
  }
  .main-social-header {
    padding: 8px 0px 0 0px;
  }
  .header .container-fluid .header-row-part {
    padding: 7px 0px 0 0px;
    background: #fff;
    height: 50px;
  }
  .header.header-fixed {
    height: 50px;
}
.header.header-fixed .logo{
        width: 60px;
    height: auto;
    margin-top: -5px;
}
  .header-list-social .sprite,
  .left-part-social-header .sprite {
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
  .header-list-social .sprite.-facebook {
    background-position: 0 0;
  }
  .header-list-social .sprite.-instagram {
    background-position: -75px 0;
  }
  .header-list-social li.items .sprite.-email {
    background-position: -50px 0;
  }
  span.header-adress {
    font-size: 1.2rem;
  }
  .header-list-social {
    padding-left: 0;
  }
  .header-list-social .image.image-icons,
  .left-part-social-header .image.image-icons {
    margin-left: 5px;
  }
  .logo img.img-responsive.image {
    /* max-width: 200px;
     height: 53px; */
    /*width: auto;*/
    height: 100%;
  }
  ul.lang-list {
    display: none;
  }
  .about-page img {
    width: 100% ;
    height: auto;
  }
  .gallery-flex-container {
    justify-content: center;
  }
  .grid-item img {
    width: 135px !important;
    height: 135px !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: 375px;
  }
  .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; */
    height: 100px;
  }
  .news-box01 .title {
    font-size: 1.4rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
  }
  .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 .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: 1.2rem;
  }
  .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.4rem;
  }
  .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: 4rem;*/
    margin-top: 10px;
  }
  .mob2_hamburger {
    top: 22px;
    /*right: -5px;*/
  }.header.header-fixed  .mob2_hamburger {
    top: 2px;
  }
  .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: 230px;*/
    height: 70px
  }
  .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: 50px 0 30px;
  }

  .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;
  }
  .footer_news_btn {
    background-color: #a92b31;
    color: #fff;
    outline: none;
    border: none;
    font-size: 1.8rem;
    padding: 2px 20px;
    padding-bottom: 5px;
    margin-left: -7px;
  }
  .footer_news_btn:hover {
    opacity: 0.8;
  }
  p.footer-servise-text {
    font-weight: 700;
    padding-left: 34px;
    padding-top: 15px;
  }
  .footer_dropdown {
    display: none;
  }
}

/*------------------------------------------------------*/
/* 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) {
  footer .footer-links h3,
  footer .footer-links h3 span,
  .ksluzba-holder {
    cursor: pointer;
  }
  .footer_dropdown {
    display: none;
  }

  section.testimonials-part.testimonials-part-education .testimonials-wrapper {
    height: auto;
  }
  .slide-text {
    width: 95%;
    padding: 10px 50px;
    top: 12%;
/*    z-index: 9999;*/
  }
  .slide-text .button {
    font-size: 12px;
    padding: 7px 15px;
    z-index: 9999;
    position: relative;
  }

  .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 10px;
    top: 0;
        height: 130px;

  }
  .slide-text h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  section.activity {
    padding: 0;
}
  .index-about h2 {
    font-size: 2rem;
  }
  .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;
  }
}

/* .animatable { */
/* initially hide animatable objects */
/* visibility: hidden; */

/* initially pause animatable objects their animations */
/* -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused; */
/* } */

/* show objects being animated */
/* .animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */
.js-slidein {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.js-slidein-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/*comparision slider*/
.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  animation: cd-bounce-in 0.7s;
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

/* end comparision slider */
