
textarea:focus, input:focus{
    outline: 0;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,  
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
.staticna>.tekst-stranice>p>ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    font-size: inherit;
    line-height: 1.4em;
}

body {
    line-height: 1;
    text-align: center;
    font-family: arial;
}
ol {
    padding-left: 20px;

}
ol, ul {

}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


header ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

header :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}

header ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}

header :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}


.red {
    display: inline-block;
    width: 1000px;
    text-align: left;
    position: relative;
}

header {
    background: #034da1;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
header .logo {
    display: inline-block;
    float: left;
}

header .top {
    display: inline-block;
    width: 390px;
    float: right;
    margin-top: 17px;
}

header .top .best {
    display: inline-block;
    float: left;
    width: 75px;
    margin-right: 10px;
    margin-top: 5px;
}
header .top .best img {
    width: 100%;
}
header .top form {
    position: relative;
    display: inline-block;
}
header .top form input {
    border: #fff solid 1px;
    padding: 10px;
    float: left;
    color: #fff;
    width: 200px;
    background: #034da1;
}

header .top form button {
    margin-left: -30px;
    color: #fff;
    border:0;
    background: none;
    float: right;
    display: inline-block;
    margin-top: 8px;
    margin-right: 20px;
}

header .top ul {
    display: inline-block;
    width: 85px;
    float: right;
    vertical-align: top;
    margin-left: -20px;
}
header .top ul li {
    display: inline-block;
    float: right;
    vertical-align: top;
}
header .top ul li img {
    width: 32px;
    margin: 2px 0px;
    vertical-align: top;
}
header .top ul li img:last-child{
    margin-left: 10px;
}

header .top form [placeholder], [placeholder], *[placeholder] {
    color: white !important;
}

nav {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-bottom: #034da1 solid 1px;
}
nav>.red>ul {
    padding: 0;
    margin: 0;
}
nav>.red>ul>li>a {
    display: inline-block;
    padding: 15px 20px;
    border-right: #034da1 solid 1px;
    color: #034da1;
    font-size: 13px;
    position: relative;
    margin: 0;
    text-decoration: none;
}
nav>.red>ul>li {
    display: inline-block;
    color: #034da1;
    font-size: 13px;
    position: relative;
    margin: 0 !important;
    z-index: 9;
    padding: 0 !important;
}

nav>.red>ul>li>a:hover {
    background: #034da1;
    color: #fff;
    cursor: pointer;
}

nav ul li .submeni {
    position: absolute;
    display: none;
    left: 0px; 
    top:43px;
    width: 200px;
    padding: 0;
    background: #034da1;
    z-index: 99;
    color: #fff;
}
nav ul li .submeni ul>a>li {
    color: #fff;
    width: 92%;
    font-size: 12px;
    display: inline-block;
    border-bottom: #fff solid 1px;
    padding: 11px 4%;
    line-height: 18px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

nav ul li .submeni ul>a>li:hover {
    background: #fff;
    color: #034da1;
}

nav ul li:hover > .submeni {
    display: inline-block;
}


.slider {
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

/*.slider img {
    margin-top: -20%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
}*/

.slider .textbox {
    display: inline-block;
    position: absolute;
    z-index: 4;
    width: 260px; 
    background: #fff;
    left: 0;
    margin-top: 60px;
    padding: 15px;
}

.slider .textbox h1 {
    color: #034da1;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.slider .textbox h2 {
    color: #000;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: normal;
}

.slider .textbox button {
    display: inline-block;
    float: right;
    background: #b81717;
    color: #fff;
    padding: 8px 30px;
    border:0;
    margin-top: 20px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.slider .textbox button:hover {
    background: #034da1;
    cursor: pointer;
}

.onama {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
}

.onama>.red>h1 {
    display: inline-block;
    width: 100%;
    border-bottom: #034da1 solid 2px;
    line-height: 3em;
    font-size: 20px;
    color: #034da1;
    text-align: left;
}

.onama>.red>p {
    padding: 10px 0 0;
    font-size: 12px;
    line-height: 1.4em;
}





.novosti {
    display: inline-block;
    width: 100%;
    margin: 25px 0;
}

.novosti>.red>h1 {
    display: inline-block;
    width: 100%;
    border-bottom: #034da1 solid 2px;
    line-height: 3em;
    font-size: 20px;
    color: #034da1;
    text-align: left;
} 
.novosti ul {
    display: inline-block;
    width: 100%;
}
.novosti ul a {
    text-decoration: none !important;
    margin:0;
    padding: 0;
}
.novosti ul li {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    border-bottom: #034da1 solid 1px;
    padding: 30px 1%;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.novosti ul li:hover {
    background: #034da1;
}
.novosti ul li:hover a h1 {
    color: #fff;
}
.novosti ul li:hover a h2 {
    color: #fff;
}
.novosti ul li > a >h1 {
    display: inline-block;
    color: #034da1;
    margin-bottom: 5px;
    line-height: 1.4em;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}
.novosti ul li > a > h2 {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6em;
    height: 70px;
    overflow: hidden;
}

.novosti ul li:first-child {
    margin-right: 4.5%;
}
.novosti ul li:last-child {
    margin-left: 4.5%;
}



.sekcija-3 {
    display: inline-block;
    width: 100%;
    margin:20px 0 40px 0;
}

.sekcija-3>.red>ul>li {
    display: inline-block;
    width: 30%;
    vertical-align: top; 
} 
.sekcija-3>.red>ul>li:first-child {
    margin-right: 4.5%;
}
.sekcija-3>.red>ul>li:last-child {
    margin-left: 4.5%;
}

.sekcija-3>.red>ul>li>h1 {
    display: inline-block;
    width: 100%;
    border-bottom: #034da1 solid 2px;
    line-height: 3em;
    font-size: 20px;
    color: #034da1;
    text-align: left;

}
.sekcija-3>.red>ul>li>ul>a>li {
    display: inline-block;
    width: 94%;
    padding: 10px 3%;
    color: #034da1;
    font-size: 16px;
    border-bottom: #034da1 solid 1px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.sekcija-3>.red>ul>li>ul>a>li:hover {
    background: #034da1;
    color: #fff;
}

.sekcija-3>.red .podrska-box {
    display: inline-block;
    background: #034da1;
    padding: 10px 3%;
    width: 94%; 
}


.sekcija-3>.red .podrska-box span {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0px;
}
.sekcija-3>.red .podrska-box span i {
    background: #b81717;
    padding: 10px;
    margin-right: 10px;
}

.sekcija-3>.red .podrska-box select {
    display: inline-block;
    width: 94%;
    padding: 20px 3%;
    line-height: 2em;
}
select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/strelica.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 5px 4%;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.partneri {
    display: inline-block;
    width: 100%;
    margin: 10px 0 20px 0;
}

.partneri>.red>h1 {
    display: inline-block;
    width: 100%;
    border-bottom: #034da1 solid 2px;
    line-height: 3em;
    font-size: 20px;
    color: #034da1;
    text-align: left;
    margin-bottom: 20px;
}

.partneri>.red>ul>li {
    display: inline-block;
    padding: 5px 10px;
    width: 140px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    border: #efefef solid 1px;
    margin: 10px 0;
}

.partneri>.red>ul>li img {
    height: 90%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}



footer {
    display: inline-block;
    background: #034da1;
    padding: 30px 0;
    width: 100%;
    color: #fff;
    margin-top: 40px;
}

footer>.red>ul>li {
    display: inline-block;
    margin: 0 10px; 
    font-size: 12px;
    line-height: 1.4em;
    float: left;
}
footer>.red>ul>li:last-child {
    margin-left: 20px;
    border-left: #fff solid 1px;
    padding-left: 30px;
}
footer .footer-nav {
    display: inline-block;
    float: right;
    margin-top: 35px;
    text-align: right !important;
    width: 60%;
}
footer .footer-nav ul {
    display: inline-block; 
    text-align: right;
    width: 100%;
}
footer .footer-nav ul li { 
    display: inline-block;
    font-size: 12px; 
    text-align: right;
    margin-left: 5px;
}
footer .footer-nav ul li a { 
    display: inline-block;
    font-size: 12px; 
    text-align: right;
}
footer .footer-nav ul a {
    text-decoration: none;
    color: #fff;
}

footer .footer-nav ul li:hover {
    text-decoration: underline;
}

footer .copyright {
    display: inline-block;
    float: right;
    font-size: 11px;
    margin-top: 40px;
    color: #d0e9ff; 
}

footer .copyright a {
    color: #fff;
    font-weight: bold;
}

footer .best-logo {
    float: right;
    width: 100px;
}




























.breadcrumbs {
    display: inline-block;
    font-size: 10px;
    background: #fff;
    margin-top: 10px;
    position: absolute;
    z-index: 4;
    padding: 3px 5px;
    float: left;
    left: 0;
}
.breadcrumbs ul {
    display: inline-block;
    width: 100%;
}

.breadcrumbs ul li {
    display: inline-block;
    margin: 0px 0px;
    padding: 6px 5px;
}
.breadcrumbs ul li:hover {
    text-decoration: underline;
}
.breadcrumbs ul li a {
    color: #666;
}


.podijeli {
    display: inline-block;
    font-size: 10px;
    position: relative;
    z-index: 4;
    padding: 3px 5px;
    right: 0;
    color: #034da1;
    float: right;
}
.podijeli ul {
    display: inline-block;
    width: 100%;
}

.podijeli ul li {
    display: inline-block;
    margin: 0px 0px;
    padding: 6px 15px;
    cursor: pointer !important;
    vertical-align: middle;
}
.podijeli ul li fb-share-button {
    padding-top: 15px;
}
.podijeli ul li a {
    color: #034da1 !important;
    text-decoration: none;
}
.podijeli ul li:hover {
    text-decoration: underline;
}
.podijeli ul li a {
    color: #666;
}









.slider-kategorija {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.slider-kategorija img {
    margin-top: -10%;
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 110%;
}
.slider-kategorija h1 {
    z-index: 2;
    color: #fff;
    display: inline-block;
    position: absolute;
    margin-top: 100px;
    font-size: 50px;
    padding: 10px;
    background: rgba(3, 77, 161, .8);
}


.novosti-lista {
    display: inline-block;
    width: 68%;
    float: left;
    vertical-align: top;
    margin-top: 30px;
}

.novosti-lista > h1 {
    display: inline-block;
    margin: 20px 0;
    font-size: 38px;
    color: #034da1;
}

.novosti-lista ul li {
    display: inline-block;
    width: 98%;
    text-align: left;
    padding: 15px 1%;
    margin: 5px 0;
    border-bottom: #034da1 solid 1px;
}

.novosti-lista ul li:hover {
    text-decoration: none;
    cursor: pointer;
}

.novosti-lista ul li>h1>span {
    background: #efefef;
    padding: 2px 5px;
    color: #666;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 2px 5px 0 0;
}
.novosti-lista ul li h1 {
    color: #034da1;
    font-size: 17px;
    line-height: 1.4em;
}
.novosti-lista ul li h2 {
    color: #000;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: normal;
    margin-top: 10px;
}

.novosti-lista .paginacija {
    display: inline-block;
    margin: 30px 0;
}

.novosti-lista .paginacija ul > a {
    color: #333 !important;
    text-decoration: none !important;
}

.novosti-lista .paginacija ul .active {
    background: #034da1;
    color: #fff;
}
.novosti-lista .paginacija ul li {
    display: inline-block;
    margin: 3px;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 12px;
    background: #efefef;
    width: auto;
}

.izvor {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #034da1;
    margin-top: 20px;
}  
.sidebar {
    display: inline-block;
    float: right;
    width: 28%;
    margin-top: 20px;
    margin-bottom: 20px;

}
.sidebar .box {
    margin-bottom: 30px;
}
.sidebar .box>h1 {
    display: inline-block;
    width: 100%;
    border-bottom: #034da1 solid 2px;
    line-height: 1.4em;
    font-size: 18px;
    color: #034da1;
    text-align: left;
    padding-bottom: 15px;

}

.sidebar .box>ul>a>li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 0;
    margin: 5px 0;
    border-bottom: #034da1 solid 1px;
} 
.sidebar .box>ul>a>li:hover {
    text-decoration: underline;
} 
.sidebar .box ul li h1 {
    color: #034da1;
    font-size: 14px;
    line-height: 1.4em;
}
.sidebar .box ul li h2 {
    color: #000;
    font-size: 10px;
    line-height: 1.4em;
    font-weight: normal;
}





.sidebar .linkovi {
    display: inline-block;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
}

.sidebar .linkovi>li {
    display: inline-block;
    width: 100%;
    padding: 0px 0;
    font-size: 14px;
    margin: 3px 0 0 0 !important;
    border: none !important;
}
.sidebar .linkovi>li>a>span {
    display: inline-block;
    margin: 0px;
    background: #034da1;
    color: #fff;
    width: 96%;
    padding: 9px 2%;
    font-size: 12px;
}
.sidebar .linkovi>li>a>span:hover {
    background: #fff;
    color: #034da1;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}
.sidebar .linkovi>li>a>.aktivno-link {
    background: #fff !important;
    color: #034da1 !important;
}
.sidebar .linkovi>li>ul>a>li {
    display: inline-block;
    width: 89%;
    padding: 5px 2%;
    border-left: #efefef solid 10px;
    margin: 5px 0 5px 3%;
    font-size: 12px;
    border-bottom: #efefef solid 1px;
    color: #000;
}
.sidebar .linkovi>li>ul>a>li:hover {
    background: #034da1;
    color: #fff;
}












.staticna {
    display: inline-block;
    width: 68%;
    float: left;
    vertical-align: top;
    padding-top: 40px; 
    color: #333;
}

.staticna > h1 {
    display: inline-block;
    margin: 20px 0;
    font-size: 38px;
    color: #034da1;
}

.tekst-stranice {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.4em !important;
    width: 100%;
}
.tekst-stranice h2 {
    font-size: 20px;
    line-height: 1.4em;
}
.tekst-stranice h3 {
    font-size: 17px;
    line-height: 1.4em;
}
.tekst-stranice h4 {
    font-size: 14px;
    line-height: 1.4em;
}
.tekst-stranice h5 {
    font-size: 11px;
    line-height: 1.4em;
}
.tekst-stranice h6 {
    font-size: 8px;
    line-height: 1.4em;
}
.tekst-stranice p {
    display: block;
    width: 100%;
    line-height: 1.4em !important;
}
.staticna p {
    display: inline-block;
    margin: 10px 0;
    line-height: 1.4em;
}
.staticna p a {
    color: #034da1;
}
.staticna .preuzimanje {
    display: inline-block;
    width: 100%;
}

.staticna .preuzimanje h1 {
    display: inline-block;
    width: 100%;
    color: #034da1;
    font-size: 18px;
    line-height: 3em;
    border-bottom: #034da1 solid 2px;;
}
.staticna .preuzimanje ul a {
    text-decoration: none !important;
}
.staticna .preuzimanje ul li {
    display: inline-block;
    padding: 10px;
    width: 90px;
    overflow: hidden;
    text-align: center;
    margin: 10px 5px;
}

.staticna .preuzimanje ul li img {
    width: 90%;
}

.staticna .preuzimanje ul li>h4 {
    display: inline-block;
    text-align: center;
    padding: 5px 4%;
    background: #efefef;
    color: #666;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    width: 92%;
    color: #034da1;

}

.staticna .preuzimanje ul li span {
    display: inline-block;
    text-align: center;
    padding: 5px 0;
    background: #fefefe;
    color: #666;
    font-size: 10px;
    text-transform: uppercase;
    width: 100%;
}
.staticna .preuzimanje ul li span:hover {
    background: #034da1;
    color: #fff;
}




.staticna .podstranice {
    display: inline-block;
    width: 98%;

}

.staticna .podstranice h1 {
    display: inline-block;
    width: 100%;
    color: #034da1;
    font-size: 18px;
    line-height: 3em;
    border-bottom: #034da1 solid 2px;;
}
.staticna .podstranice ul {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 0;
}
.staticna .podstranice ul li {
    display: inline-block;
    padding: 5px 0px;
    width: 115px;
    overflow: hidden;
    text-align: center;
    margin: 10px 5px;
    vertical-align: top;
    cursor: pointer;
}
.staticna .podstranice ul li:hover {
    background: #034da1;
    color: #fff;
}
.staticna .podstranice ul li:hover i {
    color: #fff;
}
.staticna .podstranice ul li:hover h4 {
    color: #fff;
    background: none;
}

.staticna .podstranice ul li>i {
    color: #ccc;
}
.staticna .podstranice ul a {
    text-decoration: none;
}
.staticna .podstranice ul li>h4 {
    display: inline-block;
    text-align: center;
    padding: 5px 5%;
    color: #666;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    width: 90%;
    margin-top: 5px;
    height: 30px;

}




.novosti-clanak {
    display: inline-block;
    width: 68%;
    float: left;
    vertical-align: top;
    padding-top: 40px;
}
.novosti-clanak > h1 {
    display: inline-block;
    margin: 20px 0;
    font-size: 38px;
    color: #034da1;
}
.novosti-clanak .datum {
    display: inline-block;
    padding: 10px 20px;
    background: #efefef;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}
.novosti-clanak p {
    display: inline-block;
    line-height: 1.4em !important;
    font-size: 12px;
}

.novosti-clanak .naslov {
    margin: 20px 0 30px;
    color: #034da1;
    font-size: 36px;
}


.slider-kategorija .clanak-naslov {
    margin-top: 130px;
    font-size: 60px;
    padding: 10px;
    background: rgba(3, 77, 161, .8);
}







.pretraga-naslov {
    font-size: 60px !important;
    margin-top: 70px !important;
}

.pretraga-lista {
    display: inline-block;
    width: 68%;
    float: left;
    vertical-align: top;
    margin-top: 40px;
}

.pretraga-lista > h1 {
    display: inline-block;
    margin: 20px 0;
    font-size: 28px;
    color: #034da1;
}
.pretraga-lista a li {
    display: inline-block;
    border-bottom: #ccc solid 1px;
    padding: 15px 0;
    width: 100%;
    color: #034da1;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.pretraga-lista li:hover {
    background: #034da1;
    color: #fff;
}

.pretraga-lista li i {
    color: #fff;
    padding: 10px;
    background: #034da1;
}

.pretraga-lista li span {
    margin-left: 10px;
    font-size: 14px;
}


.mobile-dugme {
    display: none;
    float: right;
    margin: 15px 20px 0 0;
    color: #fff;
    font-size: 45px;
}
.nema-rezultata {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 5%;
    text-align: center;
    background: #FF0000;
    color: #fff;
    width: 90%;
}
 
.rslides {
    height: 500px !important;
}

.rslides li {
    height: 500px !important;
}




/*mobitel portrait*/
@media only screen and (min-width:0px) and (max-width: 480px) {

    .red {
        width: 100%;
    }

    header .top {
        display: none;
    }

    nav {
        position: fixed;
        z-index: 8;
        margin-top: 80px;
        display: none;
    }
    nav>.red>ul>li {
        width: 100%;
    }

    nav>.red>ul>li>a {
        width: 100%;
        border-bottom: #ccc solid 1px;
    }
    nav .submeni {
        display: none !important;
    }

    .mobile-dugme {
        display: inline-block;  
    }

    .mobile-dugme a {
        color: #fff !important;
    }

    .mobile-dugme a:hover {
        color: #FF0000 !important;
    }
    header {
        position: fixed;
        z-index: 9;
        padding: 5px 0;
    }

    header .logo {
        margin-left: 20px;
    }
    .rslides {
        height: 400px !important;
    }

    .rslides li {
        height: 400px !important;
    }

    .slider {
        margin-top: 80px;
        height: 340px;
    }
    .rslides img {
        height: 100% !important;
        width: auto !important;
    }


    .slider .textbox {
        width: 70%;
        margin-left: 10%;
    }

    .onama,.novosti,.sekcija-3,.partneri {
        width: 90%;
        padding: 0px 5%;
    }

    .novosti>.red>ul>li {
        width: 98%;
        margin: 0 !important;
    }
    .sekcija-3 {
        padding: 0;
        margin: 10px 0;
    }
    .sekcija-3>.red>ul>li {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0 !important;
    }

    footer>.red>ul>li {
        width: 45%;
        text-align: left;
        margin: 0 0 0 5% !important;
        padding: 0 !important;
        border: 0 !important;
    }
    footer>.red .footer-nav {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    footer>.red .footer-nav ul {
        text-align: center;
        margin: 20px 0;
    }

    .slider-kategorija {
        margin-top: 64px;
        height: 200px;
    }
    .slider-kategorija img {
        width: 100%;
        height: 200px !important;
        top:0;
        margin-top: 0;
    }
    .slider-kategorija h1 {
        font-size: 22px;
        margin-top: 110px;
        margin-left: 10px;
        text-shadow: 2px 2px 2px #000;
    }
    .podijeli {
        width: 90%;
        padding: 0;
        margin: 30px 0 0 0;
        text-align: right;
    }
    .staticna {
        width: 90%;
        padding: 5%;
    }

    .preuzimanje ul li {
        width: 78px !important;
    }

    .sidebar {
        width: 90%;
        padding: 0 5%;
    }

    .novosti-lista {
        width: 90%;
        padding: 0% 5%;
    }

    .clanak-naslov {
        font-size: 30px !important;
        width: 96%;
    }

    .novosti-clanak {
        width: 90%;
        padding: 1% 5%;
        margin: 0 !important;
    }

    .novosti-clanak .datum {
        margin: 10px 0;
    }
    .novosti-lista ul li {
        width: 100%;
        padding: 10px 0;
    }

    .pretraga-lista {
        width: 90%;
        padding: 1% 5%;
    }

    .pretraga-naslov {
        font-size: 30px !important;
        margin-top: 50px !important;
        width: 90%;
    }

    .novosti-clanak .naslov {
        margin-top: 50px;
        font-size: 28px;
    }
    .staticna .podstranice ul li {
        width: 95px;
    }


    table {
        width: 78% !important;
        display: inline-block;
    }

}

/*mobitel landscape*/
@media only screen 
and (min-width : 451px)
and (max-width:767px) {

    .red {
        width: 100%;
    }

    header .top {
        display: none;
    }

    nav {
        position: fixed;
        z-index: 8;
        margin-top: 64px;
        display: none;
    }
    nav>.red>ul>li {
        width: 49%;
    }
    nav>.red>ul>li>a {
        width: 90% !important;
    }

    nav>.red>ul>li>a {
        width: 100%;
        border-bottom: #ccc solid 1px;
    }
    nav .submeni {
        display: none !important;
    }

    .mobile-dugme {
        display: inline-block; 
        margin-top: 5px;
    }

    .mobile-dugme a {

        color: #fff ;
    } 

    header {
        position: fixed;
        z-index: 9;
        padding: 5px 0;
    }

    header .logo {
        margin-left: 20px;
    }
    header .logo img {
        width: 70%;
    }

    .slider {
        margin-top: 64px;
        height: 300px;
    }


    .slider .textbox {
        width: 70%;
        margin-left: 4%;
        margin-top: 2%;
    }

    .onama,.novosti,.sekcija-3,.partneri {
        width: 90%;
        padding: 0px 5%;
    }

    .novosti>.red>ul>li {
        width: 98%;
        margin: 0 !important;
    }
    .sekcija-3 {
        padding: 0;
        margin: 10px 0;
    }
    .sekcija-3>.red>ul>li {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0 !important;
    }

    footer>.red>ul>li {
        width: 45%;
        text-align: left;
        margin: 0 0 0 5% !important;
        padding: 0 !important;
        border: 0 !important;
    }
    footer>.red .footer-nav {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    footer>.red .footer-nav ul {
        text-align: center;
        margin: 20px 0;
    }

    .slider-kategorija {
        margin-top: 64px;
        height: 150px;
    }
    .slider-kategorija img {
        width: 100%;
    }
    .slider-kategorija h1 {
        font-size: 25px;
        margin-top: 80px;
        margin-left: 20px;
        text-shadow: 2px 2px 2px #000;
    }
    .podijeli {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: right;
    }
    .staticna {
        width: 90%;
        padding: 1% 5%;
    }

    .preuzimanje ul li {
        width: 78px !important;
    }

    .sidebar {
        width: 90%;
        padding: 0 5%;
        margin: 0 0 40px;
    }
    .linkovi {
        width: 100%;
    }

    .sidebar .box {
        width: 100%;
        margin: 0 0%;
        float: right;
    }

    .novosti-lista {
        width: 90%;
        padding: 1% 5%;
    }
    .novosti-lista ul li {
        width: 100%;
        padding: 15px 0;
    }
    .clanak-naslov {
        font-size: 30px !important;
        width: 96%;
    }

    .novosti-clanak {
        width: 90%;
        padding: 1% 5%;
        margin: 0 !important;
    }

    .novosti-clanak .datum {
        margin: 10px 0;
    }

    .pretraga-lista {
        width: 90%;
        padding: 1% 5%;
    }

    .pretraga-naslov {
        font-size: 30px !important;
        margin-top: 10px !important;
        width: 96%;
    }

    .novosti-clanak .naslov {
        margin-top: 50px;
        font-size: 28px;
    }
    .staticna .podstranice ul li {
        width: 95px;
    }


    table {
        width: 78% !important;
        display: inline-block;
    }

}






/*tablet portrait*/
@media only screen 
and (min-width:768px)
and (max-width: 1023px){



    .red {
        width: 100%;
    }

    header .top {
        display: none;
    }

    nav {
        position: fixed;
        z-index: 8;
        margin-top: 64px;
        display: none;
    }
    nav>.red>ul>li {
        width: 49%;
    }
    nav>.red>ul>li>a {
        width: 90% !important;
        padding: 20px 8%;
    }

    nav>.red>ul>li>a {
        width: 100%;
        border-bottom: #ccc solid 1px;
    }
    nav .submeni {
        display: none !important;
    }

    .mobile-dugme {
        display: inline-block; 
        margin-top: 5px;
    }
    .mobile-dugme:hover {
        color: #b81717;
    }

    .mobile-dugme a {

        color: #fff !important;
    }

    header {
        position: fixed;
        z-index: 9;
        padding: 5px 0;
    }

    header .logo {
        margin-left: 20px;
    }
    header .logo img {
        width: 70%;
    }

    .slider {
        margin-top: 64px;
        height: 400px;
    }


    .slider .textbox {
        width: 40%;
        margin-left: 4%;
        margin-top: 4%;
    }

    .onama,.novosti,.sekcija-3,.partneri {
        width: 90%;
        padding: 0px 5%;
    }

    .novosti>.red>ul>li {
        width: 27.8%;
    }
    .sekcija-3 {
        padding: 0;
        margin: 10px 0;
    }
    .sekcija-3>.red>ul>li {
        width: 29.8%;
    }

    footer>.red>ul>li img {
        margin-left: 10%;
        margin-right: 20px;
    } 
    footer>.red .footer-nav {
        text-align: center;
        margin: 0 3% 0 0;
    }


    .slider-kategorija {
        margin-top: 64px;
        height: 250px;
    }
    .slider-kategorija img {
        width: 100% !important;
    }
    .slider-kategorija h1 {
        font-size: 45px;
        margin-top: 140px;
        margin-left: 20px;
        text-shadow: 2px 2px 2px #000;
    }
    .podijeli {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: right;
    }
    .staticna {
        width: 90%;
        padding: 1% 5%;
    }

    .preuzimanje ul li {
        width: 78px !important;
    }

    .sidebar {
        width: 90%;
        padding: 0 5%;
        margin: 0 0 40px;
    }

    .sidebar .box {
        width: 46%;
        margin: 0 2%;
        float: right;
    }

    .linkovi {
        width: 100%;
    }

    .sidebar .box {
        width: 100%;
        margin: 30px 0 0 0%;
        float: right;
    }

    .novosti-lista {
        width: 90%;
        padding: 1% 5%;
    }
    .novosti-lista ul li {
        width: 100%;
        padding: 15px 0;
    }
    .clanak-naslov {
        width: 96%;
        font-size: 50px !important;
    }

    .novosti-clanak {
        width: 90%;
        padding: 1% 5%;
        margin: 0 !important;
    }

    .novosti-clanak .datum {
        margin: 10px 0;
    }

    .pretraga-lista {
        width: 90%;
        padding: 1% 5%;
    }

    .pretraga-naslov {
        font-size: 45px !important;
        margin-top: 30px !important;
        width: 96%;
    }

}





/*tablet landscape*/
@media only screen 
and (min-width:769px)
and (max-width: 1024px){




}