body {
    margin:0;
    padding:0;
    height:100%;
}
@font-face { font-family: DuperPro-Bold; src: url("DuperPro-Bold.otf") format("opentype"); }

.filter-button:hover
{
    font-size: 18px;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: white;

}
.btn-default:active .filter-button:active
{
    background-color: white;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.copyright{
    text-align:center;
    color: white;
}

.social{
    text-align:right;
    color: white;
}

.pravila{
    font-family: 'DuperPro-Bold';
    text-align: center;
}

.pravilabox{
    font-family: 'DuperPro-Bold';
    background-color: white;
    height: auto;
    margin-bottom: 1cm;
}

#footer {
    font-family: 'DuperPro-Bold';
    position:fixed;
    left:0px;
    bottom:0px;
    height:20px auto;
    width:100%;
    background:black;
    padding-top: 0.2cm;
    color: whitesmoke;
}

/* IE 6 */
* html #footer {
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.myButton {
    background-color:#fa0f0f;
    -moz-border-radius:24px;
    -webkit-border-radius:24px;
    border-radius:24px;
    border:3px solid black;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family: 'DuperPro-Bold';
    font-size:20px;
    padding:17px 35px;
    text-decoration:none;
    margin-bottom: 1cm;
}
.myButton:hover {
    text-decoration:none;

    background-color:#ff0033;
    color: white;
}
.myButton:active {
    position:relative;
    top:1px;
}

.novo, .novo:hover{
    font-family: 'DuperPro-Bold';
    color: gray;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;

}

.popularno, .popularno:hover{
    font-family: 'DuperPro-Bold';
    color: gray;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.active{
color: black;
border-bottom: 1px solid black;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: gray !important;
}

.glavni{
    font-family: 'DuperPro-Bold';
    background-color: white;
    padding-bottom: 2cm;
}

.linija{
    background-color: #D90007;
    margin-bottom: 1cm;
    box-shadow: 0px 5px;
}

.galerija{
    background-color: white;
}

.pretraga{
    border: solid 1px grey;
}

.okvir{
    border: solid 15px #D90007;
    transform: rotate(355deg);
}

.naslov{
    text-align: center;
    font-family: 'DuperPro-Bold';
    font-size: 40px;
    color: whitesmoke;
    text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
