@charset "utf-8";

/* ----------------------------------------------- 
-------------------------------------------------- 
----- UBUNTU FONT
--------------------------------------------------
-------------------------------------------------- */


/* latin-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url(../fonts/Wu5Iuha-XnKDBvqRwQzAG_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu'), url(../fonts/sDGTilo5QRsfWu6Yc11AXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../fonts/nsLtvfQoT-rVwGTHHnkeJhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../fonts/0ihfXUL2emPh0ROJezvraFtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(../fonts/IZYv9ktJI5s8uIr0hWnbSBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(../fonts/WB6rgjTg_oRfj6mlXZJbb_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../fonts/OMD20Sg9RTs7sUORCEN-7SYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../fonts/OMD20Sg9RTs7sUORCEN-7Y4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- GLOBAL STYLES
--------------------------------------------------
-------------------------------------------------- */

html {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    color: #2e3235;
}

.wrapper {
    min-height: 100%;
    padding: 0 0 60px;
    position: relative;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-top: 20px;
    background-color: #f5f5f5;
    background: url(../img/Footer.jpg);
    background-position: center;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #4b99dc;
    text-decoration: none;
}

.win {
    color: #6faa3b;
    font-weight: 700;
}

.win-back {
    background-color: #6faa3b;
}

.lose {
    color: #b01010/*#d81920*/
    ;
}

.lose-back {
    background-color: #b01010;
}

.draw {
    color: #76766f;
}

.draw-back {
    background-color: #76766f;
}

.transparent {
    color: rgba(0, 0, 0, 0);
}

