/*
/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com 
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/


/*------------------------------------*\ 
    MAIN 
\*------------------------------------*/


/* global box-sizing */

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */


/*
@font-face {
   font-family: 'PT Serif', serif;  
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-style: normal;

} */

html {
    /*font-size: 62.5%; */
}

body {
    margin: 0;
    /*font-family: 'PT Serif', serif;*/
    font-family: 'Roboto', sans-serif;
    color: #444;
}

select.postform option:first-of-type {
    display: none;
}

table.general_table>tbody>tr>td>p {
    display: none;
}

/*
#menu-item-106,
#menu-item-107 {
	display: none;
}*/

.post-date {
	color: #fff;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
}

/* clear */

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.servisni-cat-full {
    width: 100%;
    height: auto;
    float: left;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

h6 {
    font-size: 13px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    //color: #444;
    color: #1177db;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/*	clocks	start*/

.clock-wrap {
    width: 100%;
    height: 0;
    float: left;
    background: #2C3E50;
    text-align: center;
    overflow: hidden;
}

.navigation.fixed {
    position: fixed;
    top: 0;
}

.vremenska-gradovi-wapper.fixed {
    position: fixed;
    z-index: 999;
    top: 40px;
}

.clock-wrap.fixed {
    position: fixed;
    z-index: 999;
    top: 40px;
}

.clock-button {
    float: left;
    width: 27px;
    height: 26px;
}

.social-share.fixed {
    position: fixed;
    top: 55px;
}

.clock-wrap .clock_container {
    margin: 0 20px;
}

.clock_container {
    margin-right: 2px;
    width: 110px;
    position: relative;
    display: inline-block;
}

.clock_container .lbl {
    font-size: 11px;
    color: white;
    line-height: 22px;
    background: url(../images/clock_label.png);
    text-align: center;
    height: 27px;
    width: 108px;
    margin: 0 auto;
}

.clockHolder {
    width: 80px;
    margin: 0 auto;
    position: relative;
}

.sec {
    display: block;
    position: absolute;
}

.min {
    display: block;
    position: absolute;
}

.hour {
    display: block;
    position: absolute;
}

.rotatingWrapper {
    position: absolute;
    width: 80px;
    height: 80px;
}

.arrow-vremenska {
    background: url('img/arrow-open.png') no-repeat;
    width: 20%;
    height: 40px;
    background-size: 19px;
    float: left;
    background-position: 50%;
}

.post-tags-sudenje {
    display: none;
}

.aktuelnonovo {
    display: none !important;
}

.tek-na-sudenje {
    width: 100%;
    height: auto;
    float: left;
}

ul.tek-na-sudenje-list {
    font-size: 17px;
}

.none {
    display: none !important;
}

.none {
    display: none;
}

.arrow-clock {
    background: url('img/arrow-open.png') no-repeat;
    width: 30%;
    height: 40px;
    background-size: 19px;
    float: left;
    background-position: 50%;
}

.digital {
    font-weight: bold;
    font-size: 14px;
    color: #444444;
    text-align: center;
}

div#clock-sk .digital {
    margin-top: 10px;
    color: white;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    width: 40%;
    float: left;
}


/* archive */
.arhive-visiable{
    visibility: hidden;
}
.arhive-side{
    margin-top:15px !important;
}
.archives-monthly {
    float: left;
    width: 760px;
    margin: 20px auto;
}
.arhive-cat{
    top:190px;
}
.arh-tag {
    font-size: 6px !important;
}

.archives-monthly ul {
    text-align: center;
    padding-left: 0;
    color: white;
    margin: 0 auto;
}

.archives-monthly li {
    font-size: 110%;
    text-align: left;
    list-style: none;
}

.monthly-archives li:hover {
    opacity: 0.7;
}

.archives-monthly ul li a h2 {
    margin-top: 5px;
    color: #2C3E50;
}

.archives-monthly ul li a {
    color: #2C3E50;
}

.monthly-archives {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.monthly-archives li {
    width: 33%;
    background-color: #F1F2F2;
    color: #2C3E50;
    margin-bottom: 5px;
}

.monthly-archives a h3 span {
    text-transform: uppercase;
}

.yearly-archive {
    float: left;
    width: 760px;
    margin: 10px auto;
}

.yearly-archive ul {
    text-align: center;
    padding-left: 0;
    background-color: #2C3E50;
    color: white;
    margin: 0 auto;
}

.yearly-archive ul h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.yearly-archive li {
    list-style: none;
    border-top: 1px solid white;
}

.yearly-archive li:hover {
    opacity: 0.7;
}

.yearly-archive ul a li {
    color: white;
    padding: 8px;
    font-size: 200%;
}

.monthly-archives li img {
    width: 50%;
    float: left;
    margin-right: 8px;
}


/*	clocks	end*/


/* wrapper */

/*.sudenje-klasi {
    display: none;
}*/

.akademik-button {
    position: relative;
    width: 5%;
    float: left;
    margin-top: 270px;
}

.wrapper {
    width: 100%;
    float: left;
}

.akademik-button a {
    font-size: 20px;
    background: #961c55;
    color: white;
    padding: 2%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    position: fixed;
}

.ham-menu {
    display: none;
}

.menu-mob {
    display: none;
}

#sticker {
    z-index: 9999;
}

.vremenska-prognoza-wrapper {
    float: left;
    margin-left: 10px;
}

.vremenska-inner-wrapper {
    width: 160px;
    /*height: auto; */
    height: 40px;
    float: left;
}

span.temp {
    margin-left: 12px;
    width: 26px;
    display: block;
    float: right;
}

span.cal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 5px 10px 10px;
    cursor: pointer;
}

.vremenska-momentalna-right .vremenska-main {
    width: 50%;
    height: 100%;
    float: left;
    color: white;
    font-size: 20px;
    /* line-height: 38px; */
}

.vremenska-momentalna-right .vremenska-momentalna {
    float: left;
    width: 50%;
    height: auto;
    text-align: right;
}

.vremenska-momentalna-right .vremenska-momentalna .vremenska-icon {
    display: block;
    float: left;
    position: relative;
    bottom: 33px;
}

.vremenska-main {
    width: 100%;
    height: 100%;
    float: left;
    color: white;
    font-size: 14px;
    margin-top: 10px;
}

.vremenska-inner-left {
    width: 70%;
    height: auto;
    float: left;
}

.mptet-pretitle {
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #757575;
    margin: 10px 0px 0px 0px;
}

.vremenska-inner-left:hover .vremenska-gradovi-wapper {
    display: block;
}

.vremenska-gradovi-wapper {
    width: 100%;
    height: 0;
    float: left;
    overflow: hidden;
    background: #2C3E50;
}

.vremenska-naredni-denovi {
    width: 50%;
    float: right;
    border-left: 1px solid white;
    margin: 10px 0;
}

.vremenska-denovi-box span {
    color: white;
    font-size: 14px;
}

.vremenska-denovi-box {
    display: inline-block;
    width: 115px;
    margin-left: 15px;
    text-align: center;
}

.vremenska-icon {
    display: inline-block;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.0;
    vertical-align: top;
    margin-left: 20px;
    width: 100px;
    height: 100px;
    background-image: url('img/weather-set1.png');
}

span.day {
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
}

.vremenska-denovi-wrap {
    width: 100%;
    height: 38px;
    float: left;
    text-align: center;
}

span.low {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    opacity: 0.5;
}

.vremenska-momentalna .vremenska-icon {
    display: none;
}

.vremenska-momentalna-right {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 30px;
    height: 65px;
}

.momentalna-right {
    width: 50%;
    float: left;
    color: white;
    font-size: 23px;
}

.vremenska-momentalna {
    float: left;
    width: 100%;
    height: auto;
    text-align: right;

    font-size: 14px;
    /* margin-top: 10px; */
    color: #fff;
}

.vremenska-momentalna span {
    display: inline-block;
    height: 50px;
    line-height: 40px;
}

.vremenska-momentalna img {
    position: relative;
    bottom: 3px;
}

.vremenska-gradovi-wapper .vremenska-momentalna {
    margin-top: 11px;
}

.vremenska-gradovi li span {
    display: block;
}

span.high {
    height: 35px;
    line-height: 38px;
    width: 10px;
    position: relative;
    bottom: 20px;
    margin-left: 10px;
}

.vremenska-denovi-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url('img/weather-set1-small.png');
}

.icon-0 {
    content: ":";
}

.icon-1 {
    content: "p";
}

.icon-2 {
    content: "S";
}

.icon-3 {
    background-position: 0 -600px;
}

.icon-4 {
    content: "S";
}

.icon-5 {
    content: "W";
}

.icon-6 {
    content: "W";
}

.icon-7 {
    content: "W";
}

.icon-8 {
    content: "W";
}

.icon-9 {
    background-position: 0 -300px;
}

.icon-10 {
    content: "W";
}

.icon-11 {
    background-position: 0 -300px;
}


/* dozdovi */

.icon-12 {
    background-position: 0 -300px;
}


/* dozdovi */

.icon-13 {
    content: "I";
}

