

@font-face {
  font-family: 'TenorSans-Regular';
  src: url('../fonts/TenorSans-Regular.ttf');
}


body {
  margin: 0;
  font-family: 'TenorSans-Regular';
}

ul {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}


ul, ol {
  list-style: none;
}


input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

p {
  line-height: 26px;
  color: #1A1A1A;
  font-style: normal;
  font-weight: 400;
  font-family: arial;
}

a {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.container {
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}

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


.shaddow::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);

}


/* Header */

header {
  position: sticky;
  top: 0;
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}


.headerScroll {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 0;
}


.header_wrap {
  position: relative;
}

.header_wrap .logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.header_social ul {
  display: flex;
  align-items: center;
}

.header_social li {
  margin-right: 10px;
}

.header_social li:last-child {
  margin-right: 0;
}

.header_social li img {
  width: 25px;
  height: 25px;
}

.header-switch {
  margin-left: 20px;
}

.header-switch ul {
  display: flex;
}

.mob-button {
  display: none;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.mob_nav {
  position: fixed;
  height: calc(100vh - 81px);
  background: #212121;
  top: 81px;
  left: 0;
  width: 70%;
  padding: 20px 25px;
  display: flex;
  transform: translateX(-105%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.open_nav {
  transform: translateX(0);
}

.mob_nav li a {
  color: #fff;
  font-size: 17px;
  color: #C38D52;
}

.mob_nav li {
  margin: 20px 0;
  position: relative;
}

.mob_nav li.menu-item-has-children::after {
  content: '';
  background: url(../images/down-up.svg);
  width: 15px;
  height: 10px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 5px;
  transform: rotate(180deg);
}

.mob_nav li.menu-item-has-children.rotateIcon::after {
  transform: rotate(0deg);
}

.nav-left #menu-left-menu,
.nav-right #menu-right-menu,
.nav-left #menu-left-menu-en,
.nav-right #menu-right-menu-en {
  display: flex;
  align-items: center;
}


.nav-left #menu-left-menu li a,
.nav-right #menu-right-menu li a,
.nav-left #menu-left-menu-en li a,
.nav-right #menu-right-menu-en li a {
  color: #000;
}

.nav-left #menu-left-menu li a,
.nav-left #menu-left-menu-en li a {
  margin-left: 80px;
  padding-bottom: 100px;
}

.nav-left #menu-left-menu li a:hover,
.nav-left #menu-left-menu-en li a:hover {
  color: #C38D52;
}

.nav-right #menu-right-menu li a,
.nav-right #menu-right-menu-en li a {
  margin-right: 80px;
}

.nav-left #menu-left-menu li.menu-item-has-children,
.nav-left #menu-left-menu-en li.menu-item-has-children {
  position: relative;
}


.nav-left #menu-left-menu .sub-menu,
.nav-left #menu-left-menu-en .sub-menu {
  position: absolute;
  top: 70px;
  left: 65px;
  width: 700px;
  background: #F8F8F8;
  padding: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.nav-left #menu-left-menu .sub-menu.nav-drop,
.nav-left #menu-left-menu-en .sub-menu.nav-drop {
  opacity: 1;
  z-index: 5;
  pointer-events: auto;
}

.headerScroll .nav-left #menu-left-menu .sub-menu,
.headerScroll .nav-left #menu-left-menu-en .sub-menu  {
  top: 60px;
}

.nav-left #menu-left-menu .sub-menu li,
.nav-left #menu-left-menu-en .sub-menu li {
  position: static;
}

.nav-left #menu-left-menu .sub-menu li:first-child img,
.nav-left #menu-left-menu-en .sub-menu li:first-child img {
  opacity: 1;
}

.nav-left #menu-left-menu .sub-menu li img,
.nav-left #menu-left-menu-en .sub-menu li img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 20px;
  opacity: 0;
}


.nav-left #menu-left-menu .sub-menu li a,
.nav-left #menu-left-menu-en .sub-menu li a {
  margin-left: 0;
  padding: 7px 15px;
  display: block;
}

.nav-left #menu-left-menu .sub-menu li a:hover img,
.nav-left #menu-left-menu-en .sub-menu li a:hover img {
  opacity: 1;
}


