/*
 Theme Name:   Megaplast theme
 Theme URI:    http://popwebdesign.net
 Description:  Megaplast theme
 Author:       PopArt Studio
 Author URI:   http://popwebdesign.net
 Template:     wordpress-bootstrap-master
 Version:      1.0.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  megaplast-theme
*/

html,
body {
  scroll-behavior: smooth;
}

p:empty:before {
  content: none !important;
}

::selection {
  background-color: #0082c8;
  color: white;
}

::-moz-selection {
  background-color: #0082c8;
  color: white;
}

* {
  font-family: 'Roboto', sans-serif;
  outline: none;
}

body {
  padding-top: 80px;
  line-height: 1.8;
}

body.single-post {
  background-color: #f6f6f6;
}

table,
th,
td {
  border: 1px solid #999999;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
}

header .navbar {
  height: 80px;
  z-index: 9999999;
  margin-bottom: 0;
}

header .navbar-header img {
  padding: 21px 0px;
}

#naslovna-banner {
  background: transparent !important;
  overflow: hidden;
  height: 100%;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f7f6+0,d1e5e4+100 */
  background: #f5f7f6;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f5f7f6 0%, #d1e5e4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f5f7f6), color-stop(100%, #d1e5e4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #f5f7f6 0%, #d1e5e4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #f5f7f6 0%, #d1e5e4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #f5f7f6 0%, #d1e5e4 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #f5f7f6 0%, #d1e5e4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f7f6', endColorstr='#d1e5e4', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#naslovna-banner.no-action {
  background: linear-gradient(135deg, #f5f7f6 0%, #d1e5e4 100%) !important;
}

.banner-wrapper {
  position: relative;
  /*left: -20px;*/
}

.no-action-wrapper {
  margin-right: -40px;
}

.no-action-wrapper.turn-on {
  display: none;
}

.banner-wrapper.no-action {
  position: relative;
  left: -20px;
}

.banner-wrapper .kucice {
  padding-top: 8vw;
}

.banner-wrapper .oblak-wrap {
  width: 100%;
}

.banner-wrapper .oblak-wrap .oblak {
  position: relative;
  display: inline-block;
}

.banner-wrapper .oblak-wrap .oblak-text {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  color: #0082c8;
  position: relative;
  top: -70px;
  line-height: 1.2;
}

.banner-wrapper .oblak-wrap .oblak-1 {
  right: -16vw;
  top: -9vw;
}

.banner-wrapper .oblak-wrap .oblak-2 {
  right: -12vw;
  top: -5vw;
}

.banner-wrapper .oblak-wrap .oblak-3 {
  right: -28vw;
  top: -14vw;
}

.banner-caption {
  position: absolute;
  top: 2vw;
  right: 25vw;
}

h1.banner-title {
  font-size: 50px;
  font-weight: 600;
  color: #0082c8;
}

p.banner-text {
  text-transform: uppercase;
  font-size: 35px;
}

span.banner-text {
  text-transform: uppercase;
  font-size: 35px;
  color: #333;
  margin-top: 22px;
  font-weight: normal;
  float: left;
}

a {
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover {
  text-decoration: none;
}

.wow {
  visibility: hidden;
}

.navbar-header a img {
  width: 100%;
}

.navbar #menu-main-menu li>a {
  font-size: 13px;
  color: #2f424e;
  font-weight: 700;
  padding: 27px 0px 28px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.navbar #menu-main-menu>li {
  padding-left: 30px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/* .navbar #menu-main-menu>li:last-child span {
  color: #0082c8;
} */
.home .widget_search form {
  display: none;
}

.container-fluid {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.home-content {
  position: relative;
  float: left;
  width: 100%;
}

.side-button {
  right: 0;
  padding: 0;
  overflow: hidden;
  top: 50%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer;
  background: #d41212;
  text-align: center;
  position: fixed;
  z-index: 1000001;
  box-shadow: -2px 2px 8px -1px rgba(0, 0, 0, .4);
  transform: translateY(calc(-50% - 40px));
  -webkit-transform: translateY(calc(-50% - 40px));
  -moz-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  -o-transform: translateY(calc(-50% - 40px));
  top: calc(50% + 80px);
}

.home .side-button {
  right: -75px;
  display: none;
}

p.inside-button,
a.inside-button {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  font-family: 'Roboto Slab', serif;
  margin: 50px -15px 45px;
  width: 75px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}

.side-button.contact-side-button {
  background: #0082c8;
}

.side-button.contact-side-button p.inside-button {
  font-size: 14px;
  margin: 50px -15px 83px;
}

header #menu-main-menu>li>a {
  border-bottom: solid 5px transparent;
}

.ponuda {
  position: relative;
  float: left;
  width: 100%;
  background-color: #384a54;
  padding-bottom: 30px;
}

.ponuda ul {
  list-style: none;
  margin: 0;
}

.ponuda li {
  display: inline;
  width: 25%;
  float: left;
  text-align: center;
}

.ponuda li span {
  color: white;
  font-size: 14px;
  padding-left: 20px;
  font-family: 'Roboto Slab', serif;
  padding: 32px 0 32px 55px;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
}

.oprema {
  position: relative;
  float: left;
  width: 100%;
}

.oprema .container-fluid {
  background-color: white;
  margin-top: -30px;
  position: relative;
  text-align: center;
}

.oprema .container-fluid:before {
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 25px;
  border-color: transparent transparent #272a3b transparent;
}

.oprema-komad {
  overflow: hidden;
  position: relative;
  float: left;
  width: 20%;
  height: 300px;
  margin: 20px 0px;
  padding: 30px 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.oprema-komad:hover {
  /*background-color: #bebebe;*/
  cursor: pointer;
}

.da-animate {
  position: absolute;
  background: #dfe7f6;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
}

.komad-img {
  margin: 0 auto;
  width: 70px;
  height: 90px;
  position: relative;
  z-index: 102;
}

.oprema-komad h2 a {
  color: #001520;
}

.oprema-komad h2 {
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 101;
  margin: 15px 0;
}

.oprema-komad h3 {
  font-size: 12px;
  color: #337ab7;
  text-align: center;
  position: relative;
  z-index: 101;
  margin: 7px 0;
}


.oprema-komad ul {
  padding: 0px;
  width: 100%;
  list-style: none;
  position: relative;
  text-align: center;
  z-index: 100;
}

.oprema-komad ul li {
  font-size: 15px;
  color: #5f717c;
  width: 60%;
  margin: auto;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
}

.oprema-komad ul li:hover {
  font-weight: 500;
  color: #394b56;
  cursor: pointer;
}

.oprema-komad ul li:not(:last-child) {
  border-bottom: solid 1px #dfe7f6;
}

.novosti {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 70px;
}

/*.novosti-post {
    width: 33.33%;
    float: left;
    position: relative;
    padding: 0px 15px;
}*/
.novosti-img {
  max-width: 401px;
  max-height: 234px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

.novosti-img img {
  width: 100%;
}

.novosti-post-content a.btn {
  height: 35px;
  width: 120px;
  text-transform: uppercase;
  color: white !important;
  font-weight: 700;
  font-size: 16px;
  background-color: #0082c8 !important;
  outline: none !important;
  border-radius: 3px;
  border-color: #0082c8 !important;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.novosti-post-content button:hover {
  background-color: #384a54 !important;
  color: white !important;
  border-color: #384a54 !important;
}

.novosti-post-content {
  position: relative;
  padding: 20px 10px;
}

.novosti-post-content h4 {
  font-size: 26px;
  margin-top: 20px;
  color: #337ab7;
  border-bottom: solid 1px #dcdfe6;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.novosti-post-content h4 span {
  font-weight: 700;
}

.novosti-post-content p {
  font-size: 14px;
  color: #434750;
  margin-top: 20px;
}

.popularni-proizvodi {
  position: relative;
  float: left;
  width: 100%;
  z-index: 10;
}

.popularni-proizvodi-naslov h3 span {
  font-size: 26px;
  color: #434750;
  font-weight: 400;
}

.popularni-proizvodi-naslov h3 {
  font-size: 50px;
  color: #0082c8;
  font-weight: 700;
  max-width: 300px;
  float: left;
  width: 100%;
}

.popularni-dugmici button {
  width: 210px;
  height: 50px;
  font-size: 16px;
  color: #424a5d;
  margin-right: 10px;
  outline: none !important;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.popularni-dugmici button:hover {
  background-color: #384a54;
  color: white;
  border-color: #424a5d;
}

#box-tabs .box-tab {
  width: 210px;
  float: none;
  display: inline-block;
  color: #424a5d;
  margin-left: 10px;
  padding: 0;
  outline: none;
  text-transform: uppercase;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#box-tabs .box-tab a {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  line-height: 1;
  padding: 18px 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#box-tabs .box-tab:hover {
  background-color: #384a54;
  border-color: #424a5d;
}

#box-tabs .box-tab:hover a {
  color: white;
}

#box-tabs .box-tab.active,
#box-tabs .box-tab.active:hover {
  background-color: #0082c8;
  border-color: #0082c8;
}

#box-tabs .box-tab.active a,
#box-tabs .box-tab.active:hover a {
  color: white;
}

ul#box-tabs {
  float: right;
  border: none;
  margin-top: 55px;
  margin-bottom: 50px;
  position: relative;
}

#box-tabs-content {
  max-height: 270px;
  height: 15vw;
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 50px;
}

#box-tabs-content .carousel-image {
  display: block;
  max-height: 270px;
  height: 15vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.popularni-dugmici {
  float: right;
  margin-top: 40px;
}

.popularni-active {
  background-color: #0082c8 !important;
  color: white !important;
  border-color: #0082c8 !important;
}

#slike-filteri {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.gallery .filter .tag {
  height: 25px;
  width: 80px;
  background-color: #0082c8;
  border: 2px solid #0082c8;
  margin-right: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 3px 12px;
}

.filter {
  position: absolute;
  right: 85px;
  bottom: 13px;
}

.home-tabovi {
  clear: both;
  background: #e9edf0;
}

#home-tabs .home-tab {
  width: 210px;
  float: none;
  display: inline-block;
  color: #434750;
  margin-left: 19px;
  padding: 0;
  outline: none;
  font-weight: 100;
  border: 1px solid #a4afb6;
  border-radius: 4px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#home-tabs .home-tab:first-of-type {
  margin-left: 0;
}

#home-tabs .home-tab a {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  line-height: 1;
  padding: 18px 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#home-tabs .home-tab:hover {
  background-color: #384a54;
  border-color: #424a5d;
}

#home-tabs .home-tab:hover a {
  color: white;
}

#home-tabs .home-tab.active,
#home-tabs .home-tab.active:hover {
  background-color: #0082c8;
  border-color: #0082c8;
}

#home-tabs .home-tab.active a,
#home-tabs .home-tab.active:hover a {
  color: white;
}

ul#home-tabs {
  float: none;
  border: none;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

#home-tabs-content {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-bottom: 70px;
  height: 200px;
}

#home-tabs-content .tab-pane {
  font-size: 16px;
  color: #434750;
  text-align: center;
  padding: 0 30px;
}

.archive .znanje-display {
  display: flex;
  margin-right: -15px;
}

input.quicksearch {
  border: none;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  color: #fff;
  width: 100%;
  font-size: 26px;
  max-width: 867px;
  margin: 0 auto;
  background-color: transparent;
  margin-bottom: 5px;
  float: right;
}

ul#menu-znanje-sub-menu-1 li {
  display: inline;
  font-size: 17px;
  color: #fff;
  margin-right: 10px;
}

ul#menu-znanje-sub-menu-1 li a {
  color: #fff;
}

.gallery input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
}

.gallery input::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.gallery input:-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

.gallery input:-ms-input-placeholder {
  color: #fff !important;
}

.gallery input:placeholder-shown {
  color: #fff !important;
}

.fancybox-lock .fancybox-overlay {
  z-index: 9999999;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.page-template-gallery .featherlight .featherlight-content {
  max-height: 100% !important;
}

.home .featherlight .featherlight-content {
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}

.quicksearch::selection {
  background-color: #fff;
}

.src-col p {
  display: block;
}

.src-col input {
  display: inline;
}

.src-col .search-button,
.src-col .close-button {
  position: absolute;
  right: 25px;
  top: 27px;
  font-size: 14px;
  color: #fff;
}

.src-col .close-button {
  right: 51px;
}

.src-col .close-button {
  display: none;
}

.src-col .shown {
  display: inline-block;
}

input.quicksearch::-webkit-input-placeholder {
  color: #0082c8;
}

input.quicksearch:-moz-placeholder {
  /* Firefox 18- */
  color: #0082c8;
}

input.quicksearch::-moz-placeholder {
  /* Firefox 19+ */
  color: #0082c8;
}

input.quicksearch:-ms-input-placeholder {
  opacity: .5;
}

.slike {
  position: relative;
  float: left;
  width: 100%;
}

.slike.slike-vertikala {
  padding: 34px 0 64px;
  background-color: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .slike.slike-vertikala {
    padding: 20px 0 50px;
  }
}

.slike.slike-vertikala .jedna-slika {
  background-color: #f6f6f6;
  /* height: 550px !important; */
  max-height: 550px;
  min-height: 300px;
  /* background-size: contain; */
  border-right: none;
  /* background-size: 100% 100%; */
  background-size: auto 100%;
  /* width: 286px; */
  /* width: 261px; */
  /* max-width: 200px; */
  height: auto !important;
  margin: 0 15px;
}

.slike.slike-vertikala .slick-track {
  background-color: #f6f6f6;
}

.slike.slike-vertikala .slick-list {
  margin: 0 -15px;
}

@media screen and (max-width: 400px) {
  .slike.slike-vertikala .jedna-slika {
    min-height: 250px;
  }
}

.jedna-slika {
  position: relative;
  height: 16vw !important;
  max-height: 300px;
  display: block;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.page-template-about .galerija-section .jedna-slika {
  height: 12vw !important;
}

.home .slike .jedna-slika {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.home .slike {
  margin-top: -2px;
}

.home .slike .jedna-slika:nth-child(4n) {
  border-right: none;
}

.single-proizvodi .jedna-slika {
  border-right: 2px solid #fff;
}

.slick-slider .slick-list {
  margin-right: -2px;
}

/*.single-proizvodi .jedna-slika:nth-child(4n) {
    border-right: none;
}*/
/*.home .slike .jedna-slika:nth-child(4n) {
    border-right: none;
}*/
/*.home .slike .jedna-slika:nth-child(-n+4) {
    border-top: none;
}*/
/*#isotope-gallery .jedna-slika:after {
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 101;
    background-color: #fff;
}*/
/*#isotope-gallery .jedna-slika:nth-child(4n):after {
    display: none;
}*/
.gallery {
  width: 100%;
  overflow: hidden;
}

#isotope-gallery {
  margin-right: -2px;
}

.gallery-container {
  width: 100%;
  overflow: hidden;
}

#isotope-gallery .jedna-slika {
  height: 16vw !important;
  outline: 2px solid #fff;
}

.gallery-krovni-paneli #isotope-gallery .jedna-slika {
  height: 500px !important;
  max-height: none !important;
}

#isotope-gallery .jedna-slika.panel {
  margin-bottom: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

/*#isotope-gallery .jedna-slika:nth-of-type(4n) {
    border-right: none;
}*/
/*#isotope-gallery .jedna-slika:before {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 101;
    background-color: #fff;
}*/
/*#isotope-gallery .jedna-slika:nth-child(-n+4):before {
    display: none;
}*/
/*.single-proizvodi .jedna-slika {
    border-top: none;
    border-bottom: none;
    border-right: 2px solid #FFF;
}*/
.about-us .galerija-section {
  width: 100%;
  overflow: hidden;
}

.about-us .galerija-section .slick-list {
  margin-right: -2px !important;
}

.about-us .galerija-section .jedna-slika {
  border-right: 2px solid #FFF;
  box-sizing: border-box;
}

.about-us .galerija-section .jedna-slika:nth-of-type(5n) {
  border-right: none;
  padding-right: 17px;
}