.icon-14 {
    content: "I";
}

.icon-15 {
    content: "W";
}

.icon-16 {
    content: "I";
}


/* sneg */

.icon-17 {
    content: "W";
}

.icon-18 {
    content: "U";
}

.icon-19 {
    content: "Z";
}

.icon-20 {
    content: "Z";
}

.icon-21 {
    content: "Z";
}

.icon-22 {
    content: "Z";
}

.icon-23 {
    content: "Z";
}

.icon-24 {
    content: "E";
}

.icon-25 {
    content: "E";
}

.icon-26 {
    background-position: 0 100px;
    -moz-background-position: 0 100px;
}


/* oblace */

.icon-27 {
    content: "a";
}

.icon-28 {
    background-position: 0 100px;
    -moz-background-position: 0 100px;
}

.icon-29 {
    content: "a";
}

.icon-30 {
    background-position: 0 600px;
}


/* oblak i sonce */

.icon-31 {
    background-position: 0 -200px;
}


/* mesecina */

.icon-32 {
    background-position: 0 -100px;
}


/* sonce */

.icon-33 {
    content: "6";
}

.icon-34 {
    content: "1";
}

.icon-35 {
    content: "W";
}

.icon-36 {
    background-position: 0 -100px;
}


/* sonce */

.icon-37 {
    background-position: 0 -600px;
}


/* oblacno so grmenje */

.icon-38 {
    background-position: 0 -600px;
}


/* oblacno so grmenje */

.icon-39 {
    background-position: 0 -600px;
}


/* oblacno so grmenje */

.icon-40 {
    background-position: 0 -300px;
}


/* golemi vrnezi */

.icon-41 {
    content: "W";
}

.icon-42 {
    content: "I";
}

.icon-43 {
    content: "W";
}

.icon-44 {
    background-position: 0 -1000px;
}


/* oblak */

.icon-45 {
    content: "S";
}

.icon-46 {
    content: "U";
}

.icon-47 {
    content: "S";
}

.icon-mali-0 {
    content: ":";
}

.icon-mali-1 {
    content: "p";
}

.icon-mali-2 {
    content: "S";
}

.icon-mali-3 {
    background-position: 0 -270px;
}

.icon-mali-4 {
    content: "S";
}

.icon-mali-5 {
    content: "W";
}

.icon-mali-6 {
    content: "W";
}

.icon-mali-7 {
    content: "W";
}

.icon-mali-8 {
    content: "W";
}

.icon-mali-9 {
    background-position: 0 -135px;
}


/* dozdovi */

.icon-mali-10 {
    content: "W";
}

.icon-mali-11 {
    background-position: 0 -135px;
}


/* dozdovi */

.icon-mali-12 {
    background-position: 0 -135px;
}


/* dozdovi */

.icon-mali-13 {
    content: "I";
}

.icon-mali-14 {
    content: "I";
}

.icon-mali-15 {
    content: "W";
}

.icon-mali-16 {
    content: "I";
}


/* sneg */

.icon-mali-17 {
    content: "W";
}

.icon-mali-18 {
    content: "U";
}

.icon-mali-19 {
    content: "Z";
}

.icon-mali-20 {
    content: "Z";
}

.icon-mali-21 {
    content: "Z";
}

.icon-mali-22 {
    content: "Z";
}

.icon-mali-23 {
    content: "Z";
}

.icon-mali-24 {
    content: "E";
}

.icon-mali-25 {
    content: "E";
}

.icon-mali-26 {
    background-position: 0 45px;
    -moz-background-position: 0 45px;
}


/* oblace */

.icon-mali-27 {
    content: "a";
}

.icon-mali-28 {
    background-position: 0 45px;
}


/* oblace */

.icon-mali-29 {
    content: "a";
}

.icon-mali-30 {
    background-position: 0 270px;
}


/* oblak i sonce */

.icon-mali-31 {
    background-position: 0 -200px;
}


/* mesecina */

.icon-mali-32 {
    background-position: 0 -45px;
}


/* sonce */

.icon-mali-33 {
    content: "6";
}

.icon-mali-34 {
    content: "1";
}

.icon-mali-35 {
    content: "W";
}

.icon-mali-36 {
    background-position: 0 -45px;
}


/* sonce */

.icon-mali-37 {
    background-position: 0 -270px;
}


/* oblacno so grmenje */

.icon-mali-38 {
    background-position: 0 -270px;
}


/* oblacno so grmenje */

.icon-mali-39 {
    background-position: 0 -270px;
}


/* oblacno so grmenje */

.icon-mali-40 {
    background-position: 0 -135px;
}


/* golemi vrnezi */

.icon-mali-41 {
    content: "W";
}

.icon-mali-42 {
    content: "I";
}

.icon-mali-43 {
    content: "W";
}

.icon-mali-44 {
    background-position: 0 -450px;
}


/* oblak */

.icon-mali-45 {
    content: "S";
}

.icon-mali-46 {
    content: "U";
}

.icon-mali-47 {
    content: "S";
}

ul.vremenska-gradovi li {
    width: auto;
    list-style-type: none;
    background: #2C3E50;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}

ul.vremenska-gradovi li span {
    color: white;
    font-size: 15px;
}

ul.vremenska-gradovi {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 999;
    background: #2C3E50;
    text-align: center;
}

.main-wrapper,
.middle-wrapper {
    width: 1090px;
    height: auto;
    margin: 0 auto;
}


/*.main-wrapper{
	padding-top: 15px;
}*/

form#formuar-pravno {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
}

.formular-wrap {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    display: block;
}

.tip-korisnik,
.tip-obuka,
.half-field {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin-bottom: 10px;
}

.half-field p {
    width: 80%;
    float: right;
    color: red;
    margin: 0;
    font-size: 10px;
}

.tip-korisnik p,
.tip-obuka p,
.half-field label {
    font-size: 16px;
    width: 20%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0.2% 0;
    margin-right: 0px;
}

.uspesno-formular {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    color: white;
    background: #2c3e50;
    font-size: 23px;
    padding: 10px 0;
}

.tip-korisnik select {
    width: 20%;
    float: left;
    padding: 0.5% 0;
    font-size: 13px;
}

.tip-obuka select {
    width: 70%;
    float: left;
    padding: 0.5% 0;
    font-size: 13px;
}

.half-field input[type="text"] {
    width: 70%;
    height: auto;
    float: left;
    display: block;
    margin-top: 0;
    padding: 5px;
    font-size: 13px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid rgba(128, 128, 128, 0.63);
}

.full-field {
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 1% 0 2% 0;
}

.full-field input[type="submit"] {
    width: 17%;
    height: auto;
    cursor: pointer;
    font-size: 15px;
    background: #951c55;
    outline: none;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: bold;
    float: left;
}

.footerLang p {
    margin: 0;
    font-size: 12px;
    margin-bottom: 0.5%;
}

.formul-title-wrap {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}

img.formular-icon {
    width: 20%;
    float: left;
}

h2.formular-title {
    width: 80%;
    float: left;
    font-size: 25px;
    padding: 5%;
}

.form-fus {
    width: 100%;
    float: left;
    text-align: justify;
}

.category-akademik-obuki .akademik-obuki-formular-wrapper {
    display: block !important;
}

.results-wrapp {
    width: 100%;
    float: left;
    padding: 5%;
    height: auto;
}

.results-wrapp table {
    width: 100%;
    float: left;
    height: auto;
}

.results-wrapp tr th {
    font-size: 12px;
    width: 5%;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 2%;
}

.results-wrapp tr td {
    font-size: 13px;
    width: 5%;
    padding-bottom: 1%;
}

.akademik-obuki-formular-wrapper {
    display: none;
    width: 100%;
    float: left;
    margin-bottom: 2%;
    cursor: pointer;
}

.tip-obuka option {
    font-size: 12px;
}

.show {
    display: block !important;
}

.middle-section-colored {
    float: left;
    width: 100%;
    /*background: #F7F7F7;*/
    background: #F4F4F4;
    box-sizing: border-box;
    /* padding: 15px 0px; */
}

.left-wrapper {
    width: 760px;
    height: auto;
    float: left;
    margin: 20px 0 0 0; 
    padding: 0 0 0 0;
}

.right-wrapper {
    width: 300px;
    height: auto;
    float: right;
    padding: 0 0 0 0;
    margin: 20px 0 0 15px;
}

/*
.new {
    margin-top: 0px;
}
*/

/* header */

.header {}


/* logo */

.logo {}

.logo-img {
    height: 50px;
}


/* nav */

.nav {}


/* sidebar */

.sidebar {}


/* footer */

.footer {}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.slider-box img {
    width: 100%;
}

.slider-box li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.first-section {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.second-section {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

div#TB_window {
    display: none;
}

div#TB_overlay {
    display: none;
}

