﻿html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;       
    font-size: 16px
}

#Clear_mobile {
    display: none;
    visibility: hidden;
}

.footertext {
    visibility: hidden;
    display: none;
}

.Novo {
    display: block;
    float: right;
    padding: 2px 8px 2px 8px;
    background-color: #007ee5;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    border-radius: 3px;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

p a {
    color: #007ee5;
    text-decoration: none;
}

    p a:hover {
        color: #005785;
    }


#Top {
    background-color: #333;    
      
}

#TopContainer {
    width:100%;
    max-width: 1200px;
    margin: auto;
    color: #ccc;
}

a.Top {
    text-decoration: none;
    color: #ccc;
    display: block;
    padding: 8px 12px 8px 12px;
    text-align: center;
    float: left;
    -webkit-box-shadow: inset 0px -5px 5px -4px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 0px -5px 5px -4px rgba(0,0,0,0.48);
    box-shadow: inset 0px -5px 5px -4px rgba(0,0,0,0.48);
    font-size: 13px;
}

#Misija, #Vizija, #Ciljevi {
    display: flex;
}

.misija-item:first-child {
    width: 30%;
    box-sizing: border-box;
}

.misija-item:last-child {
    width: 70%;
    box-sizing: border-box;
}

.misija-text-container {
    padding: 40px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    border-bottom: solid 6px rgb(0, 126, 229);
}

.outer-title {
    position: relative;
    background-color: rgba(0, 126, 229, 0.5);
    font-size: 40px;
    font-weight: lighter;
    color: #fff;
    width: 30%;
    border-bottom: solid 6px rgb(0, 126, 229);
}

    .outer-title div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }





.inner-title-misija {
    display: block;
    background-color: rgba(0, 126, 229, 0.5);
    font-size: 22px;
    padding: 40px;
    color: #fff;
}








a.TopFlag {
    margin: 3px;
    text-decoration: none;
}

a.Top:hover {
    color: #fff;
    background-color: #B21272;
}

#Flags {
    display: block;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(25%);
}

.TopFlag img:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.5);
}

#Flags a:hover {
    text-decoration: none !important;
}

#Header {
    padding: 40px 20px;
    display: flex;
    background-color: #ff0099;
    align-items: flex-end;
}

#Logo {
}


.fill-empty {
    flex-grow: 1;
}


#Buttons {
    position: relative;
    z-index: 1;
}

#cssmenu {
    float: left;
    display: block;
}

#cssmenumobile {
    display: none;
    visibility: hidden;
}

.selected {
    font-weight: bold !important;
    color: #fff !important;
}

div#Content {
    padding: 0;
    margin: 0;
    z-index: -1;
}

#owl-demo .item img, #owl-demo .item video {
    width: 100%;
    height: calc(100vh - 214px);
    object-fit: cover;
}

.programi {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 40px;
    background-color: rgba(0,0,0,.7);
    max-width: 40%;
    border-radius: 20px 20px 20px 0;
}

    .programi h1 {
        font-weight: bold;
        font-size: 48px;
    }

a.Vise {
    padding: 20px;
    color: #fff;
    background-color: #ff0099;
    text-decoration: none;
    display: block;
    float: left;
}

    a.Vise:hover {
        -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
        box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.3);
        background-color: #B21272;
    }

h1 {
    color: #fff;
    font-size: 46px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
}

.item p {
    color: #fff;
    font-weight: lighter;
    font-size: 18px;
}

.item {
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#Container, .Container {
    padding: 40px;
}

.border-bottom {
    border-bottom: 1px dotted #ccc;
    padding-top: 10px;
    margin-bottom: 20px;
}

#Left {
    float: left;
    width: 50%;
    border-right: 1px dotted #ccc;
    margin-top: 30px;
}

.Left {
    float: left;
    width: 50%;
    border-right: 1px dotted #ccc;
}

#Right {
    float: right;
    width: 49%;
    margin-top: 30px;
}