.c_to_call {
  background: linear-gradient(143deg, rgba(187,130,72,1) 0%, rgba(114,61,11,1) 100%);
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.c_to_call:hover {
  background: linear-gradient(143deg, rgba(114,61,11,1) 0%, rgba(187,130,72,1) 100%);
}

.c_to_call img {
  margin-right: 5px;
  width: 22px;
}

.c_to_call .mobCall {
  display: none;
}



/* Hvala vam */

.page-id-590 h1,
.page-id-594 h1 {
  text-align: center;
  margin-top: 50px;
}

.page-id-590 .thankYouPage,
.page-id-594 .thankYouPage {
  text-align: center;
}

.page-id-590 .thankYouPage p,
.page-id-594 .thankYouPage p {
  font-size: 20px;
  padding: 30px 0;
}

.thankYouPage a {
  background: linear-gradient(143deg, rgba(187,130,72,1) 0%, rgba(114,61,11,1) 100%);
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
}



/* Video slide */  

.homeVideo {
  margin-bottom: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.homeVideo video {
  width: 100%;
  height: 100%;
}


/* Slider */

.main-slider {
  background: url(../images/slide_bgd.svg);
  background-size: cover;
}


.slide_wrap {
  display: flex;
  flex-wrap: wrap;
}

.slide .slide_desc,
.slide .slide_img {
  width: 50%;
}

.slide_wrap .desk_img {
  display: block;
}

.slide_wrap .mob_img {
  display: none;
}


.slide_wrap .slide_desc {
  display: flex;
  align-items: center;
  padding-left: 15%;
  padding-right: 5%;
}

.slide_wrap .slide_desc h6 {
  color: #C38D52;
  font-size: 18px;
  margin-bottom: 15px;
}

.slide_wrap .slide_desc h1 {
  color: #1A1A1A;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.slide_wrap .slide_desc p {
  margin-top: 20px
}

.slide_link {
  display: flex;
  margin-top: 100px;
}

.slide_link li:first-child a {
  background: linear-gradient(107deg, #C38D52 -9.97%, #6D3900 104.88%);
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.slide_link li:first-child a:hover {
  background: linear-gradient(107deg, #6D3900 -9.97%, #C38D52 104.88%);
}

.slide_link li:last-child a {
  color: #000;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


.slide_link li:last-child a::after {
  content: '';
  background: url(../images/right-arrow-link.svg);
  width: 31px;
  display: block;
  object-fit: contain;
  height: 31px;
  background-repeat: no-repeat;
  margin-left: 15px;
  position: relative;
}



#top_slider .slick-prev {
  left: 0;
  border: none;
  cursor: pointer;
  background: #C38D52;
  z-index: 4;
}

#top_slider .slick-next {
  right: 0;
  border: none;
  cursor: pointer;
  background: #fff;
  z-index: 4;
}

#top_slider .slick-prev:before {
  content: '';
  background: url(../images/left-arrow.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  position: relative;
  left: 20%;
  display: inline-block;
  background-repeat: no-repeat;
  left: 0;
}

#top_slider .slick-next:before {
  content: '';
  background: url(../images/right-arrow.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  position: relative;
  right: 0;
  display: inline-block;
  background-repeat: no-repeat;
}


#top_slider .slick-prev, 
#top_slider .slick-next {
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideSocial {
  display: none;
}


/* Slide animations */

.slide_img_scale {
  overflow: hidden;
}

.slick-active .slider_content h1 {
  animation-name: fadeInUpSlide;
  animation-duration: 1s;
}

.slick-active .slider_content p:first-of-type,
.slick-active .slide_link {
  animation-name: fadeInUpSlide;
  animation-duration: 1.5s;
}

.slick-active .slider_content h6 {
  animation-name: fadeInUpSlide;
  animation-duration: 1.5s;
}

.slick-active .slider_content p:last-child {
  animation-name: fadeInUpSlide;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInUpSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlide {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpSlide {
  -webkit-animation-name: fadeInUpSlide;
  animation-name: fadeInUpSlide;
}

/* Animate  */

.home_slide .slider-track,
.single_product_desc .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.home_slide .slide,
.single_product_desc .slick-slide {
  height: 100%;
  position: relative;
  z-index: 1;
}
.home_slide .slide img,
.single_product_desc .slick-slide img {
  width: 100%;
  transition: all 1.5s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.1);
  object-fit: cover;
}
.home_slide .slide.slick-active img,
.single_product_desc .slick-slide.slick-active img {
  transform: scale(1);
}


/* About us */


.home_about {
  text-align: center;
  background: #F4F4F4;
  padding: 100px 0;
}


.home_about h1 {
  color: #C38D52;
  font-size: 18px;
}

.home_about p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.48px;
  width: 87%;
  margin: 20px auto 0;
  font-family: 'TenorSans-Regular';
}


/* Home products */

.home_product .heading div h1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.home_product .heading a {
  background: linear-gradient(107deg, #C38D52 -9.97%, #6D3900 104.88%);
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.home_product .heading a:hover {
  background: linear-gradient(107deg, #6D3900 -9.97%, #C38D52 104.88%);
}

.home_product .container,
.blog_post .container {
  overflow: hidden;
}

.product_slide,
.blog_slide,
.blog_list {
  margin-top: 50px;
  margin: 0 -50px;
}

.product_slide .slick-list,
.blog_slide .slick-list,
.blog_list .slick-list {
  padding: 30px 50px;
}

.home_product {
  padding: 100px 14%;
}

.home_product .heading p {
  width: 65%;
  margin-bottom: 0;
}

.product_page .product_wrap_img img,
.main_product_page li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  object-fit: cover;
}

.product_page .product_wrap_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.product_slide .slick-slider,
.blog_slide .slick-slider,
.our_team ul .slick-slider,
.blog_list {
  margin: 0 -10px;
}

.product_slide .product_list_wrap .product_title {
  border: 1px solid #D9D9D9;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}



.product_slide .product_list_wrap .product_title h2 {
  color: #C38D52;
  text-transform: uppercase;
  font-size: 25px;
  width: 60%;
  margin: auto;
}

.product_slide .product_list_wrap .product_title p {  
  width: 80%;
  margin: 20px auto;
  line-height: 1.5;
}


.product_slide .slick-slide,
.blog_slide .slick-slide,
.our_team ul .slick-slide,
.blog_list ul {
  margin-right: 10px;
  margin-left: 10px;
}


.product_slide .slick-dots,
.logos_slider .slick-dots,
.blog_slide .slick-dots,
.our_team .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.product_slide .slick-dots li.slick-active button,
.logos_slider .slick-dots li.slick-active button,
.blog_slide .slick-dots li.slick-active button,
.our_team .slick-dots li.slick-active button {
  background: rgba(195, 141, 82, 1);
}

.product_slide .slick-dots li button,
.logos_slider .slick-dots li button,
.blog_slide .slick-dots li button,
.our_team .slick-dots li button {
  font-size: 0;
  border: 0;
  height: 5px;
  padding: 0 15px;
  cursor: pointer;
  outline: none;
}

.product_slide .btn_primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: arial;
  letter-spacing: 0.78px;
  color: #000;
  font-size: 13px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  max-height: 0;
}

.product_list_wrap {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.product_list_wrap:hover .product_wrap_img img {
  transform: scale(1.1);
}

.product_list_wrap:hover {
  background: #F4F4F4;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.20);
}

.product_list_wrap:hover .btn_primary {
  max-height: 100px;
  transition: max-height 0.25s ease-in;
}

.product_slide .btn_primary img {
  width: 21px;
  height: 21px;
  margin-left: 7px;
}

/* Testimonial */

.testimonials {
  background-image: url(../images/testimonial_bgd.png);
  background-color: #1a1a1a;
  text-align: center;
  padding: 100px 0;
  color: #fff;
  position: relative;
}

.testimonials img {
  display: block;
  margin: auto;
}

.testimonials p {
  color: #fff;
  font-size: 19px;
  font-style: italic;
  line-height: 34px;
  letter-spacing: -0.48px;
  font-weight: lighter;
  width: 30%;
  margin: 30px auto 20px;
}

.testimonials h4 {
  color: #C38D52;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 6.72px;
  margin-bottom: 25px;
}


.testimonials span {
  color: #C38D52;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
}




.testimonials .slick-prev, 
.testimonials .slick-next {
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.testimonials .slick-prev:before {
  content: '';
  background: url(../images/left-arrow.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  position: relative;
  left: 20%;
  display: inline-block;
  background-repeat: no-repeat;
  left: 0;
}


.testimonials .slick-next:before {
  content: '';
  background: url(../images/right-arrow.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  position: relative;
  right: 0;
  display: inline-block;
  background-repeat: no-repeat;
}


.testimonials .slick-prev {
  left: 0;
  border: none;
  cursor: pointer;
  background: #C38D52;
  z-index: 4;
}


.testimonials .slick-next {
  right: 0;
  border: none;
  cursor: pointer;
  background: #C38D52;
  z-index: 4;
}


/* Partners */


.partners {
  padding: 100px 0 50px;
  text-align: center;
}

.partners .partners_wrap,
.blog_wrap {
  width: 55%;
  margin: auto;
}

.cat_name {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #C38D52;
  padding: 10px;
  margin-bottom: 0 !important;
  min-width: 130px;
  padding: 10px 10px;
}

.cat_name a {
  color: #fff;
  font-size: 15px;
  text-transform: initial;
}


.partners span,
.blog_post span,
.our_team span {
  color: #C38D52;
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}

.our_team span {
  text-transform: initial;
  padding: 0 10px;
}

.partners h1,
.blog_post h1,
.our_team h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.logos_partners {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 50px;
}

.logos_partners .container {
  width: 60%;
}

.logos_partners img {
  padding: 0 40px;
  object-fit: contain;
  margin: auto;
  filter: grayscale(100%);
  opacity: 0.5;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.logos_partners img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.logos_slider .slick-track {
  display: flex;
  align-items: center;
}


/* Blog */

.blog_post {
  padding: 50px 14% 50px;
  text-align: center;
}


.blog_slide .product_wrap_img img,
.blog_list .product_wrap_img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  object-fit: cover;
}


.blog_slide .product_wrap_img,
.blog_list .product_wrap_img {
  width: 100%;
  height: 340px;
  overflow: hidden;
  position: relative;
}


.blog_slide .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}


.blog_slide .content,
.blog_list .content {
  text-transform: inherit;
  font-size: 16px;
}


.blog_slide .product_title,
.blog_list .product_title {
  text-align: left;
  border: 1px solid #D9D9D9;
  padding: 30px 40px 40px;
}

.blog_slide .single-trim-words {
  min-height: 78px;
}

.blog_slide .product_title h2,
.blog_list .product_title h2 {
  color: #C38D52;
  font-family: 'TenorSans-Regular';
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  min-height: 62px;
}

.blog_slide .product_title .date,
.blog_list .product_title .date {
  color: #777;
  font-family: arial;
  font-size: 12px;
}


.blog_slide .btn_primary,
.blog_list .btn_primary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: arial;
  letter-spacing: 0.78px;
  color: #000;
  font-size: 13px;
}

.blog_slide .btn_primary img,
.blog_list .btn_primary img {
  width: 21px;
  height: 21px;
  margin-left: 7px;
}


/* Blog list */

.blog_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 30px 10px;
}

.blog_filter {
  position: relative;
  top: 35px;
}

.searchandfilter ul {
  display: flex !important;
  justify-content: center;
}

.searchandfilter ul li.sf-level-0.sf-item-1 {
  display: none;
}

.searchandfilter ul li li.sf-level-0.sf-item-1 {
  order: -1;
}

.search-filter-results .single-trim-words {
  min-height: 78px;
}


.searchandfilter ul li li input {
  display: none;
}

.no_result {
  padding: 30px 0;
}

.search-filter-results .blog_post {
  padding: 50px 7% 50px;
}

.searchandfilter ul li li label {
  padding: 10px 0 !important;
  width: 100%;
  cursor: pointer;
}

.searchandfilter ul li li {
  border: 1px solid #D9D9D9;
  background: #fff;
  margin: 0 5px;
  min-width: 150px;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  cursor: pointer;
  padding: 0 !important;
}

.searchandfilter ul li li:hover {
  background: linear-gradient(105deg, #C38D52 23.43%, #7E4609 81.59%) !important;
  color: #fff !important;
}

li.sf-option-active {
  background: linear-gradient(105deg, #C38D52 23.43%, #7E4609 81.59%) !important;
  color: #fff !important;
}

/* About us */

.about_top_desc {
  background: url(../images/about-lines.svg);
  background-size: cover;
  padding: 100px 24%;
}

.about_top_desc h4 {
  color: #C38D52;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}


.about_top_desc h1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}


.about_top_desc h3 {
  margin: 20px auto 0;
  font-family: 'TenorSans-Regular';
  text-align: center;
  font-size: 23px;
  color: #C38D52;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 130.769% */
  letter-spacing: -0.52px;
}

.about_top_desc p {
  color: #000;
  font-family: 'TenorSans-Regular';
}


.about_us_bottom ul li {
  display: flex;
}

.about_us_bottom .bottom_about_img,
.about_us_bottom .bottom_about_desk {
  width: 50%;
}

.about_us_bottom .bottom_about_desk {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10%;
}

.about_us_bottom .bottom_about_desk h1 {
  color: #C38D52;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}


.about_us_bottom .bottom_about_desk .about_icon {
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #C38D52;
  left: 50px;
  top: 0;
}

.about_us_bottom .bottom_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.single_product_desc .bottom_about_img img {
  cursor: zoom-in;
}


.about_us_bottom .bottom_about_img .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.about_us_bottom .bottom_about_img .slick-dots {
  display: flex;
  justify-content: center;
}

.about_us_bottom .bottom_about_img .slick-dots li {
  margin: 0 7px;
}

.about_us_bottom .bottom_about_img .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background: transparent;
}

.about_us_bottom .bottom_about_img .slick-dots li.slick-active button {
  background: #fff;
} 

.about_us_bottom .bottom_about_img .slick-list,
.about_us_bottom .bottom_about_img .slick-track  {
  height: 100%;
}

.about_us_bottom .bottom_about_img {
/*  height: 480px;*/
  height: 365px;
  overflow: hidden;
}

.about_us_bottom ul li:nth-child(2n) {
  flex-direction: row-reverse;
} 

.responsibility {
  background-image: url(../images/testimonial_bgd.png);
  background-color: #1a1a1a;
  text-align: center;
  padding: 80px 0;
  color: #fff;
  position: relative;
}

.responsibility h3 {
  color: #C38D52;
  text-align: center;
  font-family: 'TenorSans-Regular';
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 85% */
  letter-spacing: -0.8px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.responsibility p {
  font-size: 14px;
  color: #fff;
  width: 70%;
  margin: 0 auto 15px;
}

.responsibility h5 {
  color: #226842;
  font-size: 16px;
  font-family: Arial;
  margin-top: 25px;
}

.responsibility a {
  color: #fff;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
}

/* Our team */

.our_team {
  text-align: center;
}

.our_team {
  padding: 80px 0;
}

.our_team {
  width: 60%;
  margin: auto;
}

.our_team ul {
  margin-top: 50px;
}

.our_team p {
  margin-top: 20px;
}


.team_box {
  height: 300px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.team_box p {
  color: #000;
  text-align: center;
  font-family: 'TenorSans-Regular';
  font-size: 23px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.52px;
}

.team_box:hover {
  background: #F4F4F4;
}

.team_box span {
  font-size: 15px;
}


/* Product page */

.product_main .about_top_desc {
  background: transparent;
  padding: 100px 24% 50px;
}

.main_home_wrap {
  padding: 0 0 50px;
}

.main_product_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 87%;
  margin: auto;
}

.main_product_page li {
  width: 33.333%;
  padding: 0 10px 25px;
}

.main_home_wrap .product_slide {
  margin: 0;
}

.main_product_page li img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.main_product_page .product_wrap_img {
  overflow: hidden;
}


/* Single product */

.bottom_product_desc {
  background: url(../images/line_background.png);
  background-color: #f4f4f3;
  padding: 50px 0;
}


.product_spec ul {
  list-style: none;
  column-width: 600px;
  -webkit-column-width: 600px;
  -moz-column-width: 600px;
  margin-top: 35px;
}

.product_spec ul li p {
  margin: 0;
  padding: 10px 25px;
  font-size: 15px;
}

.product_spec {
  width: 70%;
  margin: auto;
}

.product_spec ul li:nth-child(odd) {
  background: #F5EEE6;
}

.product_spec ul li:nth-child(even) {
  background: #EDD8C0;
}

.bottom_pr_desc {
  text-align: center;
  padding-top: 50px;
}

.bottom_product_desc .bottom_pr_desc h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.bottom_pr_desc p {
  color: #C38D52;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 7px;
}

.find_out_more {
  width: 70%;
  margin: 30px auto 0;
}


.more_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #232323;
  color: #C38D52;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 21px;
  margin-top: 50px;
}



.more_link a {
  background: linear-gradient(143deg, rgba(187,130,72,1) 0%, rgba(114,61,11,1) 100%);
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  text-transform: initial;
}

.more_link a:hover {
  background: linear-gradient(143deg, rgba(114,61,11,1) 0%, rgba(187,130,72,1) 100%);
}

/* Single blog */

.single-blog .about_top_desc {
  background: url(../images/karijera-bgd.png);
}

.single-blog .about_top_desc h1,
.single-blog .about_top_desc h2,
.single-blog .about_top_desc h3,
.single-blog .about_top_desc h4,
.single-blog .about_top_desc h5 {
  font-family: 'TenorSans-Regular';
  font-weight: normal;
}

.singleBlogImg img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Karijera */

.career_main_page .about_top_desc {
  background: transparent;
}

.career_main_page {
  background: url(../images/karijera-bgd.png);
  background-size: cover;
  padding-bottom: 50px;
}


.career_main_page .career_list_wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.career_sign_in {
  position: absolute;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(107deg, #C38D52 -9.97%, #6D3900 104.88%);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.career_sign_in:hover {
  background: linear-gradient(143deg, rgba(114,61,11,1) 0%, rgba(187,130,72,1) 100%);
}


.career_page li {
  background: #fff;
  margin-bottom: 50px;
  position: relative;
}

.career_page li .c_desc h2 {
  color: #C38D52;
  font-family: 'TenorSans-Regular';
  font-weight: normal;
  max-width: 65%;
}

.career_page li .c_desc p a {
  color: #C38D52;
}

.career_page li .career_description {
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.career_page {
  width: 70%;
  margin: auto;
  padding-bottom: 20px;
}


.career_form_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
/*  padding: 30px;*/
  padding: 20px 20px;
}

.career_form_wrap .close_form {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  z-index: 5;
}

.career_form_wrap .close_form img {
  width: 15px;
  opacity: 0.5;
}

.career_form_wrap input {
  border-radius: 0 !important;
}

.contact_right .ff-el-group.ff-custom_html {
  margin-bottom: 0;
}

.career_form_wrap .wrapper .ff-el-group .g-recaptcha  {
/*  position: absolute;
  bottom: 20px;
  right: 100px;*/
}

.custom_submit .ff-t-column-2 {
  flex-direction: row !important;
  align-items: flex-start !important;
}

.custom_submit .ff_submit_btn_wrapper_custom {
  margin: 0 !important;
}

.custom_submit .ff_submit_btn_wrapper_custom .ff-btn-submit {
  height: 40px;
  border: none;
  opacity: 1 !important;
  margin-left: 15px;
  color: #fff !important;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style),
form.fluent_form_6 .ff-btn-submit:not(.ff_btn_no_style) {
  background-color: #C38D52 !important;
  font-family: arial;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 30px;
}

.career_contact ul {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  margin: auto;
}

.career_contact ul li {
  display: flex;
  width: 33.333%;
  align-items: center;
  border-right: 1px solid #000;
  padding-left: 60px;
}

.career_contact ul li:last-child {
  border-right: none;
}

.career_contact ul li .icon {
  margin-right: 20px;
}

.career_contact ul li p,
.career_contact ul li a {
  margin: 0;
  color: #000;
  font-size: 15px;
}


/* Kontakt */

.contact_main_page .contact_left {
  width: 40%;
}

.mob_map {
  display: none;
}


.contact_main_page .contact_right {
  width: 55%;
  background: #fff;
  padding: 40px;
  margin-left: 5%;
}

.mob_career_contact {
  display: none;
}

.contact_main_page .contact_right .fluentform input,
.contact_main_page .contact_right .fluentform textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.contact_main_page .contact_right .fluentform textarea {
  height: 50px;
}

.contact_main_page .contact_right .fluentform input {
  padding: 5px 0;
}

.contact_main_page .contact_right .fluentform label {
  color: #7C7D7E;
  font-family: Arial;
  font-size: 14px;
}

.contact_main_page .contact_right .ff-custom_html p {
  font-size: 14px;
  line-height: 1.5;
}

.contact_main_page .ff-el-group.ff-el-input--content {
  margin-bottom: 0;
}

.contact_main_page .ff-el-group.ff-text-left.ff_submit_btn_wrapper {
  text-align: right;
  border-bottom: 0;
}

.contact_main_page .ff-btn-submit {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: transparent;
  background: linear-gradient(107deg, #C38D52 -9.97%, #6D3900 104.88%);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
} 

.contact_main_page .ff-btn-submit:hover {
  background: linear-gradient(143deg, rgba(114,61,11,1) 0%, rgba(187,130,72,1) 100%);
}

.contact_main_page .fluentform .ff_t_c p {
  font-size: 14px;
}

.contact_main_page {
  background: url(../images/karijera-bgd.png);
  background-size: cover;
  padding-bottom: 100px;
}

.contact_main_page {
  padding: 100px 17%;
}


.contact_main_page .contact_wrap .contact_desc h4 {
  color: #C38D52;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 15px;
}

.contact_main_page .contact_wrap .contact_desc h1 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  line-height: 1.3;
}

.contact_main_page .contact_wrap .contact_desc p {
  color: #000;
  font-family: 'TenorSans-Regular';
}


.contact_wrap .career_contact ul,
.contact_main_page .career_contact ul li {
  width: 100%;
  padding-left: 0;
  border-right: none;
}

.career_contact ul li {
  margin-bottom: 25px;
}

.career_contact ul li:first-child {
  padding-left: 0;
}

.contact_main_page .career_contact {
  margin-top: 30px;
}


.map iframe {
  height: 440px;
}

.map {
  margin-top: 30px;
  border: 1px solid #ccc;
}


/* Mere i dimenzije */

.productDimension {
  padding: 50px 15% 50px;
}

.productDimension .tableBgd {
  background: linear-gradient(143deg, rgba(187,130,72,1) 0%, rgba(114,61,11,1) 100%);
  color: #fff;
  border: 1px solid #000;
}


/* Default page */

.page-template-default .main_wrap {
  padding: 50px 0;
}

.page-template-default .main_wrap p,
.page-template-default .main_wrap ul li {
  line-height: 1.5;
}

.page-template-default .main_wrap a {
  color: #C38D52;
}

.page-template-default .title {
  font-weight: normal;
} 

/* Footer */

.footer_social p {
  color: #C38D52;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 5.04px;
  margin-right: 10px;
}

.footer_social {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0px;
}

.footer_social ul {
  display: flex;
}

.footer_social ul li {
  margin: 0 10px;
}


/* No page */

.no_page {
  background: url('../images/no-page.png');
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error404 .slideSocial {
  display: none;
}


.no_page h3 {
  color: #C38D52;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 7.56px;
}

.no_page h2 {
  color: #FFF;
  text-align: center;
  font-family: 'TenorSans-Regular';
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4px;
  text-transform: uppercase;
}

.no_page span {
  color: #C38D52;
  font-family: 'TenorSans-Regular';
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.no_page p {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.04px;
  width: 75%;
  margin: auto;
}

.no_page a {
  background: linear-gradient(143deg, rgba(187,130,72,1) 0%, rgba(114,61,11,1) 100%);
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  margin-top: 50px;
}

.no_page a:hover {
  background: linear-gradient(143deg, rgba(114,61,11,1) 0%, rgba(187,130,72,1) 100%);
}

.error404 header,
.error404 footer {
  display: none;
}


footer {
  background: #232323;
  padding: 50px 0 15px;
}


.footer_menu {
  display: flex;
  align-items: center;
  justify-content: center;
}


.footer_menu li {
  margin: 0 50px;
}

.footer_menu li a {
  color: #fff;
}

.footer_menu li a:hover {
  color: #C38D52;
}

footer .copy {
  text-align: center;
  color: #fff;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
}


footer .copy p {
  color: #fff;
  font-size: 12px;
  font-weight: lighter;
  font-family: 'TenorSans-Regular';
}


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.center-all {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}





/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}





@media only screen and (max-width:1600px) {

  .home_product {
    padding-left: 5.5%;
    padding-right: 5.5%;
  }

  .main_product_page {
    width: 100%;
  }

  .blog_post {
    padding: 50px 5.5% 50px;
  }

  .slide_wrap .slide_desc {
    padding-left: 7%;
  }
  .slide_wrap .slide_desc h1 {
    font-size: 40px;
  }
  .nav-left #menu-left-menu .sub-menu,
   .nav-left #menu-left-menu-en .sub-menu {
    left: 35px;
  }
  .nav-left #menu-left-menu li a,
  .nav-left #menu-left-menu-en li a {
    margin-left: 70px;
  }
  .nav-right #menu-right-menu li a,
  .nav-right #menu-right-menu-en li a {
    margin-right: 70px;
  }
  .home_about p {
    font-size: 20px;
  }
  .product_slide .product_list_wrap .product_title h2 {
    font-size: 20px;
  }
  .product_slide .product_list_wrap .product_title h2 {
    width: 70%;
  }
  .product_slide .product_list_wrap .product_title {
    height: 180px;
  }
  .testimonials p {
    font-size: 17px;
  }
  .logos_partners {
    width: 100%;
    margin: auto;
  }

  .single-blog .about_top_desc {
    padding: 100px 5.5%;
  }

  .blog_slide .product_title, .blog_list .product_title {
    padding: 20px 30px 30px;
  }
  .blog_post .single-trim-words {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .blog_slide .single-trim-words,
  .search-filter-results .single-trim-words {
    min-height: inherit;
  }

  .blog_slide .product_title h2, .blog_list .product_title h2 {
    font-size: 25px;
  }
  .about_top_desc h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .about_us_bottom .bottom_about_desk h1 {
    font-size: 30px;
  }
  .team_box {
    height: 260px !important;
  }
  .team_box p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .team_box span {
    font-size: 13px;
  }
  .main_product_page li img {
    height: 400px;
  }
  .career_sign_in {
    right: 25px;
  }
  .career_page li .career_description {
    padding-left: 25px;
  }
  .contact_main_page {
    padding: 100px 5%;
  }
  .more_link {
    font-size: 18px;
  }

  .productDimension {
    padding: 50px 5% 50px;
  }

}


@media only screen and (max-width:1300px) {
  header {
    padding: 10px 0;
  }
  .nav-left #menu-left-menu .sub-menu,
  .nav-left #menu-left-menu-en .sub-menu {
    left: 0px;
    width: 645px;
    top: 60px;
  }
  .c_to_call {
    width: 185px;
  }
  .nav-left #menu-left-menu li a,
  .nav-left #menu-left-menu-en li a {
    margin-left: 50px;
  }
  .nav-right #menu-right-menu li a,
  .nav-right #menu-right-menu-en li a {
    margin-right: 50px;
  }

  .slide_wrap .slide_desc h6 {
    font-size: 16px;
  }

  .slide_wrap .slide_desc h1 {
    font-size: 35px;
  }

  #top_slider .slick-prev, 
  #top_slider .slick-next {
    width: 45px;
    height: 45px;
  }

  .home_about p {
    font-size: 17px;
    line-height: 1.5;
  }

  .home_product .heading div h1 {
    font-size: 25px;
  }

  .product_page .product_wrap_img {
    height: 400px;
  }

  .partners h1, .blog_post h1, .our_team h2 {
    font-size: 25px;
  }

  .blog_slide .product_title h2, .blog_list .product_title h2 {
    font-size: 22px;
  }
  .partners span, 
  .blog_post span, 
  .our_team span, 
  .about_top_desc h4, 
  .contact_main_page .contact_wrap .contact_desc h4 {
    font-size: 16px;
  }

  .about_top_desc h1 {
    font-size: 25px;
  }

  .about_top_desc h3 {
    line-height: 1.5;
  }

  .about_us_bottom .bottom_about_desk h1 {
    font-size: 25px;
  }

  .responsibility h3 {
    font-size: 28px;
  }

  .career_page {
    width: 85%;
  }

  .career_contact ul li {
    padding-left: 40px;
  }

  .contact_main_page .contact_wrap .contact_desc h1 {
    font-size: 25px;
  }
  .footer_menu li {
    margin: 0 30px;
  }

}

@media only screen and (max-width:1100px) {
  .nav-left #menu-left-menu li a,
  .nav-left #menu-left-menu-en li a {
    margin-left: 30px;
  }
  .nav-right #menu-right-menu li a,
  .nav-right #menu-right-menu-en li a {
    margin-right: 30px;
  }

}


@media only screen and (max-width:991px) {

  .mob_nav .sub-menu  {
    position: relative;
    display: none;
  }

  .mob_nav .sub-menu li a  {
    text-transform: none;
  }

  .mob_nav li a {
    padding: 0 20px;
  }


  .mob_nav .sub-menu li img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .mob_nav li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
  }

  .mob_nav {
    padding: 0;
  }

  .mob_nav,
  .mob_nav div {
    width: 100%;
  }

  .mob-button {
    display: block;
    margin-left: 30px;
  }

  .headerNav {
    background: #212121;
  }

  .headerNav .c_to_call,
  .headerNav .logo {
    display: none;
  }

  .headerNav .header_social {
    display: block;
    position: absolute;
    right: 0;
  }

  .headerNav .header_social li img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }

  header, .headerScroll {
    height: 60px;
  }

  .headerNav {
    border-bottom: 1px solid #2C2C2C;
  }

  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    z-index: 10;
  }

  .toggle-menu span {
    background-color: #323e48;
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 23px;
  }

  .toggle-menu span:before,
  .toggle-menu span:after {
    background-color: #323e48;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,
      transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 23px;
  }

  .toggle-menu span:before {
    top: 7px;
  }

  .toggle-menu span:after {
    top: -7px;
  }

  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }

  .toggle-menu.active span:before,
  .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out,
      -webkit-transform 0.2s 0.2s ease-out;
    background: #323e48;
  }

  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #C38D52;
  }

  .toggle-menu.active span:after {
    top: 0;
    background: #C38D52;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }


  header,
  .headerScroll {
    padding: 0;
  }

  .nav-left .menu-header, 
  .nav-right .menu-header {
    display: none;
  }

  .header_wrap .logo img {
    width: 70px;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
  }
  #top_slider .slide_img_scale .desk_img {
    height: 500px !important;
  }
  .home_about,
  .home_product,
  .testimonials {
    padding: 50px 0;
  }

  .product_slide .product_list_wrap .product_title h2 {
    font-size: 17px;
  }

  .testimonials p {
    width: 45%;
  }

  .partners {
    padding: 50px;
  }

  .slide_wrap .slide_desc h1 {
    font-size: 30px;
  }

  .about_top_desc,
  .contact_main_page {
    padding: 50px 20px;
  }

  .contact_desc,
  .contact_desc h4,
  .contact_desc h1,
  .contact_desc p {
    text-align: center !important;
  }

  .contact_main_page .contact_right {
    margin-left: 0;
    padding: 20px 15px 15px;
  }

  .contact_main_page .contact_right .fluentform label {
    font-size: 13px;
  }

  .contact_main_page .fluentform .ff_t_c p {
    font-size: 13px;
  }

  .contact_main_page .ff-btn-submit {
    height: 35px;
    font-size: 14px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .fluentform .ff-el-group {
    margin-bottom: 10px;
  }


  .about_us_bottom .bottom_about_desk .about_icon {
    width: 65px;
    height: 65px;
  }

  .about_us_bottom .bottom_about_desk {
    padding: 0 5%;
  }

  .responsibility {
    padding: 50px 0;
  }

  .responsibility h3 {
    font-size: 25px;
  }

  .our_team {
    padding: 50px 0;
  }

  .team_box {
    height: 185px !important;
  }

  .our_team {
    width: 80%;
  }

  .footer_menu li {
    margin: 0 20px;
    flex: 1;
  }

  footer .copy {
    margin-top: 20px;
  }

  .footer_menu li a {
    font-size: 13px;
  }

  .footer_menu li img {
    width: 90px;
  }

  .product_main .about_top_desc {
    padding: 50px 20px 0px;
  }

  .home_product .heading div h1 {
    font-size: 20px;
  }

  .partners span, 
  .blog_post span, 
  .our_team span, 
  .about_top_desc h4, 
  .contact_main_page .contact_wrap .contact_desc h4,
  .bottom_pr_desc p {
    font-size: 14px;
  }

  .about_top_desc h1,
  .contact_main_page .contact_wrap .contact_desc h1,
  .bottom_product_desc .bottom_pr_desc h2 {
    font-size: 20px;
  }

  .slide_desc div p {
    padding-right: 50px;
  }

  .slide_wrap .slide_desc {
    padding-left: 20px;
  }

  #top_slider .slick-prev {
    left: 50%;
  }

  .slide_link li:first-child a,
  .slide_link li:last-child a {
    width: 160px;
  }

  .product_page .product_wrap_img {
    height: 340px;
  }

  .product_slide .product_list_wrap .product_title h2 {
    width: 100%;
    padding: 0 20px;
  }

  .product_slide .product_list_wrap .product_title p {
    width: 100%;
    padding: 0 10px;
  }

  .product_slide .btn_primary {
    max-height: inherit;
  }

  .testimonials p {
    width: 65%;
  }

  .testimonial_slide h2 {
    font-size: 20px;
  }

  .testimonials h4 {
    font-size: 13px;
  }

  .partners .partners_wrap, 
  .blog_wrap {
    width: 100%;
  }

  .logos_partners {
    width: 100%;
  }

  .logos_partners li.slick-slide {
    padding: 0 10px;
  }

  .main_product_page {
    width: 100%;
  }

  .main_product_page li img {
    height: 385px;
  }

  .blog_post {
    padding: 0;
  }

  .career_sign_in {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }

  .career_main_page .career_list_wrap {
    flex-wrap: wrap;
  }

  .career_main_page .career_list_wrap .career_wrap_img,
  .career_main_page .career_list_wrap .career_description {
    width: 100%;
  }

  .career_sign_in {
    position: static;
    width: 170px;
    height: 40px;
    line-height: 40px;
    display: block;
    transform: none;
    margin: auto;
  }

  .career_page li .career_description {
    padding-left: 25px;
    padding-top: 25px;
  }

  .career_page li {
    padding-bottom: 20px;
  }

  .career_main_page .career_list_wrap .career_wrap_img img {
    width: 100%;
  }


}