.third-section,
.sixth-section,
.seventh-section,
.eight-section {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.fourth-section {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.tema-left {
    /*width: 505px;*/
width: 100%;
    /*float: left;*/
display: flex;
}

.tema-left-image img {
    width: 100%;
}

.tema-right {
    /*width: 245px; */
    width: 32%;
    float: right;
display: none;
}

.tema-box-left {
    /*width: 247px;*/
    width: 32%;
   /*float: left;*/
    margin: 0 1% 0 0;
    border-top: 1px solid #39bafb;
    flex:1 0;
    background-color: #f7f7f7;
}

.tema-box-left.str .tema-left-title {
    /*height: 178px;*/
}

.tema-box-left:last-of-type {
    /*float: right;*/
}

.eight-section .tema-box-right {
    background: #951c55;
    margin: 0 0px 10px 0px;
    border-top: 1px solid #39bafb !important;
}

.eight-section .tema-title a,
.eight-section .tema-right a {
    color: #fff;
}

.tema-box-right {
    height: auto;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #f7f7f7;
    border-top: 1px solid #39bafb;
}

.tema-box-right.str {
    height: 159px;
}

.tema-box-right:last-of-type {
    margin: 0px;
    /*border-top: 1px solid #951c55; */
}

.tema-title a,
.tema-right a {
    font-size: 16px;
    color: #404040;
    display: block;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
    line-height: 23px;
}

.tema-left-title {
     /*float: left;*/
    width: 100%;
    /*height: 272px; */
    box-sizing: border-box;
    padding: 15px;
    /*background: #f7f7f7;*/
    margin: 0px 0px 0px 0px;
    line-height: 23px;
}

.tema-title {
    line-height: 16px;
    /* word-break: break-all; */
}

.wtpsw-post-slider.design-1 .wtpsw-post-title a {
    color: #444;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.tema-left-title a,
.tema-box-left a {
    font-size: 19px;
    color: #404040;
    display: block;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
}

.informacii {
    width: 206px;
    height: auto;
    float: left;
    margin: 0 15px 0 0;
}

.informacii:last-of-type {
    margin: 0px;
}

.blog-box {
    width: 243px;
    height: 300px;
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    box-sizing: border-box;
    background: #F7F7F7;
    padding: 15px;
    border-top: 1px solid #39bafb;
}

.newblog {
    padding: 0;
}

.newblog1 {
    padding: 0;
    width: 364px;
    margin-bottom: 15px;
}

.blogPage-avtor {
    color: #e6711b;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    background: #DDDDDD;
}

.blogPage-a {
    color: #e6711b;
    padding: 5px;
    font-size: 17px;
    background: #DDDDDD;
}

.blog-box:last-of-type {
    margin: 0px;
}

.blog-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-image img {
    width: 100px;
    display: block;
}

.obuki-up,
.obuki-down {
    width: 100%;
    padding: 0;
    margin: 0px;
    float: left;
}

.obuki-down {
    margin: 15px 0px 0px 0px;
}

.obuki-up-image {
    float: right;
    height: auto;
    width: 425px;
}

.obuki-wrap {
    float: left;
    height: auto;
    width: 300px;
}

.obuki-box-down,
.legendi-box-down {
    width: 49%;
    height: auto;
    float: left;
    margin: 0px;
    background: #F7F7F7;
    border-top: 1px solid #39bafb;
}

.legendi-box-down {
    margin: 0 15px 15px 0;
}

.legendi-box-down.second {
    margin: 0 0 0 0;
}

.legendi-box-down .obuki-down-wrap {
    background: #DDD;
}

.legendi-box-down:hover,
.legendi-box {
    opacity: 0.8;
}

.tema-inside-box {
    width: 245px;
    display: inline-block;
    height: auto;
    margin-right: 6px;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 15px;
}

.date-border-top {
    width: 100%;
    height: 0;
    border-top: 1px solid #39BAFB;
    display: block;
}

.tema-inside-box:last-child {
    margin: 15px 0 0 0;
}

.tema-inside-box a {
    float: left;
    width: 100%;
    border-top: 1px solid #39bafb;
}

.tema-inside-image img {
    display: block;
    width: 100%;
}

.tema-inside-wrap {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.tema-inside-title-bottom {
    margin: 0px;
    color: #404040;
    font-size: 15px;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
    line-height: 20px;
}

.obuki-down-wrap {
    height: 145px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.obuki-box-down:last-of-type {
    float: right;
}

.obuki-down-image img {
    display: block;
    width: 100%;
}

.header {
    float: left;
    width: 100%;
    min-width: 1090px;
}

.header-top {
    float: left;
    width: 100%;
    min-width: 1090px;
    background: #2c3e50;
    box-sizing: border-box;
    padding: 20px 0px;
}

.header-top-wrapper {
    width: 1090px;
    margin: 0px auto;
}

.navigation {
    float: left;
    width: 100%;
    min-width: 1090px;
    background: #34495e;
}

.nav-wrapper {
    width: 1090px;
    margin: 0px auto;
}

.logo {
    float: left;
    width: 29%;
}

.bvideo {
    margin-top: 20px;
}

.widgettitle {
    background: #951c55;
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #39bafb;
    margin: 10px 0px 0px 0px;
    text-align: left;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
}

.infowidget {
    font-size: 12px;
}

.infowidget strong {
    margin: 5px;
    font-size: 14px;
}

.widget-wrap {
    margin: 20px 0 0 0;
}

.logo-src {
    float: left;
    width: 100%;
    margin: 16px 0px 0px 0px;
}

.ar-header-right {
    float: right;
}

.header-top-buttons i {
    color: #fff;
    font-size: 24px;
    margin: 0px 15px 0px 0px;
}

.social-media {
    float: left;
}

.search-form {
    float: left;
    width: 20px;
    cursor: pointer;
}

.search-form .search-input {
    display: none;
}

.search-form .search-submit {
    float: left;
    background: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.nav {
    float: left;
    width: 110%;
    position: relative;
}

.nav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.sub-menu {
    display: none;
    position: absolute;
    float: left;
    clear: both;
    z-index: 999;
    width: 10.3%;
}

ul.sub-menu .current-menu-item a,
.sub-menu li a {
    color: white !important;
}

.nav ul li:hover .sub-menu {
    /* display: block; */
}

ul.sub-menu li a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: revert !important;
}

ul.sub-menu li {
    clear: both;
    background: #34495E;
    width: 100%;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    color: #fff;
    padding: 9px 10px;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.menu-item-114 a,
.menu-item-160652 a,
.menu-item-160653 a {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background: url('img/home.png') no-repeat;
}

#menu-item-114.current_page_item a,
.menu-item-114.current_page_item a,
#menu-item-160652.current_page_item a,
.menu-item-160652.current_page_item a,
#menu-item-160653.current_page_item a,
.menu-item-160653.current_page_item a  {
    background: url('img/active-home.png') no-repeat center center !important;
    height: 41px;
}

.current-menu-item {
    background: #eeeeee;
    height: 40px;
}

.current-menu-item a {
    color: #2C3E50 !important;
}

.nav ul .menu-item-114 a,
.nav ul .menu-item-160652 a,
.nav ul .menu-item-160653 a {
    text-indent: -9999px;
    width: 55px !important;
    height: 40px;
    background: url('img/home.png') no-repeat center center;
    padding: 0px;
    background-size: 35%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav {
    float: left;
    width: 100%;
    min-width: 1090px;
    background: #34495e;
}

.footer-nav-wrapper {
    width: 1090px;
    margin: 0px auto;
}

.footer-copyright-social {
    float: left;
    width: 100%;
    padding: 1em 0;
}

.footer-copyright-wrapper {
    width: 1090px;
    margin: 0px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em 0 0 0;
}

.copyright {
    /*float: left;*/
}

.copyright p {
    margin: 0px;
    font-size: 13px;
    color: #7b7b7b;
}

.helpers {
    /*float: right;*/
}

.helpers ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-social {
    /*float: right;*/
    padding: 0;
}

.helpers ul li {
    float: left;
    margin: 0px 2px 0px 0px;
}

.helpers ul li a {
    color: #7b7b7b;
    font-size: 13px;
    text-decoration: underline;
}

.helpers ul li:after {
    content: "|";
    margin: 0px 0px 0px 1px;
}

.footer-social ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-social ul li {
    float: left;
    margin: 0px 0px 0px 10px;
}

.sidebar {
    float: right;
    width: 300px;
}

.academic-login {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #f7f7f7;
    /* border-top: 1px solid #39bafb; */
}

.al-top {
    float: left;
    width: 100%;
    position: relative;
}

.alt-img {
    display: block;
    background: url('img/books.png') no-repeat;
    width: 35%;
    height: 60px;
    text-indent: -9999px;
    float: left;
}

.al-top p {
    width: 60%;
    color: #404040;
    font-size: 19px;
    box-sizing: border-box;
    padding: 22px 0px 0px 0px;
    margin: 0px;
    font-weight: bold;
    float: left
}

.al-bottom {
    /*
    float: left;
    width: 100%;
    margin: 20px 0px 10px 0px; */
    float: left;
    width: 57%;
    margin: 20px 65px 10px 65px;
}

.alb-field {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
}

.alb-submit {
    border: 1px solid #acacac;
    display: block;
    float: left;
    background: none;
    font-size: 13px;
    font-weight: bold;
    color: #404040;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 5px 25px;
    margin: 0 0 0 10px;
}

.sidebar-ad {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    /* margin: 0px 0px 0px 0px; */
}

.tema-sidebar-box {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #f7f7f7;
    border-top: 1px solid #5DD061;
    margin: 5px 0px 0px 0px;
    line-height: 23px;
}

.sidebar-category-tema {
    background: #f19200;
    padding: 5px 0px 5px 5px;
    margin: 31px 0px 0px 0px;
    text-align: left;
    width: 100%;
}

.sidebar-tema-image {
    width: 100px;
    float: left;
    display: block;
    margin-right: 10px;
}

.sidebar-category-tema a {
    font-size: 13px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: white;
}

h2.tema-sidebar-box-title {
    margin: 0px;
    color: #404040;
    font-size: 14px;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
    line-height: 18px;
}

.post-box {
    float: left;
    width: 100%;
    box-sizing: border-box;
    /*padding: 25px 15px 24px 15px;*/
    padding: 1em;
    background: #f7f7f7;
    border-top: 1px solid #39bafb;
    margin: 5px 0px 0px 0px;
    line-height: 23px;
}

.post-box-title {
    margin: 0px;
    color: #404040;
    font-size: 19px;
    font-weight: bold;
}

.pb-bottom {
    float: left;
    display: inline-block;
    color: #8d8d8d;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px dashed;
    margin: 15px 0px 0px 0px;
}

.pb-bottom h2 {
    margin: 0px;
}

.post-views {
    float: left;
}

.post-views i {
    margin: 0px 0px 0px 5px;
}

.post-comments {
    float: left;
    margin: 0px 0px 0px 15px;
}

.post-box-special {
    float: left;
    width: 100%;
    margin: 5px 0px 0px 0px;
    position: relative;
    background: #F7F7F7;
    border-top: 1px solid #39bafb;
    box-sizing: border-box;
    padding: 18px 15px 15px 15px;
}

.post-box-special a {
    display: block;
    float: left;
    width: 100%;
}

.pbs-icon-holder {
    float: left;
    width: 100%;
    position: relative;
}

.pbs-divider {
    border: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    margin: 10px 0px 0px 0px;
}

.pbs-icon-holder i {
    background: #F7F7F7;
    padding: 0px 10px 0px 0px;
    position: absolute;
    font-size: 20px;
}

.post-box-special h2 {
    display: block;
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    color: #404040;
    font-size: 19px;
	margin: 0;
}

.slider-box {
    float: left;
    width: 100%;
    position: relative;
    height: 460px;
}

.slider-box .bxSlider {
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

.slider-box .bx-wrapper {
    width: 100%;
    /*max-width: 100% !important;*/
}

.slider-image {
    float: left;
    width: 100%;
    height: 300px;
}

.slider-publish-date {
    font-size:1em;
}

.slider-title {
    float: left;
    width: 100%;
    padding: 1em;
    /*background: #34495E;*/
    color: #fff;
    /* height: 222px; */
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
/*background: -moz-linear-gradient(top, rgba(52,73,94,0.9) 0%, rgba(52,73,94,1) 85%); */
/*background: -webkit-linear-gradient(top, rgba(52,73,94,0.9) 0%,rgba(52,73,94,1) 85%); */
/*background: linear-gradient(to bottom, rgba(52,73,94,0.9) 0%,rgba(52,73,94,1) 85%); */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e634495e', endColorstr='#34495e',GradientType=0 ); */

background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.88) 65%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.88) 65%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.88) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.slider-title a {
    float: left;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    /*line-height: 30px;*/
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
    /*text-shadow: 0px 0px 7px rgba(0,0,0,0.97); */
}

.slider-box .bx-viewport {
    height: auto !important;
}

.slider-post-excerpt {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    display: block;
    margin: 10px 0px 0px 0px;
    line-height: 23px;
}

.postblog {
    padding: 5px;
}

.docs-wrap span {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    height: auto;
}

.docs-wrap {
    margin: 20px 0;
    width: 100%;
    height: auto;
    float: left;
}

ul.sudenje-docs-list {
    padding: 0;
    margin-left: 16px;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
}

ul.sudenje-docs-list p {
    margin-top: 0;
}

ul.sudenje-docs-list p:hover {
    text-decoration: underline;
}

ul.sudenje-docs-list li {
    font-size: 12px;
    float: left;
}

.sudenje.servisni {
    width: 190px;
    height: auto;
    float: left;
}

.servisni-cat-select select {
    width: 90%;
    height: auto;
    float: left;
    margin: 5px 0;
    font-size: 15px;
}

.servisni-cat-select p {
    font-size: 17px;
    font-weight: bold;
}

.servisni-cat-select {
    width: 50%;
    float: left;
    height: auto;
}

.sudenje.servisni a {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.sudenje.servisni .sudenje-image {
    width: 100%;
    height: auto;
    float: left;
}

.sudenje.servisni {
    width: 182px;
    height: auto;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
}

.sudenje-box-small.cat-small .sudenje-wrap {
    position: relative;
}

.sudenje-box-small.cat-small .sudenje-wrap .sudenje-title h2 {
    font-size: 12px;
}

.sudenje.servisni.first {
    margin-left: 0;
}

.postblog {
    width: 75%;
    margin: 0;
    font-size: 15px;
}

.novblogimage img {
    width: 90px !important;
    -webkit-filter: grayscale(100%);
}

.blog-box.newblog1:hover .blog-image.novblogimage img {
    -webkit-filter: none;
}

.slider-arrows {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    width: 91px;
}

.navodnici {
    width: 10%;
    float: left;
    padding: 5px 0 0 0;
}

.slider-arrows div {
    float: left;
    margin: 0px 0px 0px 15px;
}

.slider-arrows a {
    border: 4px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    color: #fff;
}

.slider-arrows i {
    margin: 3px 0px 0px 0px;
}

.zavrsen-zbor-right {
    float: left;
    width: 100%;
    background: #34495e;
    border-top: 1px solid #39bafb;
}

.zavrshen {
    float: left;
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    padding: 1em;
}

.zavrsen-zbor-image {
    float: right;
}

.zavrsen-zbor-right.cat-small>a {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.zavrsen-zbor-slucaj a,
.zavrsen-zbor-slucaj span,
.zavrsen-zbor a {
    font-size: 22px;
    color: #fff;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
}

.zavrsen-zbor-izvadok {
    color: #dadada;
    font-size: 0.8em;
    font-weight: 300;
    margin: 1em 0 0 0;
}

.sudenje-izvadok-front {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 7px;
font-size: 0.9em;
font-weight: 300;
}

.zavrsen-zbor-izvadok.sudenje-home {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 7px;
}

.zavrsen-zbor-right .pb-bottom {
    color: #fff;
    margin: 0px 0px 0px 15px;
}

.servisni .sudenje-box {
    height: 100%;
    width: 249px;
}

.servisni {
    width: 250px;
}

.servisni-cet {
    width: 373px;
    height: auto;
    float: left;
    display: inline-block;
    margin-top: 10px;
    min-height: 120px;
    position: relative;
}

.servisni-cet.even {
    float: right;
}

.sudenje-box.cat-small.gray {
    background: #252525 !important;
}

.servisni-box .cat-image {
    float: left;
    width: 100%;
    height: auto;
    float: left;
}

.servisni .sudenje-wrap {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

.servisni-box {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

.servisni-box a {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

.servisni-title h2 {
    color: black;
}

.servisni .sudenje-wrap {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
}

.servisni-cet .sudenje-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.69);
    width: 100%;
    height: auto;
    padding: 6px 15px;
}

.servisni-cet.even {
    margin-right: 4px;
}

.sudenje-wrap {
    float: left;
    width: 580px;
    box-sizing: border-box;
    /*padding: 15px; */
padding: 0 1em;
    color: #fff;
}

.sudenje {
    float: left;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

article.sudenje {
    height: auto;
    overflow: hidden;
}

.sudenje-image {
    float: right;
}

.sudenje-box {
    float: left;
    height: 130px;
    width: 100%;
    background: #34495E;
    border-top: 1px solid #39bafb;
    margin: 15px 0px 0px 0px;
}

.sudenje-box:last-of-type {
    background: #252525;
    border-top: 1px solid #dfa800;
}

.sudenje-izvadok {
    color: #dadada;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    float: left;
    line-height: 23px;
}

.sudenje-izvadok-list {
    color: #dadada;
    font-size: 14px;
    padding: 10px 0px 3px 7px;
    width: 100%;
    float: left;
    line-height: 19px;
}

.sudenje-title h2 {
    font-size: 22px;
    display: inline-block;
    float: left;
    margin: 0px;
    font-weight: bold;
    /*font-family: 'PT Serif', serif; */
}

.sudenje-wrap .pb-bottom {
    float: right;
    color: #fff;
    margin: 0px;
}

.sudenje-wrap .pb-bottom h2 {
    font-size: 14px;
}

.sudenje-wrap .pb-bottom i {
    font-size: 14px;
}

.slider-title .more-button {
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    width: auto;
    border-radius: 100px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 20px;
    margin: 20px 0px 0px 0px;
}

.slider-title .pb-bottom {
    float: left;
    color: #fff;
    margin: 25px 0px 0px 25px;
}

.bxSlider li {
    height: 460px;
}

.intervju {
    float: left;
    width: 100%;
}

.intervju-box {
    float: left;
    width: 100%;
    background: #34495E;
    position: relative;
    border-top: 1px solid #39bafb;
}

.box-perma {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.intervju-image {
    float: right;
    width: 424px;
}

.intervju-wrap {
    float: left;
    width: 335px;
    box-sizing: border-box;
    padding: 1em;
}

.intervju-nadnaslov {
    float: left;
    width: 100%;
    line-height: 23px;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
color: white;
}

.intervju-box a,
.intervju a {
    color: #fff;
    font-size: 22px;
}

.intervju-avtor {
    font-size: 15px;
    color: #fff;
    margin: 15px 0px 0px 0px;
    float: left;
}

.intervju-izvadok {
    color: #dadada;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    float: left;
}

.intervju-bottom {
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
}

.intervju-wrap .pb-bottom {
    float: right;
    color: #DAD0B7;
    margin: 0px;
}

.intervju-wrap .more-button {
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    width: auto;
    border-radius: 100px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 20px;
    margin: 0px;
    color: #fff;
}

.fifth-section h2 {
    margin: 0px;
}

.informacii h2 {
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    color: #404040;
    background: #f19200;
    /*font-family: 'PT Serif', serif; */
}

.info-box {
    word-wrap: break-word;
    height: 134px;
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 5px 0px 5px 0px;
    /* background: rgba(230, 126, 34, 0.1); */
    box-sizing: border-box;
    padding: 8px;
    /* border-top: 1px solid rgba(230, 126, 34, 0.3);*/
    border-top: 1px dashed rgba(230, 126, 34, 0.5);
}

#content-oglasi,
#content-sudenja {
	display:flex;
	flex-wrap: wrap;
}

.oglasi-box-wrap,
.sudenja-box-wrap {
    /*width: 240px;*/
    width: 33%;
    /*float: left;*/
     /*display: inline-block;*/
    margin: 0;
	padding:1px 1px 2em 1px;
    /*border-top: 1px solid #E6711B;*/
}

.oglasi-box,
.sudenja-box {
    width: 100%;
    float: left;
    display: inline-block;
    margin-right: 0;
}
.oglasi-box a,
.sudenja-box a {
display: flex;
flex-flow: column;
}

.oglasi-img,
.sudenja-img {
    width: 75px;
    height: 55px;
    float: left;
}

.oglasi-image,
.sudenja-image {
    /*width: 240px;*/
    width: 100%;
}

.oglasi-image img,
.sudenja-image img {
    width: 100%;
    height: auto;
    display: block;
}

.oglasi-wrap,
.sudenja-wrap {
    /*width: 100%;*/
    /*min-height: 120px;*/
    height: auto;
    /*float: left;*/
    /*background: #474F52;*/
    background: rgba(255,255,255,0.96);
	margin: -3em 4px 0;
}

.oglasi-publish-date,
.sudenja-publish-date {
	color: #FFF;
	padding: 1px 0.5em;
	font-size: 1em;
	font-weight: bold;
	margin-top: -2em;
    /*text-shadow: 0px 1px 1px black;*/
    background: rgba(0,0,20,0.33);
	position: absolute;
}

.oglasi-title h2,
.sudenja-title h2 {
	padding: 0px 0.5em;
	margin: 0;
	color: #444;
	font-size: 1.1em;
	min-height: 3em;
}

.info-title.oglasi {
    /*font-size: 15px; */
    font-size: 0.95em;
    /*line-height: 1em;*/
    /*margin-left: 10px;*/
    /*float: left;*/
    /*width: 105px; */
    word-wrap: break-word;
}

.info-title a,
.info-box a {
    /*font-size: 15px; */
    font-size: 0.95em;
    font-weight: 300;
    /*line-height: 20px;*/
    color: #484848;

}

.informacii-naslov {
    width: 100%;
    float: left;
    /*background: #f19200;*/
    color: #fff;
border-top: 1px solid #eee;
}

.naslovi {
    width: 1090px;
    margin: 0 auto;
}

.temablog-image {
    text-align: center;
}

.naslovi h2 {
    text-align: center;
    /*width: 203px;*/
    width: 20%;
    height: auto;
    float: left;
    /*margin: 0 15px 0 0;*/
    margin: 0;
    background: #f19200;
    color: #fff;
    /*padding: 2px 9px;*/
    padding: .25em 0;
    /*font-size: 14px;*/
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: normal;
border-right: 1px solid white;
}

.naslovi-category a {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 17px;
    padding: 5px 0px 5px 5px;
    font-weight: normal;
}

.naslovi-category {
    background: #951c55;
    border-top: 1px solid #fdadba;
    margin: 0px 0px 5px 0px;
    text-align: left;
    width: 100%;
}

.showtemablog {
    height: 176px;
    padding: 9px 15px 15px 15px;
}

.novo {
    margin-bottom: 5px;
    float: left;
}

.informacii h2 {
    margin: 0px 0px 5px 0px;
    box-sizing: border-box;
    background: rgba(241, 146, 0, 0);
    color: rgba(255, 255, 255, 0);
    padding: 0px 9px;
    font-size: 16px;
}

.blog-title {
    float: left;
    width: 100%;
    padding: 5px;
    line-height: 23px;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
}

.blog-title a {
    color: #404040;
    font-size: 20px;
}

.blog-avtor {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #e6711b;
    margin: 0px 0px 10px 0px;
}

.blog-box .more-button {
    border: 1px solid rgba(0, 0, 0, 0.3);
    float: left;
    width: auto;
    border-radius: 100px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 20px;
    margin: 0px;
    color: #404040;
}

.blog-bottom-info {
    width: 90px;
    position: absolute;
    bottom: 20px;
    padding: 5px;
}

.blog-box .pb-bottom {
    margin: 15px 0px 0px 5px;
}

.blog-box>a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.obuki-sidebar {
    float: right;
    width: 300px;
    padding-top: 5px;
}

.obuki-sidebar .obuki-boxs {
    float: left;
    position: relative;
    box-sizing: border-box;
    background: #F7F7F7;
    border-top: 1px solid #39bafb;
    margin: 20px 0px 0px 0px;
}

.obuki-boxs:first-of-type {
    margin: 0px;
}

.obuki-image img {
    width: 100%;
}

.obuki-title {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    line-height: 23px;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
}

.obuki-title .obuki-link {
    margin: 0px;
    color: #404040;
    font-size: 19px;
    font-weight: normal;
}

.obuki-box-up,
.legendi-box {
    float: left;
    width: 100%;
    background: #252525;
    border-top: 1px solid #dfa800;
    position: relative;
}

.legendi-box {
    margin-bottom: 15px;
}

.obuki-box-up>a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sudenje-informacii span {
    width: 100%;
    height: auto;
    float: left;
    font-weight: normal;
    line-height: 15px;
}

.obuki-wrap {
    float: left;
    width: 335px;
    box-sizing: border-box;
    padding: 15px;
}

.obuki-title-top {
    float: left;
    width: 100%;
    /*font-family: 'PT Serif', serif; */
}

.obuki-title-top a {
    color: #fff;
    font-size: 19px;
}

.iobuki-izvadok {
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

.iobuki-izvadok {
    color: #dadada;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    width: 100%;
    float: left;
}

.obuki-wrap .more-button {
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    width: auto;
    border-radius: 100px;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 20px;
    margin: 0px;
    color: #fff;
}

.obuki-bottom-info {
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
}

a.bx-pager-link.active {
    background: #951c55;
    /*width: 15px;*/
    /*height: 15px;*/
    width: 1.3em;
    height:1.3em;
    display: inline-block;
    border-radius: 20px;
    padding: 1px;
    color: white;
}

.obuki-bottom-info .pb-bottom {
    margin: 0px 0px 0px 15px;
}

.obuki-title-bottom a,
.obuki-box-down a {
    float: left;
    width: 100%;
}

.obuki-title-bottom {
    margin: 0px;
    color: #404040;
    font-size: 19px;
    /*font-family: 'PT Serif', serif; */
    font-weight: bold;
    line-height: 23px;
}

.nav-search-hidden {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    height: 40px;
    display: none;
}

.search-input {
    width: 100%;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px 15px;
    border: 0px;
    height: 40px;
    background: #F7F7F7;
    box-sizing: border-box !important;
    font-size: 18px;
    outline: none;
}

.search-input:focus {
    border: 0px;
}

.singlesid {
    margin-bottom: 80px;
}

.search-submit {
    position: absolute;
    right: 15px;
    border: 0px;
    background: none;
    height: 40px;
    outline: none;
}

.wrapper-category {
    position: absolute;
    left: -150px;
    z-index: 1;
    padding: 10px 0px 0px 39px;
    border-top: 1px solid #39bafb;
    margin: 0px 0px 0px 0px;
    text-align: right;
    width: 135px;
    max-width: 145px;
}

.wrapper-category a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.sidebar-category-pra {
    background: #951c55;
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #39bafb;
    margin: 20px 0px 0px 0px;
    text-align: left;
    width: 100%;
}

.post-main-content a {
    color: blue;
}

.post-main-content a:hover {
    text-decoration: underline;
}

.sidebar-category.dole {
    margin: 0;
}

.sidebar-category {
    background: #951c55;
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #fdadba;
    margin: 10px 0px 0px 0px;
    text-align: left;
    width: 100%;
    /*
    position: absolute;
    z-index: 1;
    right: -128px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #39bafb;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 113px;
    max-width: 145px; */
}

.sidebar-category a,
.kalendarNaslov {
    font-size: 13px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: white;
}

.kalendarNaslov {
    text-align: center;
}

.nastani {
    border-top: 1px solid #999999;
    background: #f19200;
}

.sidebar-category.right {
    margin-top: 1px;
}

.sidebar-cat-content {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 300px;
    height: auto;
    /*float: left;*/
    float: right;
    position: relative;
}

#TB_title {
    background-color: #2c3e50 !important;
}

table#pop_table {
    background-color: white !important;
}

div#dayevent>div {
    border-bottom: 1px solid #39bafb !important;
    font-size: 17px !important;
    font-weight: bold !important;
}

.first-section,
.second-section,
.third-section,
.fourth-section,
.sixth-section,
.seventh-section,
.eight-section {
    position: relative;
    min-height: 65px;
}

.main-inside-content {
    float: left;
    width: 750px;
    margin: 15px 0px 0px 0px;
}

.main-inside-content article {
    float: left;
    width: 100%;
}

.main-post-right {
    float: right;
    width: 85%;
}

.main-post-right-sudenje {
    width: 85%;
    float: right;
}

.comments-single-wrap {
    width: 100%;
    height: auto;
    float: left;
}

.content-text-wrap {
    width: 75%;
    float: left;
    height: auto;
}

.content-text-wrap.full {
    width: 100%;
}

.slucaj-wrap {
    width: 100%;
    height: auto;
    float: left;
}

.slucaj-wrap a {
    float: left;
    margin: 19px 0;
    margin-left: 10px;
    font-size: 13px;
}

.slucaj-wrap p {
    float: left;
    font-size: 18px;
    margin: 15px 0;
    margin-left: 20px;
}

.slucaj-zavrsen-wrap {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #D4D4D4;
    border-left: none;
    border-right: none;
    margin-bottom: 14px;
}

.zavrsen-zbor-info {
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0px;
}

.zavrsen-zbor-info span {
    float: left;
    margin-right: 10px;
    font-size: 15px;
}

.zavrsen-zbor-info p {
    float: left;
    font-size: 15px;
    margin: 0;
}

.sudenje-informacii {
    width: 22%;
    float: right;
}

.sudenje-informacii h2 {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    background: #2C3E50;
    padding: 8px 3px;
    color: white;
    font-weight: normal;
}

.sudenje-informacii p {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #2C3E50;
    line-height: 26px;
}

.sudenje-info-heading span {
    text-transform: none !important;
}

.sudenje-informacii h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 5px 0 8px 0;
    font-weight: bold;
    border-bottom: 1px solid #39bafb;
    text-transform: uppercase;
}

.main-inside-content article #sticky-wrapper {
    width: 12%;
    float: left;
    margin: 0 0 30px 0;
}

.ss-heading h2 {
    margin: 0px 0px 20px 0px;
	font-size: 1rem;
}

.ss-heading {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.ss-heading {
    font-size: .85em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: gray;
}

.inside-post-top {
    float: left;
    width: 100%;
}

.mobile-banner {
    display: none;
}

.mpi-author {
    font-size: 14px;
    color: #A0A0A0;
    font-weight: normal;
    float: left;
    margin: 0px 15px 0px 0px;
}

.mpi-author.blog a {
    font-size: 14px;
    color: #A0A0A0;
    font-weight: normal;
    float: left;
    margin: 0px 15px 0px 0px;
}

.mpi-category ul {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mpi-category ul li a {
    color: #A0A0A0;
    font-weight: normal;
}

.mpi-category {
    float: left;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    color: #A0A0A0;
}

.mpi-date {
    float: left;
    margin: 0px 5px 0px 5px;
    font-size: 14px;
    color: #A0A0A0;
    font-weight: normal;
}

.main-post-title-excerpt-thumbnail {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.mptet-title {
    font-size: 30px;
    margin: 10px 0px 15px 0px;
    line-height: 35px;
}

.mptet-excerpt {
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #757575;
    margin: 0px 0px 10px 0px;
}

.post-thumbnail {
    float: left;
    width: 100%;
}

.post-main-content {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #353535 !important;
    text-align: left !important;
    line-height: 26px;
}

.sudenje-content p {
    text-align: justify !important;
}

.post-main-content p {
    font-size: 17px;
    color: #353535;
    text-align: left !important;
    line-height: 26px;
}

.post-categories li {
    float: left;
    margin: 0px 10px 0px 0px;
}

.post-categories li:after {
    content: "/";
    margin: 0px 0px 0px 10px;
}

.post-main-content p span {
    color: #4C4C4C !important;
}

.post-main-content p img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    cursor: default;
}

.post-main-content strong {
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    /*font-family: 'PT Serif', serif; */
}

.categories2 {
    top: 1px !important;
    left: -13px !important;
}

p.categories1 {
    width: 16px !important;
}

.pmc-video {
    float: left;
    width: 100%;
}

.pmc-video iframe {
    display: block;
    width: 100%;
    height: 440px;
}

.post-tags {
    float: left;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 15px 0px 15px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-tags a {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    padding: 2px 12px;
    margin: 3px 6px 3px 0px;
    white-space: nowrap;
    display: inline-block;
}

.pmc-gallery {
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

.fancybox {
    float: left;
    width: 202px;
    height: 120px;
    overflow: hidden;
    margin: 0px 5px 10px 5px;
}
.sponzorirano h2,
.related-posts h2 {
    background: #f8b722;
    color: white;
    padding: 0.25em 0 0.25em 0.5em;
    margin: 0 0 1px 0;
    text-align: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.related-posts {
    float: left;
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
}

.related-posts ul {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.related-posts ul {
    display: flex;
    flex-wrap: wrap;
}

.related-posts ul li {
    /*width: 204px;*/
    /*height: 125px;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*margin-right: 12.75px;*/
    margin-right: 1px;
    margin-bottom: 1px;
    background: #DDDDDD;
    /*padding: 10px;*/
    padding: 0;
    box-sizing: border-box;
    min-height: 120px;

    width: 32%;
    min-width: 32%;
    flex: 1 0;
}

.related-posts ul li.third {
    margin-right: 0 !important;
}

.related-posts ul li:nth-child(3n) {
}

.related-posts li:hover {
    opacity: 0.7;
}

.related-posts ul li a {
    font-size: 1em;
}

.related-posts a,
.sponzoriran a {
    color: #444;
}

.related-posts a {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0px 10px 0px;
margin: 0;
}

.related-post-thumb {
display:block;
height: 129px;
}

.related-post-title {
    position: absolute;
    bottom: 0;
    color: white;
    text-shadow: 1px 1px 0 black;
    padding: 0.4em;
    font-weight: bold;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+55&0+0,0.88+55 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.88) 55%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.88) 55%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.88) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e0000000',GradientType=0 ); /* IE6-9 */

}

.related-title {
    box-sizing: border-box;
    display: block;
    float: right;
    width: 80%;
    margin: 0px;
    padding: 0px;
    /*font-family: 'PT Serif', serif; */
}

.related-heading {
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.related-thumbnail {
    float: left;
    width: 110px;
}

.sidebar-inside {
    float: right;
    margin: 15px 0px 0px 0px;
}

.social-share {
    float: left;
    text-align: right;
    box-sizing: border-box;
    padding: 0px 25px 0px 0px;
}

.social-share a {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

.social-share i {
    font-size: 26px;
}

.social_fb {
    color: #3b5998;
}

.tweet {
    color: #4099FF;
}

.social_gplus {
    color: #dd4b39;
}

.zavrsen-zbor-slucaj {
    /*line-height: 23px; */
}

.more-button {
    /*font-family: 'PT Serif', serif; */
}


.weather {
    /*float: left; */
    float: right;
    margin: 0px 0px 0px 0px;
    width: 300px;
    height: auto;
}

.calendar-widget {
    /*float: left; */
    float: right;
    margin: 0px 0px 0px 0px;
    width: 300px;
    height: auto;
}

#bigcalendar1 .week_days {
    font-size: 13px !important;
}

#bigcalendar1 .general_table tr td {
    width: 20px !important;
    height: 35px !important;
    position: relative;
    background-color: white !important;
}

#bigcalendar1 .general_table .top_table,
#bigcalendar1 .general_table .top_table td {
    background: #840202 !important;
}

#bigcalendar1 .general_table tr td>div {
    width: 20px !important;
    height: 20px !important;
    float: left;
    position: absolute;
    top: 0;
    right: 0;
}

#bigcalendar1 .general_table .top_table tr td>div {
    width: 40px !important;
    height: 20px !important;
}

#bigcalendar1 .caltext_color_other_months {
    background-color: white !important;
}

.sponzorirano {
    margin: 15px 0px 0px 0px;
    padding: 0;
    float: left;
    width: 100%;
}

.sponzoriran {
    width: 100%;
    display: inline-block;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #DDD;
    padding: 10px;
    font-size: 1.4em;
    box-sizing: border-box;
    min-height: 70px;
    font-weight: normal;
    cursor: pointer;
}

.sponzoriran:hover {
    background: rgba(0, 0, 0, 0.24);
}

div#cal_event p {
    text-align: center;
}

#bigcalendar1 .general_table tr td p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: normal;
}

div#cal_event p b {
    display: none !important;
}

.newfb {
    margin: 0 0 20px 0 !important;
}

.newfb1 {
    margin: 0 0 0px 0 !important;
}

.bvideo1 {
    margin: 0 0 20px 0;
}


.legcat {
    margin: 0px !important;
}

.novad {
    margin: 20px 0 0 0;
}


div#cal_event {
    width: 36px;
    height: 31px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    border: none !important;
    padding: 15px;
    z-index: 0;
    cursor: pointer;
}

.sudenje-izvadok-list2 {
    color: #dadada;
    font-size: 14px;
    padding: 5px 0px 3px 7px;
    width: 100%;
    float: left;
    line-height: 19px;
}

.weather>p:last-of-type {
    display: none;
}

.popular_carousel h4.wtpsw-post-title {
    margin-top: -15px !important;
    background: #f7f7f7;
    padding: 10px;
    display: block;
    height: 216px;
}


/*
#event-link {
    position: absolute;
    bottom: 10px;
}*/

#bigcalendar1 .cala_day a:link,
#bigcalendar1 .cala_day a:visited {
    cursor: context-menu !important;
}

