html,
body,
header,
.jarallax {
  height: 100%;
  
}

@media (min-width: 560px) and (max-width: 740px) {
    html,
    body,
    header,
    .jarallax {
      height: 500px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #23242a!important;
    }
    .navbar {
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    }
}
.partner
{
	/*width: 200px;*/
	height: 80px;
	filter: grayscale(100%);
	transition: 0.4s;
}
.partner:hover
{
	filter: none;
	transition: 0.4s;
}

.nav-item a{
	border-bottom:2px solid #e61a4a;

  transition: 1.3s;
}

.nav-item a:hover, a.active_link{
	border-color: #ffcc01;
	transition:none;
  
}

.vertical_line
{
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #1C5FA7, rgba(0, 0, 0, 0)); */
    background-image: linear-gradient(to bottom,#45cafc,#303f9f);
    width: 1px;
    height: 100%;
}
@media(max-width: 750px)
{
    .vertical_line
    {
        display: none;
    }
}
.col-centered
{
    margin: auto;
}
#message_box{
  display:none;
}
#error_box{
  display:none;
}

.product-box h3, .product-box h4 {
    font-family: "Open Sans", sans-serif;
    color: #001039;
}

.product-box {
    margin: 0;
	background:#424242;
	/*height:225px;*/
	height:110px;
	border-top:1px solid #ececfb;
	border-left:1px solid #ececfb;
}

.product-box .list-img {
	height:110px;
	background:#ffffff;
	margin-top:8px;
	
}
.product-box .list-img img {
  max-height:100%;
  max-width:100%;
}

.category_product .lead{
  font-size:1.1rem;
}



.product-box .icon-product
{
   height:110px;
  margin-top:8px;
  padding-top:25px;
  padding-bottom:5px;
}
.product-box .icon-product img {
  max-height:100%;
  max-width:100%;
}


.product-box:hover
{
  cursor: pointer;
  /*box-shadow: 1px 1px 20px 1px #000;*/
  /*border-color:#ff26ff;*/
  transition: 0.4s;
}


.product-box .text {
    margin: 0 auto;
    padding: 6px;
	min-height:30px;
}

.padding_0 {
	padding:0;
	padding:0px!important;
	
}
/*
.product-box h3 {
    font-weight: 700;
    font-size: 18px;
	color:#fecc00;
}
*/
.product-box .text {
    font-weight: 300;
    font-size: 18px;
	line-height:1.0 rem;
	color:#fecc00;
}

.product-box a:hover {
	color:#ffffff;
}


.product-box h4 {
    font-weight: 500;
    font-size: 15px;
    margin-top: 100px
}

.product-box img {
    margin: 0 auto
}
.proizvod {
    background:#fafafa;
}

.category-title-product
{
  border-bottom: 3px solid #ddd;
  border-top: 3px solid #ddd;
  font-size: 40px;
  border-radius: 9px;
}

.customer-line
{
  background: #ededed;
  padding: 10px;
}

.media a
{
  color: #ffb400;
  font-size: 20px;
}

.collapsed-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*transition: 2s;*/
}
.collapsible-content
{
  cursor: pointer;

   outline: none;
}
@media (max-width: 900px)
{
    .collapsible-content:after {
      content: "-";
      background: #ffc107;
      padding: 5px;
      color: #fff;
      float: right;
    }

    .collapsed-content:after {
       content: "+";
       background: #e61a4a;
       padding: 5px;
       color: #fff;
       float: right;
    }

}
.product-category
{
	background: #eee;
	padding-right: 5px;
}
.product-category img
{
	text-align: center;
	margin: 0 auto;
}

#error_box a{
	color:#000000;
}

.overflow_hidden{
	overflow:hidden;
}

.nav-item a{
	white-space:nowrap;
}

