

/*slajder*/
#slajder_proizvoda .main-slajder{
  width: 100%;
}

#slajder_proizvoda .main-slajder-inner{
  max-width: 1200px;
  max-height: 350px;
  margin-left: auto;
  margin-right: auto;
}

#slajder_proizvoda .carousel-control{
    height: 100%;
    text-align: center;
}

#slajder_proizvoda .d_slide_arrow{
    height: 100%;
    display: table;
}

#slajder_proizvoda .d_slide_arrow_arr{
    height: 100px;
    font-size: 50px;
    color: #0071b7;
    display: table-cell;
    vertical-align: middle;
}

#slajder_proizvoda .carousel-control.left{
    background:none;
}

#slajder_proizvoda .carousel-control.right{
    background:none;
}

#slajder_proizvoda .acrl{
    padding-left: 50px;
}

#slajder_proizvoda .acrd{
    padding-right: 50px;
    float: right;
}


#slajder_proizvoda .slider_image {
    width: 75%;
    margin-right: 4%;
    margin-left: 20%;
}

#slajder_proizvoda .text_holder{
    width: 75%;
    margin-right: 20%;
    margin-left: 4%;
    margin-top: 40px;
    background: #ffa83b;
    color: #FFF;
    border-radius: 5px
}

#slajder_proizvoda .text_naslov{
	width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "RobotoBold";
    line-height: 28px;
}

#slajder_proizvoda .text_opis{
	width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 991px) {
	

		#slajder_proizvoda .text_holder, #slajder_proizvoda .slider_image{
		    margin-right: 12%;
		    margin-left: 12%;
		}
		
}