.custom-arrows {
  display: block;
  cursor: pointer;
  font-size: 50px;
  opacity: .5;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 1001;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home .custom-arrows {
  color: #white;
}

.utisak-prev {
  left: 50px;
}

.utisak-next {
  right: 50px;
}

.product-prev {
  left: 50px;
}

.product-next {
  right: 50px;
}

.custom-arrows:hover {
  opacity: 1;
}

/*.jedna-slika:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("images/lupa.png");
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.jedna-slika:hover:after {
    background-color: rgba(255,155,25,0.8);
    opacity: 1;
}*/
.slika-klasa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 155, 25, 0.7);
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.slika-klasa p {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  height: 20px;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -ms-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

.home-content .slika-klasa p,
.single-proizvodi .slika-klasa p {
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.home-content .slika-klasa p i,
.single-proizvodi .slika-klasa p i {
  padding: 19px 0;
}

.product-video iframe {
  width: 100%;
  height: 340px;
  margin-top: 30px;
}

.slika-klasa:hover {
  opacity: 1;
}

.slika-klasa:hover p {
  opacity: 1;
  top: 0;
}

.slika-klasa:before,
.slika-klasa:after {
  position: absolute;
  content: '';
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.slika-klasa:before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.slika-klasa:after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.slika-klasa:hover:before,
.slika-klasa:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.breadcrumbs .prev-post,
.breadcrumbs .next-post {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 4px;
  text-align: center;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.breadcrumbs .prev-post:hover,
.breadcrumbs .next-post:hover {
  box-shadow: inset 0 0 0 19px #fff;
  color: #43555f;
  background-color: #fff;
}

.breadcrumbs .prev-post i.fa,
.breadcrumbs .next-post i.fa {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 100%;
}

.breadcrumbs .prev-post i {
  margin-left: 3px;
}

.breadcrumbs .next-post i {
  margin-right: 3px;
}

/*testing-product*/
.page-template-single-product2 .slike>a:nth-child(1)>div {
  background-image: url('images/slika1a.jpg');
  background-position: center;
}

.page-template-single-product2 .slike>a:nth-child(2)>div {
  background-image: url('images/slika2a.jpg');
  background-position: center;
}

.page-template-single-product2 .slike>a:nth-child(3)>div {
  background-image: url('images/slika3a.jpg');
  background-position: center;
}

.page-template-single-product2 .slike>a:nth-child(4)>div {
  background-image: url('images/slika4a.jpg');
  background-position: center;
}

/*testing-product-end*/
.knjiga-utisaka {
  position: relative;
  float: left;
  width: 100%;
  background-color: #f6f6f6;
}

.knjiga-utisaka h6 span,
.subscribe p span {
  font-size: 26px;
  color: #434750;
  font-weight: 400;
}

.knjiga-utisaka h6,
.subscribe p {
  font-size: 50px;
  font-weight: 700;
  color: #0082c8;
  text-align: center;
}

.subscribe {
  position: relative;
  float: left;
  width: 100%;
  background-image: url('images/formula.png');
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.subscribe button,
.subscribe input[type="submit"] {
  width: 180px;
  color: white !important;
  font-weight: 700;
  font-size: 16px;
  background-color: #0082c8 !important;
  outline: none !important;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  height: 49px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.subscribe button:hover {
  background-color: #384a54 !important;
  color: white !important;
}

.nasi-saradnici {
  position: relative;
  float: left;
  width: 100%;
  background-color: #43555f;
}

.nasi-saradnici h5 {
  width: 25%;
  float: left;
  font-size: 40px;
  color: white;
  margin: 0px;
  margin-top: 20px;
  border-right: solid 1px #5d6c74;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.nasi-saradnici h5 span {
  font-size: 26px;
}

.saradnici {
  position: relative;
  float: left;
  width: 75%;
  padding: 53px 0px;
}

.saradnici ul {
  list-style: none;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.saradnici ul li {
  position: relative;
  display: inline;
  width: 20%;
  float: left;
  text-align: center;
  height: 52px;
}

.saradnici ul li img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background-color: #29343b;
}

.kontakt-footer {
  position: relative;
  float: left;
  width: 25%;
  padding-right: 10px;
  border-right: solid 1px #475056;
  margin-bottom: 0px;
}

.footer-ostalo {
  position: relative;
  float: left;
  width: 75%;
  padding-left: 45px;
}

.footer-ostalo-pojedinacno {
  position: relative;
  float: left;
  width: 25%;
  min-height: 185px;
  margin-bottom: 50px;
  padding: 0px 15px;
}

footer h5 {
  font-size: 16px;
  color: white;
  font-weight: 700;
}

footer .widgettitle {
  display: block;
  font-size: 16px;
  color: white;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: inherit;
  line-height: 1.1;
}

footer i {
  margin-right: 10px;
  color: #0579b7;
  font-size: 20px !important;
}

.kontakt-footer ul li {
  font-size: 14px;
  color: #97a7b2;
  line-height: 25px;
}

.kontakt-footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.kontakt-footer ul li:nth-child(1),
.kontakt-footer ul li:nth-child(6) {
  font-weight: 700;
  color: white;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 5px;
}

.kontakt-footer ul li span {
  color: white;
}

.kontakt-footer ul li i {
  color: #97a7b2;
}

.footer-ostalo-pojedinacno ul {
  list-style: none;
  padding: 0px;
  padding-top: 10px;
}

.footer-ostalo-pojedinacno ul li a {
  color: #97a7b2;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.footer-ostalo-pojedinacno ul li a:hover {
  color: white;
  cursor: pointer;
}

.footer-ostalo-pojedinacno ul li {
  color: #97a7b2;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}

.connections ul li {
  display: inline;
}

.connections ul li a:hover {
  border: none !important;
}

.connections ul li i {
  border-radius: 100%;
  border: solid 1px #0579b7;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 15px;
  font-size: 16px !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

footer p {
  position: relative;
  width: 100%;
  float: left;
  font-size: 12px;
  color: #5d7582;
  text-align: center;
  border-top: solid 1px #475056;
  margin: 0;
  padding-top: 45px;
  padding-bottom: 35px;
}

footer p a {
  text-decoration: none;
  color: #526571;
}

footer p a:hover {
  text-decoration: none;
  color: #526571;
}

footer {
  padding-top: 70px;
}

footer .connections ul li i:hover {
  background-color: #0579b7;
  color: white;
}

.proizvodi-menu {
  background-color: #344652;
  padding: 30px 0px;
  display: none;
  margin-top: -5px;
}

.proizvodi-show {
  opacity: 1;
  display: block;
}

.proizvodi-ul {
  position: relative;
  float: left;
  width: 25%;
}

.proizvodi-ul ul {
  list-style: none;
  padding: 0px 15px;
}

.proizvodi-ul h3 {
  padding-left: 15px;
  font-size: 18px;
  color: white;
}

.proizvodi-prvi ul {
  width: 50%;
  float: left;
}

.proizvodi-prvi ul:nth-child(1) {
  margin-left: -15px;
}

.proizvodi-ul ul li {
  font-size: 14px;
  color: white;
  font-weight: 700;
  padding: 0px;
  line-height: 25px;
}

.proizvodi-ul ul li a {
  color: #afb4b7;
  text-decoration: none;
  font-weight: 400;
}

.proizvodi-ul ul li a:hover {
  color: white;
  border-bottom: solid 1px #0082c8;
}

header #menu-main-menu li:hover i {
  color: #0082c8 !important;
}

header #menu-main-menu li:hover>a {
  color: #0082c8;
  border-color: #0082c8;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  color: #0082c8 !important;
  border-color: #0082c8 !important;
}

#social-menu .header-social {
  max-width: 200px;
  float: right;
  /*margin-right: 15px;*/
}

.single-proizvodi #social-menu .header-social {
  margin-right: 0;
}

body #social-menu .header-social ul:first-child {
  padding-left: 0;
  padding-top: 7px;
}

#social-menu .header-social li>a {
  font-size: 13px;
  color: #2f424e;
  font-weight: 700;
  padding: 22px 0px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

body #social-menu .header-social li {
  list-style-type: none;
  display: inline-block;
  padding: 25px 10px;
}

body #social-menu .header-social li:last-child {
  vertical-align: middle;
  padding-right: 0;
}

body #social-menu .header-social li:last-child ul a {
  padding: 0;
  position: relative;
  top: 30px;
}

#social-menu .header-social li i {
  font-size: 20px;
  color: #afb8bd;
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#social-menu .header-social li:hover i.fa-facebook {
  color: #3b5998;
}

#social-menu .header-social li:hover i.fa-twitter {
  color: #55acee
}

#social-menu .header-social li:hover i.fa-google-plus {
  color: #dd4b39;
}

#social-menu .header-social li:hover i.fa-instagram {
  color: #8A6D3B;
}

.oprema-komad:nth-child(1) .komad-img {
  width: 70px;
}

.oprema-komad:nth-child(2) .komad-img {
  width: 57px;
}

.oprema-komad:nth-child(3) .komad-img {
  width: 78px;
}

.oprema-komad:nth-child(4) .komad-img {
  width: 62px;
}

.oprema-komad:nth-child(5) .komad-img {
  width: 59px;
}

.slide-prozor {
  width: 100%;
  height: 100%;
}

.slider-prozor {
  width: 100%;
  padding: 0px 15px;
}

.slider-prozor .prozor1 h2 {
  color: #0082c8;
  font-size: 80px;
  margin-top: 80px;
}

.slider-first h3 {
  color: #0082c8;
  font-size: 80px !important;
  margin-top: 0 !important;
}

.slider-first p {
  font-size: 24px;
  color: #001520;
}

.slider-prozor .prozor1 p {
  font-size: 24px;
  color: #001520;
}

.slider-prozor .prozor1 img {
  float: right;
  margin-top: 60px;
}

.slide-prozor .prozor2 img {
  width: 100% !important;
  height: auto !important;
  margin-top: 100px;
}

.knjiga-slider {
  height: 300px;
  /*max-width: 950px;*/
  text-align: center;
  margin: 20px auto;
  width: 100%;
  margin-bottom: 40px;
}

.knjiga-slider .recenica {
  max-width: 80%;
  font-size: 20px;
  color: #434750;
  margin: 0 auto;
  font-weight: 500;
}

.knjiga-slider .ime {
  color: #0082c8;
  font-size: 16px;
  font-weight: 500;
}

.knjiga-slider span {
  color: #999;
}

.knjiga div#rev_slider_2_2_wrapper {
  background-color: #f6f6f6 !important;
}

.knjigasl {
  width: 100% !important;
  height: 100% !important;
  float: left !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.slider-knjiga {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}

.slider-lupa {
  width: 90px;
  height: 90px;
}

.slider-lupa {
  width: 90px;
  height: 90px;
  background-color: white;
  border-radius: 100%;
  position: relative;
  margin: 20px auto !important;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.slider-lupa:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.slider-lupa a {
  outline: none;
  cursor: pointer;
}

.slider-lupa i {
  color: #0082c8;
  font-weight: 700;
  font-size: 30px !important;
  padding: 30px 29px 30px 33px !important;
}

.slider-knjiga h3 {
  width: 80% !important;
  margin: auto !important;
  text-align: center !important;
  height: auto !important;
  position: relative;
  color: #434750;
  font-size: 20px !important;
  line-height: 32px;
}

.slider-knjiga h5 {
  position: relative !important;
  float: left !important;
  width: 100% !important;
  text-align: center !important;
  color: #0082c8;
  font-size: 16px !important;
}

.slider-knjiga h5 span {
  color: #999999;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f6f6f6;
  position: absolute;
  bottom: 0px;
  left: 20px;
  z-index: 9;
}

.navbar #menu-main-menu li a i {
  font-size: 20px;
  color: #afb8bd;
  font-weight: 700;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.popularni-proizvodi-naslov {
  position: relative;
  float: left;
}

.popularni-slider {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.navbar-header {
  width: 20%;
  float: left;
}

.navbar-header>img {
  width: 100%;
}

ul.sub-menu.submenu-languages {
  margin: -25px 0 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  position: relative;
}

.menu-item-language:hover:hover ul.sub-menu.submenu-languages {
  opacity: 1;
}

.kontakt-footer ul li:nth-child(4),
.kontakt-footer ul li:nth-child(9) {
  margin-top: 15px;
}

.kontakt-footer ul li:nth-child(10) {
  margin-bottom: 25px;
}

.kontakt-footer ul li:nth-child(11) {
  margin-bottom: 20px;
}

.footer-ostalo-pojedinacno:not(:last-child) ul>li>a:after {
  background: #0082c8;
  bottom: -2px;
  content: "";
  left: 0;
  right: 100%;
  position: absolute;
  height: 1px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.footer-ostalo-pojedinacno:not(:last-child) ul>li>a:hover:after {
  right: 0%;
}

.footer-ostalo-pojedinacno:last-child ul {
  padding-top: 30px;
}

.product-sidebar .widget_nav_menu h3.widgettitle .current-menu-item a {
  color: #ff9b19;
}

.product-sidebar .widget_nav_menu .current-menu-parent h3.widgettitle>a {
  color: #ff9b19;
}

.product-sidebar .widget_nav_menu .current-menu-item h3.widgettitle>a {
  color: #ff9b19;
}

.textwidget .widgettitle a.current-cat {
  color: #ff9b19;
}

.page-template-product-list .category-dropdown {
  display: none;
}

.tax-proizvodi_kateogrija .category-dropdown {
  display: none;
}

.subscribe #mc_embed_signup .mc-field-group input {
  border: none;
  padding: 14px;
  width: 100%;
  height: 50px;
  outline: none !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: 'Roboto Slab', serif;
  line-height: 22px;
}

.subscribe #mc_embed_signup .mc-field-group input[type="submit"] {
  width: 250px;
}

.subscribe #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 900;
  z-index: 1;
  color: #fff;
  position: static;
  top: 55px;
}

.subscribe #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  padding: 10px 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  color: #0082c8;
  position: absolute;
  width: 100%;
  text-align: center;
}

.subscribe #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: none;
}

.subscribe #mc_embed_signup form {
  margin: 40px auto 0;
}

.subscribe #mc_embed_signup .mc-field-group {
  clear: none;
  width: auto;
  padding-bottom: 0;
  min-height: auto;
  position: relative;
  display: flex;
  display: -webkit-flex;
  max-width: 700px;
  margin: 0 auto;
}

.subscribe #mc_embed_signup .clear {
  clear: none;
  float: left;
}

.subscribe #mc_embed_signup .button {
  clear: none;
  margin: 0;
  width: 180px;
  color: white !important;
  font-weight: 700;
  font-size: 16px;
  background-color: #0082c8 !important;
  outline: none !important;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 0;
  height: 49px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.subscribe #mc_embed_signup div#mce-responses {
  width: 100%;
  max-width: 700px;
  clear: none;
  margin: 20px auto 0;
  padding: 0;
  float: none;
}

.subscribe #mc_embed_signup #mce-success-response {
  color: #0082c8;
  line-height: 20px;
  width: 100%;
}

.subscribe #mc_embed_signup div.response {
  margin: 0;
  padding: 0;
  text-align: center !important;
}

.category-breadcrumbs {
  display: none;
}

/* Contact */
.contact {
  background-color: #f6f6f6;
  line-height: 1.5;
}

.grad {
  clear: both;
  background-color: #fff;
}

.grad .google-map {
  padding: 0;
}

.beograd .grad-info {
  float: right;
  padding-right: 170px;
  padding-top: 95px;
}

.novi-sad .grad-info {
  padding-left: 170px;
  padding-top: 60px;
}

.novi-sad h3,
.beograd h3 {
  margin: 0;
  color: #0082c8;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 400;
}

.novi-sad ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.novi-sad ul li {
  font-size: 20px;
  color: #5f717c;
  line-height: 30px;
}

.novi-sad ul li i,
.beograd ul li i {
  margin-right: 15px;
  width: 21px;
  text-align: right;
}

.beograd ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.beograd ul li {
  font-size: 20px;
  color: #5f717c;
  line-height: 30px;
}

.beograd .bg-info ul li.has-icon-email,
.novi-sad .ns-info ul li.has-icon-email {
  color: #0082c8;
}

.beograd .bg-info ul li.has-icon-email i,
.novi-sad .ns-info ul li.has-icon-email i {
  color: #5f717c;
}

.beograd .bg-info ul li i.fa-mobile,
.novi-sad .ns-info ul li i.fa-mobile {
  font-size: 29px;
  padding-left: 3px;
}

.beograd .bg-info ul li i.fa-envelope,
.novi-sad .ns-info ul li i.fa-envelope {
  font-size: 15px;
}

.grad .col-sm-6 ul:nth-of-type(1) {
  margin: 0px;
  padding-bottom: 20px;
  position: relative;
}

.beograd .bg-info ul:nth-of-type(1):after,
.beograd .bg-info ul:nth-of-type(2):after,
.novi-sad .ns-info ul:nth-of-type(1):after,
.novi-sad .ns-info ul:nth-of-type(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 1px;
  background-color: #dcdfe6;
}

.grad .bg-info ul:nth-of-type(2),
.grad .ns-info ul:nth-of-type(3) {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.grad-info .has-icon-mob {
  padding-bottom: 20px;
}

.contact-form {
  padding: 50px 0px 50px;
}

.contact-form form {
  max-width: 800px;
  margin: auto;
  text-align: center;
  position: relative;
  /*transform: translateX(1.5%);
        -webkit-transform: translateX(1.5%);
        -moz-transform: translateX(1.5%);
        -ms-transform: translateX(1.5%);
        -o-transform: translateX(1.5%);*/
}

.contact-form form>.wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}

.contact-form form p:last-of-type {
  clear: both;
}