.Right {
    float: right;
    width: 49%;
}

.LeftNovost, .LeftNovosti {
    float: left;
    width: 60%;
    border-right: 1px dotted #ccc;
    margin-top: 50px;
}

.RightNovost, .RightNovosti {
    float: right;
    width: 39%;
    margin-top: 50px;
}

#LeftContent, .LeftContent {
    padding-right: 40px;
}

    #LeftContent p, #RightContent p, .LeftContent p, .RightContent p {
        line-height: 22px;
    }


#RightContent, .RightContent {
    padding-left: 30px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 46px;
    font-weight: lighter;
    color: #222;
    margin-left: -3px;
    margin-top: -15px;
}

h3 a {
    font-size: 26px;
    font-weight: normal;
    color: #007ee5;
    margin: 10px 0 0 0;
    padding: 0;
}

a.Opsirnije, ul.Akti a {
    color: #007ee5;
    text-decoration: none;
}

    h3 a:hover, a.Opsirnije:hover, ul.Akti a:hover {
        color: #005785;
    }

h2.title_mobile {
    opacity: 0;
}


h4 {
    font-size: 36px;
    line-height: 42px;
    font-weight: normal;
    color: #007ee5;
    margin: -10px 0 20px 0;
    padding: 0;
}

.embed-container {
    overflow: hidden;
    width: 100%;
    padding-bottom: 500px;
    position: relative;
    height: 0;
    overflow: hidden;
}

.embed-container-yt {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .embed-container-yt iframe, .embed-container-yt object, .embed-container-yt embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.embed-container iframe, .embed-container object, .embed-container embed {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none;
}




.PVDatum {
    color: #888;
    font-size: 12px;
    margin-top: 10px;
}

.PVDatumNovost {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 7px;
    background-color: #9BD0EB;
    float: left;
    margin-right: 10px;
}

.PVKategorija {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 7px;
    background-color: #007ee5;
    float: left;
    margin-right: 10px;
}

.PVKategorijaLogos {
    visibility: hidden;
    display: none;
}

.PVTekst {
    margin-top: 20px;
}

a.Opsirnije {
    text-decoration: none;
}

.lblKategorija {
    display: none;
    visibility: hidden;
    color: #fff !important;
}

#Footer {
    padding: 0 40px;
    background-color: #222;
    text-align: center;
    margin-top: 40px;
}


div#FooterRight {
    float: right;
    width: 16%;
}

div#FooterLeft {
    float: left;
    padding: 30px 0;
    width: 80%;
}

.FooterLeft {
    float: left;
    text-align: left;
    margin-right: 60px;
}

#FooterBottom {
    border-top: 1px solid #333;
    padding: 20px 0;
    text-align: left;
    color: #777;
    font-weight: lighter;
    font-size: 14px;
}

.FooterLeft a {
    text-decoration: none;
    color: #777;
    font-size: 14px;
    line-height: 20px;
}

    .FooterLeft a:hover {
        color: #e0e0e0;
    }

.FooterMainLink {
    font-size: 22px !important;
    display: block;
    margin-bottom: -10px;
    font-weight: lighter;
}

#Facebook {
    color: #fff;
    text-align: left;
}

a.facebook {
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    font-size: 26px;
}



    a.facebook:hover {
        opacity: 1 !important;
    }

.LeftTab {
    float: left;
    width: 47%;
}

.RightTab {
    float: right;
    width: 47%;
}

ul.Akti {
    padding: 0 0 0 24px;
    margin: 0;
    list-style-image: url(pdf.png);
    color: #ccc;
}

    ul.Akti li {
        margin-bottom: 10px;
    }


a.Picture1 {
    display: inline-block;
    padding: 0;
    width: 150px;
    height: 90px;
    opacity: 0.5;
    letter-spacing: 0;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #fff;
}

