@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto:300,400,500,700,900|Work+Sans&display=swap');

body{
    overflow-x: hidden;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.btn{
    padding: 0px !important;
    padding: 3px 5px 3px 5px !important;
}

.input-group-text{
    background-color: #fff !important;
    border-left: 1px solid #B3B3B3 !important;
}

p, h1, h2, h3, h4, h5, h6{
    margin-bottom: 5px;
}


.tooltipp .tooltiptext{
    z-index: 100 !important;
}

#contact {
    padding-top: 120px;
    padding-bottom: 120px;
}

.contact-form h3 {
    border-bottom: 1px solid #c5c5c5;
    padding-bottom: 5px;
}

.contact-form p {
    font-size: .8rem;
    padding-top: 50px;
    padding-bottom: 20px;
}

.contact-form form input {
    width: 60%;
}

.contact-form form input, .contact-form form textarea {
    border: 1px solid #337299;
}

.contact-form form button {
    border: none;
    background-color: #337299;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    transition: all .4s;
}

.contact-form form button:hover {
    opacity: .8;
}

.contact-form ul {
    list-style: none;
    margin-top: 50px;
    padding: 0px;
}

.contact-form ul li {
    margin-bottom: 15px;
}

.contact-form ul li a {
    text-decoration: none;
    color: #000;
}

.nosilac-cena {
    background-color: #337299;
    color: #fff !important;
    padding: 5px 10px;
    width: 200px;
}

.slick-vertical .slick-slide {
    padding: 15px 0;
}


.first-header {
    /*position: sticky;*/
    /*top: 0;*/
        /*z-index: 2;*/
    border-top: 10px solid #337299;
    background-color: #fff;
    width: 100%;
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #337299;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
  outline: none !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.header{
    padding-top: 10px;
    padding-bottom: 10px;
}

.header img{
    height: 60px;
}

.header nav{
    padding-left: 0px;
    padding-right: 0px;
}

.header ul{
    margin-left: 10px;
}

.header li{
    margin-left: 40px;
}

#toTop {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid rgb(51, 114, 153);
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 100;
    text-align: center;
    background-color: white;
}

#toTop:hover{
    background-color: #EFEFEF;
}

@media(max-width: 992px) {
    .header li{
        margin-left: 0px;
    }
    
    .header ul{
        text-align: center;
    }
    
    .header a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .header a:hover{
        border-bottom:none;
        background-color: #337299;
        color: #fff;
    }
}

.header li:first-child{
    margin-left: 0px;
}

.header a{
    color: #000;
    font-size: 14px;
    /*border-bottom: 2px solid #fff;*/
    transition: all .4s;
}

.header a:hover{
    background-color: #337299;
    color: #ffffff;
    border-radius: 3px;
}

.search{
    background-color: #337299;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: sticky;
    top: 0px;
    z-index: 2;
}

.search span {
    cursor: pointer;
}

.search span img {
    transition: all .4s;
}

.search span:hover > img {
    transform: scale(.9);
    transition: all .4s;
}

.search input::placeholder{
    font-size: 14px;
}

.bread{
    background-color: #f2f2f2;
    padding: 12px 0px;
}

.bread a{
    color: #337299;
    text-decoration: none;
}

.registar{
    padding-top: 60px;
    padding-bottom: 60px;
}

.registar img {
    margin-left: 35px;
}

.registar h3{
    /*font-size: 35px;*/
    margin-bottom: 15px !important;
}

.registar p{
    /*color: #818181;*/
}

.baner{
    padding-top: 15px;
    padding-bottom: 0px;
}

.form-group{
    margin-bottom: 0px;
}

.hover {
    background-color: #fff;
    transition: all .4s;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #EFEFEF;
}

/*.hover img {*/
/*    filter: grayscale(85%);*/
/*}*/

/*.hover img:hover {*/
/*    filter: bluescale(80%);*/
/*}*/

.hover a.arrow-right-wrapper {
    background-image: url('../../images/web/arrow-light.png');
    background-position: center;
    background-size: cover;
    height: 88px;
    width: auto;
    transition: all .4s;
}

.hover a.arrow-right-wrapper:hover {
    background-image: url('../../images/web/arrow-blue.png');
}


