.col-margin-top{

}

.slider-container{
    overflow: hidden;
}
.right-slider-control{
  right: 0;
  left: auto;
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
  background-repeat: repeat-x;
}
.left-slider-control{
  left: 0;
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
  background-repeat: repeat-x;
}
.slider-control {
  position: absolute;
     top: 50%;
  bottom: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.menu-icon{
  height: 30px;
}
img.errorPage{
  width: 40%;
}
.loader{
display: block;
}
.col-margin-top-img{
margin-top: 20px;
}
.logoFix{
    margin-left: -20px;
}
.proizvod img{
  margin-top: 5px;
}
.proizvod > .caption  {
    padding: 5px !important;
        margin-top: 22px;
    color: #333;
}
.galHolder {
    overflow: hidden;
    position: relative;
    width: 100%;
    /* height: 230px; */
}
.proizvod img{
  max-height: 390px !important;
}
.imgCarusel{
  max-height: 800px;
}
.slider-list{
  max-height: 600px;
}
.imgLabel{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  bottom: 0;
  left: 0;
  "lineHeight": 30px;
  height: 30px;
  padding:0 10px;
  color: white;
}
.col-margin-top-doc{
    margin: 10px 0px 10px 0px;
}
.slider-decorator-2{
  display: none !important;
}
.imgHolder{
  overflow: hidden;
  position: relative;
  width: 100%;
      height: 230px;
}
.rd3-piechart-label{
    color: #FFFFFF;
    fill: white !important;
    font-size: 17px;
}
.onamaPic{
width: 100%;
    margin-top: 10px;
}
.gallery{
          height: 230px;
}
.onamaList{
color:#1B548C;
font-weight: bold;
}
.onamaHeading{
    margin-top: 6px;
    margin-bottom: -7px;
}
.onamaHeading2{
    margin-top: 6px;
    margin-bottom: 20px;
}
.pdf-container{

width: 100%;
height: 620px;
}
.rd3-piechart-arc line{
    display: none !important;
}
.pocetna-img{
    width: 75%;
margin: 0 auto;
}
.header-text{
        margin-top: 0px;
    margin-bottom: 0px;
}
.language{
    position: absolute;
    right: 6px;
    top: 23px;
}
.language img{
  width: 30px;
}
.language ul{
  list-style-type: none;
}
.language ul li{
 cursor: pointer;
}
#footer{
        position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 0px;
    background-color: #1B548C;
    margin-top: 20px;
    color: white;
}
#footer img{
   width: 8%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.index-content{
    background-color: #1B548C;
    width: 100%;
    border-radius: 4px;
    color:white;
    padding:30px 10px 10px 10px;
}

.index-content p{
    text-align: justify;
    padding: 5px 5px 5px 5px ;
    font-size: 17px;
}

.img-slide{
    width: 100%;
}
.logo-text{
        width: 77%;
        min-width: 210px;
        margin-top: 8px;
}
.logo{
    max-width: 119px;
    margin-top: 10px;
}

@media (max-width: 992px) {
.logo {
    width: 100%;
    max-width: 100px;
    margin-top: 10px;
}
/*.logo-text {
    width: 100%;
    min-width: 210px;
    margin-top: 0px;
}*/
.logoFix{
margin-left: 0px;
}
}

@media (max-width: 1580px) {
.logo-text{
        width: 100%;
        min-width: 246px;
        margin-top: 18px;
}
}

@media (min-width: 1580px) {
.logo-text{
            width: 63%;
    min-width: 244px;
    margin-top: 18px;
    margin-left: -210px;
}
}

.navbar {
    position: relative;
    min-height: 120px !important;
    margin-bottom: 20px;
   /* border: 1px solid transparent;*/
}


a{
color:blue;
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.reference-img{
      width: 100% !important;

}
.reference-link{
    height: 160px !important;

    overflow-x: hidden;
}

.callout-blue{
	border-left: 3px solid;
	border-left-color: #4488ce;
}

.formacv-main{
	cursor: pointer;
}
.formacv-main:hover{
	color:rgb(68, 136, 206);

}

.border-left-hr{
	border-left:1px solid white;
}

.mojBtn{
	margin: 0 auto;
}

#CVmodal{
	color:black;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.no-margin{
	margin: 0;
}

.dropdown-style{
	padding: 46px;
font-family: monospace;
font-weight: bold;
}

.uploaded-stuf{
	overflow: hidden;
	text-overflow: ellipsis;
}
.errors{
	font-style: italic;
font-size: 12px !important;
color: red;
}
.myElipsis{
	overflow: hidden;
	text-overflow: ellipsis;
}

.deleteFile{
	float: right;
  color: red;
  cursor: pointer;
  font-size: 17px !important;
}