.contact-form form h3 {
  font-size: 26px;
  color: #434750;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.contact-form form h2 {
  font-size: 50px;
  color: #0082c8;
  text-align: center;
  font-weight: 700;
  margin: 0;
  margin-bottom: 60px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form input[type="tel"],
.contact-form form select,
.contact-form .chosen-container-single .chosen-single {
  width: 100%;
  border: solid 1px #dcdfe6;
  height: 50px !important;
  margin-bottom: 30px;
  padding: 10px 20px;
  color: #8c9ba5 !important;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}

.contact-form .chosen-container-single .chosen-single span {
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
}

.contact-form form span.wpcf7-form-control-wrap {
  width: 47%;
  margin-right: 3%;
  float: left;
}

.contact-form form span.wpcf7-form-control-wrap[data-name="your-message"] {
  width: 97%;
  margin-right: 3%;
}

.contact-form form textarea {
  border: solid 1px #dcdfe6;
  height: 145px !important;
  margin-bottom: 30px !important;
  padding: 10px 20px;
  color: #8c9ba5;
  font-size: 18px;
  width: 100% !important;
  font-family: 'Roboto Slab', serif;
}

.contact-form form input[type="submit"] {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #0082c8;
  border: solid 2px #0082c8;
  padding: 15px 60px;
  border-radius: 3px;
  line-height: 17px;
  margin-top: 30px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.contact-form form input[type="submit"]:hover {
  background-color: transparent;
  color: #0082c8;
}

.contact-form span.wpcf7-not-valid-tip {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.contact-form form>.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  position: static;
  text-align: center !important;
}

.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-spam-blocked,
.contact-form div.wpcf7-mail-sent-ok {
  position: absolute;
  left: 47.5%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 97%;
}

.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}

.chosen-container {
  width: 100% !important;
  border: solid 1px #dcdfe6 !important;
  height: 50px !important;
  margin-bottom: 15px !important;
  padding: 0px !important;
  color: #8c9ba5 !important;
  font-size: 18px !important;
  float: left !important;
  text-align: left !important;
  background: white !important;
}

.chosen-container:after {
  content: "";
  background-image: url("images/dropdown.png");
  width: 15px;
  position: absolute;
  right: 15px;
  top: 21px;
  height: 8px;
}

.chosen-container>a {
  color: #8c9ba5 !important;
  font-size: 18px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  padding-top: 2px !important;
  padding: 10px 20px !important;
  height: 50px !important;
}

.chosen-container>a>span {
  line-height: 29px !important;
}

.chosen-drop {
  border: 1px solid #dcdfe6 !important;
  border-top: 0 !important;
  font-family: 'Roboto Slab', serif;
}

.chosen-drop ul {
  padding: 0 !important;
}

.chosen-drop ul li {
  color: #8c9ba5 !important;
  font-size: 18px !important;
  padding: 10px 20px !important;
}

.chosen-container .chosen-results li.active-result {
  color: #8c9ba5 !important;
  font-size: 18px !important;
  background: transparent !important;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: -1px !important;
  right: -1px !important;
}

.chosen-container .chosen-drop {
  width: auto !important;
  top: 50px !important;
}

.chosen-container .chosen-results {
  margin: 0 !important;
}

.chosen-container .chosen-results li.active-result:hover {
  color: white !important;
  background: #8c9ba5 !important;
  border-radius: 1px !important
}

.pop-up-content {
  text-align: center;
  padding: 18px 45px;
}

.pop-up-content h3 {
  margin-bottom: 20px;
}

/* Recaptcha badge sakriti */
.grecaptcha-badge {
  display: none !important;
}

/* Kraj Contact */
/* Galerija */
.main-title {
  background-color: #43555f;
  padding: 20px 0px 15px;
  height: 80px;
}

.main-title h2 {
  text-align: center;
  color: white;
  margin: 0;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 400;
}

.main-title h1 {
  text-align: center;
  color: white;
  margin: 0;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 400;
}

/* Kraj galerije*/
/* Blog */
.blog {
  background-color: #ECECEC;
  background-image: url(images/pattern-blog.png);
  background-repeat: repeat;
  background-position: 0 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  color: #0082c8;
  margin: 0px 0px 20px;
  text-transform: uppercase;
  background: transparent;
}

.blog-sidebar span {
  display: block;
  font-size: 20px;
  color: #0082c8;
  margin: 0px 0px 20px;
  text-transform: uppercase;
  background: transparent;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.blog-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-sidebar ul li a {
  font-size: 16px;
  color: #0082c8;
  padding: 5px 0 0;
  text-decoration: none;
  display: block;
  font-family: 'Roboto', serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 20px;
  margin-top: 15px;
}

.blog-sidebar ul li a:hover {
  color: #5f717c;
  font-weight: 700;
}

.blog-sidebar ul li {
  border-bottom: solid 1px #dcdfe6;
}

.blog-sidebar ul li:last-child {
  border-bottom: none;
}

.blog-sidebar ul.widget_recent_entries li:last-child a {
  margin-bottom: 0;
}

.blog-sidebar ul li a i {
  float: right;
  color: #dcdfe6;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.blog-sidebar ul li a:hover i {
  color: #0082c8;
}

.postovi {
  margin-top: 30px;
}

.post-article {
  margin-bottom: 30px;
  position: relative;
}

.postovi .post-article .post .thumbDiv {
  position: relative;
  overflow: hidden;
}

.postovi .post-article .post .thumbDiv:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.postovi .post-article .post .thumbDiv img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.postovi .post-article .post .thumbDiv:hover img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.postovi .post-article .post .thumbDiv .news-type {
  position: absolute;
  right: 0;
  top: 30px;
}

.postovi .post-article .post .thumbDiv .news-type .flag,
.single-post #main p.meta .news-type .flag {
  width: 55px;
  height: 30px;
  position: relative;
  background: #FF9B19;
  display: inline-block;
  font-size: 13px;
  color: white;
  font-family: 'Roboto Slab', serif;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.postovi .post-article .post .thumbDiv .news-type .flag:after,
.single-post #main p.meta .news-type .flag:after {
  content: "";
  position: absolute;
  left: -12px;
  bottom: 0;
  width: 0;
  height: 30px;
  border-left: 12px solid transparent;
  border-top: 15px solid #FF9B19;
  border-bottom: 15px solid #FF9B19;
}

.single-post #main p.meta .news-type {
  position: absolute;
  right: -20px;
  top: 10px;
}

.blog .post_content h2 {
  font-size: 26px;
  margin: 0px 0px 10px;
}

.blog .post_content h2 a {
  color: #0082c8;
  font-weight: 400;
}

.blog .post_content h2 a:hover {
  color: #337ab7;
}

.blog .post_content {
  background: #fff;
  padding: 16px;
}

.postovi .post-article .meta {
  font-size: 12px;
  color: #5f717c;
  margin: 0px;
  padding-bottom: 15px;
  display: block;
  border-bottom: solid 1px #dcdfe6;
}

.postovi .post-article .meta i {
  margin-right: 5px;
  font-size: 18px;
  color: #a1acb2;
}

.postovi .post_content>p {
  font-size: 14px;
  color: #434750;
  margin: 20px 0px 25px;
}

.postovi .post_content>a,
#read-isotope {
  text-decoration: none;
  font-size: 14px;
  color: white;
  margin: 0px;
  background-color: #0082c8;
  padding: 7px 10px;
  padding-top: 9px;
  position: relative;
  float: left;
  font-weight: 700;
  border: solid 1px #0082c8;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a#read-isotope {
  float: none;
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 0 auto 50px;
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

a#read-isotope.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.postovi .post_content>a:hover,
#read-isotope:hover {
  background-color: white;
  color: #0082c8;
  border: solid 1px #0082c8;
}

.post-header {
  position: relative;
}

.page-header {
  padding: 20px;
  margin: 0;
  border: 0;
  color: #0082c8;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
}

.page-header h2 {
  margin: 0;
  font-weight: normal;
}

.meta-data {
  border-bottom: 2px solid #eee;
  margin-bottom: 13px;
  margin-top: 12px;
}

/* Kraj bloga*/
/* Single Product*/
.single-product {
  padding-top: 0px;
  background-color: #ededed;
}

.single-details {
  position: relative;
}

.single-details .left img {
  max-width: 100%;
}

.single-details .left .next-product {
  position: absolute;
  right: 55px;
  top: 60px;
  color: #cccccc;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 1px;
  padding-left: 3px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.single-details .left .next-product i {
  font-weight: 700;
}

.single-details .left .previous-product i {
  font-weight: 700;
}

.single-details .left .previous-product {
  position: absolute;
  right: 100px;
  top: 60px;
  color: #cccccc;
  font-size: 20px;
  border: solid 2px #cccccc;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 1px;
  padding-right: 1px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.single-details .left .previous-product>img {
  padding-top: 30px;
}

li.previous a:hover:before,
li.next a:hover:before {
  display: none;
}

.pager {
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

.pager li {
  display: inline-block;
}

.single-details .left a:hover {
  color: #43555f;
  border-color: #43555f;
}

.single-details .proizvodi-order>div {
  position: relative;
  height: 530px;
  margin: 0;
}

.product-action {
  background: #ff9b19;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  color: white;
  border-radius: 5px;
  font-family: "RobotoSlab", sans-serif;
  font-weight: bold;
}

.single-details .proizvodi-order {
  padding: 30px 0;
}

.single-product .single-details .single-slike,
.single-product .single-details .left.proizvod-slika {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.single-product .single-details .single-slike-action,
.single-product .single-details .left.proizvod-slika-action {
  transform: translate(-50%, -50%);
}

.single-details-action .left img {
  position: relative;
}

.breadcrumbs.megaplast-breadcrumbs {
  position: relative;
  z-index: 10001;
  background: #43555f;
  padding: 30px 0;
  height: 80px;
}

.breadcrumbs-action {
  padding: 0 !important;
}

.marg-top {
  margin-top: -9px;
  padding-right: 21px;
}

/*.breadcrumbs span:nth-child(5),
    .breadcrumbs span:nth-child(6) {
        display: none;
    }*/
.single-post .breadcrumbs span:nth-child(5),
.single-post .breadcrumbs span:nth-child(6) {
  display: inline-block;
}

.breadcrumbs span:not(:last-child) {
  color: #b1bcc3;
  font-size: 14px;
  font-weight: 700;
}

.breadcrumbs-action span:not(:last-child) {
  display: none;
}

.breadcrumbs span:not(:last-child) a {
  color: #b1bcc3;
}

.breadcrumbs a {
  color: #b1bcc3;
  font-weight: 700 !important;
}

.breadcrumbs span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.text-left-categories-action {
  width: 100%;
}

.breadcrumbs-action span {
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 300;
  color: #fff;
  height: 80px;
}

.breadcrumbs span a {
  color: #fff;
}

.breadcrumbs span i {
  font-weight: 400 !important;
  margin: 0px 5px;
}

.breadcrumbs span:nth-last-child(2) i {
  color: #fff;
  font-weight: 700 !important;
}

.single-product .single-details .right>h4 {
  font-size: 26px;
  color: #43555f;
  margin: 0px 0px 10px;
}

.single-product .single-details .right>h3 {
  color: #43555f;
}

.single-product .single-details .right>h2 {
  font-size: 40px;
  color: #0082c8;
  font-weight: 700;
  margin: 20px 0px 20px;
}

.single-product .single-details .right>p {
  font-size: 14px;
  color: #3a4c57;
  line-height: 25px;
}

.single-text-wrapper {
  width: 100%;
  float: left;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.wrapper-action {
  width: 100%;
}

/*.single-text-wrapper.collapsed-paragraph {
        -webkit-line-clamp: 5;
        -ms-line-clamp: 5;
        -moz-line-clamp: 5;
        -o-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        -ms-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical;
        display: -webkit-box;
        display: -ms-box;
        display: -moz-box;
        display: -o-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
button#procitaj-toggle {
  position: relative;
  float: left;
  display: flex !important;
  align-items: center;
}

.read-more-action {
  float: none !important;
}

/*  button#procitaj-toggle:before {
        content: '[...]';
        position: absolute;
        color: #333;
        top: -35px;
        left: -2px;
        font-size: 16px;
        font-weight: normal;
        -webkit-transition: opacity 500ms ease-in-out;
        -moz-transition: opacity 500ms ease-in-out;
        -o-transition: opacity 500ms ease-in-out;
        transition: opacity 500ms ease-in-out;
    }*/
.single-text-wrapper:after {
  display: none;
  content: "";
  height: 15px;
  width: 32%;
  left: 15%;
  padding: 30px;
  position: absolute;
  bottom: 220px;
  background: rgba(237, 237, 237, 0);
  background: -moz-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 0)), color-stop(100%, rgba(237, 237, 237, 1)));
  background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%);
  background: -o-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%);
  background: -ms-linear-gradient(top, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ededed', GradientType=0);
}

.grad-hid .single-text-wrapper:after {
  display: none;
}

button#procitaj-toggle.btn-open:before {
  opacity: 0;
}

h3.table-title {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
  margin: 30px 0 0;
  padding: 10px;
  background: #0082c8;
  color: #fff;
  text-align: center;
}

.single-text-wrapper table {
  margin-top: 0;
}

.post header img {
  width: 100%;
}

.single-text-content {
  width: 100%;
  display: table;
  background: white;
  padding: 50px 0;
}

.single-text-container {
  width: 70%;
  margin: auto;
}

.single-text-wrapper tr td:first-child {
  max-width: 150px;
}

.single-text-wrapper tr td:last-child {
  background-color: #FCFCFC;
}

.single-text-wrapper tr th:first-child {
  background-color: #0082c8;
  border: 1px solid #0082c8;
}

.single-text-wrapper tr th:last-child {
  color: #0082c8;
}

.single-text-wrapper tr:hover td {
  background-color: #dfe7f6;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.proizvod-text>button {
  font-size: 14px;
  color: #0082c8;
  padding: 15px 30px;
  padding-bottom: 12px;
  border: solid 2px #0082c8;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 35px;
  float: left;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  background: transparent;
  box-shadow: none;
  margin-bottom: 160px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}

.action-button {
  width: 130px;
  height: 45px;
  background: #ff9b19;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #ff9b19;
}

.action-button:hover {
  color: #ff9b19;
  border: 2px solid #ff9b19;
  background: white;
}

.proizvod-text-context {
  width: 100%;
  background: white;
  padding: 65px 0;
}

.proizvod-text-action {
  width: 50%;
  margin: auto;
  text-align: center;
}

.proizvod-text>button:hover {
  color: white;
  background-color: #0082c8;
}

.proizvod-text>button i {
  font-weight: 700 !important;
  margin-left: 30px;
  font-size: 16px;
}

.proizvod-text h1 {
  color: #0082c8;
  font-weight: bold;
}

.pes-action p {
  font-size: 14px;
}

.single-product .single-details .right .title-product-action {
  margin: 90px 0 55px 0;
}

