body,
html {
    font-family: 'Nunito';
    background: url("/img/pozadina.png") center -32px no-repeat, linear-gradient(90deg, #111217 0%, #15171e 30%, #15171e 70%, #111217 100%) center 0px repeat-y;
    background-color: #111217;
}

@media (min-width: 1200px) {
    nav .container {
        max-width: 1600px;
    }
    .container {
        max-width: 1250px
    }
}

@media(max-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 15px;
    }
    .navbar-nav {
        padding-right: 15px;
    }
    .navbar .input-group .form-control {
        border:1px solid #DEE1E6 !important;
        background: #fff !important;
        color:#333;
    }
    .navbar .input-group .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .navbar .input-group .form-control::-moz-placeholder {
        color: #999;
    }

    .navbar .input-group .form-control:-ms-input-placeholder {
        color: #999;
    }

    .navbar .input-group .form-control::-ms-input-placeholder {
        color: #999;
    }

    .navbar .input-group .form-control::placeholder {
        color: #999;
    }
}

/* h1, h2, h3, h4, h5 {
    font-family: "Blizzard", Helvetica, Arial, sans-serif;
} */


a {
    color: #fff;
    text-decoration: none;
} 
  
  
a:focus,
a:hover {
    color: #C4C8F3;
    text-decoration: none;
}

.alert-primary  {
    border: solid 1px rgba(111,121,226,0.15);
    background-color: rgba(134,142,227,0.05);
    color: #fff;
}

.alert-primary:hover {
    border: solid 1px rgba(111,121,226,0.15);
    background-color: rgba(134,142,227,0.15);
}

.alert-primary hr {
    border-top-color: rgba(134,142,227, 0.3);
}

.alert-primary .alert-link {
    color: #fff;
    text-decoration: underline;
}

.alert-light  {
    border: solid 1px rgba(221,221,221,0.15);
    background-color: rgba(221,221,221,0.05);
    color: #fff;
}

.alert-light:hover {
    border: solid 1px rgba(221,221,221,0.15);
    background-color: rgba(221,221,221,0.15);
}

.alert-light hr {
    border-top-color: rgba(221,221,221,0.15);
}

.alert-light .alert-link {
    color: #fff;
    text-decoration: underline;
}

.alert-danger  {
    background-color: rgba(255,0,0, 0.2);
    border: solid 1px rgba(255,0,0, 0.15);
    color: #fff;
}

.alert-danger:hover {
    background-color: rgba(255,0,0, 0.3);
    border: solid 1px rgba(255,0,0, 0.3);
}

.alert-danger hr {
    border-top-color: rgba(255,0,0, 0.3);
}

.alert-danger .alert-link {
    color: #fff;
    text-decoration: underline;
}


.alert-success  {
    background-color: rgba(40,167,69, 0.2);
    border: solid 1px rgba(40,167,69, 0.15);
    color: #fff;
}

.alert-success:hover {
    background-color: rgba(40,167,69, 0.3);
    border: solid 1px rgba(40,167,69, 0.3);
}

.alert-success hr {
    border-top-color: rgba(40,167,69, 0.3);
}

.alert-success .alert-link {
    color: #fff;
    text-decoration: underline;
}

hr {
    border-color: rgba(221,221,221,0.15);
    margin-top: 10px;
    margin-bottom: 10px;
}


.navbar-toggler {
    font-size:16px;
    border:none;
}

.avatar {
    border: solid 1px rgba(221,221,221,0.15);
    background-color: rgba(221,221,221,0.05);
    box-shadow: 0 0 0 1px #222;
}
.navbar-brand {
    font-weight: bold;
    /* font-family: "Blizzard", Helvetica, Arial, sans-serif; */
    font-size: 16px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}


.bg-dark {
    background: transparent !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    padding: 9px 0 9px 0 !important;
}

.border-dark {
    border-color: rgba(255,255,255,0.15) !important;
}


/* Pretraga */

.form-control {
    color: rgba(255, 255, 255, 0.3);
    border-radius:0;
    border: solid 1px rgba(255,255,255,0.25);
    background-color: rgba(0,0,0,0.3);
}

.form-control:hover {
    color: #fff;
    border: solid 1px rgba(221,221,221,0.15) !important;
    background-color: rgba(221,221,221,0.05);
    box-shadow: none;
}

.form-control:focus {
    color: #fff;
    border: solid 1px rgba(255,255,255,0.25) !important;
    background-color: rgba(0,0,0,0.3);
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.tox-tinymce {
    border-radius: 0 !important;
}

.pretraga .input-group-prepend i {
    font-size:24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    margin-left: -40px;
}

.pretraga .uil-search {
    color: rgba(255,255,255,0.5);
}
.pretraga:hover .uil-search {
    color: #fff;
}


.poslednje_dodani h1 {
    font-size: 24px;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 10px;
}

.embed-responsive {
    border: solid 1px rgba(221,221,221,0.15);
    background-color: rgba(221,221,221,0.05);
    margin-bottom: -1px;
}

.poslednje_dodani .slika {
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px rgba(221,221,221,0.15);
    background-color: rgba(221,221,221,0.05);
    box-shadow: 0 0 0 1px #222;
}

.poslednje_dodani .slika:hover {
    box-shadow: 0 0 0 1px #222;
    background-color: rgba(221,221,221,0.15);
}

.poslednje_dodani .slika img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .9;
    width: 100%;
    height: 238px;
    padding:5px;
}

