
/* Css file */

.promo-block-v8.belgrade_block {
	padding: 0;
}
.header-transparent.belgrade-trans {
	/*background-color: rgba(0, 0, 0, 0.3);*/
	background-color: rgba(1, 17, 162, 0.3);
}
.header-transparent .navbar-logo.text_logo {
	width: auto;
}
.header-transparent .navbar-logo.text_logo .navbar-logo-wrap {
	color: #fff;
	font-size: 2em;
}
.header-transparent.header-shrink .navbar-logo.text_logo .navbar-logo-wrap {
	color: #111;
	font-size: 2em;
}
.footer_text_logo {
	color: #34343c;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 15px;
	display: block;
}
.footer_text_logo:hover {
	color: #34343c;
	text-decoration: none;
}
.sidebar-trigger.sidebar-trigger-style-white > i {
	color: #fff;
	font-size: 1.5em;
}
.header-shrink .sidebar-trigger.sidebar-trigger-style-white > i {
	color: #111;
}
.footer-news-list-item a {
	display: inline-block;
	padding: 5px;
}
div.sidebar-nav .sidebar-nav-title {
	font-size: 20px;
}
section.procedura-koraci .news-v2-title {
    font-size: 20px;
}
.news-v2:hover .text_koraci {
    color: #fff;
    transition-duration: 100ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.heading-v1.bottom-v1 .heading-v1-subtitle {
    max-width: 100%;
}
.gallery-1 .col-4 .image-gallery-v2 {
    max-height: 200px;
    overflow: hidden;
}
img.img2 {
    object-fit: cover;
}
.gallery-2 .col-2 .image-gallery-v2 {
    max-height: 300px;
}
.gallery-2 .col-2 .image-gallery-v2 img {
    object-fit: cover;
}

/* Gallery */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
img.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.galleryBox div.modal {
    z-index: 99999;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.galleryBox .modal-content img {
    max-height: 100%;
    width: auto !important;
    float: none;
    display: block;
    margin: auto;
}
.galleryBox div.modal-content {
    background-color: transparent;
    height: 100%;
}
.galleryBox .modal-content > div {
    height: 100%;
}
.galleryBox span.close.cursor {
    opacity: 0.9;
}
.gallery-box-1 {
    text-align: center;
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.gallery-box-1 > .column {
    display: inline-block;
    float: none;
    /*width: 270px;
    height: 200px;*/
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.gallery-box-1 > .column img {
    object-fit: cover;
    width: 270px;
    height: 200px;
    cursor: pointer;
    transition-duration: 0.5s;
}
.gallery-box-1 > .column img:hover {
    opacity: 0.8;
}
.galleryBox.preposle .gallery-box-1 > .column {
    width: calc(50% - 20px);
    padding: 0;
    margin: 10px;
}
.galleryBox.preposle .gallery-box-1 > .column img {
    width: 100%;
    height: 300px;
}
.galltext {
    position: absolute;
    bottom: 0;
    z-index: 99;
    color: #fff;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    font-size: 1.5em;
    line-height: 2;
    text-transform: uppercase;
}


/* Gallery ends */

.cenovnik {
    column-count: 2;
}
.proizvod {
    display: flex;
    width: 100%;
    /*table-layout: fixed;*/
    margin-bottom: 20px;
    position: relative;
    justify-content: space-between;
}
.proizvod > div {
    display: inline-block;
}
.razmak {
    border-bottom: solid thin #ccc;
    bottom: 3px;
    position: absolute;
    width: 100%;
    left: 0;
}
.cena {
    width: 70px;
    padding-left: 8px;
    background-color: #fff;
    z-index: 9;
    position: relative;
}
.naziv {
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding-right: 8px;
}
div#confirmation, div#confirmation2 {
    margin-top: 5px;
}
div#confirmation.success, div#confirmation2.success {
    color: green;
}
div#confirmation.error, div#confirmation2.error {
    color: red;
}
img.lang_img {
    height: 12px;
    transition-duration: 0.4s;
}
span.pclang > a {
    margin: auto 5px;
}
.lang_nav .topbar-c-actions-item > a:hover img {
    opacity: 0.5;
}
.header-transparent .navbar-nav a.nav-item-child {
    margin-left: 3px;
    margin-right: 3px;
}
a.sidebar-trigger {
    padding-left: 15px;
}
img.topviber {
    height: 20px;
}
.topbar-c .topbar-c-contacts li.topbar-c-contacts-item {
    padding: 5px 10px;
}
.topbar-c .topbar-c-actions li.topbar-c-actions-item {
    padding: 5px 10px;
}
.topbar-c .topbar-c-actions li.topbar-c-actions-item-divider {
    padding: 5px 10px;
}
.topbar-c .topbar-c-contacts li.topbar-c-contacts-item:before {
    display: none;
}
.header-shrink div.topbar-c {
    display: none !important;
    margin-top: auto;
}





/* end global ********************************************************************/

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

div.cenovnik {
    column-count: 1;
}
.header-transparent .navbar-logo.text_logo {
    width: auto;
    margin: auto;
}
.header-transparent .navbar-logo.text_logo a.navbar-logo-wrap {
    font-size: 1.4em;
}
.galleryBox .gallery-box-1 > .column {
    width: 49%;
}
.gallery-box-1 > div.column img {
    height: 150px;
}
div.galleryBox div.modal {
    padding-top: 80px;
}
.galleryBox.preposle .gallery-box-1 > div.column img {
    height: 200px;
}
body.mobshrink {
    padding-top: 91px;
}
header.header-transparent.belgrade-trans {
    background-color: rgba(1, 17, 162, 1);
}
header.header-transparent.belgrade-trans.mobshrink {
    background-color: rgba(1, 17, 162, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header-transparent.belgrade-trans.mobshrink a.navbar-logo-wrap {
    font-size: 1.4em !important;
    color: #fff !important;
}
.header-transparent.belgrade-trans.mobshrink .sidebar-trigger.sidebar-trigger-style-white > i {
    color: #fff !important;
}
.header-transparent .navbar-toggle span.toggle-icon {
    background: #fff !important;
}
.header-transparent .navbar-toggle span.toggle-icon:before, .header-transparent .navbar-toggle span.toggle-icon:after {
    background: #fff !important;
}
.header-transparent div.menu-container ul.nav {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
}
.header-transparent ul.navbar-nav .nav-item-child {
    border-radius: 0 !important;
    padding: 12px 15px;
    color: #fff;
}
.header-transparent ul.navbar-nav .nav-item-child.active {
    color: rgba(1, 17, 162, 1);
}
.header-transparent div.theme-toggle-content {
    display: block;
}
ul.lang_nav {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1;
}
ul.lang_nav > li {
    display: inline-block !important;
}
.topcontact {
    display: none;
}
.topbar-c ul.topbar-c-actions li.topbar-c-actions-item {
    margin: auto !important;
}








} /* /max-width:767px ****************************************************************/