@-webkit-keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes Gradient { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  
    #novostipage .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novostipage .card {
        width: auto;
        height: auto;
        
        margin-top: 10px;
        background-color:  #EBF5FB;
        margin: 0 auto; 
        font-size: 16px;    
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #novostipage .p-razmak-0 {
        margin-top: -27px;
    }

    #novostipage .p-razmak-1 {
        margin-top: -15px;
    }
   
    #novostipage .p-razmak-2 {
        margin-top:-25px;
    }

    #novostipage .p-razmak-3 {
        margin-top:-30px;
        font-size: 14px;  
    }

    #novostipage img {
        margin-top: -20px;       
    }  

    #novostipage .row {
        margin-top: 20px;       
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
    #novostipage .container-fluid {
        text-align: center;
        background-color:  white;

        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novostipage .card {
        width: auto;
        height: auto;

        margin-top: 10px;
        background-color:  #EBF5FB;
        margin: 0 auto; 
        font-size: 16px;    
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #novostipage .p-razmak-0 {
        margin-top: -27px;
    }

    #novostipage .p-razmak-1 {
        margin-top: -15px;
    }
   
    #novostipage .p-razmak-2 {
        margin-top:-25px;
    }

    #novostipage .p-razmak-3 {
        margin-top:-30px;
        font-size: 14px;  
    }

    #novostipage img {
        margin-top: -20px;       
    }   

    #novostipage .row {
        margin-top: 20px;       
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
    #novostipage .container-fluid {
        text-align: center;
        background-color:  white;

        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novostipage .card {
        width: auto;
        height: auto;

        margin-top: 10px;
        background-color:  #EBF5FB;
        margin: 0 auto; 
        font-size: 16px;    
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #novostipage .p-razmak-0 {
        margin-top: -27px;
    }

    #novostipage .p-razmak-1 {
        margin-top: -15px;
    }
   
    #novostipage .p-razmak-2 {
        margin-top:-25px;
    }

    #novostipage .p-razmak-3 {
        margin-top:-30px;
        font-size: 14px;  
    }

    #novostipage img {
        margin-top: -20px;       
    }
      
    #novostipage .row {
        margin-top: 20px;       
    }

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
    #novostipage .container-fluid {
        text-align: center;
        background-color:  white;

        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novostipage .card {
        width: auto;
        height: auto;
        
        margin-top: 10px;
        background-color:  #EBF5FB;
        margin: 0 auto; 
        font-size: 16px;    
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #novostipage .p-razmak-0 {
        margin-top: -27px;
    }

    #novostipage .p-razmak-1 {
        margin-top: -15px;
    }
   
    #novostipage .p-razmak-2 {
        margin-top:-25px;
    }

    #novostipage .p-razmak-3 {
        margin-top:-30px;
        font-size: 14px;  
    }

    #novostipage img {
        margin-top: -20px;       
    }

    #novostipage .row {
        margin-top: 20px;       
    }

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
    #novostipage .container-fluid {
        text-align: center;
        background-color:  white;
        border-style: solid;
        border-color: white;
        border-width: 12px;
        padding: 0;
        margin-top: 10px;
    }

    #novostipage .card {
        width: 65rem;
        height: auto;

        
        background-color:  #EBF5FB;
        margin: 0 auto; 
        font-size: 16px;    
        margin-bottom: 30px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    #novostipage .p-razmak-0 {
        margin-top: -27px;
    }

    #novostipage .p-razmak-1 {
        margin-top: -15px;
    }
   
    #novostipage .p-razmak-2 {
        margin-top:-25px;
    }

    #novostipage .p-razmak-3 {
        margin-top:-30px;
        font-size: 14px;  
    }

    #novostipage img {
        margin-top: -20px;       
    }

    #novostipage .row {
        margin-top: 20px;       
    }

}

#novostipage .card {
    transition: -webkit-transform 0.3s ease;
}

#novostipage .card:hover {
    transform: scale(1.01, 1.01);
}




#novostipage iframe{
    width: 100%;
    border: 2px solid #ccc;
}




#novostipageliga .card {
    transition: -webkit-transform 0.3s ease;

}

#novostipageliga .card:hover {
    transform: scale(1.01, 1.01);
}

























  
#novostipagearh .container-fluid {
    text-align: center;
    background-color:  white; 
    border-style: solid;
    border-color: white;
    border-width: 12px;
    padding: 0;
    margin-top: 10px;
}


#novostipagearh .card {
    font-family: Acme, sans-serif;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    line-height: 1;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color:deepskyblue;
    border-radius: 0.3rem;
    transition: -webkit-transform 0.3s ease;
}

/* Hover effects */
#novostipagearh .card:hover {
    transform: scale(1.01, 1.01);
}

#novostipagearh .text-cx1 {
    font-family: Acme, sans-serif;
    color: white; 
    font-size: 14px; 
    font-weight: 500; 
    margin-top: 10px;
}


#novostipagearh .text-cx2 {
    font-family: Acme, sans-serif;
    color: white; 
    font-size: 18px; 
    font-weight: 500; 
    margin-top: 10px;
}


#novostipagearh .text-cx3 {
    font-family: Acme, sans-serif;
    color: white; 
    font-size: 12px; 
    font-weight: 500; 
    margin-top: 10px;
}


