body,
html {
    -ms-overflow-style: none!important
}

#menu #pocetna {
    background-image: none;
    background-color: #7D99C3;
}

#linkovi {
    margin-top: 15px;
}

#linkovi a {
    /*margin: 0px;
	padding: 0px;*/
}

#pocetna-okvir {
    color: #444444;
    background-color: #E0D1C2;
    padding: 20px;
    border-radius: 10px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

#obavijesti {
    background-color: #0052CC;
    color: #ffffff;
    float: none;
    padding: 20px;
    border-radius: 10px;
    overflow-y: hidden;
}

#strucna-sk{
    background-color: #154F89;
    color: #ffffff;
    float: none;
    padding: 20px;
    border-radius: 10px;
    overflow-y: hidden;
}

#obavijesti > h1 {
    line-height: 80px;
    font-size: 30px;
    /*background-color: purple;*/
    text-align: center;
}

#pocetna-okvir>p>img {
    float: left;
    margin-right: 20px;
}

#pocetna-okvir > h2 {
    text-align: center;
    margin-bottom: 20px;
}

#pocetna-okvir > p {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: justify;
}

#obavijest-container {
    /*background-color: orange;*/
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#obavijest-container ul {
    margin-top: 10px;
}

#obavijest-container ul li {
    margin-left: 20px;
}

#obavijest-container iframe {
    width: 100%;
}

#obavijest-container a {
    text-decoration: underline;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-m-scrollbar {
    width: 15px;
}

::-m-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-m-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#obavijest-container > div {
    background-color: #3375D6;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    width: 98%;
    font-size: 17px;
}

#obavijest-container > div > p.datum {
    text-align: right;
    font-size: 14px;
    margin-bottom: 10px;
}

#obavijest-container > div > p.text {
    font-size: 17px;
    font-family: Verdana;
    font-weight: 100;
}

#obavijest-container > div > p.autor {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
}

.LnkBtn {
    line-height: 58px;
    display: block;
    float: left;
    width: 250px;
    text-align: center;
    margin-right: 14px;
    background-color: #C30;
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    background: rgb(30, 87, 153);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(49%, rgba(41, 137, 216, 1)), color-stop(57%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    /* IE6-9 */
}

#linkovi #uski {
    width: 150px;
}


/* Float Shadow */

.float-shadow {
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    font-size: 18px;
}

.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.float-shadow:hover,
.float-shadow:focus,
.float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.float-shadow:hover:before,
.float-shadow:focus:before,
.float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

#ClearFloat {
    display: none;
    clear: both;
    float: none;
}

#NaslovnaTekst {
    width: 50%;
    float: left;
    text-align: justify;
    padding-left: 0px;
}

#NaslovnaFilm {
    /*float: right; 
	padding-top: 20px;*/
	padding-right: 20px;
	padding-left: 10px;
	width: 400px;
}

#NaslovnaGeslo {
    margin-top: 250px;
    text-align: center;
}

#NaslovnaTekst p img {
    float: left;
    margin-right: 10px;
}

.gumb {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.pocetne_slike {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    margin-bottom:20%;
}

.pocetne_slike:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.konakt_poveznice a {
    color: black;
}

.konakt_poveznice a:hover {
    color: aliceblue;
}

@media only screen and (max-width: 1030px) {
    #linkovi a {
        margin-bottom: 10px;
    }
    #pocetna-okvir {
        color: #444444;
        background-color: #E0D1C2;
        width: 100%;
        /* padding: 20px; */
        border-radius: 10px;
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        height: initial;
        padding: 0px;
    }
    #NaslovnaTekst {
        width: 97%;
        text-align: justify;
        padding: 10px;
        /* margin-left: 10px; */
    }
    #slik_pocet {
        text-align: center;
    }
    .LnkBtn {
        line-height: 58px;
        display: block;
        /* float: left; */
        width: 200px;
        text-align: center;
        margin-right: 14px;
        background-color: #C30;
        color: #FFF;
        text-decoration: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 16px;
        background: rgb(30, 87, 153);
        background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(49%, rgba(41, 137, 216, 1)), color-stop(57%, rgba(32, 124, 202, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
        background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
        background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
        background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
        background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 49%, rgba(32, 124, 202, 1) 57%, rgba(125, 185, 232, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
        text-align: center;
        margin-top: 15px;
    }
    .gumb {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .btn-primary {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .konakt_poveznice > li {float:none;}   
}