.transparent-back {
    background-color: rgba(0, 0, 0, 0);
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.opacity03 {
    opacity: 0.3;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- TABLE
--------------------------------------------------
-------------------------------------------------- */

.table-responsive {
    border: 0px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: initial;
    border: initial;
}

.umn-table-top {
    width: 100%;
    border: 0px;
    font-size: 18px;
    margin-top: 30px;
}

.umn-table-top td {
    text-align: center;
    height: 36px;
}


/* Za brisati - begin */

.umn-tablica-top {
    width: 100%;
    border: 0px;
    font-size: 18px;
}

.umn-tablica-top td {
    text-align: center;
    height: 36px;
}


/* Za brisati - end */

.umn-tablica-body {
    width: 100%;
    border: 0px;
    border-collapse: separate;
    font-size: 16px;
}

.umn-tablica-body>thead>tr>th,
.umn-tablica-body>tbody>tr>th,
.umn-tablica-body>tfoot>tr>th {
    height: 36px;
    vertical-align: bottom;
    text-align: center;
    font-weight: normal;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.umn-tablica-body>thead>tr>td,
.umn-tablica-body>tbody>tr>td,
.umn-tablica-body>tfoot>tr>td {
    height: 36px;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.umn-tablica-body>tbody>tr>td:first-child {
    border-left: 1px solid #e8e8e8;
}

.umn-tablica-body>tbody>tr>td:last-child {
    border-right: 1px solid #e8e8e8;
}

.umn-tablica-vise {
    background-color: #f8f8f8;
    color: #337ab7;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    width: 36px;
    text-align: center;
}

.umn-tablica-vise:hover {
    background-color: #4b99dc;
    color: #FFFFFF;
}

.umn-tablica-body tr.prosireno {
    background-color: rgba(102, 204, 255, 0.7);
}

.umn-tablica-body tr.prosireno+.prosirenje {
    display: table-row;
}

.umn-tablica-body .prosirenje {
    text-align: left;
    background-color: rgba(102, 204, 255, 0.5);
    border-bottom: 5px solid #38003c;
    display: none;
    z-index: 500;
}

.umn-igrac-body>thead>tr>th,
.umn-igrac-body>tbody>tr>th,
.umn-igrac-body>tfoot>tr>th {
    padding-left: 5px;
    padding-right: 5px;
}

.umn-igrac-body>thead>tr>td,
.umn-igrac-body>tbody>tr>td,
.umn-igrac-body>tfoot>tr>td {
    padding-left: 5px;
    padding-right: 5px;
}

.umn-igrac-statistika>thead>tr>td,
.umn-igrac-statistika>tbody>tr>td,
.umn-igrac-statistika>tfoot>tr>td {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
    text-align: center;
}

.umn-klub-statistika {
    margin-top: 10px;
    margin-bottom: 10px;
}

.umn-klub-statistika>thead>tr>td,
.umn-klub-statistika>tbody>tr>td,
.umn-klub-statistika>tfoot>tr>td {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 5px;
    text-align: center;
}

.forma {
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    margin-right: 3px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.popover-rezultat {
    color: #FFFFFF;
    font-weight: 700;
    padding: 2px;
}

.plasman-po-kolima {
    margin: 0 auto;
    text-align: center;
}

.umn-tablica-plasman {
    float: none;
    font-size: 16px;
    margin: 0 auto;
    border-collapse: separate;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
}

.umn-tablica-plasman>thead>tr>td {
    background-color: rgba(228, 228, 228, 0.7);
    padding: 0px 1px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dddddd;
}

.umn-tablica-plasman>thead>tr>td>a>.forma {
    margin-right: 0px;
}

.umn-tablica-plasman>tbody>tr>td {
    background-color: rgba(238, 238, 238, 0.5);
    padding: 0px 2px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.umn-krizaljka {
    width: 85%;
    border: 0px;
    border-collapse: separate;
    font-size: 16px;
}

.umn-krizaljka>thead>tr>th,
.umn-krizaljka>tbody>tr>th,
.umn-krizaljka>tfoot>tr>th {
    height: 170px;
    width: 36px;
    vertical-align: bottom;
    font-weight: 700;
    border-bottom: 1px solid #e8e8e8;
    padding: 59px 0px;
}

.umn-krizaljka>thead>tr>th.vertical-text {
    white-space: nowrap;
}

.umn-krizaljka>thead>tr>th.vertical-text>div {
    -ms-transform: translate(25px, 51px) rotate(315deg);
    -webkit-transform: translate(25px, 51px) rotate(315deg);
    transform: translate(25px, 51px) rotate(315deg);
    width: 36px;
    padding-bottom: 10px;
}

.umn-krizaljka>thead>tr>th.vertical-text>div>span {
    padding-left: 5px;
}

.umn-krizaljka>thead>tr>td,
.umn-krizaljka>tbody>tr>td,
.umn-krizaljka>tfoot>tr>td {
    height: 36px;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #e8e8e8;
    padding: 0px 3px;
    white-space: nowrap;
}

.umn-krizaljka>tbody>tr>td:first-child {
    border-left: 1px solid #e8e8e8;
}

.umn-raspored {
    width: 100%;
    border: 0px;
    border-collapse: separate;
    font-size: 16px;
}

.umn-raspored>tbody>tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.umn-raspored>tbody>tr:nth-child(even) {
    background-color: #f8f8f8;
}

.umn-raspored>thead>tr>th,
.umn-raspored>tbody>tr>th,
.umn-raspored>tfoot>tr>th {
    height: 24px;
    vertical-align: bottom;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 3px;
}

.umn-raspored>thead>tr>td,
.umn-raspored>tbody>tr>td,
.umn-raspored>tfoot>tr>td {
    height: 24px;
    vertical-align: middle;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 0px 3px;
}

.umn-raspored>tbody.head>tr {
    height: 50px;
    background-color: initial;
}

.umn-raspored>tbody>tr>td:first-child {
    border-left: 1px solid #e8e8e8;
}

.umn-raspored>tbody>tr>td:last-child {
    border-right: 1px solid #e8e8e8;
}

.umn-raspored tr.prosireno {
    background-color: rgba(102, 204, 255, 0.7);
}

.umn-raspored tr.prosireno+.prosirenje {
    display: table-row;
}

.umn-raspored .prosirenje {
    text-align: left;
    background-color: rgba(102, 204, 255, 0.5);
    border-bottom: 5px solid #38003c;
    display: none;
    z-index: 500;
}

.umn-statistika {
    width: 100%;
    border: 0px;
    border-collapse: separate;
    font-size: 16px;
}

.umn-statistika>tbody>tr:first-child>td {
    padding-top: 15px;
}

.umn-statistika>tbody>tr:last-child>td {
    padding-bottom: 15px;
}

.umn-statistika>thead>tr>td,
.umn-statistika>tbody>tr>td,
.umn-statistika>tfoot>tr>td {
    height: 24px;
    vertical-align: top;
}

.umn-statistika>tbody>tr>td:first-child {
    width: 50%;
    text-align: right;
    padding-right: 5px;
}

.umn-statistika>tbody>tr>td:last-child {
    width: 50%;
    text-align: left;
    padding-left: 5px;
}

.umn-rezultat {
    width: 1140px;
    border: 0px;
    border-collapse: separate;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.umn-rezultat>thead>tr>th,
.umn-rezultat>tbody>tr>td {
    height: 36px;
    vertical-align: bottom;
    font-size: 24px;
    font-weight: 700;
    /*background-color: #337ab7;*/
    border-top: 1px solid #ffffff;
    padding: 8px;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
}

.umn-rezultat>tbody>tr>td {
    height: 28px;
    font-size: 18px;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #e8e8e8;
}

.umn-rezultat>thead>tr>th:first-child {
    border-left: 1px solid #e8e8e8;
}

.umn-rezultat>thead>tr>th:last-child {
    border-right: 1px solid #e8e8e8;
}

.umn-rezultat>thead>tr>th.domaci,
.umn-rezultat>tbody>tr>td.domaci {
    text-align: left;
    width: 50%;
}

.umn-rezultat>thead>tr>th.rezultat,
.umn-rezultat>tbody>tr>td.rezultat {
    text-align: center;
    min-width: 100px;
    background-color: #286090;
}

.umn-rezultat>thead>tr>th.gosti,
.umn-rezultat>tbody>tr>td.gosti {
    text-align: right;
    width: 50%;
}

.umn-rezultat>thead>tr>th.domaci-sastav,
.umn-rezultat>tbody>tr>td.domaci-sastav {
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.umn-rezultat>thead>tr>th.rezultat-sastav,
.umn-rezultat>tbody>tr>td.rezultat-sastav {
    text-align: center;
    min-width: 100px;
    /*background-color: #286090;*/
}

.umn-rezultat>thead>tr>th.gosti-sastav,
.umn-rezultat>tbody>tr>td.gosti-sastav {
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.umn-domaci-sastav {
    direction: rtl;
    margin-right: 0px;
    margin-left: auto;
}

.umn-domaci-sastav>thead>tr>th,
.umn-domaci-sastav>tbody>tr>td {
    height: 24px;
    vertical-align: middle;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    padding: 2px;
    color: #2e3235;
    text-shadow: none;
}

.umn-domaci-sastav>thead>tr>th>img,
.umn-domaci-sastav>tbody>tr>td>img {
    height: 16px;
}

.umn-gosti-sastav>thead>tr>th,
.umn-gosti-sastav>tbody>tr>td {
    height: 24px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    padding: 2px;
    color: #2e3235;
    text-shadow: none;
}

.umn-gosti-sastav>thead>tr>th>img,
.umn-gosti-sastav>tbody>tr>td>img {
    height: 16px;
}

.umn-rezultat>thead>tr>th.domaci-poluvrijeme,
.umn-rezultat>tbody>tr>td.domaci-poluvrijeme {
    text-align: right;
    vertical-align: top;
    width: 50%;
}

.umn-rezultat>thead>tr>th.rezultat-poluvrijeme,
.umn-rezultat>tbody>tr>td.rezultat-poluvrijeme {
    text-align: center;
    min-width: 100px;
    background: url("../img/BackRezultat.png");
    /*background-color: #286090;*/
}

.umn-rezultat>thead>tr>th.gosti-poluvrijeme,
.umn-rezultat>tbody>tr>td.gosti-poluvrijeme {
    text-align: left;
    vertical-align: top;
    width: 50%;
}

.umn-domaci-poluvrijeme {
    margin-right: 0px;
    margin-left: auto;
}

.umn-domaci-poluvrijeme>thead>tr>th,
.umn-domaci-poluvrijeme>tbody>tr>td {
    height: 24px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    padding: 2px;
    color: #2e3235;
    text-shadow: none;
}

.umn-gosti-poluvrijeme {
    margin-left: 0px;
    margin-right: auto;
}

.umn-gosti-poluvrijeme>thead>tr>th,
.umn-gosti-poluvrijeme>tbody>tr>td {
    height: 24px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    padding: 2px;
    color: #2e3235;
    text-shadow: none;
}

.umn-rezultat-poluvrijeme {
    margin: 0 auto;
}

.umn-rezultat-poluvrijeme>thead>tr>th,
.umn-rezultat-poluvrijeme>tbody>tr>td {
    height: 24px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    padding: 2px;
    color: #2e3235;
    text-shadow: none;
}

.umn-rezultat-poluvrijeme>thead>tr>th>img,
.umn-rezultat-poluvrijeme>tbody>tr>td>img {
    height: 24px;
}

.polaroid {
    position: relative;
}

.polaroid img {
    border: 10px solid #fff;
    -webkit-box-shadow: 3px 3px 3px #dddddd;
    -moz-box-shadow: 3px 3px 3px #dddddd;
    box-shadow: 3px 3px 3px #dddddd;
}

#PopupSlikaIgrac {
    height: 200px;
}

#PopupSlikaIgrac img {
    height: 100%;
}

#PopupSlikaKlub img {
    width: 100%;
}

#PopupSlikaKlubIgrac img {
    height: 200px;
    width: 160px;
    object-fit: cover;
}

.umn-igrac-top {
    border: 0px;
    font-size: 18px;
    margin-top: 30px;
}

.umn-igrac-top td {
    text-align: left;
    vertical-align: bottom;
    padding-right: 10px;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- TYPEAHEAD
--------------------------------------------------
-------------------------------------------------- */

.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
}

.tt-dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    padding: 0px;
}

.tt-suggestion.tt-cursor {
    background-color: #337AB7;
    color: #FFFFFF;
}

.tt-suggestion p {
    margin: 0px;
    padding: 8px;
}

.tt-hint {
    color: #999999;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- CUSTOMIZE
--------------------------------------------------
-------------------------------------------------- */

.vijest {
    font-size: 16px;
}

.vijest p {
    font-size: 16px;
}

.umn {
    font-size: 16px;
}

.popover {
    max-width: 800px!important;
}

.white_text {
    font-size: 14px;
    color: #CCCCCC;
}

.white_link {
    font-size: 14px;
    color: #CCCCCC;
}

.white_link:hover {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- CUSTOMIZE THE NAVBAR
--------------------------------------------------
-------------------------------------------------- */

.navbar {
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

.navbar-fixed-top {
    top: 120px;
}

.no-top-image .navbar-fixed-top {
    top: 0px;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-right>li>a {
    padding-left: 10px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.top-image {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 120px;
    background-position: center;
    background-image: url(../../Slike/Banner/TopImg.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.top-image:before {
    content: "";
    display: block;
    width: 100%;
}

.no-top-image .top-image {
    height: 0px;
}


/*.navbar-wrapper {
  padding-top: 20px;
}

.navbar-inverse {
  background-color: #00548d;
  border-color: #00365a;
  }*/


/* ----------------------------------------------- 
-------------------------------------------------- 
----- CUSTOMIZE THE DROPDOWN
--------------------------------------------------
-------------------------------------------------- */

.dropdown-header {
    font-size: 14px;
    font-weight: bold;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- CUSTOMIZE THE CAROUSEL
--------------------------------------------------
-------------------------------------------------- */

.carousel .item {
    height: 100vh;
    min-height: 300px;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }
    to {
        -moz-transform: scale(1.5, 1.5);
    }
}

@-ms-keyframes zoom {
    from {
        -ms-transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner>.item>.img {
    width: 100%;
    height: 100%;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation: zoom 20s;
    -moz-animation: zoom 20s;
    -ms-animation: zoom 20s;
    animation: zoom 20s;
}

.bounce-caption {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-caption {
    background-color: rgba(0, 153, 204, 0.7);
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
}

.flex-caption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.flex-caption div:nth-child(1) {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-caption div:nth-child(2) {
    -webkit-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8;
}

.flex-caption div:nth-child(3) {
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}


/*.carousel {
  height: 500px;
  margin-bottom: 60px;
}

.carousel-caption {
  z-index: 10;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .8);

.carousel .item {
  height: 500px;
  background-color: #56B3D6;
}

.carousel-inner>.item>img {
  position: absolute;
  min-width: 1200px;
  top: 0;
  left: 50%;
  margin-left: -600px;
}*/


/* ----------------------------------------------- 
-------------------------------------------------- 
----- MARKETING CONTENT
--------------------------------------------------
-------------------------------------------------- */

.marketing .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-md-4 p {
    font-size: 16px;
    margin-right: 5px;
    margin-left: 5px;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- JUMBOTRON
--------------------------------------------------
-------------------------------------------------- */

.jumbotron {
    background-color: #56B3D6;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.jumbotron p {
    font-size: 16px;
}

.jumbotron.top {
    padding-top: 170px;
}

.no-top-image .jumbotron.top {
    padding-top: 50px;
}

.jumbotron.white {
    background-color: #FFFFFF;
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- RESPONSIVE CSS
--------------------------------------------------
-------------------------------------------------- */

@media screen and (min-width: 768px) {
    /*.navbar-wrapper {
    margin-top: 20px;
  }*/
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
}

@media screen and (min-width: 998px) {}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 997px) {}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .vijest {
        font-size: 14px;
    }
    .vijest p {
        font-size: 14px;
    }
    .umn {
        font-size: 14px;
    }
    .umn-tablica-top {
        font-size: 16px;
    }
    .umn-tablica-top td {
        height: 30px;
    }
    .umn-tablica-body {
        font-size: 14px;
    }
    .umn-tablica-body>thead>tr>th,
    .umn-tablica-body>tbody>tr>th,
    .umn-tablica-body>tfoot>tr>th {
        height: 30px;
    }
    .umn-tablica-body>thead>tr>td,
    .umn-tablica-body>tbody>tr>td,
    .umn-tablica-body>tfoot>tr>td {
        height: 30px;
    }
    .umn-tablica-vise {
        width: 30px;
    }
    .forma {
        width: 22px;
        height: 22px;
        line-height: 20px;
    }
    .umn-tablica-plasman {
        font-size: 14px;
    }
    .umn-krizaljka {
        font-size: 14px;
    }
    .umn-raspored {
        font-size: 14px;
    }
    .umn-raspored>thead>tr>th,
    .umn-raspored>tbody>tr>th,
    .umn-raspored>tfoot>tr>th {
        height: 22px;
        font-size: 16px;
    }
    .umn-raspored>thead>tr>td,
    .umn-raspored>tbody>tr>td,
    .umn-raspored>tfoot>tr>td {
        height: 22px;
    }
    .umn-statistika {
        font-size: 14px;
    }
    .umn-statistika>thead>tr>td,
    .umn-statistika>tbody>tr>td,
    .umn-statistika>tfoot>tr>td {
        height: 22px;
    }
    .umn-rezultat {
        font-size: 14px;
    }
    .umn-rezultat>thead>tr>th,
    .umn-rezultat>tbody>tr>th,
    .umn-rezultat>tfoot>tr>th {
        font-size: 20px;
    }
}


/* ----------------------------------------------- 
-------------------------------------------------- 
----- POST
--------------------------------------------------
-------------------------------------------------- */

.post {
    padding: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 3px #dddddd;
    -moz-box-shadow: 3px 3px 3px #dddddd;
    border: 1px solid #dddddd;
    box-shadow: 3px 3px 3px #dddddd;
}

.post .post-title {
    background-color: rgba(0, 153, 204, 0.7);
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
}

.post .post-img {
    width: 100%
}

.post .post-img img {
    display: block;
    width: 100%;
    height: auto;
}

.post .post-content {
    padding: 10px;
}

.post .post-content-author {
    font-style: italic;
    text-align: right;
    padding-bottom: 15px;
}

.post .post-content-link {
    padding: 10px;
}