@charset "UTF-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
}
#wrapper {
    font-family: "open sans", "tahoma";
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
/* Navigacija */

nav {
    float: left;
    height: 60px;
    margin: 0 auto;
}
nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
nav li {
    float: left;
}
nav li a {
    border-left: 1px solid #e93e46;
    border-right: 1px solid #ba2a2a;
    display: block;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 19px;
    padding: 20px 18px 21px;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
nav li:first-child a {
    border-left: 0 none;
}
nav li:last-child a {
    border-right: 0 none;
}
#navigacija {
    margin: 0 auto;
    width: 980px;
}
#logo {
    float: left;
    overflow: hidden;
    padding: 10px 12px 0 0;
    width: 250px;
}
nav li a:link {
    color: #fff;
}
nav li a:visited {
    color: #fff;
}
nav li a:hover {
    color: #444 !important;
    background: #fff;
}
nav li a:active {
    color: #444;
}
#logo p {
    text-align: center;
}
.fixed_size {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    zoom: 1;
    display: block;
}
/* Kraj Navigacije*/

li {
    list-style: inside none none;
}
/*--- nav ---*/

.mobile {
    display: none;
    width: 100%;
    top: 0;
}
.mobile div {
    display: none;
}
.mobile button {
    background: transparent url("images/menu.png") no-repeat scroll center center / contain;
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: 0 auto;
    outline: medium none;
    overflow: hidden;
    text-indent: -999px;
    transition: all 400ms ease 0s;
    width: 50px !important;
}
.mobile button.expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border: 0;
}
.mobile button:hover {
    background: transparent url("images/menu.png") no-repeat scroll center center / contain;
}
.mobile button:active {
    background: transparent url("images/menu.png") no-repeat scroll center center / contain;
}
.mobile a {
    display: block;
    color: #fff !important
}
.desktop {
    display: block;
    overflow: hidden;
}
/*.desktop a {
  width: 25%;
  float: left;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}*/

.desktop a:last-child {
    border-right: none;
}
#logo p {
    text-align: center;
}
.noMar {
    margin: 0;
}
.upp {
    text-transform: uppercase;
}
.small {
    font-size: .9em;
}
h1, h2, h3, h4, h5, p {
    font-family: "open sans", "tahoma";
    font-weight: 300;
    color: #444;
}
h1 {
    font-size: 3.6em;
    clear: both;
    font-weight: 700;
    line-height: 1.2em;
}
h2 {
    font-size: 2em;
    font-weight: 600;
			text-transform: uppercase;
}
h3 {
    font-size: 1.4em;
}
.centar {
    text-align: center;
}
p {
    color: #4e4e4e;
    font-size: 1.2em;
}
.img_small {
    display: none;
    margin-bottom: 20px;
}
#top_image h2 {
    font-weight: 400;
}
a {
    color: #23b3dd;
    text-decoration: none;
    transition: 150ms color ease-in-out 0s;
}
a:link {
    color: #e31b23;
}
a:visited {
    color: #e31b23;
}
a:hover {
    color: #444;
}
a:active {
    color: #e31b23;
}
.dugme {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    color: #444;
    display: block;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    width: 99%;
}
.dugme:link {
    background: rgba(255, 255, 255, .8);
}
.dugme:visited {
    background: rgba(255, 255, 255, .8);
}
.dugme:hover {
    background: rgba(255, 255, 255, .8);
    color: #444;
}
.dugme:active {
    background: rgba(255, 255, 255, .8);
}
#header {
    margin: 25px auto 30px;
    overflow: hidden;
    width: 960px;
}
#logo {
    float: left;
}
#topRight {
    overflow: hidden;
    display: none;
}
#topRight li a:link {
    color: #828282;
}
#topRight li a:visited {
    color: #828282;
}
#topRight li a:hover {
    color: #000;
}
#topRight li a:active {
    color: #e31b23;
}
#topRight li a {
    font-size: 13px;
    margin-left: 0;
    padding: 5px 8px;
}
#topRight li, nav#mainNav li, #wrapperNav li {
    float: left;
    list-style: outside none none;
}
#topRight ul {
    float: right;
    margin: 0 0 10px;
    padding: 0;
}
.bg_red {
    background: #e31b23;
    overflow: hidden;
}
#slogan {
    float: right;
    width: 70%;
}
#slogan p {
    color: #454545;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    margin: 0px 0 6px;
    padding-right: 0px;
    text-align: right;
}
.paragrafTop {
    background: #e31b23 none repeat scroll 0 0;
    color: #fff;
    float: left;
    line-height: 17px;
    margin: 0;
    padding: 6px 8px;
}
.paragrafTopStrl {
    float: left;
}
.o_ita {
    border-right: 0 none;
}
.garan {
    float: right;
}
.garan a {
    border-left: 0 none;
    margin-top: -44px;
    padding: 0;
    position: absolute;
}
.garan a:hover {
    background: transparent;
}
/*kolone*/