#bigcalendar1 .cala_day a#data-link {
    cursor: pointer !important;
}

a#data-link p:hover {
    text-decoration: underline;
    color: black;
    cursor: pointer
}

div#cal_event.opened {
    width: 130px !important;
    overflow: visible !important;
    height: auto !important;
    /* background-color: rgb(0,84,120) !important;*/
    z-index: 9999;
    /*min-height: 130px;*/
}

div#cal_event.opened * {
    display: block;
    color: white;
}

.cala_day {
    cursor: pointer;
}

td.cala_day p {
    background: none !important;
}

div#cal_event * {
    display: none;
}


/*
ul#cats{
	display:none;
}
*/

#bigcalendar1 .general_table tr td b {
    font-size: 14px !important;
}

#bigcalendar1 .general_table tr td {
    font-size: 14px !important;
}

div#views_tabs .views {
    display: none;
}

div#views_tabs .views:last-child {
    display: none;
}

table.calyear_table {
    height: 50px !important;
}

#bigcalendar1 .cala_arrow a {
    font-size: 19px !important;
}

#bigcalendar1 td span {
    font-size: 14px !important;
}

#bigcalendar1 .general_table tr {
    width: 20px !important;
    height: 20px !important;
}

ul#cats {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
}

p#category1,
p#category2,
p#category3 {
    font-size: 14px;
    margin-top: 0px;
}