.poslednje_dodani .slika img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 10;
}

.poslednje_dodani .sezona {
    box-shadow: 0 0 0 1px #222;
    color: #222;
    background-color: #ffc107;
    z-index: 9999;
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 12px;
    border-bottom-left-radius: 15px;
}

.poslednje_dodani .ocena {
    box-shadow: 0 0 0 1px #222;
    background-color: #6F79E2;
    z-index: 1;
    position: absolute;
    top: 0px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    border-bottom-left-radius: 15px;
}

.poslednje_dodani .ocena .fa-star {
    font-size: 14px;
}

.poslednje_dodani .opis h2 a  {
    font-size: 14px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}

.poslednje_dodani .opis h2 a:hover {
    color: #4AA7FC;
}


.naslov {
    border: solid 1px rgba(221,221,221,0.15);
    background-color: rgba(221,221,221,0.05);
}

.naslov:hover {
    background-color: rgba(221,221,221,0.15);
}


.informacije img {
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.3), 0 0 0 2px #000;
    border-color: rgba(221, 221, 221, 0.15);
}

footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}

.text-muted {
    color: rgba(255,255,255,0.5) !important;
}

.text-primary {
    color: #00AEFF !important;
}

.facebook {
    color: #3d599b;
    font-size: 16px
}

.instagram {
    color: #F72B07;
    font-size: 16px;
}


.nav-tabs {
    width: 100%;
    position: relative;
    background-color: transparent;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15)
}

.nav-tabs .nav-item {
    /* font-family: "Blizzard", Helvetica, Arial, sans-serif; */
    display: inline-block;
    position: relative;
    align-items: center;
    line-height: inherit;
    text-transform: uppercase;
    overflow: visible;
    padding: 7px 0.7em;
    transition: none;
    font-weight: bold;
    font-size: 16px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    color:#fff;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active::after,
.nav-tabs .nav-item.show .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: solid 3px #6F79E2;
}


/* Dodaj izmeni*/
#prikazi {
    box-shadow: 0 0 0 1px #3d434f inset, 0 5px 10px rgba(0,0,0,0.8);
    border: solid 1px #000;
    background: linear-gradient(to bottom, #283244 0%, #151a23 100%);
    display:none;
}

.table th, .table td {
    border-top: 1px solid rgba(255,255,255,0.15);
}
.table thead th {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.pagination {
    border-radius: 0;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-link {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.15);
    color: #fff;
}

.page-link:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: #C4C8F3;
}

.page-item.active .page-link {
    background-color: rgba(221,221,221,0.05);
    border: solid 1px rgba(221,221,221,0.15);
    color: #C4C8F3;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: rgba(221,221,221,0.05);
    border: solid 1px rgba(221,221,221,0.15);
}


.btn-light {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.15);
    color: #fff;
}

.btn-light:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: #C4C8F3;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    background-color: rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(255, 255, 255, 0.3);
    color: #C4C8F3;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger {
    background-color: rgba(255,0,0, 0.2);
    border: solid 1px rgba(255,0,0, 0.15);
    color: #fff;
}

.btn-danger:hover {
    background-color: rgba(255,0,0, 0.3);
    border: solid 1px rgba(255,0,0, 0.3);
    color: #ff0000;
}

.btn-danger:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(255,0,0, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    background-color: rgba(255,0,0, 0.2);
    border: solid 1px rgba(255,0,0, 0.3);
    color: #ff0000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,0,0, 0.5);
}




.btn-success {
    background-color: rgba(40,167,69, 0.2);
    border: solid 1px rgba(40,167,69, 0.15);
    color: #fff;
}

.btn-success:hover {
    background-color: rgba(40,167,69, 0.3);
    border: solid 1px rgba(40,167,69, 0.3);
    color: #28a745;
}

.btn-success:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: rgba(40,167,69, 0.2);
    border: solid 1px rgba(40,167,69, 0.3);
    color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69, 0.5);
}




.btn-primary {
    background-color: rgba(111,121,226, 0.2);
    border: solid 1px rgba(111,121,226, 0.15);
    color: #fff;
}

.btn-primary:hover {
    background-color: rgba(111,121,226, 0.3);
    border: solid 1px rgba(111,121,226, 0.3);
    color: #6F79E2;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(111,121,226, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #6F79E2;
    background-color: rgba(111,121,226, 0.2);
    border: solid 1px rgba(111,121,226, 0.3);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(111,121,226, 0.5);
}


.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.dropdown-menu {
    box-shadow: 0 0 0 1px #3d434f inset, 0 5px 10px rgba(0,0,0,0.8);
    border: solid 1px #000;
    background: linear-gradient(to bottom, #283244 0%, #151a23 100%);
    box-sizing: content-box;
}

.dropdown-menu::-webkit-scrollbar {
    width: 18px
}

.dropdown-menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.15);
    border: 5.5px solid transparent;
    border-radius: 10px;
    background: none
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.3)
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.3);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0,0,0,0.1);
}

.dropdown-divider {
    border-top: 1px solid rgba(255,255,255,0.15);
}

.dropdown-header {
    color: rgba(255, 255, 255, 0.3)
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.dropdown-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	padding: 0;
	margin: 0;
}