.kolone {
    overflow: hidden;
}
.kolone .trecina {
    float: left;
    margin: 0 1% 1% 0;
    padding: 1%;
    width: 30.3%;
}
#top_image {
    background: rgba(0, 0, 0, 0) url("images/top_bg2.jpg") no-repeat scroll 0 0 / cover;
    padding: 60px 0;
}
#top_image h1, #top_image h2, #top_image p {
    color: #545454;
}
#dokaz {
    background: #EEEEEE url("images/dokaz.jpg") no-repeat scroll left bottom / 130% auto;
    padding: 40px 0;
}
#dokaz .desno {
    float: right;
    text-align: right;
    width: 65%;
}
#smer #accordion {
    margin: 0;
    min-height: 100px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
#accordion ul {
    list-style: outside none none;
    padding: 0;
    text-align: center;
}
#accordion li a {
    color: black;
}
#accordion #fragments {
    clear: both;
    text-align: center;
}
.fixed_size>ul {
    clear: both;
    overflow: hidden;
}
#fragments p img {
    display: block;
}
#smer {
    margin: 60px 0 80px;
}
#smer #accordion li {
/*    margin: 0 10px;*/
    display: inline-block;
}
#smer #accordion li:first-child {
    margin-left: 0;
}
#smer #accordion li:last-child {
    margin-right: 0;
}
.animated.bounce {
   width: 229px;
}
.title.image-program-div {
    width: 250px;
}
.lists li {
    float: none !important;
    list-style: inside;
    font-weight: 300;
}
.lists li:first-child {
    list-style: none !important;
}
#smer .tabela {
    width: 100%;
}
#smer .polovina {
    width: 48%;
}

#accordion li p {
    width:100%;
    font-size: 1em;
    margin-top: 7px;
}
#accordion li span.dugme {
    margin: 10px auto;
}

#accordion li h3 {
    margin: 0;
	font-weight: 600;
    color: #444;
    font-size: 1.2em;
	
}
#gtco-testimonial .testimony-slide span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.owl-carousel .owl-item img {
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(64, 64, 64, 0.2);
    box-sizing: content-box;
    margin: 17px auto 10px;
    width: 90px;
}
.color-red {
    color: #e31b23;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#gtco-testimonial {
    padding: 60px 0;
}

#galerija {
    overflow: hidden;
}
#galerija img {
    width: 25%;
    float: left;
    transition: 100ms all ease-in-out;
}
#galerija img:hover {
    transform: scale(1.05);
}

#accordions li {
    width: 50%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
}

/*Animacija*/
/*.animated {
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: 2s
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    7% {
        transform: translateY(0);
    }
    10% {
        transform: translateY(-7px);
    }
    13% {
        transform: translateY(0px);
    }
}
.bounce {
    animation-name: bounce;
}
@keyframes bounce2 {
    0%, 20%, 80%, 100% {
        transform: translateY(0);
    }
    27% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-7px);
    }
    33% {
        transform: translateY(0px);
    }
}
.bounce2 {
    animation-name: bounce2;
}
@keyframes bounce3 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    62% {
        transform: translateY(0);
    }
    65% {
        transform: translateY(-7px);
    }
    68% {
        transform: translateY(0px);
    }
}
.bounce3 {
    animation-name: bounce3;
}*/