@media only screen and (max-width:768px) {
  .page-id-590 .thankYouPage p,
  .page-id-594 .thankYouPage p {
    font-size: 16px;
    padding: 10px 0;
  }
  .page-id-590 h1,
  .page-id-594 h1 {
    margin-top: 35px;
    font-size: 25px;
  }
  .mob-button {
    margin-left: 14px;
  }
  .slideSocial {
    top: 30%;
  }
  .slide_wrap .slide_desc h1 {
    font-size: 23px;
  }
  .slide_link li:first-child a, .slide_link li:last-child a {
    width: 130px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .main_product_page li {
    width: 50%;
  }
  .blog_post {
    padding: 0;
  }
  .blog_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .career_page {
    width: 100%;
  }
  .career_sign_in {
    top: 80%;
  }
  .career_contact ul {
    width: 100%;
  }
  .career_contact ul li {
    border-right: none;
  }

  .career_form_wrap {
    padding: 20px;
  }

  .fluentform .ff_upload_btn.ff-btn {
    font-size: 13px;
  }

  .career_contact ul li {
    width: 100%;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .career_contact ul li .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contact_main_page .contact_left,
  .contact_main_page .contact_right {
    width: 100%;
  }

  .map,
  .career_contact {
    display: none;
  }

  .mob_map,
  .mob_career_contact {
    display: block;
  }

  .contact_main_page .contact_right {
    margin-top: 15px;
  }

  .mob_map iframe {
    height: 300px;
  }

  .singleBlogImg img {
    width: 100%;
    height: 150px;
  }

  .logos_partners .container {
    width: 100%;
  }

}


@media only screen and (max-width:600px) {


  .custom_submit .ff_submit_btn_wrapper_custom .ff-btn-submit {
    margin-left: 0;
  }

  .career_form_wrap .wrapper .ff-el-group .g-recaptcha {
    position: static;
  }

  .custom_submit .ff_submit_btn_wrapper_custom {
    width: 55%;
  }

  .custom_submit .ff-t-column-2 {
    margin-top: 15px !important;
  }

  .custom_submit .ff-el-group {
    margin-bottom: 0 !important;
  }

  .homeVideo {
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
  }

  .homeVideo .container {
    padding: 0;
  }

  .no_page h3 {
    font-size: 15px;
  }

  .no_page h2 {
    font-size: 100px;
  }

  .no_page span {
    font-size: 18px;
    line-height: 1.5;
  }

  .no_page p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .no_page a {
    font-size: 14px;
  }

  .mob_nav {
    height: calc(100vh - 60px);
    top: 60px;
  }

  .mob_nav .sub-menu li img {
    display: none;
  }

  .mob_nav li a {
    padding: 0 30px;
  }

  .mobCallFix {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: linear-gradient(107deg, #C38D52 -9.97%, #6D3900 104.88%);
    padding: 10px 0;
    color: #fff;
  }

  .mobCallFix img {
    width: 20px;
  }

  .mobCallFix {
    font-size: 14px;
  }

  .sub-menu.mobToggle {
    display: block;
  }

  .sub-menu.mobToggle li {
    margin: 10px 0;
  }

  .sub-menu.mobToggle li a {
    color: #7C7D7E;
  }

  .mob_nav {
    padding: 20px 0;
  }

  .home_product, .testimonials, 
  .blog_post, .our_team {
    padding: 30px 0px
  }

  .about_top_desc {
    padding: 30px 20px;
  }

  .single-blog .about_top_desc {
    padding: 30px 0;
  }

  .single-blog .slideSocial {
    display: none;
  }

  .contact_main_page .contact_desc {
    padding: 0 20px;
  }
  .contact_main_page {
    padding-top: 30px;
  }

  .partners h1, .blog_post h1, .our_team h2,
  .home_product .heading div h1 {
    font-size: 20px;
  }
  .header_wrap .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
  }
  .header_wrap .logo img {
    width: auto;
    height: 50px;
    margin-top: 0;
  }
  .slide .slide_desc, .slide .slide_img {
    width: 100%;
  }
  .slide_wrap {
    position: relative;
  }
  .slide_wrap .slide_desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0 20px;
  }
  .slide_wrap .desk_img {
    display: none;
  }
  .slide_wrap .mob_img {
    display: block;
    height: 500px !important;
  }
  .slide_wrap .slide_desc h1 {
    font-size: 30px;
    color: #fff;
    width: 85%;
  }
  .slide_wrap .slide_desc p {
    width: 100%;
    color: #fff;
  }
  .slide_link {
    margin-top: 40px;
    justify-content: space-between;
  }
  .slide_link li:last-child a {
    background: #fff;
  }
  .slide_link li:last-child a::after {
    display: none;
  }
  .slide_link li {
    width: 49%;
  }
  .slide_link li:first-child a, 
  .slide_link li:last-child a {
    width: 100%;
  }
  #top_slider .slick-prev, #top_slider .slick-next {
    display: none !important;
  }
  .header_social {
    display: none;
  }
  .slideSocial {
    display: block;
    position: absolute;
    z-index: 5;
    right: 15px;
    top: 75px;
  }
  .slideSocial li {
    margin: 10px 0;
  }
  .slideSocial li img {
    width: 25px;
    height: 25px;
  }
  .slideSocial li img {
    -webkit-filter: invert(0%) grayscale(100%) brightness(0%) contrast(4);
    filter: invert(0%) grayscale(100%) brightness(0%) contrast(4);
  }
  .page-template-template-homepage .slideSocial li img {
    -webkit-filter: none;
    filter: none;
  }
  .c_to_call {
    width: auto;
    background: transparent;
    font-size: 0;
    height: auto;
    line-height: normal;
  }
  .c_to_call img {
    display: none;
  }
  .c_to_call .mobCall {
    display: block;
    margin-right: 0;
  }
  .home_about p {
    width: 100%;
    font-size: 15px;
  }
  .home_product .heading p {
    width: 65%;
    margin-top: 5px;
  }
  .testimonials p {
    font-size: 15px;
    line-height: 1.5;
  }
  .testimonials span {
    font-size: 16px;
  }
  .product_page .product_wrap_img,
  .blog_slide .product_wrap_img, 
  .blog_list .product_wrap_img,
  .home_product.main_home_wrap .product_wrap_img {
    height: 250px;
  }
  .product_slide .product_list_wrap .product_title {
    height: 180px;
  }
  .page-template-template-proizvodi .product_slide .product_list_wrap .product_title {
    height: 200px;
  }
  .page-template-template-proizvodi .product_slide .product_list_wrap .product_title h2 {
    font-size: 15px;
    padding: 0 20px;
    height: 48px;
  }
  .product_slide .product_list_wrap .product_title p {
    margin: 10px 0;
    height: 50px;
  }
  .main_home_wrap .product_slide .product_list_wrap .product_title p {
    height: 70px;
  }
  .product_slide .product_list_wrap .product_title h2 {
    margin-top: 18px;
    height: 65px;
  }

  .page-template-template-homepage .product_slide .product_list_wrap .product_title h2 {
    margin-top: 17px;
    height: 40px;
  }
  .product_slide .btn_primary {
    margin-bottom: 20px;
  }
  .home_product {
    position: relative;
    padding-bottom: 100px;
  }
  .product_slide .slick-dots {
    margin-top: 0;
    margin-left: -20px;
  }

  .home_product .heading a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    margin-bottom: 30px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  .main_product_page li img {
    height: 100%;
  }
  .testimonials .slick-prev, 
  .testimonials .slick-next {
    width: 45px;
    height: 45px;
  }
  .partners {
    padding: 30px 20px 0;
  }
  .blog_wrap {
    padding: 0 20px;
  }

  .product_slide .slick-list, 
  .blog_slide .slick-list, 
  .blog_list .slick-list {
    padding: 30px 0;
  }

  .product_slide, .blog_slide, .blog_list {
    margin: 0;
  }

  .product_slide .slick-slide, .blog_slide .slick-slide, .our_team ul .slick-slide, .blog_list ul {
    margin-right: 10px;
    margin-left: 0;
  }

  .our_team ul .slick-slide {
    margin-left: 10px;
  }

  .product_slide .slick-slider, .blog_slide .slick-slider, .our_team ul .slick-slider, .blog_list {
    margin: 0 -10px 0 0;
  }

  .blog_list,
  .blog_post {
    margin: 0;
  }

  .blog_list,
  .page-template-template-blog .blog_post {
    padding: 0;
  }

  .page-template-template-blog .blog_post {
    margin: 0 -10px;
  }

  .no_result {
    padding: 10px 0 30px;
  }

  .blog_list {
    grid-gap: 10px;
  }

  .product_slide {
    margin-right: -10px;
  }

  .blog_post .slick-dots {
    margin-bottom: 30px;
  }

  .blog_slide .slick-list {
    margin-left: 0;
    margin-right: -20px;
    padding-bottom: 0;
  }

  .product_list_wrap:hover {
    box-shadow: none;
  }

  .blog_post span.cat_name {
    padding: 5px;
  }

  .cat_name a {
    font-size: 13px;
  }

  .blog_slide .product_title, .blog_list .product_title {
    padding: 10px 10px 15px;
  }

  .blog_slide .product_title h2, .blog_list .product_title h2 {
    font-size: 18px;
    line-height: inherit;
  }

  .blog_slide .product_title h2, .blog_list .product_title h2 {
    min-height: 45px;
  }

  .blog_slide .content, .blog_list .content {
    margin-bottom: 0;
  }

  .blog_slide .product_title .date, .blog_list .product_title .date {
    margin-bottom: 12px;
  }

  /* About us */

  .about_top_desc h3 {
    font-size: 16px;
  }

  .about_us_bottom ul li {
    flex-wrap: wrap;
  }

  .about_us_bottom .bottom_about_desk {
    display: flex;
    flex-direction: column;
  }

  .about_us_bottom .bottom_about_desk .about_icon {
    width: 55px;
    height: 55px;
    position: static;
    margin: 0 auto 20px 0;
  }

  .about_us_bottom .bottom_about_desk h1 {
    font-size: 20px;
  }

  .about_us_bottom .bottom_about_img {
    height: 330px;
  }


  .about_us_bottom .bottom_about_img, 
  .about_us_bottom .bottom_about_desk {
    width: 100%;
  }

  .responsibility h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .responsibility {
    padding: 30px 0 25px;
  }

  .responsibility p {
    font-size: 14px;
    width: 100%;
  }

  .our_team {
    width: 100%;
  }

  .our_team ul {
    margin-top: 30px;
    padding: 0 10px;
  }

  .our_team .slick-dots {
    margin-top: 20px;
  }

  .partners span, .blog_post span, .our_team span {
    margin-bottom: 10px;
  }

  .our_team .team_wrap .team_box span {
    font-size: 12px;
  }

  .team_box p {
    font-size: 17px;
  }

  .team_box {
    height: 160px !important;
  }

  .product_main .about_top_desc {
    padding: 30px 20px 0px;
  }

  .main_product_page li {
    padding: 5px;
  }

  .home_product.main_home_wrap .container {
    padding: 0 5px;
  }

  .main_product_page {
    justify-content: flex-start;
  }

  .home_product.main_home_wrap {
    padding: 0 0 30px;
  }


  .searchandfilter ul li li {
    min-width: 105px;
  }

  .searchandfilter ul li li {
    font-size: 13px;
  }

  .searchandfilter ul li li label {
    padding: 7px 0 !important;
  }

  .blog_filter {
    top: auto;
  }


  .career_page li .c_desc h2 {
    font-size: 21px;
    max-width: 100%;
  }

  .career_page li .career_description {
    padding-left: 20px;
    padding-top: 20px;
  }


  .career_sign_in {
    width: 170px;
    height: 35px;
    line-height: 35px;
  }

  .career_page li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-bottom: 70px;
  }

  .career_main_page {
    padding-bottom: 20px;
  }

  .single_product_desc .bottom_about_desk {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about_us_bottom .bottom_about_img .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .single_product_desc .slick-list,
  .single_product_desc .slick-track {
    height: 100%;
  }

  .bottom_pr_desc {
    padding-top: 0;
  }

  .product_spec {
    width: 100%;
  }

  .product_spec ul {
    margin-top: 20px;
  }

  .product_spec ul li p {
    padding: 10px 10px;
    font-size: 13px;
  }

  .find_out_more {
    width: 100%;
    margin: 0;
  }

  .bottom_product_desc .more_link {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
  }

  .bottom_product_desc .more_link a {
    margin-top: 15px;
  }

  .bottom_product_desc {
    padding: 50px 0 30px;
  }

  .productDimension {
    padding: 50px 0 20px;
  }

  .productDimension .wp-block-heading {
    font-size: 22px;
  }

  .productDimension td {
    font-size: 13px;
  }


  .footer_social {
    padding: 25px 0 0px;
    flex-direction: column;
  }

  footer {
    padding: 20px 0 5px;
  }

  .footer_menu li a {
    font-size: 15px;
  }

  .footer_menu {
    flex-direction: column;
  }

  .footer_menu li {
    margin: 15px 0;
  }

  .footer_menu li:nth-child(4) {
    order: -1;
  }

  .footer_social p {
    font-size: 10px;
    margin-right: 0;
  }

  .footer_social li img {
    width: 30px;
    height: 30px;
  }

  footer .copy p {
    font-size: 12px;
  }

  .page-template-default .title {
    font-size: 25px;
  } 


}


@media only screen and (max-width:360px) {
  .product_slide .product_list_wrap .product_title h2 {
    padding: 0 10px;
  }
}