a.Picture2 {
    display: inline-block;
    padding: 0;
    width: 144px;
    height: 90px;
    opacity: 0.5;
    letter-spacing: 0;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #fff;
}

    a.Picture1:hover, a.Picture2:hover {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        opacity: 1;
    }


#StudijiContainer {
    background-image: url(dizajn.jpg);
    background-size: cover;
}

a.DarkLink {
    color: #fff;
    text-decoration: none;
}

    a.DarkLink:hover {
        text-decoration: underline !important;
        color: #fff !important;
    }

.title_ms {
    padding: 10px 20px 10px 20px;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 10px;
    display: block;
    margin-right: -20px;
    font-size: 24px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.title_ak {
    padding: 10px 20px 10px 20px;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 10px;
    display: block;
    margin-right: -20px;
    font-size: 24px;
    color: #fff;
}

.Ugovori {
    float: left;
    width: 22%;
    padding: 10px 25px 0px 25px;
    font-size: 12px;
}

div#Google {
    right: 0;
    top: -82px;
    position: absolute;
    background-color: #333;
    padding: 10px 10px 7px 10px;
    border-radius: 0px 0px 7px 7px !important;
    -webkit-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
    box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.75);
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    div#Google input {
        padding: 7px;
        margin-left: -5px;
        margin-top: -1px;
    }



input.gsc-search-button {
    background-color: #666 !important;
    background-image: none !important;
    border: none !important;
    position: relative;
    top: 1px !important;
}

    input.gsc-search-button:hover {
        background-color: #ff0099 !important;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
    }

div#Google input[type="text"] {
    padding: 0;
    width: 250px;
    background-repeat: no-repeat !important;
    font-family: Open Sans, Sans-Serif;
}

.gsib_a input {
    /*background: url(https://ceps.edu.ba/App_Themes/Standard/pretraga.gif)!important;*/
}



.gsc-input-box {
    width: 270px;
    border: 1px solid #e5e5e5 !important;
    border-radius: 3px !important;
}

div#Google input[type="text"]:focus {
    background: none !important;
}


.gsc-control-cse {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
}

.photo_left {
    width: 10%;
    text-align: center;
    height: 100%;
    padding: 10px;
    display: table-cell;
    position: relative;
}

.photo_right {
    width: 90%;
    text-align: right;
    display: table-cell;
    font-size: 0;
}

.rotate {
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: translateX(-50%) translateY(-50%) rotate(270deg);
    display: block;
    text-align: center;
    font-size: 24px;
    color: #fff;
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    font-weight: bold;
}

/*/////////////////////////////////////PAGER*/

.Number {
    display: block;
    padding: 5px;
    background-color: #f5f5f5;
    color: #bbb;
    text-decoration: none;
    float: left;
    margin-right: 2px;
}

    .Number:hover {
        color: #999;
        background-color: #e0e0e0;
    }

.ActiveNumber {
    background-color: #007ee5;
    color: #fff;
    display: block;
    padding: 5px;
    text-decoration: none;
    float: left;
    margin-right: 2px;
}

.NextPreviousDots {
    display: none;
}

img#Naslovna_mob {
    visibility: hidden;
    display: none;
}




/*/////////////////////////////////////TOOLTIP*/

.wrapper img, .wrapperfirst img, .wrapperlast img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

    .wrapper img:hover, .wrapperfirst img:hover, .wrapperlast img:hover {
        opacity: 1;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
        filter: grayscale(0%);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(178,18,114,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(178,18,114,1);
        box-shadow: 0px 0px 10px 0px rgba(178,18,114,1);
    }

.wrapper {
    float: left;
    margin: 4px;
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    text-align: center;
    width: 11.2%;
}

.wrapperfirst {
    float: left;
    margin: 4px 4px 4px 0;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    text-align: center;
    width: 11.2%;
}

.wrapperlast {
    float: left;
    margin: 4px 0 4px 4px;
    position: relative;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    text-align: center;
    width: 11.2%;
}


#tool1, #tool2, #tool3, #tool4 {
    float: left !important;
}