#usavrsavanje {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 40px 0;
}
.predavanja {
    overflow: hidden;
}
.predavanja .fixed_size {
    padding: 40px 0;
}
.predavanja .oko {
    overflow: hidden;
}
.predavanja .box {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    margin: 0 auto;
    width: 45%;
}
.predavanja .box h3 {
    color: #e31b23;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: -8px;
    text-transform: uppercase;
}
.predavanja .box:first-child {
    background: rgba(0, 0, 0, 0) url("images/trad.png") no-repeat scroll left center;
    margin-bottom: 40px;
    padding-left: 660px;
    padding-right: 0;
    text-align: right;
}
.predavanja .box:last-child {
    background: rgba(0, 0, 0, 0) url("images/live.png") no-repeat scroll right center;
    padding-left: 0;
    padding-right: 658px;
}
#fragments p img {
    display: block;
}
.gore-acc .title > span > img {
    filter: grayscale(.2);
    opacity: 0.9;
    transition: all 50ms ease-out;
    width: 205px;
    transform: scale(.9);
}
.gore-acc .title:hover img, .active-us img {
    filter: grayscale(0) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
}
.dole-acc .title > span > img {
    filter: grayscale(1);
    opacity: 0.4;
    transition: all 150ms ease-out;
}
.dole-acc .title:hover img {
    filter: grayscale(0) !important;
    opacity: 1 !important;
}
.dole-acc li {
    display: inline-block;
    width: 146px;
}
.bonus {
    padding: 90px 0;
}
#prijavite {
    padding: 30px 0px 0px;
}
.ikonice {
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0px 0px;
    width: 100%;
}
.ikonica {
    float: left;
    min-height: 186px;
    padding: 0;
    position: relative;
    width: 33.3%;
}
.ikonica p:last-child {
    color: #e31b23;
    margin-top: -10px;
    text-transform: uppercase;
}
.turn img {
    animation: 1.5s linear 3s alternate none infinite running turn;
}
.tabela {
    border: 1px solid #f5f5f5;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1% auto;
    width: 630px;
}
.cetvrtaSlika {
    background: url("images/cetvrtaSlika.png") no-repeat scroll 0 0 / cover #f7f7f7;
}
.cetvrti .levo {
    padding: 3% 0;
    width: 45%;
}
table.tabela tr:first-child {
    background: #e31b23 none repeat scroll 0 0;
    color: #fff;
}
table.tabela.php tr:first-child {
    background: #7d8ab2 none repeat scroll 0 0;
}
table.tabela.php a {
    color: #444 !important;
}
table.tabela.web tr:first-child {
    background: #39A8D0 none repeat scroll 0 0;
}
table.tabela.web a {
    color: #444 !important;
}
table.tabela.java tr:first-child {
    background: #F7A941 none repeat scroll 0 0;
}
table.tabela.python tr:first-child {
    background: #507796 none repeat scroll 0 0;
}
table.tabela.qa tr:first-child {
    background: #685499 none repeat scroll 0 0;
}
table.tabela.microsoft tr:first-child {
    background: #3E439D none repeat scroll 0 0;
}

table.tabela.js tr:first-child {
    background: #f5dd58 none repeat scroll 0 0;
}
table.tabela.dsgn tr:first-child {
    background: #5bacc7 none repeat scroll 0 0;
}
table.tabela.java a {
    color: #444 !important;
}
table.tabela.python a {
    color: #444 !important;
}
table.tabela.qa a {
    color: #444 !important;
}
table.tabela.microsoft a {
    color: #444 !important;
}
table.tabela.dsgn a {
    color: #444 !important;
}

table.tabela.js a {
    color: #444 !important;
}



.tabela td {
    border: 1px solid #f5f5f5;
    font-weight: 300;
    padding: 5px;
    text-align: center;
}
#forma {
    margin: 20px 0 10px;
    overflow: hidden;
}
.odabir {
    background: #f9f9f9 url("images/tel1.png") no-repeat scroll left center / contain;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 36px;
    margin: 10px 5px 0px 0px;
    color: #444;
    padding: 8px;
    width: 140px;
    font-size: 13px;
}
#kontakt_telefon {
    width: 70px;
    margin: 0px;
}
#pozivni {
    width: 42px;
    margin: 0px 5px 0px 0px;
}
.naslov {
    font-weight: 100;
}
#form_right {
    float: left;
    width: 41%;
}
.forma_druga {
    margin-top: -5px;
    overflow: hidden;
}
.forma_druga input {
    margin: 5px;
}
form input {
    font-size: 13px;
    padding: 9px;
}
#registerForm {
    overflow: hidden;
}
.prijava-gore {
    text-align: center;
}