p#category2 {
    margin: 0 53px;
}

p#category3 {
    float: right;
}

.fb_iframe_widget {
    /* margin: 15px 0 0 0;*/
}

.sudenje-box.cat-small>a {
    width: 100%;
    height: auto;
    float: left;
    display: block;
}

.cat-category {
    position: absolute;
    left: 0px;
    z-index: 1;
    padding: 3px 0px 0px 20px;
    border-top: 1px solid #39bafb;
    margin: 0px 0px 0px 0px;
    text-align: right;
    font-size: 8px;
    width: 115px;
    text-transform: uppercase;
    max-width: 120px;
}

.cat-side {
    margin-top: 0px;
}


/*
.cat-small{
	background: #951c55 !important;
}
*/

.cat-first {
    background-color: #474F52;
}

.cat-small.even {
    background-color: #0B5079;
    border-top: 1px solid #39bafb;
}

.cat-small.odd {
    background-color: #951c55;
    border-top: 1px solid #fdadba;
}

.cat-image {
    float: left;
}

.cat-pagination {
    float: left;
    width: 100%;
    margin: 20px 0;
}

a.page-numbers {
    border: 1px solid rgba(0, 0, 0, 0.22) !important;
    margin-right: 4px !important;
    padding: 4px 10px 3px 10px !important;
    background: #F7F7F7;
    color: black;
    border-radius: 3px !important;
    font-size: 12px;
}