.advanteges-action {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.advanteges-action img {
  width: 16px;
  height: 16px;
}

.advanteges-action p {
  margin-left: 10px;
  margin-bottom: 0;
  color: #0082c8;
  font-size: 18px;
}

.text-right-action {
  margin-left: -100px;
  width: 45%;
}

.single-details .proizvodi-order-action {
  padding: 0;
}

/*.siva-traka {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }*/
.siva-traka ul {
  /*float: right;
        width: 25%;*/
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.opcije-proizvoda li span,
.osobine-proizvoda li span,
.opcije-proizvoda li span a {
  font-size: 15px;
  color: #0082c8;
  font-family: 'Roboto Slab', serif;
}

.opcije-proizvoda li img:nth-of-type(1),
.osobine-proizvoda li img:nth-of-type(1) {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

.opcije-proizvoda li,
.osobine-proizvoda li {
  position: relative;
  /*float: right;*/
  /* margin-right: -30px;*/
}

.opcije-proizvoda,
.osobine-proizvoda,
.pdf-download {
  text-align: center;
}

.pdf-download-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.pdf-download {
  width: 33.33%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}

.opcije-proizvoda li {
  text-align: left;
}

.opcije-proizvoda li:not(:last-child),
.osobine-proizvoda li:not(:last-child) {
  margin-bottom: 15px;
}

li.tooltip-element {
  position: relative;
}

li.tooltip-element span.tooltip-title {
  position: absolute;
  font-size: 11px;
  display: block;
  background: #337ab7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 8px;
  width: 100%;
  display: none;
}

span.tooltip-title:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 100%;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-top: 8px solid #337ab7;
  border-left: 6px solid transparent;
}

/*    .opcije-proizvoda li:nth-of-type(1) span:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 35px;
        height: 1px;
        width: 40px;
        background-color: #0082c8;
    }
    .opcije-proizvoda li:nth-of-type(2) span:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 40px;
        background-color: #0082c8;
        left: 125px;
        margin: auto;
    }
    .opcije-proizvoda li:nth-of-type(3) span:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 60px;
        background-color: #0082c8;
        left: 35px;
    }*/
.pdf-download i {
  font-size: 60px;
  color: #84BBDD;
  margin-bottom: 6px;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.pdf-download span {
  display: block;
  font-size: 15px;
  color: #0082c8;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.pdf-download:hover i {
  color: #ff9b19;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.pdf-download:hover span {
  color: #ff9b19;
}

/*    .single-product .single-details .left {
        padding-top: 14px;
    }*/
.druge-boje span.druga-slika {
  display: none;
}

h4.druge-boje-title {
  margin: 7px;
  color: #0082c8;
  margin-left: 0;
}

.druge-boje span.druga-boja.default-img {
  margin-left: 0;
}

.druge-boje span.druga-boja {
  height: 30px;
  width: 30px;
  opacity: .7;
  margin: 7px;
  display: inline-block;
  cursor: pointer;
}

a#inifiniteLoader {
  position: fixed;
  z-index: 2;
  bottom: 15px;
  right: 10px;
  display: none;
}

.siva-traka {
  padding: 30px 0px;
  background-color: #f6f6f6;
}

.single-details .left,
.single-details .right {
  z-index: 9;
  /* margin-bottom: 30px;*/
}

.single-img {
  height: 120px;
  width: 120px;
  display: block;
  background-size: cover;
  margin-bottom: 20px;
  cursor: pointer;
}

.single-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.single-proizvodi .lightbox.subimages {
  max-width: 660px;
}

.proizvodi-thumbnail {
  text-align: center;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

/* Kraj Single Product*/
/* Product-list*/
.list-button {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
  margin-right: 15px;
  margin-top: -2px;
}

.product-list {
  background-color: #f6f6f6;
}

.product-list>.container-fluid {
  padding: 30px 0px;
}

.product-sidebar p.widgettitle {
  font-size: 18px;
  color: #2f424e;
  margin: 0;
  background-color: #f6f6f6;
  position: relative;
  display: table;
  padding-right: 10px;
}

.product-sidebar .widget_text {
  height: 9.5px;
  border-bottom: 1px solid #dcdfe6;
}

.product-sidebar .widget_nav_menu {
  margin: 15px;
}

.product-sidebar .widget_nav_menu p.widgettitle {
  padding: 5px 15px;
  font-size: 15px;
  text-decoration: none;
  color: #5f717c;
  display: inline;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-sidebar .widget_nav_menu h3.widgettitle a {
  font-size: 15px;
  text-decoration: none;
  color: #5f717c;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-sidebar .widget_nav_menu .widget-ico {
  font-size: 20px;
  float: right;
  color: #dcdfe6;
  margin-top: -2px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.product-sidebar .widget_nav_menu .widget-ico:hover {
  cursor: pointer;
  color: #ff9b19;
}

.product-sidebar .widget_nav_menu .widget-ico.expanded {
  color: #ff9b19;
}

/*.product-sidebar .widget_nav_menu h3.widgettitle a.expanded-menu-link {
         color: #ff9b19;
    }*/
.product-sidebar .widget_nav_menu .widget-ico.expanded:before {
  content: "\f068";
}

.product-sidebar .widget_nav_menu p.widgettitle a:hover {
  color: #0082c8 !important;
  font-weight: 700;
  cursor: pointer;
}

.product-sidebar .widget_nav_menu>div {
  height: 25px;
  overflow: hidden;
}

/*.product-sidebar > h3:nth-of-type(1) {
        width: 95px;
    }
    .product-sidebar > h3:nth-of-type(2) {
        width: 80px;
    }
    .product-sidebar > h3:nth-of-type(3) {
        width: 185px;
    }*/
.fa-plus {
  margin-left: 5px;
  vertical-align: middle;
}

.product-sidebar ul.menu {
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0;
}

.product-sidebar ul.sub-menu {
  padding-left: 0;
}

.product-sidebar ul.sub-menu>li {
  padding: 5px 0px 5px 40px;
  list-style-type: none;
}

.product-sidebar ul.sub-menu>li>a {
  font-size: 15px;
  text-decoration: none;
  color: #5f717c;
  display: block;
  font-family: 'Roboto Slab', serif;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-sidebar ul.sub-menu>li>a:hover {
  color: #0082c8;
  font-weight: 700;
}

.product-sidebar ul.menu>li i {
  float: right;
  margin-right: 30px;
  color: #dcdfe6;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-sidebar ul.menu>li a:hover i {
  font-weight: 700;
  color: #0082c8;
}

.product-full-list .col-sm-12 h2 {
  font-size: 30px;
  color: #0082c8;
  font-weight: 700;
  margin: 0 0 10px -40px;
  padding: 0 15px;
}

.product-full-list .excerpt-wrapper {
  margin-left: -40px;
}

.product-full-list .col-sm-12 p {
  font-size: 14px;
  color: #3a4c57;
  line-height: 25px;
  width: 100%;
  float: left;
  line-height: 1.95;
  margin-bottom: 10px;
  display: flex;
}

.product-full-list .col-sm-12 p a {
  font-size: 12px;
  color: #0082c8;
  display: block;
  /* width: 140px; */
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-decoration: none;
  margin-top: 5px;
  position: relative;
}

.product-full-list .col-sm-12 p a:after {
  content: "";
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #0082c8;
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-full-list .col-sm-12 p a:hover:after {
  right: 0;
}

.product-full-list .col-sm-12 p a i {
  float: right;
  font-size: 15px;
  margin-top: 3px;
}

.product-list .osobine-proizvoda {
  width: 40%;
  float: right;
  list-style: none;
}

.product-full-list .proizvod-slika {
  padding-right: 0;
  padding-top: 6px;
}

.proizvod-slika img.onsale,
.product-full-list .proizvod-slika img.onsale,
.product-grid-list .proizvod-slika img.onsale,
.proizvod-slika img.bestsale,
.product-full-list .proizvod-slika img.bestsale,
.product-grid-list .proizvod-slika img.bestsale {
  width: auto;
  position: absolute;
  top: 0;
  left: 52%;
  box-shadow: none;
  border: 0;
  background: no-repeat;
}

.proizvod-slika img.onsale,
.proizvod-slika img.bestsale {
  top: auto;
  bottom: 8%;
  left: 10%;
  z-index: 101;
}

body.page-template-product-list .proizvod-slika .onsale {
  display: block !important;
}

body.page-template-product-list .proizvod-slika .bestsale {
  display: block !important;
}

.product-grid-list .proizvod-slika img.onsale,
.product-grid-list .proizvod-slika img.bestsale {
  top: 20px;
  left: auto;
  right: 20px;
}

.product-full-list .proizvod-slika img {
  background: #fff;
  box-shadow: 2px 4px 5px #cbcbcb;
  width: 65%;
}

.product-list .osobine-proizvoda li {
  float: right;
}

/*.product-full-list > .col-sm-12:first-child {
        padding-bottom: 50px;
        border-bottom: solid 1px #dcdfe6;
    }*/
.product-full-list>.col-sm-12

/*:not(:first-child)*/
  {
  padding: 15px 0px 20px;
  border-bottom: solid 1px #dcdfe6;
}

.product-list .main-title h2 {
  text-align: center;
  padding-left: 0;
}

.product-list .main-title h1 {
  text-align: center;
  padding-left: 0;
}

.product-list .breadcrumbs {}

.product-list .breadcrumbs span:not(:last-child) a,
.product-list .breadcrumbs span:not(:last-child) {
  color: #afb8bd;
  font-size: 14px;
  font-weight: 700;
}

.product-list .breadcrumbs a {
  color: #afb8bd;
  font-size: 14px;
  font-weight: 700;
}

.product-list .breadcrumbs span {
  color: white;
}

#productBreadSpan span {
  color: #afb8bd !important;
}

.product-list .breadcrumbs span:nth-last-child(2) i {
  color: white;
}

.product-list .breadcrumbs {
  margin: 0;
  /*margin-top: 12px;*/
  /*margin-bottom: 15px;*/
  /*margin-left: -15px;*/
  /*text-transform: uppercase;*/
  text-align: left;
}

.product-list .breadcrumbs .container-fluid {
  position: relative;
}

.product-list .item-plus {
  display: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.grid-ocena {
  display: none;
  opacity: 0;
}

.druge-boje {
  padding-left: 0;
}

/* Grid look*/
.product-grid-list>.col-sm-12 {
  width: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.product-full-list>.col-sm-12 {
  width: 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.product-grid-list .proizvod-slika {
  width: 100%;
  padding: 0;
  background: #fff;
}

.product-grid-list a.proizvod-more {
  top: 20px;
  position: relative;
}

.product-grid-list .proizvod-slika img {
  border: solid 1px #dcdfe6;
}

.product-grid-list .proizvod-sadrzaj {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 100%;
  right: 100%;
  opacity: 0;
  transition-property: top, left, right, bottom, opacity;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.3s;
}

.product-grid-list .item-plus {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #0082c8;
  color: white;
  font-size: 26px;
  text-align: center;
  padding-top: 7px;
  padding-right: 5px;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.product-grid-list .col-sm-12 .proizvod-sadrzaj h2 {
  color: #0082c8;
  font-size: 40px;
  margin: 0 0 20px;
  font-family: 'Roboto Slab', serif;
  padding: 0 15px;
}

.product-grid-list .col-sm-12 .proizvod-sadrzaj p {
  font-size: 16px;
  color: #859199;
  margin: 0;
}

.product-grid-list .col-sm-12 .proizvod-sadrzaj p a {
  position: absolute;
  left: 15px;
  bottom: 30px;
  text-decoration: none;
  opacity: 0;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}

.product-grid-list .col-sm-12 .proizvod-sadrzaj p a i {
  margin-left: 10px;
}

.product-grid-list .osobine-proizvoda {
  display: none;
}

.product-grid-list>.col-sm-12:hover .proizvod-sadrzaj {
  left: 35px;
  bottom: 0;
  top: 30px;
  right: 35px;
  opacity: 1;
  width: 85%;
}

.product-grid-list>.col-sm-12:hover .proizvod-slika:before {
  opacity: 1;
}

.product-grid-list>.col-sm-12:hover .proizvod-sadrzaj p a {
  opacity: 1;
}

.product-grid-list>.col-sm-12:hover .item-plus {
  opacity: 0;
}

.product-grid-list .grid-ocena {
  margin-bottom: 30px;
  display: block;
  opacity: 1;
  padding: 0 15px;
}

#single,
#grid {
  font-size: 17px;
  border: solid 2px #dcdfe6;
  background: transparent;
  padding: 0;
  height: 40px;
  width: 40px;
  margin-bottom: 0px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#single .fa,
#grid .fa {
  vertical-align: middle;
}

.icon-check-circle:before {
  content: "\e900";
  font-family: 'Glyphicons Halflings';
}

.advantages {
  display: flex;
  align-items: center;
}

.advantages img {
  width: 16px;
  height: 16px;
}

#single:hover,
#grid:hover {
  background-color: #dcdfe6;
  border-color: #dcdfe6;
  color: white;
}

.product-grid-list>.col-sm-12 .proizvod-slika:before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  right: 1px;
  top: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* Grid look*/
/* Kraj Product-list */
/* Search */
.custom-search-form {
  margin: 0 auto;
  position: relative;
}

.category-blog .custom-search-form input:first-child {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  font-size: 26px;
  color: #fff;
  max-width: 867px;
  float: right;
}

.custom-search-form input:first-child {
  border: none;
  border-bottom: 1px solid #FFFFFF;
  display: block;
  color: #fff;
  width: 100%;
  font-size: 26px;
  max-width: 867px;
  margin: 0 auto;
  background-color: transparent;
  margin-bottom: 5px;
  float: right;
}

.custom-search-form input:last-child {
  border: none;
  box-shadow: none;
  background-image: url(images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 14px;
  height: 13px;
  text-indent: -1000em;
  padding: 0;
  position: absolute;
  right: 25px;
  bottom: 14px;
}

.custom-search-form ::-webkit-input-placeholder {
  color: #fff;
}

.custom-search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.custom-search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.custom-search-form :-ms-input-placeholder {
  color: #fff;
}

.search-no-results .postovi h3 {
  text-align: center;
  margin: 130px 0;
}

.search-no-results .wp-prev-next {
  display: none;
}

/* Kraj Search */
/* O nama */
.potvrda-section,
.istorijat-section,
.credit-description-section {
  padding: 50px 0;
}

h3.section-title {
  color: #0082c8;
  margin: 0;
}

h3.section-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #dcdfe6;
  margin: 20px 0;
}

.galerija-section {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.slick-slider {
  width: 100%;
  overflow: hidden;
}

.slick-list {
  margin-right: -2px !important;
}

/*.slick-track .slick-slide:nth-child(4n) {
        border-right: none;
    }*/
ul.slick-dots {
  list-style: none;
  padding: 0;
  margin: 46px 0 0;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

ul.slick-dots li button {
  text-indent: -1000em;
  border-radius: 50%;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #43555f;
  box-shadow: none;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

ul.slick-dots li.slick-active button {
  background-color: #43555f;
}

.section-text p {
  line-height: 1.7;
  margin: 0 0 10px;
}

.saloni-section,
.credits-examples-section {
  text-align: center;
  background-color: #f6f6f6;
  padding: 50px 0;
}

.saloni-section h3.section-title:after,
.credits-examples-section h3.section-title:after {
  margin: 20px auto;
}

/* Kraj O nama*/
/* Sertifikati */
.potvrda-sertifikat-section {
  margin-top: 50px;
}

.potvrda-sertifikat-section .section-title,
.ostali-sertifikati-section .section-title {
  text-align: center;
}

.potvrda-sertifikat-section .section-title:after,
.ostali-sertifikati-section .section-title:after {
  margin: 20px auto 30px;
}

.potvrda-kvaliteta-wrapper {
  text-align: center;
  margin: 50px 0;
}

a.sertifikat-link {
  color: #2c96d3;
  font-size: 18px;
}

a.sertifikat-link:hover {
  color: black;
}

a.sertifikat-link:before {
  content: '\f1c1';
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 28px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

.ostali-sertifikati-wrapper {
  margin: 50px -15px;
}

.sertifikati-parallax {
  background-image: url(images/sertifikati-parallax.jpg);
  background-repeat: repeat-y;
  background-position: 0 -30px;
  background-size: 100%;
  background-attachment: fixed;
}

.parallax-caption-wrapper {
  text-align: right;
}

.parallax-caption-wrapper .parallax-caption {
  display: inline-block;
  text-align: left;
  padding: 190px 0;
}

.parallax-caption-wrapper .parallax-caption p {
  color: #2c96d3;
  font-size: 34px;
  margin-top: 30px;
  margin-bottom: 0;
}

.ostali-sertifikati-section {
  margin-top: 50px;
}

/* Kraj Sertifikati*/
/*header .navbar #menu-main-menu li:nth-child(8):hover a,
header .navbar #menu-main-menu li:nth-child(9):hover a,
header .navbar #menu-main-menu li:nth-child(10):hover a {
    border-color: transparent;
}
header .navbar #menu-main-menu li:nth-child(8):hover a i {
    color: #3b5998!important;
}
header .navbar #menu-main-menu li:nth-child(9):hover a i {
    color: #55acee!important;
}
header .navbar #menu-main-menu li:nth-child(10):hover a i {
    color: #dd4b39!important;
}*/
/* Megamenu */
#menu-main-menu>li:first-child>.dropdown-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  max-width: 1170px;
  margin: auto;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  z-index: 9999;
  background-color: transparent;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#menu-main-menu>li:first-child>.dropdown-menu>li {
  display: inline;
  float: left;
  width: 25%;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: transparent;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu {
  display: block;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0 15px;
  margin: 0;
  position: relative;
  background-color: transparent;
  min-width: inherit;
  border-left: solid 1px #4b5c66;
  min-height: 275px;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: transparent;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu {
  display: block;
  width: 100%;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  background-color: transparent;
  min-width: inherit;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: transparent;
}

#menu-main-menu>li:first-child>.dropdown-menu:before {
  content: "";
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background-color: #2f424e;
  height: 420px;
  opacity: 0.9;
}

#menu-main-menu>li:first-child>.dropdown-menu>li a {
  color: white;
  font-size: 18px;
  padding: 35px 0px;
  text-transform: none;
  position: relative;
  padding-left: 15px;
}

#menu-main-menu>li:first-child>.dropdown-menu>li:hover>a {
  background-color: transparent;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li a {
  color: #aeb3b7;
  font-size: 14px;
  text-transform: none;
  padding: 7.5px 0px;
  position: relative;
  color: white;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li:hover>a {
  background-color: transparent;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li a {
  color: #aeb3b7;
  font-size: 14px;
  text-transform: none;
  padding: 5px 0px;
  position: relative;
  float: left;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  height: 2px;
  background-color: #0082c8;
  bottom: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li:hover>a {
  background-color: transparent;
  color: white;
}

#menu-main-menu>li:first-child>.dropdown-menu>li>.dropdown-menu>li>.dropdown-menu>li:hover>a:after {
  right: 0;
}

#menu-main-menu>li:first-child>.dropdown-menu .caret {
  display: none;
}

#menu-main-menu>li:first-child>.dropdown-menu>li:nth-of-type(2)>ul>li>a {
  display: none !important;
}

html body #menu-main-menu .open>.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

/* Kroz Widget*/
.proizvodi-dropdown-wrapped,
.znanje-dropdown-wrapped {
  position: relative;
  float: left;
  width: 25%;
}

#menu-proizvodi-dropdown,
#menu-znanje-dropdown {
  max-width: 1170px;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999999;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dropdown-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

div#menu-proizvodi-dropdown .widget_text h3.widgettitle,
div#menu-znanje-dropdown .widget_text h3.widgettitle,
div#menu-proizvodi-dropdown .widget_text span.widgettitle,
div#menu-znanje-dropdown .widget_text span.widgettitle {
  display: block;
  font-size: 18px;
  color: white;
  margin: 35px 0px;
  text-transform: none;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

.pdw1>div:nth-child(n+2),
.pdw2>div:nth-child(n+2) {
  float: left;
  position: relative;
}

div#menu-proizvodi-dropdown h3,
div#menu-znanje-dropdown h3 {
  font-size: 14px;
  color: white;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

div#menu-proizvodi-dropdown h3 a,
div#menu-proizvodi-dropdown span a {
  color: #fff;
}

div#menu-proizvodi-dropdown ul {
  margin-left: 10px;
}

div#menu-proizvodi-dropdown ul,
div#menu-znanje-dropdown ul {
  padding: 0;
  list-style: none;
}

div#menu-proizvodi-dropdown ul>li>a,
div#menu-znanje-dropdown ul>li>a {
  color: #9ba1a5;
  font-size: 14px;
  padding: 5px 0px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  line-height: 25px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

div#menu-znanje-dropdown ul>li>a {
  font-size: 18px;
  padding: 5px 10px;
}

div#menu-proizvodi-dropdown ul>li>a:after,
div#menu-znanje-dropdown ul>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background-color: #0082c8;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

div#menu-proizvodi-dropdown ul>li>a:hover:after,
div#menu-znanje-dropdown ul>li>a:hover:after {
  right: 0;
}

div#menu-proizvodi-dropdown ul>li>a:hover,
div#menu-znanje-dropdown ul>li>a:hover {
  color: white;
}

div#menu-proizvodi-dropdown ul>li,
div#menu-znanje-dropdown ul>li {
  padding: 0;
}

div#menu-znanje-dropdown ul>li {
  display: inline;
}

div#menu-proizvodi-dropdown:before,
div#menu-znanje-dropdown:before {
  content: "";
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  height: 340px;
  background-color: #2f424e;
}

div#menu-znanje-dropdown:before {
  height: 80px;
}

div#menu-proizvodi-dropdown .widget_nav_menu,
div#menu-znanje-dropdown .widget_nav_menu {
  margin-top: -18px;
}