.wrapper .tooltip, .wrapperfirst .tooltip, .wrapperlast .tooltip {
    background: #444;
    color: #fff;
    display: block;
    text-align: center;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    margin-top: 5px;
    min-width: 100%;
    float: right;
    white-space: nowrap;
    font-size: 90%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

    /* This bridges the gap so you can mouse into the tooltip without it disappearing */
    .wrapper .tooltip:before, .wrapperfirst .tooltip:before, .wrapperlast .tooltip:before {
    }

    /* CSS Triangles - see Trevor's post */
    .wrapper .tooltip:after, .wrapperfirst .tooltip:after, .wrapperlast .tooltip:after {
    }

.wrapper:hover .tooltip, .wrapperfirst:hover .tooltip, .wrapperlast:hover .tooltip, .wrapper:focus .tooltip, .wrapperfirst:focus .tooltip, .wrapperlast:focus .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip, .lte8 .wrapperfirst .tooltip, .lte8 .wrapperlast .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip, .lte8 .wrapperfirst:hover .tooltip, .lte8 .wrapperlast:hover .tooltip {
    display: block;
}

#Ikone {
    white-space: nowrap;
}

/*/////////////////////////////////////TOOLTIP END*/


.img_full {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.img_full_h {
    width: 100%;
    height: auto;
}

#RightContent img, .RightTab img {
    width: 100%;
}

table tr td p {
    text-shadow: 0 0 30px #000;
    color: #fff;
}

a.studijskiprogrami {
    color: #ff0099 !important;
    text-decoration: none;
}

    a.studijskiprogrami:hover {
        color: #7F004C !important;
    }

.Smjer {
    padding: 20px;
    background-color: #fff;
    color: #444;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 4px solid #ff0099;
}




.title_programi {
    border-left: solid 6px #ff0099;
    font-size: 24px;
    padding-left: 14px;
    margin-left: -20px;
}


#Ikone-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-right: 30px;
}

    #Ikone-flex a {
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }



        #Ikone-flex a img {
            display: block;
            width: 100%;
            transition: box-shadow .3s ease-in-out, opacity .3s ease-in-out;
        }

            #Ikone-flex a img:hover {
                box-shadow: 0px 0px 10px #777;
                opacity: 0.9;
            }

        #Ikone-flex a .background {
            display: none;
        }


#rate {
    position: absolute;
    bottom: -80px;
    right: 60px;
}

    #rate img {
        width: 170px;
        filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
    }

.hide-desktop {
    display: none;
}

@media only screen and (max-width: 1600px) {


    #Header {
        padding: 50px 20px 20px 20px;
        align-items: center;
    }

    #owl-demo .item img, #owl-demo .item video {
        height: calc(100vh - 172.67px);
    }


    div#Google {
        top: -56px;
    }

    .logo {
        width: 250px;
    }

    .Ugovori {
        width: 20%;
    }

    #cssmenu > ul > li > a {
        font-size: 16px;
    }



    h1 {
        color: #fff;
        font-size: 36px;
        font-weight: lighter;
        margin: 0;
        padding: 0;
    }





    #Container, .Container {
        padding: 0 40px;
    }


    #Footer {
        padding: 0 40px;
    }


    .wrapper, .wrapperfirst, .wrapperlast {
        width: 10%;
    }
}


@media only screen and (max-width: 1100px) {
    div#Google {
        right: 0;
        top: -97px;
    }

    h2 {
        font-size: 36px;
    }

    h4 {
        font-size: 26px;
    }

    p {
        font-size: 14px;
    }

    #cssmenu {
        visibility: visible;
        display: block;
    }

        #cssmenu > ul > li > a {
            font-size: 14px;
            padding: 15px;
            margin-bottom: -4px;
        }




    h1 {
        color: #fff;
        font-size: 30px;
        font-weight: lighter;
        margin: 0;
        padding: 0;
    }

    .item p {
        color: #fff;
        font-weight: normal;
        font-size: 13px;
    }

    a.Vise {
        padding: 10px 15px;
        color: #fff;
        background-color: #ff0099;
        text-decoration: none;
        display: block;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        margin-top: -20px;
        font-size: 14px !important;
    }
}



