

@font-face {
    font-family: 'DrukText-Medium';
    src: url('../font/DrukText-Medium.woff') format('woff'),
    url('../font/DrukText-Medium.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'DrukText-MediumItalic';
    src: url('../font/DrukText-MediumItalic.woff') format('woff'),
    url('../font/DrukText-MediumItalic.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'Georgia Italic';
    src: url('../font/Georgia-Italic.woff') format('woff'),
    url('../font/Georgia-Italic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    }
    

@font-face {
    font-family: 'Georgia Bold Italic';
    src: url('../font/Georgia-BoldItalic.woff') format('woff'),
    url('../font/Georgia-BoldItalic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    }




/*  BOJE:
    color: #18232f;
    color: #e64314;  */


/*  ŠIRINE:
    BIG: 1558px;
    md: 1244px; 
    sm-do 1022px: 100%; padding: 20px;
    xs-do 768: 100%; padding: 0;    */
    

    .center {
        text-align: center;
        }

    button.izbor-sve {
        font-family: 'Slabo 27px', serif;
        font-weight: 400;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: .5px;
        background-color: #345070;
        border: none;
        border-radius: 22px;
        padding: 4px 50px;
        margin: 12px 0 16px 0;
        width: auto;
        }


        button.izbor-sve:hover {
            background-color: #1e3550;
            }

            button.izbor-sve:focus {
                outline: none;
                }

                button.izbor-sve a {
                    color: #ffffff;
                    }


        .forma-group {
            padding-top: 30px;
            }


        .mail-input {
            display: block;
            margin: 10px auto;
            width: 100%;
            padding: 15px 18px 12px 18px;
            font-size: 24px;
            }


        label.mail {
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 20px;
            }


            label.vrsta {
                font-family: 'Slabo 27px', serif;
                font-weight: 400;
                font-size: 50px;
                }

        label.vrsta h1 {
            display: inline-block;
            font-family: 'Slabo 27px', serif;
            font-weight: 400;
            font-size: 32px;
            line-height: 40px;
            letter-spacing: -1px;
            margin-bottom: 8px;
            margin-top: 0;
            }



            a.preview {
                font-family: 'DrukText-Medium', sans-serif;
                font-weight: 400;
                color: #D1370B;
                text-transform: uppercase;
                font-size: 22px;
                line-height: 34px;
                margin: 5px auto 0 auto;
                text-decoration: none;
                }

            a.preview:hover {
                color: #a52f0f;
                text-decoration: none;
                }

            a.preview:focus {
                outline: none;
                }

                .red {
                    margin-top: 50px;
                }




                input[type="checkbox"] {
                    line-height: 20px;
                 }

                 /* input[type="checkbox"] {
                     position: absolute;
                     left: -20px;
                 } */

                 input[type="checkbox"] {
                    transform: scale(2.65);
                    border-radius: 0;
                    width: 14px;
                    }

                 input[type="checkbox"] + label {
                     position: relative;
                     overflow: hidden;
                     cursor: pointer;
                 }


                 input[type="checkbox"] + label::before {
                    content: "";
                    display: block;
                    height: 28px;
                    width: 28px;
                    background-color: transparent;
                    border: 3px solid rgb(0, 0, 0);
                    border-radius: 0;
                    transform: translateY(-27px);
                    margin: 0 auto 10px auto;
                    }
                 
                 
                 /* input[type="checkbox"]:checked + label::after {
                    content: '';
                    position: absolute;
                    width: 15px;
                    height: 5px;
                    background: rgba(0, 0, 0, 0);
                    top: 8px;
                    left: 15px;
                    border: 5px solid #1062a4;
                    border-top: none;
                    border-right: none;
                    -webkit-transform: rotate(-45deg) translate(-11px, -20px);
                    -moz-transform: rotate(-45deg) translate(-11px, -20px);
                    -o-transform: rotate(-45deg) translate(-11px, -20px);
                    -ms-transform: rotate(-45deg) translate(-11px, -20px);
                    transform: rotate(-45deg) translate(-11px, -20px);
                    } */



        p.opis, p.recaptcha-text {  
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            color: #1D1D1D;
            font-size: 15px;
            line-height: 20px;  
            margin: 20px 0 0 0;
            }


        h3 {
            font-family: 'Georgia Italic', serif;
            font-size: 20px;
            line-height: 28px;
            letter-spacing: 0.3px; 
            color: #575757;
            }

            .vp-line {
                    border-top: 1px solid #18232f;
                    margin: 65px auto;
                    }


                    .g-recaptcha {
                        margin: 28px 0;
                    }

                    .g-recaptcha >div {
                        margin: 0 auto;
                    }



        button#prijava {
            font-family: 'Slabo 27px', serif;
            font-weight: 400;
            color: #ffffff;
            text-align: center;
            font-size: 20px;
            line-height: 30px;
            letter-spacing: .5px;
            background-color: #FA292A;
            border: none;
            border-radius: 22px;
            padding: 6px 44px;
            margin: 12px auto 100px auto;
            }


            button#prijava:hover {
                background-color: #dd1717;
                }

                button#prijava:focus {
                    outline: none;
                    }

                    button#prijava a {
                        color: #ffffff;
                        }


/* MEDIA QUERIES */
    
    
@media (min-width: 576px) {

    label.vrsta h1 {
        font-size: 46px;
        line-height: 44px;
        letter-spacing: -1.2px;
        margin-bottom: 8px;
        margin-top: 0;
        }

    input[type="checkbox"] + label::before {
        display: inline-block;
        /* vertical-align: -2%; */
        height: 30px;
        width: 30px;
        transform: translateX(-32px);
        margin: 0;
        }

        input[type="checkbox"] {
            transform: scale(2.6);
            border-radius: 0;
            height: 36px;
            width: 14px;
            }

    /* input[type="checkbox"]:checked + label::after {
        width: 30px;
        height: 10px;
        top: 21px;
        left: 10px;
        border: 6px solid #1062a4;
        border-top: none;
        border-right: none;
        } */
    
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
            

        