.pagi {
    width: 100%;
    height: auto;
    float: left;
    margin: 30px;
    text-align: center;
}

.pagi a:hover {
    background: rgb(52, 73, 94);
    color: white;
}

.pagi.sudenje-more {
    margin: 0;
    padding: 0 30px 30px 30px;
}

.pagi.sudenje-more a {
    padding: 7px 30px !important;
}

.plus {
    background: #f19200;
    color: white;
}

span.page-numbers.current {
    border: 1px solid rgba(0, 0, 0, 0.22);
    margin-right: 4px;
    padding: 4px 10px 3px 10px;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    background: rgb(52, 73, 94);
}

.tema-box-right:hover,
.obuki-box-down:hover,
.tema-box-left:hover {
    opacity: 0.7;
}

.sudenje-box:hover,
.zavrsen-zbor:hover,
.intervju-box:hover,
.obuki-up:hover,
.blog-box:hover,
.info-box:hover,
.tema-inside-box:hover,
.tema-sidebar-box:hover {
    opacity: 0.8;
}

.post-box:hover,
.post-box-special:hover {
    background: #ddd;
}

.new:last-of-type {
    margin-bottom: 11px !important;
}

.realizirani-obuki {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 20px 0;
}

.akademik-obuki-cat {
    float: left;
    width: 100%;
    height: auto;
}



