input[type="text"], input[type="email"], textarea {
    width:100%;
}
input[type="submit"], input[type="submit"]:hover{
    width:100%;
}
.content {
    width: 100%;
    margin: 40px 0;
}
#response{
    min-height: 30px;
    display: block;
    clear: both;
    text-align: center;
}
.entry-content ul {
    list-style-type: none;
}
.blinkNotify{
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color:red;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.zahtev{
    line-height: 37px;
    font-size: 17px;
    margin-top: 20px;
    text-transform: uppercase;
}
b{
    /*color: #000;*/
    font-weight: 600;
}
#posaljizahtev{
    background: #f7941e;
    font-size: 25px;
    padding: 12px 36px;
    color: black;
    margin-top: 20px;
    display: inline-block;
}
a.preuzmi{
    background: #f37020;
    font-size: 20px;
    padding: 12px 20px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}



a.preuzmi:hover {
    color: #fff;
    text-decoration: none;
}




#formaResp{
    color: red;
}
#promenaubs,#promenaubstxt{
    display: none;
}



.typeubs{
    margin: 0;
    padding: 0;
    margin-bottom: 40px !important;

}

.typeubs li {
    /*float:left;*/
    display: inline-block;
    margin:0 5px 0 0;
    width:48%;
    height:auto;
    position:relative;
    line-height: 19px;
    font-size: 16px;
    vertical-align: top;
    margin-top: 10px;
}

.typeubs label, .typeubs input {
    display:block;
    /*position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;*/
}

.typeubs input[type="radio"] {
    opacity:0.01;
    z-index:100;
    display: none;
}

.typeubs input[type="radio"] + label {
    background:#999999;
}


.typeubs input[type="radio"]:checked + label,.Checked + label {
    background:#f7941e;
}

.typeubs label {
     padding:15px;
     border:0px solid #CCC;
     cursor:pointer;
    z-index:90;
    color:#FFFFFF;
}

.typeubs label:hover {
     background: #f7941e !important;
     /* #0a9de2  */
}

@media screen and (max-width: 400px) {
.typeubs li {
    width:96%;
}
}



.entry-content{
    width: 80%;
    margin-left: 10% !important;  
    /*text-align: justify;*/
}

#gikform input[type="radio"] {
    margin-left: -15px;
}
#gikform li {
    margin-bottom: 12px;
}
#gikform li label {
    display: block;
    /*line-height: 20px;*/
}
i{
    font-style: italic;
}

b a,
b a:hover {
    color: #f37020;
    text-decoration: none;
}