input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 9px;
    margin: 5px 2px;
    background: #f9f9f9
}
#ime, #prezime {
    background: #f9f9f9 url("images/imeP.png") no-repeat scroll left center / contain;
    padding-left: 36px;
}
#grad, #adresa {
    background: #f9f9f9 url("images/grad.png") no-repeat scroll left center / contain;
    padding-left: 36px;
}
#email {
    background: #f9f9f9 url("images/mail.png") no-repeat scroll left center / contain;
    padding-left: 36px;
}
#registerForm {
    display: none;
}
.hidd {
    display: none;
}
.error {
    border-color: red !important;
    color: red;
}
#utisci {
    /*background: #f3f3f3 url("images/zaposleni.png") no-repeat scroll left -160px center / cover;
    padding: 0 0 10px;
    text-align: right;*/
}
/*#utisci h2, #utisci p {
    padding-left: 50%;
}*/
button, .dugme {
    background: #e31b23 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-family: "open sans", "tahoma";
    font-size: 1.3em;
    font-weight: 300;
    padding: 10px;
    transition: all 0.2s linear 0s;
    width: 32%;
}
button:hover, .dugme:hover {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e31b23;
    color: #e31b23;
    cursor: pointer;
}
#usavrsavanje {
    margin: 60px 0 0;
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 55px 0 50px;
}
#usavrsavanje .polovina:last-child {
    background: rgba(0, 0, 0, 0) url("images/ipad.png") no-repeat scroll 0 0 / contain;
    padding: 24px 26px 26px 65px;
}
.footer {
    background: #e31b23 none repeat scroll 0 0;
    color: #fff !important;
    overflow: hidden;
}
.footer h2, .footer p {
    color: #fff;
}

.dugme {
    background: #e31b23 !important;
    color: #fff !important;
    display: block !important;
    font-size: 1em;
    text-align: center;
    max-width: 320px;
    padding: 8px 10px;
    border-radius: 1px;
    margin: 20px 0 10px;
}


.mid {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 20px;
    width: 840px;
}
#logo_futer {
    float: left;
    margin-left: 0px;
    margin-top: 20px;
    width: 200px;
}
#txt_futer {
    float: right !important;
    width: 71%;
}
.left {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-left: 11px;
}
.right {
    float: right;
    font-size: 13px;
    font-weight: 400;
}
#listFooter {
    display: inline-block;
}
#listFooter>ul {
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 0;
}
#listFooter a {
    display: block;
    float: left;
    font-size: 11px;
    margin-left: 2px;
    padding: 4px;
}
#listFooter a:link {
    color: #fff;
}
#listFooter a:visited {
    color: #fff;
}
#listFooter a:hover {
    background: #fff none repeat scroll 0 0;
    color: #444;
}
#listFooter a:active {
    color: #fff;
}
#listFooter li {
    list-style: outside none none;
    display: initial;
}
#futer {
    overflow: hidden;
    background: #216176;
    padding: 20px 0;
}
#futer li {
    float: left;
    list-style: outside none none;
}
#futer li a {
    border-right: 1px solid #afafaf;
    color: #fff;
    float: left;
    font-size: 0.7em;
    margin-right: 8px;
    padding-right: 8px;
}
#futer li:last-child a {
    border-right: 0 none;
}
#futer ul {
    margin: 5px;
    overflow: hidden;
    padding-left: 15px;
}
.oko {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
div[id^="fragmenz-"] {
    display: none;
    overflow: hidden;
}
div[id^="fragment-"] {
    display: none;
    overflow: hidden;
}
.kolone {
    overflow: hidden;
}
.kolone .trecina {
    float: left;
    margin: 0 1% 1% 0;
    padding: 1%;
    width: 30.3%;
}
.polovina {
    float: left;
    padding: 1%;
    width: 45%;
}

label.error {
    font-size: 0.5em;
    width: 50px !important;
    clear: both;
    display: inline-block;
    text-align: left;
}

#accordions {
    display: none;
}