.bvideo {
    margin-top: 20px;
}

.widgettitle {
    background: #951c55;
    padding: 5px 0px 5px 5px;
    border-top: 1px solid #fdadba;
    margin: 10px 0px 0px 0px;
    text-align: left;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
}

.infowidget {
    width: 100%;
    float: left;
    height: auto;
    margin: 5px 0 0 0;
}

.infowidget strong {
    margin: 5px;
    font-size: 12px;
}

.sudenje-blog-wrap {
    width: 100%;
    float: left;
    height: 100px;
    overflow: hidden;
    background: #34495E;
}

.sudenje-title h2 {
    color: white;
    font-size: 17px;
    padding: 5px;
    font-weight: normal;
}

.slucaj-info a:hover {
    text-decoration: underline;
}

.slucaj-info a {
    float: left;
    font-size: 14px;
    margin: 10px 0;
}

.slucaj-info p {
    float: left;
    font-size: 16px;
    margin: 8px 0;
    margin-right: 10px;
}

.slucaj-info {
    width: 100%;
    height: auto;
    float: left;
}


ul#cats {
    margin: 0;
}

.sudenje-informacii ul {
    padding-left: 13px;
    list-style-type: circle;
    font-size: 12px;
}

.search-servisni {
    width: 760px;
    position: relative;
}

input.search-input {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
}

.search-servisni .search-submit {
    position: absolute;
    right: 0;
    border: 0px;
    background: none;
    height: 40px;
    outline: none;
}

.baner {
    display: none;
    width: 70%;
    float: left;
    text-align: right;
}

.baner a img {
    width: 100%;
    height: auto;
}

.regist {
    padding: 1% 2% 1% 2%;
    font-size: 15px;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
    float: left;
    left: 0;
    bottom: 255px;
    color: white;
    background: #951c55;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: absolute;
}

.realizirni-obuki-link {
    background: #951c55;
    height: 80px;
    margin-bottom: 20px;
}

.realizirni-obuki-link a {
    color: white;
    padding-top: 6px;
    display: block;
    font-size: 46px;
    font-weight: 500;
}

.regist:hover {
    color: white;
}

.clear:both {}


/*------------------------------------*\
    bxslider
\*------------------------------------*/

.bxslider img {
    width: 100%;
}

.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1 FontAwesome;
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-left:before {
    content: "\f060";
}

.s-title h2 {
    font-weight: normal;
}

.za-akademik-title h1 {
    font-size: 30px;
    margin: 10px 0px 15px 0px;
    line-height: 35px;
}

.social-bar ul {
    list-style: none;
    padding: 10px 11px;
}

.fbL {
   /*top: -4px !important;*/
}

.social-bar ul li {
    float: right;
    margin-left: 5px;
}

.gp-btn {
    width: 59px;
}

.fb-like {
    width: 194px;
    position: relative;
    /* top: -11px; */
}

.social-bar {
    width: 100%;
    float: left;
}