div#menu-znanje-dropdown .widget {}

.proizvodi-dropdown-wrapped:after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #4c5c66;
  top: 70px;
  bottom: 20px;
  height: 205px;
}

.pdw1>div:nth-of-type(3) {
  padding-left: 0 !important;
}

.pdw2>div:nth-of-type(3) {
  padding-left: 0 !important;
}

.znanje-dropdown-wrapped {
  position: absolute;
  padding: 15px 0;
}

/* Kraj Kroz Widget */
/* Kraj Megamenu */
/* Lightbox */
.lightbox {
  display: none;
}

html body .featherlight .featherlight-content {
  background-color: transparent;
}

.featherlight .featherlight-content img {
  width: auto;
  max-width: 100%;
  max-height: 85vh;
}

html .featherlight .featherlight-close-icon {
  background-color: #FFF;
  color: #0082c8;
}

/**end LightBox*/
.wpp-list li a {
  padding-right: 10px !important;
  position: relative;
}

.wpp-list li a:after {
  content: "\f067";
  position: absolute;
  right: 0;
  font-size: 20px;
  width: 10px;
  height: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  float: right;
  color: #dcdfe6;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.product-grid-list .proizvod-slika img {
  width: 100%;
}

.product-grid-list .excerpt-wrapper {
  width: 100% !important;
}

.postovi .post-article .post .thumbDiv img {
  width: 100%;
}

/* 404 page */
#main #post-not-found {
  padding: 50px 0 100px;
}

#post-not-found header {
  margin-bottom: 70px;
}

#content .hero-unit h1 {
  font-size: 350px;
}

#content .hero-unit p {
  font-size: 23px;
}

#menu-znanje-sub-menu+.btn,
#menu-blog-sub-menu+.btn {
  background-color: #0081C6;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  /* border-radius: 0; */
  font-family: 'Roboto', sans-serif;
  margin-top: 5px;
}

#menu-znanje-sub-menu+.btn .caret,
#menu-blog-sub-menu+.btn .caret {
  margin-left: 10px;
}

#menu-znanje-sub-menu,
#menu-blog-sub-menu {
  min-width: 173px;
}

.subscribe {
  background-position: center;
}

.znanje-display.custom-search-form input:first-child {
  margin-right: 15px;
}

.znanje-display.custom-search-form input:last-child {
  right: 25px;
}

.src-col .close-button {
  margin-right: 21px;
}

.menu-footer-menu-proizvodi-container {
  height: auto !important;
}

/*----------------------------------------------------------------
    Credits
----------------------------------------------------------------*/
.credits .section-text p,
.credit-description-section .section-text p {
  font-size: 16px;
}

.credits .section-text {
  margin-bottom: 50px;
}

.credits .info-section h4 {
  margin-bottom: 20px;
}

.credits .info-section .col-md-4 {
  border-right: 1px solid #dcdfe6;
}

.credits .info-section ul,
.credits .credits-examples-section ul {
  padding: 0;
  list-style-position: inside;
  color: #5f717c;
  text-align: left;
}

.credits .info-section ul li {
  line-height: 24px;
}

.credits .info-section h4 {
  color: #0082c8;
  line-height: 24px;
}

.credit-description-section .info-section .col-md-4 {
  height: 300px;
}

.credits .info-section .col-md-4:last-child {
  border-right: none;
}

.credits-examples-section {
  padding: 50px 0 130px;
}

.credits-examples-section.row {
  margin: 0;
}

.credits-examples-section .section-title {
  margin-bottom: 50px;
}

.page-template-credits .section-title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

.page-template-credits .section-title:after {
  margin: 20px auto;
}

.credits-examples-section .col-md-6 p {
  margin: 0;
  text-align: left;
}

.credits-examples-section p {
  color: #5f717c;
}

.credits-examples-section .table {
  margin-bottom: 50px;
}

.credits-examples-section .table tr td,
.credits-examples-section .table th {
  border: 4px solid #f6f6f6;
  background-color: #fff;
  width: 130px;
  color: #5f717c;
}

.credits-examples-section .table tr td {
  text-align: center;
}

.credits-examples-section .table th {
  background-color: #0082c8;
  color: #fff;
  text-align: center;
}

.img-logo-section {
  width: 100%;
  text-align: center;
  height: 500px;
  position: relative;
  background: url("images/krediti.jpg") no-repeat center center;
  background-size: cover;
}

.img-logo-section img {
  position: absolute;
  height: 37px;
  width: 228px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: -114px;
}

/* Kraj Credits */
/*----------------------------------------------------------------
    Single Post
----------------------------------------------------------------*/
body.single-post {
  background: #f6f6f6 url(images/background-pattern.jpg) repeat left top;
}

.single-post #main article {
  background: #fff;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 90%;
  float: right;
}

.page-header {
  padding: 0 0 6px;
}

.single-post .meta-data {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}

.single-post .post-header img {
  margin-bottom: 25px;
}

.single-post #main p.meta {
  font-style: normal;
  color: #5f717c;
  font-size: 12px;
}

.single-post .post_content p {
  /* line-height: 21px; */
  line-height: 150%;
  font-size: 16px;
  margin: 0 0 20px;
}

.single-post .blog-sidebar {
  float: right;
  margin-top: -10px;
  margin-bottom: 10px;
}

.single-post .blog-sidebar .widget_categories,
.single-post .blog-sidebar .widget_tag_cloud,
.single-post .blog-sidebar .widget_text {
  background: #fff;
  padding: 22px 15px;
  position: relative;
  margin-top: 30px;
}

.category-dropdown {
  position: relative;
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 13px 10px;
  border: 1px solid #dcdfe6;
}

.category-dropdown .dropdown {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: -1px;
  right: -1px;
  background: white;
  border: inherit;
  border-top: none;
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}

.category-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.category-dropdown .dropdown li {
  position: relative;
}

.category-dropdown .dropdown li a {
  padding: 0px 10px 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: 333;
}

.category-dropdown .dropdown li a:hover {
  color: #337ab7;
  font-weight: 400;
}

.single-post .blog-sidebar .widget_categories:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 33px;
  bottom: 35px;
  font-size: 15px;
  pointer-events: none;
}

.single-post .blog-sidebar .widget_tag_cloud a {
  font-size: 16px !important;
  color: #434750;
  padding: 12px 10px;
  background-color: #e9eff2;
  text-transform: none;
  font-weight: normal;
  display: inline-block;
  border-radius: 0;
  margin-right: 7px;
  margin-bottom: 5px;
}

.single-post .blog-sidebar .widget_recent_entries .post-date {
  color: #5f717c;
  font-size: 12px;
}

.single-post .blog-sidebar .widget_recent_entries .title-date {
  display: inline-block;
  max-width: 62%;
  vertical-align: middle;
  line-height: 22px;
  margin: 0;
}

.single-post .blog-sidebar .widget_recent_entries .title-date span {
  color: #5f717c;
  font-size: 12px;
  display: block;
}

.blog-sidebar ul li a:hover .title-date {
  color: #5f717c;
  font-weight: normal;
}

.single-post .blog-sidebar .widget_text .widget_recent_entries img {
  width: 100px;
  margin-right: 15px;
}

.single-post .breadcrumbs span {
  font-weight: bold;
}

.single-post .breadcrumbs span:nth-child(5) {
  display: inline-block;
}

.blog-sidebar ul li a .title-date span i {
  float: none;
  color: #5f717c;
}

.single-post .blog-sidebar .widget_recent_entries .title-date span .fa-calendar-o:before,
.single-post #main p.meta .fa-calendar-o:before {
  font-size: 14px;
  margin-right: 6px;
}

.essb_links.essb_displayed_postfloat,
.essb_links.essb_postfloat_fixed {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: -57px !important;
}

.post-article .meta .news-type {
  float: right;
  color: #fff;
  background: #0082c8;
  padding: 4px 10px;
  margin-top: -4px;
}

.post-article .meta .news-type {
  margin-top: -38px;
}

.products-header {
  margin-bottom: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdfe6;
}

.products-header h1 {
  font-size: 26px;
  color: #3376b4;
  margin-bottom: 25px;
}

.products-header h1:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #dcdfe6;
  display: block;
  margin-top: 25px;
}

.single-cat-page .products-header h1 {
  margin-top: 5px;
}

.product-sidebar .custom-category-menu .widget-ico {
  position: relative;
  top: 5px;
}

.custom-sidebar .widget_nav_menu .widget-ico {
  position: relative;
  top: 4px;
}

.custom-cat-list .products-header {
  margin-bottom: 0 !important;
}

.custom-cat-list .proizvod-title {
  padding-left: 0 !important;
}

/*----------------------------------------------------------------
    Cooperation
----------------------------------------------------------------*/
.cooperation-tabs {
  margin-bottom: 70px;
}

.cooperation-tabs ul#home-tabs {
  margin-top: 50px;
  margin-bottom: 55px;
}

.tab-row {
  padding: 50px 0;
  padding-top: 0;
}

.tab-row:nth-of-type(even) {
  display: flex;
}

.tab-row:nth-of-type(even)>div:nth-of-type(odd) {
  flex: 1;
  order: 2;
}

.tab-row h3 {
  color: #0082c8;
  padding-bottom: 20px;
  margin-top: 0;
}

.tab-row h3:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #dcdfe6;
  display: block;
  margin-top: 20px;
}

.tab-row ul {
  padding: 0;
  list-style-position: inside;
  color: #5f717c;
}

.tab-row p,
.tab-row li {
  color: #333;
  line-height: 1.7;
}

.tab-row img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .cooperation-tabs {
    margin-bottom: 40px;
  }

  .cooperation-tabs ul#home-tabs {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab-row {
    padding: 15px 0;
  }

  .tab-row:nth-of-type(even) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .side-button {
    /*transform: translateY(0);*/
    top: auto;
    bottom: 0;
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 3px;
  }

  p.inside-button,
  a.inside-button {
    display: flex;
    transform: rotate(0deg);
    margin: 0;
    justify-content: center;
    align-items: center;
    padding: 5px 60px;
  }

  .text-right-action {
    width: 100%;
    margin: 0;
  }

  .single-product .single-details .right .title-product-action {
    margin: 0;
  }

  .text-right-action .advanteges-action {
    justify-content: center;
  }

  body.archive .category-dropdown {
    display: none;
  }

  .breadcrumbs span {
    font-size: 12px !important;
  }

  .breadcrumbs span a {
    display: flex;
    font-size: 12px !important;
  }

  /*#homeBradSpan {*/
  /*display: none !important;*/
  /*}*/
  body.archive .breadcrumbs.megaplast-breadcrumbs .container-fluid .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  body.archive .breadcrumbs.megaplast-breadcrumbs .container-fluid .row .breadcrumbs-col {
    padding: 0;
    display: flex;
    align-items: center;
    width: 80%;
    flex-flow: wrap;
  }
}

/*----------------------------------------------------------------
    Quick fix
----------------------------------------------------------------*/
#menu-proizvodi-dropdown .widgettitle a {
  position: relative;
  transition: color .5s;
}

#menu-proizvodi-dropdown .widgettitle a:hover {
  color: #0082c8 !important;
}

#menu-proizvodi-dropdown .widgettitle a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0082c8;
  transition: width .2s;
}

#menu-proizvodi-dropdown .widgettitle a:hover:before {
  width: 100%;
}

/*----------------------------------------------------------------
    RESPONSIVE
----------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  body {
    padding-top: 96px;
  }

  .container {
    position: relative;
    max-width: 1083px;
    width: 100% !important;
  }

  .gallery-krovni-paneli #isotope-gallery .jedna-slika {
    width: 33.33% !important;
    height: 450px !important;
  }

  .navbar-nav li.menu-item-type-custom:nth-of-type(8),
  .menu-item-type-custom:nth-of-type(9),
  .menu-item-type-custom:nth-of-type(10),
  .menu-item-language:nth-of-type(11) {
    float: none;
    position: absolute;
    left: 18px;
    top: 40px;
    padding: 0 !important;
  }

  .navbar #menu-main-menu li>a {
    padding: 42px 0 29px 0;
  }

  .menu-item-type-custom:nth-of-type(9) {
    left: 45px;
  }

  .menu-item-type-custom:nth-of-type(10) {
    left: 78px;
  }

  .menu-item-language:nth-of-type(11) {
    left: 110px;
  }

  .navbar-nav {
    float: right;
  }

  .navbar-header a img {
    width: 90%;
  }

  .navbar #menu-main-menu>li {
    padding-left: 27px;
  }

  header .navbar {
    height: 96px;
  }

  div#menu-proizvodi-dropdown:before,
  div#menu-znanje-dropdown:before {
    top: 96px;
  }

  #menu-proizvodi-dropdown,
  #menu-znanje-dropdown {
    padding: 0 2%;
  }

  .banner-caption {
    right: 15vw;
  }

  .banner-wrapper .oblak-wrap .oblak-3 {
    top: -19vw;
  }

  .main-title {
    padding: 20px 0px 9px;
  }

  .main-title h2 {
    font-size: 26px;
    margin-top: 7px;
  }

  .main-title h1 {
    font-size: 26px;
    margin-top: 7px;
  }

  .product-list .osobine-proizvoda {
    width: 100%;
    padding: 0;
    float: left;
    margin-left: -25px;
  }

  .product-full-list .excerpt-wrapper {
    margin-bottom: 13px;
  }

  .product-list .osobine-proizvoda li {
    float: left;
    margin-right: 15px;
  }

  .osobine-proizvoda li img:nth-of-type(1) {
    margin-right: 5px;
  }

  .custom-search-form input:first-child,
  .category-blog .custom-search-form input:first-child {
    width: 90%;
  }

  .product-full-list .excerpt-wrapper {
    width: 100%;
  }

  .product-full-list .col-sm-12 p {
    /* width: auto; */
    float: none;
    /* display: inline-block; */
    padding-right: 18px;
    max-width: 80%;
    /* display: block; */
  }

  .product-full-list .col-sm-12 h2 {
    margin-bottom: 10px;
  }

  .about-us img {
    width: 100%;
  }

  .istorijat-section {
    padding: 27px 0;
  }

  .saloni-section {
    padding: 10px;
  }

  .potvrda-section,
  .istorijat-section {
    padding: 50px 0;
  }

  .popularni-dugmici button {
    width: 133px;
    height: 32px;
    font-size: 14px;
  }

  .contact-form {
    padding: 40px 0px 40px;
  }

  .custom-search-form input:first-child,
  .blog .post_content h2 {
    font-size: 20px;
  }

  .custom-search-form {
    max-width: 75%;
  }

  .postovi .post-article .post .thumbDiv {
    height: auto;
  }

  .single-details .left img {
    /*width: 200spx;*/
  }

  .single-details .right>button {
    margin-bottom: 68px;
  }

  .postovi {
    margin-top: 50px;
  }

  #social-menu .header-social {
    float: none;
    max-width: 135px;
  }

  body #social-menu .header-social li {
    padding: 0 15px 0 0;
  }

  #social-menu .header-social li>a {
    padding: 10px 0px;
  }

  header .navbar-header img {
    padding: 16px 0px 13px;
  }

  .navbar-toggle {
    margin-top: 12px;
  }

  .credit-description-section {
    padding: 70px 15px;
  }

  .istorijat-section {
    padding: 50px 15px;
  }

  .credits .info-section h4 {
    text-align: center;
  }

  #menu-znanje-sub-menu+.btn,
  #menu-blog-sub-menu+.btn {
    margin-top: 11px;
  }

  .single-post .blog-sidebar .widget_text .widget_recent_entries img {
    width: 80px;
  }

  .proizvod-text:after {
    bottom: 148px;
  }

  #home-tabs .home-tab {
    margin-top: 20px;
    margin-left: 9px;
    margin-right: 9px;
  }

  #home-tabs .home-tab:first-of-type {
    margin-left: 9px;
  }
}