@media only screen and (min-width: 1019px) and (max-width: 1220px) {
    .fixed_size {
        width: 960px;
    }
    #dokaz .desno {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        padding: 2%;
        width: 96%;
        text-align: left;
    }
    #accordion li p {
        width: 100%;
    }
    #smer #accordion li {
        width: 31.1%;
    }
    #dokaz .desno img {
        max-width: 92%;
        vertical-align: initial;
        float: left;
    }
    #smer #accordion li {
        width: 220px;
    }
    .polovina {
        width: 44%;
    }
    iframe {
        height: 222px;
        width: 395px;
    }
    #usavrsavanje .polovina:last-child {
        margin-top: 11%;
    }
    .predavanja .box:first-child {
        background: rgba(0, 0, 0, 0) url("images/trad.png") no-repeat scroll left top;
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 116px;
        width: 100%;
    }
    .predavanja .box:last-child {
        background: rgba(0, 0, 0, 0) url("images/live.png") no-repeat scroll right top;
        padding-left: 0;
        padding-right: 0;
        padding-top: 112px;
        width: 100%;
    }
    .program .polovina {
        width: 340px;
    }
    .predavaci_krug .ikonica {
        width: 320px;
    }
    #accordion li {
        width: 120px;
    }
    #utisci h2, #utisci p {
        padding-left: 0;
    }
    #utisci .fixed_size {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        margin: 30px auto;
        text-align: center;
    }
    #utisci {
        padding: 30px 0;
    }
    #video .polovina {
        float: none;
        margin: 0 auto;
        padding: 1%;
        width: 538px;
    }
    #video .polovina:first-child {
        text-align: center;
    }
    #video {
        padding: 0 0 50px;
    }
    .podeljeno {
        margin-top: 15px;
    }
    .forma_druga {
        margin-top: -5px;
        overflow: hidden;
    }
    .forma_druga input {
        margin: 5px;
    }
    .cetvrti .levo {
        padding: 3% 0;
        width: 60%;
    }
    .mid {
        margin: 0px auto;
        overflow: hidden;
        padding: 10px 0px 20px;
        width: 840px;
    }
    #logo_futer {
        float: left;
        margin-left: 40px;
        margin-top: 20px;
        width: 200px;
    }
    #txt_futer {
        float: right !important;
        width: 71%;
    }
    #listFooter li {
        display: initial;
    }
    #listFooter a {
        display: block;
        float: left;
        font-size: 12px;
        margin-left: 6px;
        padding: 4px;
    }
    .left {
        float: right;
        font-size: 13px;
        font-weight: 400;
        margin-left: 11px;
    }
    .right {
        float: right;
        font-size: 13px;
        font-weight: 400;
    }
}
@media only screen and (min-width: 657px) and (max-width: 1020px) {
    .fixed_size {
        width: 640px;
    }
    #logo {
        float: none;
        width: 100%;
    }
    #navigacija {
        width: 100%;
    }
    h1 {
        font-size: 2.6em;
    }
    #top_image h1, #top_image h2, #top_image p {
        text-align: center;
    }
    #accordion li p {
        width: 100%;
    }
    #smer #accordion li {
        width: 32.2%;
        margin: .5%;
    }
    #accordion li h3 {
        font-size: 1.1em;
    }
    #accordion li span.dugme {
        display: none !important
    }
    nav {
        width: 100%;
        padding-top: 0;
    }
    nav li {
        display: block;
        width: 100%;
        text-align: center;
    }
    nav li a {
        padding: 6px 13px;
    }
    #dokaz .desno {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        float: right;
        padding: 20px;
        text-align: left;
        width: 94%;
    }
    #dokaz .desno img {
        max-width: initial;
        vertical-align: initial;
        float: left;
    }
    .lists li {
        width: auto !important;
    }
    #prijavite {
        padding: 30px 0px 0px;
    }
    .ikonice {
        padding: 15px 0px 0px;
    }
    .turn img {
        margin-bottom: 25px;
    }
    .ikonica {
        float: none;
        min-height: initial;
        padding: 0px;
        position: static;
        width: 33.33333%;
        margin: 0 auto;
    }
    .upis>div:nth-child(1)>br:nth-child(1)
    /* <br> */
        {
        display: none;
    }
    div.ikonica:nth-child(3)>p:nth-child(1)>img:nth-child(1)
    /* third img */
        {
        margin-bottom: 0px;
    }
    .predavanja .box:first-child {
        background: rgba(0, 0, 0, 0) url("images/trad.png") no-repeat scroll left top;
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 165px;
        width: 100%;
    }
    .predavanja .box:last-child {
        background: rgba(0, 0, 0, 0) url("images/live.png") no-repeat scroll right top;
        padding-left: 0;
        padding-right: 0;
        padding-top: 165px;
        width: 100%;
    }
    .predavanja .box h3 {
        margin-top: 20px;
    }
    .program .kolone {
        width: 100%;
    }
    .program .polovina {
        width: 48%;
    }
    #usavrsavanje .polovina {
        float: left;
        padding: 1%;
        width: 98%;
    }
    #utisci h2, #utisci p {
        padding-left: 0;
    }
    #utisci .fixed_size {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        margin: 30px auto;
        text-align: center;
    }
    #utisci {
        padding: 30px 0;
    }
    #video .polovina {
        float: none;
        margin: 0 auto;
        padding: 1%;
        width: 538px;
    }
    #video .polovina:first-child {
        text-align: center;
    }
    #video {
        padding: 0 0 50px;
    }
    .forma_druga {
        margin-top: -5px;
    }
    .cetvrti .levo {
        width: 100%;
    }
    #galerija img {
        width: 33.3%;
    }
    input {
        display: block;
        margin: 10px auto;
        width: 84%;
    }
    .odabir {
        float: left;
        margin: 5px 0px 0px 180px;
    }
    #pozivni {
        float: left;
        margin: 5px 10px;
    }
    #kontakt_telefon {
        margin-top: 0px;
        width: 16%;
        margin: 10px 0px;
    }
    #email {
        width: 84%;
        margin-left: 27px;
    }
    .mid {
        margin: 0px auto;
        width: 90%;
    }
    #logo_futer {
        margin-top: 20px;
        float: none;
        margin: 10px auto 0px;
    }
    #futer li a {
        margin: 0 5px 10px;
    }
    #futer ul {
        clear: both;
        margin: 0;
        padding-left: 0;
    }
    .futer_logo {
        margin-bottom: 10px;
    }
    #futer li a {
        margin: 0 5px 10px;
    }
    #txt_futer {
        float: none !important;
        width: 90%;
        margin: 0 auto;
    }
    #listFooter a {
        float: none !important;
        margin-left: 0px;
    }
    .left, .right {
        float: none;
    }
    div[id^="fragmenz-"] {
        /* display: block !important; */
    }
    div[id^="fragment-"] {
        /* display: block !important; */
    }
    #header {
        width: auto;
    }
    #slogan {
        text-align: center;
    }
    nav {
        height: auto
    }
    #logo>a {
        display: block;
        text-align: center;
    }
    #slogan {
        width: 100%;
    }
    #slogan p {
        text-align: center;
    }
    .garan {
        display: none;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}