.zaakademik {
    font-size: 16px;
    color: #1F1F1F;
    /*font-family: 'PT Serif', serif; */
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {}

@media only screen and (min-width:768px) {}

@media only screen and (min-width:1024px) {}

@media only screen and (min-width:1140px) {}

@media only screen and (min-width:1280px) {}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sidebar-cat-content.legendi {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sudenje-image.cat-image img {
    width: 100%;
    height: auto;
    float: left;
}

div#bigcalendar1 #cats li {
    pointer-events: none;
}

.left-wrapper.akademikobukislider .bx-pager-item {
    display: inline-block;
    text-align: center;
    margin: 5px;
    padding: 5px;
}

.akademikobukislider .bx-pager.bx-default-pager {
    text-align: center;
}

.realizirni-obuki-link {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}


/*
#cats li {
    margin-right: 26px;
}*/

.pravna-image {
    height: 322px;
    position: relative;
}

img.literatura-sold {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    margin: auto;
}

.pravna-lit {
    width: 30%;
    float: left;
    margin: 0 0 25px 25px;
    box-sizing: border-box;
}

.pravna-wrap {
    background: rgba(204, 204, 204, 0.43);
    padding: 5px;
    height: 245px;
    overflow: hidden;
}

.pravna-title h2 {
    font-size: 15px;
    margin: 0;
    height: auto;
    padding: 0 0 5px 0;
}

.avtor-pravna,
.izdavach-pravna,
.stranici-pravna,
.izdadena-pravna,
.cena-pravna,
.cena-so-popust-pravna{
    width: 100%;
    float: left;
    height: auto;
    margin: 3px 0;
}

.avtor-pravna span,
.izdavach-pravna span,
.stranici-pravna span,
.izdadena-pravna span,
.cena-pravna span,
.cena-so-popust-pravna span{
    width: 65%;
    float: left;
    margin: 0;
    font-size: 13px;
}

.avtor-pravna h3,
.izdavach-pravna h3,
.stranici-pravna h3,
.izdadena-pravna h3,
.cena-pravna h3,
.cena-so-popust-pravna h3 {
    float: left;
    width: 32%;
    margin: 0;
    font-size: 13px;
}

.pravna-title {
    border-bottom: 1px solid #f19200;
    margin-bottom: 5px;
    height: 45px;
}

.pravna-lit:hover {
    opacity: 0.8;
}


.sudBox {
    width: 30%;
    float: left;
    margin: 0 25px 25px 0;
    height: auto;
    border-top: 1px solid #39bafb;
}

.sudenjapage {
    width: 100%;
    float: left;
    margin 0 0 20px 0;
    height: auto;
}

.naucni {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

blockquote p {
    background: url('img/navodnicdolui.jpg') no-repeat;
    padding: 0 15px 0 35px;
    color: white !important;
}

blockquote p strong {
    color: white !important;
}

blockquote {
    background: rgb(52, 73, 94);
    border: 1px solid rgb(52, 73, 94);
    border-radius: 10px;
    padding-left: 30px;
}

.topsoveti {
    /* border:none !important; */
}

.spec {
    /* border-top: 1px solid #fdadba; */
}

a.view-article {
    display: none;
}

.sticky {background-color: white !important;}

.bypostauthor {}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

ul.sub-menu{
    width: 200px !important; 
}

.ad-rotate.ar-header-right {
    max-width: 768px;
    float: right;
    display: inline-block;
}

.ad-rotate.ar-header-right.top_ad_mobile,
.mobile_zone_3 {
        display: none;
    }

@media all and (max-width: 500px) {
    .ad-rotate.ar-header-right.top_ad_mobile{
        display: block !important;
    }
}

.main-inside-content article iframe {
    width: 100% !important;
}

.textwidget.custom-html-widget {
    /*margin-bottom: 15px !important;*/
    /*border: 1px solid #eaeaea;*/
    max-width: 300px;
    margin: auto;
    float: right;
}

.desktop_zone_3 .textwidget.custom-html-widget {
    margin-top: 2em;
    max-width: none;
}


/* Event Calendar WD widget front page */

/* The animation code */
@keyframes example {
  from {opacity: 0.5;}
  to {opacity: 1.0;}
}

.calendar_main .ecwd_calendar div.event-details {
    font-style: inherit;
    position: absolute;
    background-color: #fafafa;
    padding: 0.5em;
    border: 1px solid #ddd;
    z-index: 1;
    box-shadow: 0 10px 20px 1px rgba(0,0,0,0.33);
    animation-name: example;
    animation-duration: 0.3s;
    opacity: 1.0;
}

.category-vljubeni-vo-pravoto .mptet-pretitle {
	background-image: url("/wp-content/uploads/2020/01/vlj-kategorija.png");
    display: block;
    height: 90px;
    margin: 2em 0;
}

.category-sedime-doma .mptet-pretitle {
	background-image: url("/wp-content/uploads/2020/04/sedime-doma.png");
    display: block;
    height: 90px;
    margin: 2em 0;
}

/* akademika link style **/
.akademika-more{
	background-color: #f3f3f3;
    padding: 1em 0 0 0;
}

.ak-link {
    display: block;
    text-align: center;
}

.ban-sect {
	display:block;
	color: gray;
}

#ak-url-txt {
	font-size: 1.1em;
}

#ak-more-btn {
	padding: 0.25em 1em;
	background-color: #f8b722;
	text-transform: uppercase;
	color: white;
	margin-top: 1em;
}

.akademika-books-img {
	background: url('img/books.png') no-repeat 44%;
	height: 60px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* ecwd */
.event-details-container .event-details-title h5 a {
	font-style: normal;
}


/*#menu-main-menu */
#menu-main-menu .menu-item-160652,
#menu-main-menu .menu-item-160653,
#menu-main-menu .menu-item-161037,
#menu-main-menu .menu-item-161550,
#menu-main-menu .menu-item-161551,
#menu-main-menu .menu-item-161552,
#menu-main-menu .menu-item-161036,
/*menu-main-menu-2 */
#menu-main-menu-2 .menu-item-160652,
#menu-main-menu-2 .menu-item-160653,
#menu-main-menu-2 .menu-item-161037,
#menu-main-menu-2 .menu-item-161550,
#menu-main-menu-2 .menu-item-161551,
#menu-main-menu-2 .menu-item-161552,
#menu-main-menu-2 .menu-item-161036 {
    display: none ;
}

/* menu-main-menu-en */ 
#menu-main-menu-en .menu-item-114,
#menu-main-menu-en .menu-item-160652,
#menu-main-menu-en .menu-item-83342,
#menu-main-menu-en .menu-item-103,
#menu-main-menu-en .menu-item-42546,
#menu-main-menu-en .menu-item-153059,
#menu-main-menu-en .menu-item-161480,
#menu-main-menu-en .menu-item-104,
#menu-main-menu-en .menu-item-149651,
#menu-main-menu-en .menu-item-161550,
#menu-main-menu-en .menu-item-161551,
#menu-main-menu-en .menu-item-161552,
#menu-main-menu-en .menu-item-161036,
/* menu-main-menu-en-2 */
#menu-main-menu-en-2 .menu-item-114,
#menu-main-menu-en-2 .menu-item-160652,
#menu-main-menu-en-2 .menu-item-83342,
#menu-main-menu-en-2 .menu-item-103,
#menu-main-menu-en-2 .menu-item-42546,
#menu-main-menu-en-2 .menu-item-153059,
#menu-main-menu-en-2 .menu-item-161480,
#menu-main-menu-en-2 .menu-item-104,
#menu-main-menu-en-2 .menu-item-149651,
#menu-main-menu-en-2 .menu-item-161550,
#menu-main-menu-en-2 .menu-item-161551,
#menu-main-menu-en-2 .menu-item-161552,
#menu-main-menu-en-2 .menu-item-161036 {
    display: none;
}

/* menu-main-menu-sq */
#menu-main-menu-sq  .menu-item-160653,
#menu-main-menu-sq  .menu-item-114,
#menu-main-menu-sq  .menu-item-83342,
#menu-main-menu-sq  .menu-item-161037,
#menu-main-menu-sq  .menu-item-103,
#menu-main-menu-sq  .menu-item-42546,
#menu-main-menu-sq  .menu-item-153059,
#menu-main-menu-sq  .menu-item-161480,
#menu-main-menu-sq  .menu-item-104,
#menu-main-menu-sq  .menu-item-149651,
/* menu-main-menu-sq-2 */
#menu-main-menu-sq-2  .menu-item-160653,
#menu-main-menu-sq-2  .menu-item-114,
#menu-main-menu-sq-2  .menu-item-83342,
#menu-main-menu-sq-2  .menu-item-161037,
#menu-main-menu-sq-2  .menu-item-103,
#menu-main-menu-sq-2  .menu-item-42546,
#menu-main-menu-sq-2  .menu-item-153059,
#menu-main-menu-sq-2  .menu-item-161480,
#menu-main-menu-sq-2  .menu-item-104,
#menu-main-menu-sq-2  .menu-item-149651 {
    display: none;
}