@media screen and (max-width: 991px) {
  .pdf-download-wrap {
    justify-content: center;
  }

  #home-tabs-content {
    height: auto;
  }

  .contact-form form>.wpcf7-form-control-wrap {
    bottom: 64px;
  }

  .contact-form div.wpcf7-validation-errors,
  .contact-form div.wpcf7-spam-blocked,
  .contact-form div.wpcf7-mail-sent-ok {
    bottom: -55px;
  }

  .grad .google-map {
    float: none !important;
  }

  .ponuda ul {
    padding: 0;
  }

  .ponuda li {
    width: 50%;
  }

  .oprema-komad {
    width: 33%;
    margin: 10px 0;
    padding: 20px 0;
    float: none;
    display: inline-block;
  }

  .jedna-slika {
    width: 50%;
    float: left;
    height: 32vw;
  }

  .home .slike .jedna-slika:nth-child(2n) {
    border-right: none;
  }

  .container-fluid {
    text-align: left;
  }

  .siva-traka .novosti,
  .siva-traka .container-fluid {
    text-align: center;
  }

  .single-post .product-list .container-fluid {
    text-align: left
  }

  .nasi-saradnici h5 {
    float: none;
    border-right: none;
    border-bottom: solid 1px #5d6c74;
    padding-bottom: 20px;
    padding-top: 10px;
    margin: 10px auto;
    text-align: center;
  }

  .saradnici {
    width: 100%;
    padding: 40px 0px;
  }

  #text-4 {
    width: 100%;
  }

  #menu-proizvodi-dropdown,
  #menu-znanje-dropdown {
    padding: 0 2%;
  }

  div#menu-proizvodi-dropdown .widget_text h3.widgettitle,
  div#menu-znanje-dropdown .widget_text h3.widgettitle {
    font-size: 14px;
  }

  h1.banner-title {
    font-size: 33px;
  }

  .banner-wrapper .oblak-wrap .oblak-text,
  .popularni-proizvodi-naslov h3 span,
  p.banner-text {
    font-size: 20px;
  }

  span.banner-text {
    font-size: 20px;
    margin-top: 16px;
  }

  .subscribe h6 {
    font-size: 38px;
  }

  .subscribe h6 span,
  .subscribe h6 span {
    font-size: 16px;
  }

  .subscribe form {
    margin-top: 22px;
  }

  .novosti {
    padding-top: 44px;
    padding-bottom: 5px;
  }

  .kontakt-footer {
    width: 100%;
    padding-right: 0;
    border-right: none;
    text-align: center;
  }

  .kontakt-footer ul {
    float: left;
    width: 33%;
  }

  .footer-ostalo {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .main-title h2 {
    font-size: 19px;
    margin-top: 13px;
    line-height: 27px;
  }

  .main-title h1 {
    font-size: 19px;
    margin-top: 13px;
    line-height: 27px;
  }

  .product-sidebar h3.widgettitle {
    font-size: 16px;
  }

  .product-sidebar .widget_nav_menu {
    margin: 15px 0;
  }

  .product-sidebar .widget_nav_menu h3.widgettitle {
    padding: 5px 0px;
    font-size: 13px;
  }

  .product-full-list .col-sm-12 h2 {
    font-size: 30px;
  }

  .postovi .post_content>a {
    float: none;
  }

  .popularni-proizvodi,
  .knjiga-utisaka,
  .slika-klasa {
    display: none;
  }

  .blog .post_content h2 {
    font-size: 19px;
  }

  .novi-sad .grad-info {
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
    float: none;
  }

  .beograd .grad-info {
    float: none;
    padding-right: 12px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .beograd ul {
    text-align: center;
  }

  .beograd .bg-info ul:nth-of-type(1):after,
  .beograd .bg-info ul:nth-of-type(2):after,
  .novi-sad .ns-info ul:nth-of-type(1):after,
  .novi-sad .ns-info ul:nth-of-type(2):after {
    content: none;
  }

  .novi-sad .ns-info h3,
  .beograd .bg-info h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .novi-sad .ns-info ul li,
  .beograd .bg-info ul li {
    font-size: 16px;
    margin-right: 0;
  }

  .contact-form {
    padding: 20px 0px;
  }

  .contact-form form h2,
  .single-product .single-details .right>h2 {
    font-size: 34px;
    margin-bottom: 32px;
  }

  .contact-form form h3,
  .single-product .single-details .right>h3 {
    font-size: 19px;
  }

  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form input[type="tel"],
  .contact-form form textarea,
  .contact-form form select,
  .chosen-container-single .chosen-single span,
  .chosen-container .chosen-results li.active-result {
    font-size: 16px !important;
  }

  .contact-form form input[type="submit"] {
    font-size: 14px;
    padding: 11px 56px;
  }

  .contact-form div.wpcf7 img.ajax-loader {
    display: none;
  }

  .contact-form form textarea {
    margin-bottom: 10px !important;
  }

  h3.section-title:after {
    margin: 20px auto;
  }

  .about-us img {
    width: 55%;
  }

  #map,
  #map2 {
    height: 350px !important;
  }

  .col-sm-6 ul li.has-icon-email {
    color: #0082c8;
    padding: 10px;
  }

  .grad .col-sm-6 ul:nth-of-type(2),
  .grad .col-sm-6 ul:nth-of-type(3) {
    padding: 10px 0;
  }

  .galerija-section {
    background-color: #f6f6f6;
    padding: 36px 0;
  }

  .postovi {
    margin-top: 45px;
  }

  .postovi .post_content>p {
    font-size: 13px;
    margin: 19px 0px 15px;
  }

  .postovi .post-article .meta {
    padding-bottom: 7px;
  }

  .blog .post_content {
    padding: 23px 16px;
  }

  .single-details .left img {
    margin-left: 0;
    width: 100%;
  }

  .single-details .proizvod-slika.left img {
    width: auto;
  }

  .single-details .proizvodi-order {
    padding: 25px 15px;
  }

  .single-product {
    padding-top: 0;
  }

  .single-details .left,
  .single-details .right {
    margin-bottom: 20px;
  }

  .single-product .single-details .right>h2 {
    margin-bottom: 10px;
  }

  .single-details .right>button {
    float: none;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .opcije-proizvoda li span:after,
  .osobine-proizvoda li span:after {
    display: none;
  }

  .proizvod-slika {
    padding: 0;
  }

  .single-img {
    height: 100px;
    width: 74%;
  }

  .credits .info-section ul,
  .credits .credits-examples-section ul {
    list-style: none;
  }

  .credit-description-section .info-section .col-md-4 {
    height: auto;
  }

  .credits .info-section .col-md-4 {
    margin-bottom: 40px;
    border-right: none;
  }

  .credits-examples-section .col-md-6 {
    width: 80%;
    margin: 0 auto 20px !important;
  }

  .credits-examples-section .col-md-6 p {
    margin-bottom: 10px;
  }

  .img-logo-section {
    height: 380px;
  }

  /*.marg-top {
        float: left;
        width: 50%;
    }*/
  .navbar #menu-main-menu>li {
    padding-left: 15px;
  }

  body #social-menu .header-social li {
    padding-right: 30px !important;
  }

  body #social-menu .header-social li:last-child {
    padding-right: 0 !important;
  }

  .footer-ostalo-pojedinacno ul li:last-child a i {
    margin-right: 0;
  }

  .ostali-sertifikati-wrapper {
    margin: 0;
  }

  .novosti-post-content {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }

  h3.section-title {
    text-align: center;
    margin: 15px 0;
  }

  .single-post .blog-sidebar .widget_text .widget_recent_entries img {
    width: 50px;
  }

  .single-post .blog-sidebar .widget_recent_entries .title-date {
    max-width: 68%;
  }

  .bg-info {
    padding-bottom: 20px;
  }

  .beograd ul li i,
  .novi-sad ul li i {
    margin-right: 6px;
  }

  /*    .breadcrumbs.megaplast-breadcrumbs {
        padding: 0;
    }

    .breadcrumbs.megaplast-breadcrumbs>div {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        transform: translateY(-50%);
    }*/
  .opcije-proizvoda,
  .osobine-proizvoda,
  .pdf-download {
    margin: 30px 0;
  }

  .proizvod-text:after {
    bottom: 82px;
  }

  .single-details .proizvod-slika.left>img {
    width: 130px !important;
  }

  .opcije-proizvoda li {
    text-align: center;
  }

  .subscribe {
    padding: 50px 0 100px;
  }

  .subscribe #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    padding: 0;
  }

  .contact-form form span.wpcf7-form-control-wrap {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }

  .contact-form form span.wpcf7-form-control-wrap.your-message {
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
  }

  #isotope-gallery .jedna-slika {
    height: 32vw !important;
  }

  .gallery-krovni-paneli #isotope-gallery .jedna-slika {
    height: 450px !important;
  }

  /*    .single-proizvodi .breadcrumbs.megaplast-breadcrumbs .marg-top {
        width: 100%;
        text-align: center;
    }

    .breadcrumbs.megaplast-breadcrumbs {
        padding: 14px 0;
        text-align: center;
    }*/
}