@media only screen and (max-width: 656px) {
	.title.image-program-div {
    width: 100%;
}
    .fixed_size {
        width: 320px;
    }
    #accordions {
        display: block;
    }
    #accordion.dole-acc {
        display: none;
    }
    #logo {
        float: none;
        width: 100%;
    }
    #navigacija {
        width: 100%;
    }
    nav {
        width: 100%;
        padding-top: 0;
    }
    nav li {
        display: block;
        width: 100%;
        text-align: center;
    }
    nav li a {
        padding: 6px 13px;
    }
    .cetvrti .levo {
        width: 100%;
    }
    .img_small {
        display: block;
    }
    h1 {
        font-size: 2.4em;
    }
    h2 {
        font-size: 1.6em;
        text-align: center;

    }
    .prijavise.dugmed {
        font-size: 0.9em;
    }
    * {
        background-attachment: scroll;
    }
    #dokaz {
        background: transparent url("images/dokaz.jpg") no-repeat fixed 0px 0px / cover;
    }
    #dokaz .desno {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        padding: 4%;
        text-align: left;
        width: 92%;
    }
    #dokaz .desno img {
        max-width: 92%;
        vertical-align: initial;
        float: left;
    }
    .polovina {
        width: 98% !important;
        margin-bottom: 10px !important;
    }
    #usavrsavanje .polovina:last-child {
        padding: 0;
    }
    iframe {
        width: 100%;
        display: none;
    }
    .predavanja .box:first-child {
        background: rgba(0, 0, 0, 0) url("images/trad.png") no-repeat scroll left top;
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 165px;
        width: 100%;
    }
    .predavanja .box:last-child {
        background: rgba(0, 0, 0, 0) url("images/live.png") no-repeat scroll right top;
        padding-left: 0;
        padding-right: 0;
        padding-top: 165px;
        width: 100%;
    }
    .program .kolone {
        width: 100%;
    }
    .program .polovina {
        width: 100%;
    }
    .predavaci_krug .ikonica {
        width: 280px;
        margin-bottom: 25px;
    }
    #prijavite {
        padding: 30px 0px 0px;
    }
    .ikonice {
        padding: 30px 0px 0px;
    }
    .ikonica {
        float: left;
        min-height: 186px;
    }
    div.ikonica:nth-child(1)>p:nth-child(1)>img:nth-child(1)
    /* First img */
        {
        margin-bottom: 50px;
    }
    div.ikonica:nth-child(3)
    /* third img */
        {
        margin-bottom: 0px;
        min-height: 100px;
    }
    .upis>div:nth-child(1)>br:nth-child(1), .upis>div:nth-child(1)>br:nth-child(2) {
        display: none;
    }
    #accordion li {
        margin: 0 !important;
        width: 100%;
    }
    .gore-acc .title > span > img {
        filter: grayscale(0);
        opacity: 1;
        width: auto !important;
        transform: scale(1);
        margin-bottom: 0;
        width: 80% !important
    }
    #accordion li p {
        width: 100%;
        margin-bottom: 40px;
    }
    blockquote {
        margin: 0;
    }
    #galerija img {
        width: 50%;
    }
    #accordion li span.dugme {
        padding: 7px 20px !important
    }
    #smer img {
        max-width: 100%;
        vertical-align: initial;
    }
    .title>span>img {
        margin-bottom: 30px;
    }
    #smer>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(1)>a:nth-child(1)>div:nth-child(1)>span:nth-child(1)>img:nth-child(1)
    /* Print img */
        {
        margin-bottom: 0px;
        padding-left: 10px;
        float: none;
    }
    #smer>div:nth-child(1)>div:nth-child(3)>ul:nth-child(1)>li:nth-child(3)>a:nth-child(1)>div:nth-child(1)>span:nth-child(1)>img:nth-child(1)
    /* Video img */
        {
        margin-bottom: 10px;
    }
    .tabela {
        font-size: 90%;
        width: 100%;
    }
    .forma_druga {
        margin-top: 5px;
    }
    .odabir {
        margin-left: 2px;
        float: left;
    }
    #kontakt_telefon {
        float: left;
        margin-top: 10px;
    }
    #pozivni {
        float: left;
        margin: 10px 10px 0px 5px !important;
    }
    button {
        width: 74% !important;
    }
    #utisci h2, #utisci p {
        padding-left: 0;
    }
    #utisci .fixed_size {
        margin: 30px auto;
        text-align: center;
    }
    #utisci {
        background: #f6f6f6 none repeat scroll 0 0;
        padding: 30px 0;
    }
    #video .polovina {
        float: none;
        margin: 0 auto;
        padding: 1%;
        width: 100%;
    }
    #video .polovina:first-child {
        text-align: center;
    }
    #video {
        padding: 0 0 50px;
    }
    #video .polovina:last-child {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 0;
    }
    #video iframe {
        width: 100%;
    }
    input {
        width: 84%;
        margin: 5px auto;
    }
    .forma_druga input {
        margin: 0px;
    }
    #logo_futer {
        margin-top: 20px;
        float: none;
        margin: 10px auto 0px;
    }
    #futer li a {
        margin: 0 5px 10px;
    }
    #futer ul {
        clear: both;
        margin: 0;
        padding-left: 0;
    }
    .futer_logo {
        margin-bottom: 10px;
    }
    #futer li a {
        margin: 0 5px 10px;
    }
    #txt_futer {
        float: none !important;
        width: 90%;
        margin: 0 auto;
    }
    #listFooter a {
        float: none !important;
        margin-left: 0px;
    }
    .left, .right {
        float: none;
    }
    /*div[id^="fragmenz-"] {
        display: block !important;
    }
    div[id^="fragment-"] {
        display: block;
    }*/
    .predavaci_krug .ikonica:nth-child(2) {
        margin-left: -34px;
        margin-top: -50px;
    }
    .mid {
        width: 79%;
    }
    #header {
        width: auto;
    }
    #slogan {
        text-align: center;
    }
    nav {
        height: auto
    }
    #logo>a {
        display: block;
        text-align: center;
    }
    #slogan {
        width: 100%;
    }
    #slogan p {
        text-align: center;
    }
    #slogan p {
        font-size: 13px;
        line-height: 21px;
        margin: 10px 0 0;
        text-align: center;
    }
    .predavaci_krug {
        opacity: 1 !important;
        top: 0 !important;
    }
    .garan {
        display: none;
    }
    .right a {
        color: #fff !important;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