.read-more-link {
    display: inline-block;
}

.hover-naziv {
    font-size: 28px;
}

@media (max-width: 768px) {
    
    .read-more-link {
        float: right;
        margin-top: 20px;
    }
    
    .read-more-link img {
        width: 50px;
        height: 50px;
    }
    
    .hover-naziv {
        font-size: 20px !important;
    }
    
    .hover-naziv span {
        font-size: 14px;
    }
    
    .hover a.arrow-right-wrapper {
        
        /*float: right;*/
        margin-top: 10px;
        
        width: 50px;
        height: 50px;
    }
    
}

@media (max-width: 320px) {
    
    .footer h4 {
        font-size: 12px !important;
    }
    
    .footer img {
        height: 35px !important;
    }
    
    .footer p {
        font-size: 12px !important;
    }
    
}

@media (max-width: 1024px) {
    
    .footer h4 {
        font-size: 12px !important;
    }
    
    .footer img {
        height: 35px !important;
    }
    
    .footer p {
        font-size: 12px !important;
    }
    
}

.hover:hover{
    background-color: #EFEFEF;
}

.hover p{
    font-size: 1.4rem;
}

.sastav{
    font-size: 1rem;
    color: #B3B3B3;
}

.pakovanje{
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.hover h5{
    font-size: 15px;
}

.blueColor{
    background-color: #fff;
    color: #fff;
    transition: all .4s;
}

.blueColor:hover{
    background-color: #337299;
}

.blueColor h1{
    margin-top: 13px;
}

.slider{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}


.slick-slide img {
    margin: 0 auto;
}

.prikaz{
    padding-top: 80px;
    padding-bottom: 80px;
}

.nazivLeka{
    font-size: 35px;
    color: #18a138;
    font-weight: bold;
}

.margin_40 {
    margin-left: 40px;
}

 .margin_60{
     margin-left: 60px;
 }
 
 .margin_90{
     margin-left: 90px;
 }
 
 .margin_120{
     margin-left: 120px;
 }
 
 .margin_150{
     margin-left: 150px;
 }

@media(max-width: 768px) {
    .nazivLeka {
        display: block;
    }
    
    .margin_40{
        margin-left: 0px;
    }
    
    .margin_60{
        margin-left: 10px;
    } 
    
    .margin_90{
        margin-left: 20px;
    }
    
    .margin_120{
        margin-left: 30px;
    }
    
    .margin_150 {
        margin-left: 40px;
    }
    
    
}

.prikaz ul{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.prikaz ul li{
    margin-bottom: 5px;
    font-weight: 500;
}

.nosilac{
    font-weight: 500;
}

.okvirnaCena{
    margin-top: 40px;
}

.okvirnaCena a{
    background-color: #337299;
    color: #fff;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: none;
}

.okvirnaCena a:hover{
    background-color: #337299;
}

.nadjiLek p{
    font-weight: 500;
    margin-bottom: 18px;
}

.nadjiLek button{
    border-radius: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 5px;
}

.nadjiLek img{
    margin-top: 20px;
}

.nadjiLek span{
    margin-left: 10px;
    padding: 3px 6px;
}

.dropdownInfo{
    margin-top: 30px;
    margin-bottom: 30px;
}

.dropdownInfo button{
    width: 100%;
    background-color: #337299;
    color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    font-weight: bold;
    border: none;

}

.dropdownInfo button:focus {
    box-shadow: none;
}

.dropdownInfo button:first-child {
    margin-bottom: 15px;
}

.dropdownInfo button:hover{
    background-color: #337299;
}

.dropUpotreba{
    margin-top: 20px;
}

.card-body{
    border: none;
}

.card-body p{
    font-size: 1rem;
    margin-bottom: 10px;
}

.footer{
    background-color: #337299;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff !important;
}

.footer img{
    height: 50px;
    margin-top: -23px;
}

.footer h4{
    font-size: 14px;
}

.footer p{
    font-size: 12px;
}

.footer a{
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
}

.footerWhite{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #818181;
}

.footerWhite p{
    font-size: 13px;
       margin-top: 5px;
}

.footerWhite a{
    color: #818181;
    text-decoration: none;
    font-size: 13px;
}

.nadjilek-img:hover {
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
}