@media only screen and (max-width: 920px) {

    .show-desktop {
        display: none;
    }

    .hide-desktop {
        display: unset;
    }

    #rate {
        bottom: -90px;
    }

        #rate img {
            width: 140px;
        }

    .outer-title {
        padding: 30px;
        background-color: #007ee5;
    }

    #Misija, #Vizija, #Ciljevi {
        display: flex;
        flex-wrap: wrap;
    }

    .misija-item:first-child {
        width: 100%;
        box-sizing: border-box;
    }

    .misija-item:last-child {
        width: 100%;
        box-sizing: border-box;
    }

    #Ikone-flex {
        padding-right: 0;
        margin-bottom: 40px;
        margin-top: -20px;
    }

        #Ikone-flex a {
            width: 100%;
            padding: 0px;
            position: relative;
            margin-bottom: 0;
        }

            #Ikone-flex a .background {
                display: unset;
                position: absolute;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    div#FooterLeft, div#FooterRight, div#FooterBottom {
        display: none;
        visibility: hidden;
    }

    div#Footer {
        text-align: center;
        padding: 20px;
    }

    .footertext {
        visibility: visible;
        display: block;
        font-size: 14px;
        color: #666;
    }

    img#Naslovna_mob {
        visibility: visible;
        display: block;
    }


    #StudijiContainer {
        background-image: url(dizajn_mob.jpg);
        background-size: cover;
    }




    .embed-container {
        padding-bottom: 200px;
    }
}


@media only screen and (max-width: 500px) {

    #Logo img {
        width: 100%;
        display: block;
        height: auto;
    }

    #Header {
        padding: 20px;
    }



    #Clear_mobile {
        display: block;
        visibility: visible;
    }
}


@media only screen and (max-width: 1024px) {


    .rotate {
        white-space: nowrap;
    }



    div#Google {
        display: none;
        visibility: hidden;
    }

    h2.title_mobile {
        opacity: 0;
        visibility: hidden;
        display: none;
    }



    body {
        font-size: 14px;
    }

    #Top {
        display: none;
    }

    #Header {
        text-align: center;
    }

    #cssmenu {
        display: none;
        visibility: hidden;
    }

    #cssmenumobile {
        display: block;
        visibility: visible;
    }

    #Logo {
        float: none;
    }
    /*
    #owl-demo {
        display: none !important;
    }*/

    .owl-controls {
        display: none !important;
    }

    .programi {
        bottom: 0;
        left: 0;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 20px;
    }
        /*
        .programi a.Vise {
            color: #000;
        }*/

        .programi h1 {
            font-size: 36px;
        }


    #Left, .Left {
        width: 100%;
        float: none;
        border: none;
        padding: 0;
        margin: 0;
    }

    .LeftNovosti, .RightNovost {
        display: none !important;
        visibility: hidden !important;
    }


    .RightNovosti, .LeftNovost, #Right, .Right {
        width: 100%;
        float: none;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    #LeftContent, #RightContent, .LeftContent, .RightContent {
        padding: 0 20px 20px 20px !important;
    }

    #Container, .Container {
        margin-top: 0px;
        padding: 20px 0;
    }



    .LeftTab {
        float: none;
        width: 100%;
        padding: 0;
        border: none;
    }

    .RightTab {
        float: none;
        width: 100%;
        padding: 0;
    }

    .Ugovori {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}


#backtop {
    position: fixed;
    left: auto;
    right: 0px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    line-height: 14px;
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}

    #backtop:hover {
        background-color: #ff0099;
    }

    #backtop.mcOut {
        opacity: 0;
    }