@media (max-width: 849px) {
  .navbar #menu-main-menu>li {
    padding-left: 9px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-krovni-paneli #isotope-gallery .jedna-slika {
    width: 50% !important;
    height: 400px !important;
  }

  body {
    padding-top: 54px;
  }

  body.single-post {
    padding-top: 55px;
  }

  body.page-template .marg-top {
    display: none !important;
  }

  body.page-template .breadcrumbs.megaplast-breadcrumbs .container-fluid .row .text-left-categories {
    width: 100%;
  }

  body.page-template .breadcrumbs.megaplast-breadcrumbs span {
    font-size: 20px !important;
  }

  body.single-proizvodi {
    padding-top: 56px;
  }

  body.single-proizvodi .breadcrumbs.megaplast-breadcrumbs {
    margin-top: 0;
  }

  body.single-proizvodi .breadcrumbs.megaplast-breadcrumbs #homeBradSpan {
    display: none;
  }

  body.single-proizvodi .breadcrumbs.megaplast-breadcrumbs span:nth-child(2) {
    display: none;
  }

  body.single-post .breadcrumbs.megaplast-breadcrumbs #homeBradSpan {
    display: none;
  }

  body.single-post .breadcrumbs.megaplast-breadcrumbs span:nth-child(2) {
    display: none;
  }

  body.archive .breadcrumbs.megaplast-breadcrumbs #homeBradSpan {
    display: none;
  }

  body.archive .breadcrumbs.megaplast-breadcrumbs span:nth-child(2) {
    display: none;
  }

  /*body.single-proizvodi .breadcrumbs.megaplast-breadcrumbs .text-left-categories span:nth-child(1) a span:nth-child(1) {*/
  /*display: flex;*/
  /*}*/
  /*body.single-proizvodi .breadcrumbs.megaplast-breadcrumbs .text-left-categories span:nth-child(2) a span:nth-child(2) {*/
  /*display: flex;*/
  /*}*/
  #home-tabs .home-tab:first-of-type {
    /*margin-left: auto;*/
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }

  .page-template-product-list .breadcrumbs.megaplast-breadcrumbs {
    display: none;
  }

  .list-button {
    display: none;
  }

  .category-text {
    display: none;
  }

  .main-title {
    height: 55px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-title h2 {
    line-height: 35px;
    margin-top: 0;
  }

  .main-title h1 {
    line-height: 35px;
    margin-top: 0;
  }

  .breadcrumbs.megaplast-breadcrumbs {
    height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .breadcrumbs.megaplast-breadcrumbs .container-fluid .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .breadcrumbs .prev-post,
  .breadcrumbs .next-post {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 0;
  }

  .breadcrumbs .next-post {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcrumbs.megaplast-breadcrumbs .container-fluid .row .marg-top {
    margin-top: 0;
    padding: 0;
    width: 20%;
    float: none;
    left: 0;
    justify-content: flex-end;
    display: flex;
    align-items: center;
  }

  .breadcrumbs.megaplast-breadcrumbs .container-fluid .row .marg-top span {
    margin: 0;
  }

  .breadcrumbs.megaplast-breadcrumbs .container-fluid .row .marg-top::before {
    display: none;
  }

  .breadcrumbs .prev-post,
  .breadcrumbs .next-post {
    border-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .breadcrumbs .next-post:after,
  .breadcrumbs .prev-post:before {
    color: #43555f;
  }

  .breadcrumbs .prev-post i.fa,
  .breadcrumbs .next-post i.fa {
    color: white;
    position: absolute;
    font-size: 16px;
  }

  .breadcrumbs .next-post i.fa {}

  .breadcrumbs .prev-post i.fa {
    color: white;
  }

  .breadcrumbs.megaplast-breadcrumbs .container-fluid .row .text-left-categories {
    padding: 0;
    width: 80%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
  }

  .navbar-fixed-top {
    top: 0 !important;
  }

  .navbar-header {
    width: 104%;
    float: left;
  }

  .navbar-header a img {
    width: 140px;
    margin-left: 10px;
  }

  header .navbar {
    height: 55px;
  }

  .proizvodi-dropdown-wrapped,
  .znanje-dropdown-wrapped {
    float: none;
  }

  .navbar #menu-main-menu li>a {
    padding: 12px 0 !important;
    /*background-color: #2f424e;*/
    color: #fff;
    margin: auto;
    border-color: transparent !important;
    width: max-content;
    border: 0;
  }

  .navbar #menu-main-menu li .menu-subs a {
    /*width: 100%;*/
    /*display: block;*/
    /*padding: 0 !important;*/
  }

  .navbar #menu-main-menu>li {
    padding-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-nav {
    float: none;
    text-align: center;
    margin: 0 -15px;
    width: 100%;
    top: 100px;
  }

  header .navbar li {
    padding: 0 !important;
  }

  .navbar-nav li.menu-item-type-custom:nth-of-type(8),
  .menu-item-type-custom:nth-of-type(9),
  .menu-item-type-custom:nth-of-type(10),
  .menu-item-language:nth-of-type(11) {
    position: static;
    padding: auto;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 520px;
    background-color: #2f424e;
  }

  .navbar-default .navbar-toggle.toggle-bg-color {
    background-color: #ddd;
  }

  div#menu-proizvodi-dropdown:before,
  div#menu-znanje-dropdown:before {
    content: none;
  }

  #menu-proizvodi-dropdown,
  #menu-znanje-dropdown {
    display: none !important;
  }

  h1.banner-title {
    font-size: 28px;
  }

  p.banner-text,
  .custom-search-form input:first-child,
  .blog .post_content h2 {
    font-size: 17px;
  }

  span.banner-text {
    font-size: 17px;
  }

  .custom-search-form input:first-child,
  .category-blog .custom-search-form input:first-child {
    width: 100%;
  }

  .banner-wrapper .oblak-wrap .oblak-text {
    font-size: 19px;
  }

  .banner-wrapper .oblak-wrap .oblak-1 {
    top: -10vw;
  }

  .banner-wrapper .oblak-wrap .oblak-2 {
    top: -8vw;
  }

  .banner-wrapper .oblak-wrap .oblak-3 {
    top: -26vw;
  }

  .subscribe form {
    padding: 0 2%;
  }

  .subscribe form input {
    width: 70%;
  }

  .subscribe input[type="submit"] {
    width: 30%;
  }

  .subscribe h6 {
    margin-top: 46px;
  }

  .saradnici {
    padding: 0;
  }

  .saradnici ul li {
    width: 30%;
    height: 70px;
    float: none;
    display: inline-block;
  }

  .nasi-saradnici h5 {
    width: 100%;
    font-size: 32px;
  }

  .nasi-saradnici h5 span {
    font-size: 24px;
  }

  .footer-ostalo-pojedinacno {
    min-height: 170px;
    margin-bottom: 18px;
    padding: 0px 15px;
  }

  footer {
    padding-top: 20px;
  }

  footer p {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .container-fluid {
    padding-bottom: 20px;
  }

  .product-list>.container-fluid {
    padding: 0;
  }

  .product-list .main-title h2 {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
  }

  .product-list .main-title h1 {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
  }

  .single-details .proizvodi-order>div {
    height: auto;
    padding: 85px 0;
  }

  .single-product .single-details .single-slike,
  .single-product .single-details .left.proizvod-slika {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    top: 0;
  }

  .product-list .breadcrumbs {
    display: flex;
  }

  .product-list .category-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 9px;
    height: 55px;
  }

  .img-responsive,
  .thumbnail>img,
  .thumbnail a>img,
  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    max-width: 50%;
    margin: 0 auto;
  }

  .product-full-list .col-sm-12 h2 {
    font-size: 26px;
    padding: 15px 0;
    margin: 0 0 0 -20px;
  }

  .product-full-list .col-sm-12 .proizvod-sadrzaj h2.proizvod-title {
    position: absolute;
    top: 0;
  }

  .product-full-list .excerpt-wrapper {
    margin-left: -20px;
    padding: 0;
  }

  .product-list .osobine-proizvoda {
    margin-left: -20px;
    padding: 0;
  }

  .blog .postovi {
    padding-bottom: 0;
  }

  .postovi {
    margin-top: 44px;
  }

  .single-post .blog-sidebar .widget_recent_entries .title-date {
    max-width: none;
  }

  .blog .post_content {
    margin-top: -20px;
  }

  .blog-sidebar {
    margin-top: 20px;
  }

  .oprema-komad {
    height: 270px;
  }

  .blog-sidebar ul {
    border-top: none;
  }

  .blog-sidebar h3 {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
  }

  .blog-sidebar span {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10px;
  }

  .popularni-dugmici button {
    margin: 0 auto;
    display: block;
    width: 179px;
    height: 37px;
  }

  .container-fluid {
    padding-bottom: 0;
  }

  .single-post .container-fluid {
    padding: 0;
  }

  .novi-sad .ns-info ul li i,
  .beograd .bg-info ul li i {
    margin-right: 12px;
  }

  .novi-sad .grad-info {
    padding-top: 40px;
  }

  .novosti-post-content h4 {
    font-size: 21px;
  }

  .blog .post_content h2 {
    margin: 17px 0px 10px;
  }

  .postovi .post-article .post .thumbDiv {
    height: 200px;
  }

  .postovi .post-article .post .thumbDiv img {
    margin-top: -100px;
  }

  .proizvodi-order {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .single-slike {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }

  .single-slike .single-img {
    display: inline-block;
    margin-left: 10px;
    height: 90px;
    width: 90px;
  }

  .single-slike .single-img:first-child {
    margin-left: 0px;
  }

  .proizvod-slika {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .proizvod-text {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .single-details .left img {
    width: 100%;
    max-width: 300px;
  }

  .proizvod-slika img.onsale,
  .proizvod-slika img.bestsale {
    left: 15px;
  }

  .product-list .breadcrumbs {
    text-align: center;
  }

  .single-post .blog-sidebar .widget_categories,
  .single-post .blog-sidebar .widget_tag_cloud,
  .single-post .blog-sidebar .widget_text {
    margin-top: 15px;
  }

  .single-post #main article {
    margin-bottom: 15px;
  }

  #social-menu .header-social {
    margin: 0 auto;
    text-align: center;
  }

  .single-proizvodi #social-menu .header-social {
    margin: 0 auto;
  }

  .product-full-list .proizvod-slika img {
    max-width: 120px;
  }

  .product-full-list .proizvod-slika img.onsale,
  .product-full-list .proizvod-slika img.bestsale {
    left: 89px;
    width: 40px;
  }

  /* Responsive Credits*/
  .credits .section-text p,
  .credit-description-section .section-text p {
    font-size: 14px;
  }

  .credits .section-text,
  .credits-examples-section .table {
    margin-bottom: 35px;
    border: none;
  }

  .credits-examples-section .section-title {
    margin-bottom: 25px;
  }

  .credits-examples-section .col-md-6 {
    width: auto;
    margin: 0 auto !important;
  }

  .img-logo-section {
    height: 250px;
  }

  .credit-description-section {
    padding: 35px 15px;
  }

  .credits-examples-section {
    padding: 35px 0 50px;
  }

  .subscribe #mc_embed_signup form {
    padding-left: 10%;
  }

  .archive .znanje-display {
    margin-right: 0;
  }

  .custom-search-form {
    margin: 0;
    padding-left: 0;
  }

  .category-blog .custom-search-form input:first-child,
  .custom-search-form input:first-child {
    font-size: 17px;
  }

  .custom-search-form {
    max-width: 100%;
  }

  /*    .main-title {
        height: 58px;
    }*/
  /*    .category-znanje .main-title {
        height: 58px;
    }*/
  input.quicksearch {
    font-size: 17px;
  }

  .src-col .search-button {
    top: 9px;
  }

  .text-left-categories {}

  /*    .single-post .text-right {
        text-align: right;
    }

    .single-post .marg-top {
        float: left;
        width: 50%;
        margin-top: -4px;
    }*/
  .single-post #main article {
    margin-top: 0;
  }

  .page-template-product-list .breadcrumbs.megaplast-breadcrumbs {
    padding: 30px 0;
    height: 80px;
  }

  .single-post .blog-sidebar {
    width: 90%;
  }

  .breadcrumbs .next-post {
    float: left;
  }

  .breadcrumbs .prev-post {
    margin-right: 0;
    margin-left: 10px !important;
  }

  .breadcrumbs .next-post:after,
  .breadcrumbs .prev-post:before {
    display: block;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
  }

  .breadcrumbs .prev-post:before {
    left: auto;
  }

  .proizvodi-thumbnail {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .single-img {
    margin-bottom: 0;
  }

  .filter {
    bottom: -26px;
  }

  .src-col .close-button {
    top: 8px;
  }

  #social-menu .header-social li>a {
    display: block;
    padding: 14px 0px 7px;
  }

  body #social-menu .header-social li {
    display: inline-block;
    vertical-align: middle;
  }

  #social-menu .header-social {
    max-width: none;
    margin: 0 -15px;
  }

  body #social-menu .header-social ul:first-child {
    padding-top: 0;
    margin: 0;
  }

  .product-list .osobine-proizvoda {
    width: 180px;
    position: absolute;
    padding: 0;
    margin-left: 0;
    top: 65px;
    left: 132px;
    margin: 11px 0;
  }

  .product-full-list .proizvod-sadrzaj {
    position: static;
  }

  .product-full-list>.single-custom-product {
    padding: 65px 0 15px;
    position: relative;
  }

  .product-list .osobine-proizvoda li {
    margin-right: 0;
    margin-left: 20px;
  }

  /* .product-full-list .col-sm-12 p {
    width: 100%;
  } */
  #menu-znanje-sub-menu+.btn,
  #menu-blog-sub-menu+.btn {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-top: 4px;
  }

  #menu-znanje-sub-menu+.btn .caret,
  #menu-blog-sub-menu+.btn .caret {
    margin-left: 0;
    text-align: center;
  }

  .blog .category-button,
  .blog .searchform {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    position: absolute;
    padding: 0 15px 0 0;
    z-index: 1000;
  }

  .blog .searchform {
    padding: 0;
    z-index: 1;
  }

  .sertifikati-parallax {
    background-image: url(images/sertifikati-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-attachment: initial;
  }

  .parallax-caption-wrapper .parallax-caption {
    padding: 50px 0;
  }

  .product-sidebar {
    display: none;
    background-color: #EFEEEE;
    padding: 15px;
  }

  .category-dropdown {
    display: block;
    cursor: pointer;
  }

  .category-breadcrumbs {
    display: block;
  }

  .single-cat-page .products-header h1 {
    margin-top: 25px;
  }

  body .category-dropdown .drop:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    margin-left: 20px;
  }

  .product-sidebar h3.widgettitle {
    background-color: transparent;
  }

  .product-sidebar .widget_text {
    border-bottom: none;
  }

  .blog .searchform {
    float: none;
    width: 95%;
    padding-left: 45px;
    z-index: 1;
  }

  .blog .searchform {
    float: none;
    width: 95%;
    padding-left: 45px;
    z-index: 1;
  }

  .proizvodi-content {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .single-details .right {
    position: static;
  }

  .single-product .single-details .right>h2 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    text-align: center;
  }

  .ponuda ul {
    padding: 15px 0;
  }

  .oprema>div {
    padding: 25px 0;
  }
}

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

  /*.single-proizvodi .jedna-slika:nth-child(4n) {
        border-right: 2px solid #fff;
    }*/
  /*    .single-proizvodi .jedna-slika:nth-child(3n) {
        border-right: none;
    }
*/
  .znanje-display.custom-search-form input:first-child {
    margin-right: 0;
  }

  .znanje-display.custom-search-form input:last-child {
    right: 15px;
  }

  .blog .category-button {
    padding: 0 15px 0 0;
  }

  .sertifikati-parallax {
    background-image: url(images/sertifikati-mobile.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: initial;
    height: 59vh;
  }

  .parallax-caption-wrapper .parallax-caption img {
    max-width: 100px;
    float: right;
  }

  .product-full-list .proizvod-slika img {
    max-width: 105px;
  }

  .product-full-list .proizvod-slika img.onsale,
  .product-full-list .proizvod-slika img.bestsale {
    left: 79px;
  }

  .single-post .blog-sidebar {
    width: 100%;
  }

  .novosti-post-content h4,
  .popularni-proizvodi-naslov h3,
  .popularni-proizvodi-naslov h3 span {
    font-size: 20px;
  }

  .novosti {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .ponuda li {
    width: 100%;
  }

  .oprema-komad {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 20px 0;
  }

  h1.banner-title {
    /* font-size: 27px; */
    font-size: 32px;
  }

  .contact-form form h3 {
    font-size: 19px;
  }

  p.banner-text,
  .subscribe h6 span,
    {
    font-size: 14px;
  }

  .banner-wrapper .oblak-wrap .oblak-text,
  .novosti-post-content h4,
  .single-product .single-details .right>h3 {
    font-size: 16px;
  }

  .banner-wrapper .oblak-wrap .oblak-1 {
    top: -19vw;
  }

  .banner-wrapper .oblak-wrap .oblak-2 {
    top: -18vw;
  }

  .banner-wrapper .oblak-wrap .oblak-3 {
    top: -42vw;
  }

  .subscribe #mc_embed_signup div.response {
    width: auto;
  }

  .subscribe h6,
  .single-product .single-details .right>h2 {
    font-size: 28px;
    margin-top: 26px;
  }

  .subscribe form input,
  .subscribe button,
  .subscribe input[type="submit"] {
    padding: 10px;
    font-size: 12px;
    height: 41px;
  }

  .saradnici ul li {
    width: 100%;
  }

  .nasi-saradnici h5 {
    width: 100%;
    font-size: 27px;
  }

  .nasi-saradnici h5 span {
    font-size: 18px;
  }

  .navbar-fixed-top {
    top: 0 !important;
  }

  .ponuda li span {
    font-size: 12px;
    padding: 27px 0 27px 55px;
  }

  .oprema-komad {
    padding: 3px 0;
    margin: 7px 0;
  }

  .novosti {
    /*padding: 0;*/
  }

  .kontakt-footer ul,
  .footer-ostalo-pojedinacno {
    float: none;
    width: 100%;
  }

  .novosti-post-content a.btn {
    font-size: 14px;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  .contact-form {
    padding: 15px 0px 40px;
  }

  .contact-form div.wpcf7-validation-errors,
  .contact-form div.wpcf7-spam-blocked,
  .contact-form div.wpcf7-mail-sent-ok {
    bottom: -85px;
    font-size: 13px;
  }

  .contact-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: left;
    line-height: 14px;
  }

  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form input[type="tel"],
  .contact-form form select {
    width: 97%;
    height: 44px;
  }

  .contact-form form h2 {
    font-size: 27px;
    margin-bottom: 29px;
  }

  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form input[type="tel"],
  .contact-form form textarea,
  .contact-form form select,
  .chosen-container-single .chosen-single span,
  .chosen-container .chosen-results li.active-result {
    font-size: 14px !important;
  }

  .megaplast-breadcrumbs .container-fluid {
    padding: 0 8px;
  }

  .container-fluid>div {
    margin-left: 0;
    margin-right: 0;
  }

  #map,
  #map2 {
    height: 250px !important;
  }

  .postovi .post-article .post .thumbDiv {
    height: auto;
  }

  .postovi .post-article .post .thumbDiv img {
    margin-top: -27px;
  }

  .blog .post_content {
    padding: 0px 16px 24px;
    margin-top: 0;
  }

  .postovi {
    margin-top: 28px;
  }

  a#read-isotope {
    margin: 0 auto 30px;
  }

  .druge-boje span.druga-boja {
    height: 26px;
    width: 26px;
  }

  /*#isotope-gallery .jedna-slika:nth-of-type(4n) {
        border-right: 2px solid #fff;
    }*/
  .single-details .left img {
    /*width: 110px;*/
  }

  .subscribe h6,
  .single-product .single-details .right>h2 {
    margin-top: 13px;
    font-size: 22px;
  }

  .single-details .right>button {
    margin-top: 7px;
    margin-bottom: 5px;
    padding: 10px 20px;
  }

  .img-logo-section {
    height: 230px;
  }

  .img-logo-section img {
    height: 30px;
    width: 180px;
    margin-left: -90px;
  }

  .product-full-list .excerpt-wrapper {
    padding: 0;
  }

  .product-full-list .col-sm-12 p {
    padding-right: 0;
  }

  .product-full-list .excerpt-wrapper {
    margin-left: 0;
  }

  .product-full-list .proizvod-sadrzaj {
    padding: 0;
  }

  .subscribe #mc_embed_signup .button {
    height: 41px;
    width: 100px;
  }

  #mc_embed_signup form {
    padding: 0 0 0 10%;
  }

  .product-full-list .col-sm-12 h2 {
    margin: 0;
  }

  .product-list .osobine-proizvoda {
    margin-left: 0;
    text-align: left;
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
  }

  .single-slike {
    padding-top: 10px;
  }

  .single-slike .single-img {
    height: 80px;
    width: 80px;
  }

  .proizvod-text:after {
    bottom: 55px;
  }

  .about-us img {
    width: 100%;
  }

  .istorijat-section {
    padding: 35px 10px 0;
  }

  ul.slick-dots {
    margin: 23px 0 0;
  }

  .single-details .left,
  .single-details .right {
    padding: 0;
  }

  .single-details .proizvodi-order>div {
    padding: 60px 0 0;
  }

  @media screen and (max-width: 600px) {
    .single-details .proizvodi-order>div {
      padding: 0;
    }
  }

  .single-details .proizvodi-order {
    padding: 25px 15px;
  }

  .pop-up-content {
    padding: 5px;
  }

  .pop-up-content h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  /*    #isotope-gallery .jedna-slika {
        margin-bottom: 0;
    }*/
  .single-post .blog-sidebar {
    margin-bottom: 0;
  }

  .single-post .blog-sidebar .widget_text {
    margin-bottom: 15px;
  }

  /*    #isotope-gallery {
        width: 100%;
        width: -webkit-calc(100% + 3px);
        width: -moz-calc(100% + 3px);
        width: calc(100% + 3px);
    }*/
  /*    .gallery-container {
        overflow: hidden;
    }*/
  /*#isotope-gallery .jedna-slika:nth-of-type(4n) {
        border-right: 2px solid #fff;
    }*/
}

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

  .product-full-list .proizvod-slika img.onsale,
  .product-full-list .proizvod-slika img.bestsale {
    left: 177px;
  }

  .product-full-list .proizvod-slika img {
    max-width: 120px;
  }

  .product-full-list .proizvod-slika img.onsale,
  .product-full-list .proizvod-slika img.bestsale {
    left: 90px;
  }

  .product-list .osobine-proizvoda {
    left: 115px;
  }

  .novosti-post-content {
    padding: auto 15px;
  }

  .galerija-section {
    padding: 7px 15px;
  }

  .subscribe #mc_embed_signup form {
    padding-left: 0;
  }

  .subscribe #mc_embed_signup form #mc_embed_signup_scroll {
    text-align: center;
  }

  .subscribe #mc_embed_signup .send-button {
    display: inline-block;
    vertical-align: top;
  }

  .parallax-caption-wrapper .parallax-caption p {
    font-size: 20px;
  }

  .ostali-sertifikati,
  .postovi .post-article {
    padding: 0;
  }

  .post_content .essb_links.essb_displayed_postfloat,
  .essb_links.essb_postfloat_fixed {
    position: static !important;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin-left: 0 !important;
    margin-bottom: 17px !important;
  }

  .post_content .essb_displayed_postfloat {
    margin-left: 0 !important;
  }

  .post_content .essb_displayed_postfloat .essb_item {
    display: inline-block !important;
  }

  .single-post #main article {
    width: 100%;
  }

  .post-header .page-header h2.single-title {
    font-size: 25px;
    max-width: 230px;
  }

  .contact-form form input[type="text"],
  .contact-form form input[type="email"],
  .contact-form form input[type="tel"],
  .contact-form form textarea,
  .contact-form form select {
    padding: 5px 10px;
    font-size: 15px;
  }

  .contact-form form textarea {
    height: 125px !important;
  }

  .jedna-slika {
    height: 32vw !important;
  }

  /*.gallery .jedna-slika {
        height: 16vw !important;
    }*/
  .page-template-about .galerija-section .jedna-slika {
    height: 12vw !important;
  }

  .single-proizvodi .jedna-slika {
    height: 20vw !important;
  }

  #naslovna-banner {
    background: url(images/kucice-mobile.jpg) no-repeat center top;
    background-size: cover;
    height: 100%;
  }

  #naslovna-banner.no-action {
    height: 480px;
    background: url(images/kucice-mobile.jpg) no-repeat center top !important;
  }

  /*.banner-wrapper {*/
  /*display: none;*/
  /*}*/
  /*#isotope-gallery .jedna-slika {
        margin-right: 2px !important;
        margin-bottom: 2px !important;
    }*/
  /*    #isotope-gallery .gutter {
        display: none;
        width: 0;
    }*/
  .single-post #content {
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 400px) {
  .gallery-krovni-paneli #isotope-gallery .jedna-slika {
    height: 300px !important;
  }

  .sertifikati-parallax {
    height: 38vh;
  }

  .product-list .osobine-proizvoda {
    text-align: left;
  }

  .product-list .osobine-proizvoda li {
    float: none;
  }

  /*    .product-full-list .proizvod-slika img {
        width: 40%;
    }*/
  input.quicksearch {
    max-width: 100%;
    margin-right: 0;
  }

  body .src-col .search-button,
  .src-col .close-button {
    margin-right: 0;
  }

  .filter {
    right: 35px;
  }

  .src-col.text-center {
    padding: 0;
  }

  .src-col .search-button {
    right: 4px;
  }

  .src-col .close-button {
    right: 26px;
  }

  .tag {
    margin-right: 6px;
  }

  .contact-form .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
  }

  .contact-form .rc-anchor-normal .rc-anchor-content {
    width: 173px !important;
  }

  .contact-form .rc-anchor-normal {
    width: 259px !important;
  }

  .contact-form .rc-anchor-normal .rc-anchor-pt {
    right: 36px !important;
    width: 224px !important;
  }

  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    height: 55px;
  }
}

@media only screen and (max-width: 1260px) {
  .proizvod-text-action {
    width: 80%;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper-action {
    width: 100%;
  }

  .read-more-action {
    margin-left: 0;
    margin-top: 35px;
  }

  .advanteges-action {
    justify-content: left;
  }

  .action-button {
    margin: 20px auto;
  }
}

@media screen and (max-width: 500px) {
  .pdf-download {
    width: 50%;
  }

  .single-post .blog-sidebar .widget_recent_entries .title-date {
    max-width: 72%;
  }
}

.pes p {
  font-size: 16px;
}

.pes p:nth-child(1) {
  margin: 0;
}

.pes p:nth-child(6) {
  margin: 0;
}

.pes p:last-child {
  margin: 0;
}

.text-wrapper-open {
  height: auto !important;
}

.action-button:focus {
  outline: none;
  text-decoration: none;
  outline-offset: 0;
}

.next-product-action {
  display: none;
}

.phones {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.phones h2 {
  color: #0082c8;
  font-size: 26px;
  font-weight: 600;
  position: relative;
  margin-bottom: 75px;
  width: 100%;
  text-align: center;
}

.phones h2::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #5f717c;
  width: 10px;
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 50%;
  top: -30%;
  transform: translate(-50%, 100%);
}

.phones .container {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.phone-context {
  margin: auto;
  float: left;
  width: 100%;
  text-align: center;
}

.phone-context a {
  font-size: 20px;
  color: #5f717c;
}

.phones-wrpper-right a::before,
.phones-wrpper-left a::before {
  padding-right: 20px;
  content: "\f095";
  font-family: FontAwesome;
}

.phones-wrpper-right .phone-context:last-of-type a::before,
.phones-wrpper-left .phone-context:last-of-type a::before {
  content: "\f10b";
  font-family: FontAwesome;
}

/*.phone-context:nth-child(odd) {*/
/*text-align: left;*/
/*padding-left: 70px;*/
/*}*/
/*.phone-context:nth-child(even) {*/
/*text-align: right;*/
/*padding-right: 70px;*/
/*}*/
.phones-wrpper {
  width: 50%;
  margin: auto;
  display: flex;
  flex-flow: wrap;
}

.popust-img {
  width: 200px;
  height: 200px;
  right: 50%;
  transform: translate(100%);
  position: absolute;
}

.popust-img img {
  width: 100% !important;
}

.proizvodi-thumbilian-action {
  position: relative;
}

@media screen and (max-width: 576px) {
  .gallery-krovni-paneli #isotope-gallery .jedna-slika {
    height: 320px !important;
  }

  .phone-context {
    width: 100%;
    padding: 0;
  }

  .phones-wrpper {
    flex-direction: column;
    align-items: center;
  }

  .phones-wrpper-left {
    width: 100% !important;
    text-align: center;
  }

  .phones-wrpper-left::before {
    content: 'Novi Sad';
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
  }

  .phones-wrpper-right {
    width: 100% !important;
    text-align: center;
    margin-top: 25px;
  }

  .phones-wrpper-right::before {
    content: 'Beograd';
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
  }

  .phone-context:nth-child(even) {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .phone-context:nth-child(odd) {
    width: 100%;
    padding: 0;
    text-align: center;
    order: 2;
  }

  .phone-context:nth-child(6) a::before {
    padding-right: 20px;
  }

  .phone-context:nth-child(7) a::before {
    margin: 0;
    padding-right: 20px;
  }

  .popust-img {
    width: 130px;
    height: 130px;
  }

  .breadcrumbs-action span {
    height: 65px;
    font-size: 25px;
  }
}

.single-product-test .popust-img {
  width: 300px;
  height: 300px;
  right: 45%;
  transform: translate(85%, -100%);
  position: absolute;
  top: 60%;
}

.single-product-test .read-more-action {
  font-size: 14px;
  color: #0082c8;
  padding: 15px 30px;
  padding-bottom: 12px;
  border: solid 2px #0082c8;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 30px;
  float: left;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  background: transparent;
  box-shadow: none;
  margin-bottom: 160px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
  margin: 30px auto 0;
  width: 200px;
  display: flex;
  justify-content: center;
}

.single-product-test .read-more-action:hover {
  color: white;
  background-color: #0082c8;
}

.single-product-test .proizvod-text-context {
  padding: 50px 0;
}

.single-product-test .single-details .right .title-product-action {
  margin-top: 60px;
}

.text-left-categories-test span {
  font-weight: 400;
}

.single-product-test .phones h2 {
  font-size: 50px;
  margin-bottom: 50px;
  margin-top: 0;
}

.single-product-test .slick-initialized .slick-slide {
  margin-top: 0;
}

.single-product-test .phones h2::after {
  top: 40%;
}

.single-product-test .phone-context a {
  cursor: pointer;
}

.single-product-test .single-details .single-slike-action,
.single-product-test .single-details .left.proizvod-slika-action {
  transform: translate(0, -50%);
}

.single-product-test .text-right-action {
  margin: 0;
  padding-left: 80px;
}

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

  .single-product-test .single-details .single-slike-action,
  .single-product-test .single-details .left.proizvod-slika-action {
    transform: translate(0, 35%);
  }

  .single-product-test .single-details .proizvodi-order>div {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }

  .single-product-test .single-details .single-slike-action,
  .single-product-test .single-details .left.proizvod-slika-action {
    transform: translate(0, 0);
    top: 0;
  }

  .single-product-test .single-details .right .title-product-action {
    margin-top: 0;
  }

  .single-product-test .text-right-action {
    padding-left: 0px;
  }

  .page-template-category-page .category-dropdown {
    display: none;
  }

  .page-template-category-page .megaplast-breadcrumbs .container-fluid .row .col-sm-6 {
    display: flex;
    width: 100%;
    align-items: center;
  }

  body .blog .main-title .container {
    display: flex;
    align-items: center;
  }

  body .blog .main-title .container .category-button {
    margin: 0;
  }

  body .blog .main-title .container #searchform {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-template-action-test.single-product-test .single-details .proizvodi-order>div {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
}

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

  .single-product-test .single-details .single-slike-action,
  .single-product-test .single-details .left.proizvod-slika-action {
    transform: translate(0, 0%);
  }

  .single-product-test .single-details .right .title-product-action {
    margin-top: 0;
  }

  .single-product-test .popust-img {
    width: 150px;
    height: 150px;
    transform: translate(100%, -100%);
  }
}

/*
.active-action-new {
    position: fixed;
    left: 49.5%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background: #fff;*/
z-index: 99999999;
width: 100%;
max-width: 950px;
height: 82vh;
display: block;
}

*/ @media screen and (max-width: 1250px) {
  .active-action-new {
    width: 80%;
  }
}

.hide-image {
  display: none;
}

.fancybox-skin {
  padding: 0 !important;
}

#action-data {
  position: relative;
}

.see-more-action {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.see-more-action a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.single-career {
  background: white;
}

.proizvod-slika-career {
  background-repeat: no-repeat;
  margin-top: 40px;
  background-position: center;
  background-size: contain;
}

.text-above-career {
  width: 44%;
  padding-top: 25px;
  margin: auto;
  text-align: center;
}

.text-above-career p {
  margin-bottom: 0;
}

.job-wrapper {
  display: flex;
  justify-content: space-between;
}

.job-career .career-title {
  margin: 0 0 50px;
  padding: 50px 0 20px;
  color: #3376b4;
  text-align: center;
  position: relative;
}

.job-career .career-title::after {
  content: '';
  width: 55px;
  position: absolute;
  border-bottom: 1px solid gray;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.job-wrapper .job-wrap:nth-child(1) {
  width: 35%;
}

.job-wrapper .job-wrap:nth-child(3) {
  padding-left: 15px;
}

.job-wrapper .job-wrap {
  width: 28%;
}

.job-wrapper .job-wrap h2 {
  color: #3376b4;
  font-size: 26px;
  margin: 0 0 25px;
}

.job-wrapper .job-wrap p {
  margin-bottom: 7px;
}

.job-wrapper .job-wrap i {
  color: #3376b4;
  padding-right: 15px;
}

.single-product-test .career-action {
  position: relative;
  padding: 8px;
  margin-top: 40px;
  width: 155px;
}

.single-product-test .career-action i {
  position: absolute;
  top: 55%;
  /* left: 50%; */
  right: 20px;
  transform: translate(-50%, -50%);
}

.career-text-action p {
  padding: 50px 0 0;
  width: 65%;
  margin: 0 auto 0;
}

.creer-subscribe .subscribe {
  padding: 40px 0;
}

.single-product-test .career-text-context {
  padding-bottom: 50px;
}

.creer-footer footer {
  padding-top: 95px;
}

@media screen and (max-width: 1024px) {
  .text-above-career {
    width: 90%;
    padding-top: 0;
  }

  .proizvod-slika-career {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .phones-wrpper {
    width: 100%;
  }

  .text-above-career {
    width: 100%;
    padding: 0 15px 0;
  }

  .job-wrapper {
    display: block;
  }

  .job-wrapper .job-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  .job-wrapper .job-wrap:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }

  .job-wrapper .job-wrap:nth-child(3) {
    padding-left: 0;
  }

  .single-product .single-details .right>p {
    padding: 0 15px;
    width: 100%;
  }

  .job-wrapper .job-wrap i {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .navbar-nav {
    top: 20px;
    margin: auto;
  }

  .single-career .single-details-action .career-order {
    height: 300px;
  }

  .proizvod-slika-career {
    margin-top: 20px;
  }

  .text-above-career p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .proizvod-slika-career {
    padding: 150px 15px 0;
  }

  .banner-wrapper img {
    display: none !important;
  }

  .proizvod-slika-career {
    padding: 40px 0;
  }

  .single-career .single-details-action .career-order {
    padding: 85px 0;
  }
}

.svgLoadWrap {
  display: none;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.svgLoadWrap svg {
  width: 100px;
}

.svgLoadWrap.active {
  display: flex;
}

body.tax-proizvodi_kateogrija .marg-top {
  display: none !important;
}

.acf-map {
  width: 100%;
  height: 517px;
  /* border: #ccc solid 1px; */
  margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.breadcrumbs span {
  font-weight: 700 !important;
  line-height: 16px;
}

.breadcrumbs span:last-of-type {
  color: white;
}

#menu-blog-sub-menu {
  height: auto !important;
}

.menu-blog-sub-menu-container {
  height: auto !important;
}

.menu-znanje-sub-menu-container {
  height: auto !important;
}

body.page-template .breadcrumbs.megaplast-breadcrumbs span {
  font-weight: 400 !important;
}

body.page-template .breadcrumbs.megaplast-breadcrumbs span:last-of-type {
  font-weight: bold !important;
}

.products-header img.aligncenter {
  width: 100%;
  height: 100%;
}

body.page-template-category-page .main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-template-action-test .onsale,
.page-template-action-test .bestsale {
  display: none;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

canvas.no-action {
  display: none;
}

.banner-action {
  position: relative;
  align-items: center;
  left: 0;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  background-size: 100% 100%;
}

.banner-action.no-action {
  display: none;
}

.banner-container {
  display: flex;
  max-width: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 99;
}

.banner-action-img {
  position: absolute;
}

.banner-action-img.no-action {
  display: none;
}

.banner-main-container {
  position: relative;
  justify-content: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 652px;
}

.banner-main-container.no-action {
  height: auto;
  background-size: 0;
}

.banner-action-img {
  position: absolute;
  bottom: -20px;
  z-index: 9;
  left: 160px;
}

.banner-wrapper img {
  width: 100%;
}

.banner-action-img img {
  width: 100%;
}

.banner-action-info {
  text-align: center;
}

.banner-action-title {
  color: #cf0a11;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}

.banner-action-info p {
  color: #2a3840;
  font-size: 16px;
  line-height: 30px;
  margin: auto;
  width: 100%;
}

.banner-action-ex-date {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin: 0;
}

.banner-action-btn {
  transform: translateY(25px);
  padding: 7px;
  height: 35px;
  width: 120px;
  display: inline-block;
  color: white;
  background: #0082c8;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  display: flex;
  margin: 10px auto;
  justify-content: center;
  align-items: center;
}

.banner-action-btn:hover {
  color: white;
}

@media screen and (max-width: 768px) {
  .pes-action .essb_links.essb_button_animation_legacy4 a:hover {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1700px) {
  .banner-action-img {
    left: 50px;
  }

  .gallery-krovni-paneli #isotope-gallery .jedna-slika {
    width: 25%;
  }
}

@media screen and (max-width: 1450px) {
  .banner-action-img {
    left: 15px;
    width: 20%;
  }
}

@media screen and (max-width: 1250px) {
  .banner-action-img {
    bottom: -10px;
    width: 15%;
  }

  .banner-wrapper .oblak-wrap {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .banner-action-img {
    display: none;
  }

  .banner-action-info p {
    display: contents;
  }

  .banner-action-info {
    padding: 0 15px;
  }

  .banner-action-title {
    font-size: 21px;
  }
}

.mob-santa-back {
  display: none;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center top;
}

@media screen and (max-width: 450px) {
  .banner-action-title {
    margin-bottom: 0;
  }

  .banner-action-info p {
    font-size: 14px;
  }

  .banner-action-btn {
    transform: translateY(0px);
  }

  .banner-container {
    bottom: 75px;
  }

  .banner-wrapper {
    height: 100%;
  }

  canvas {
    height: 100%;
    width: 100%;
  }

  .mob-santa-back {
    display: block;
  }

  .banner-main-container {
    background-size: 0;
    height: 550px;
  }
}

.essb_links {
  margin-top: 50px !important;
}

.pes.pes-action h2.action_title strong {
  display: block;
}

.pes.pes-action h2 strong {
  display: none;
}

.phones-wrpper-right {
  width: 50%;
}

.phones-wrpper-left {
  width: 50%;
}

body.page-template-page-career .breadcrumbs.megaplast-breadcrumbs span:last-of-type {
  font-weight: normal !important;
}

body .grecaptcha-badge {
  display: none;
}

body.page-template-contact .grecaptcha-badge {
  display: block;
}

.fancybox-wrap {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.fancybox-inner {
  height: auto !important;
}

.fancybox-inner img {
  width: 100%;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .side-button.contact-side-button p.inside-button {
    padding: 5px 60px;
    margin: 5px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .banner-caption {
    right: auto;
    position: relative;
    top: auto;
    right: auto;
    padding: 35px 62px 0 20px;
  }

  span.banner-text {
    font-size: 21px;
  }
}

/* h1.banner-title {
  font-size: 30px;
} */


.product-sidebar .sidebar-category-menu p.widgettitle{
    font-weight: 500;
    line-height: 1.1;
}

.cenovnik {
  margin-bottom: 4rem;
}

.cenovnik .cenovnik-text-section {
  margin: 50px auto;
}

.cenovnik-tekst {
  margin: 0 auto;
  text-align: center;
}

.cenovnik .cenovnik-text-section .section-title {
  text-align: center;
}

.cenovnik-table {
  padding: 0 30px;
}

.cenovnik-table h3 {
  padding: 4em 0 .8em
}

.cenovnik table {
  min-width: 50%;
  table-layout: fixed;
}

.cenovnik table, .cenovnik tr, .cenovnik th, .cenovnik td {
  border: 0;
} 

.cenovnik tr:nth-of-type(1) {
  background-color: #0082c8;
  color: #f8f8f8;
}

.cenovnik tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.cenovnik td {
  min-width: 150px;
}

@media screen and (max-width: 680px) {
  .cenovnik table {
    width: 100%;
  }
  .cenovnik td {
    min-width: 25%;
  }
}

.cenovnik td:nth-of-type(1) {
  width: 25vw;
}

.cenovnik-nav {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  grid-gap: 1rem 2rem;
}

.cenovnik-nav a {
  font-size: 13px;
  color: #2f424e;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: solid 3px transparent;
  width: fit-content;
}

.cenovnik-nav a:hover {
  color: #0082c8;
  border-color: #0082c8;
} 