/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }



/* =============================================================================
   Links
   ========================================================================== */

a { color: inherit; }
a:visited { color: inherit; }
a:hover {  }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Origami d.o.o.
   ========================================================================== */
html {
    background-color: #333;
}
body {
    line-height: 18px;
    text-rendering: optimizeSpeed;
}
a {
    text-decoration: none;
}

.header {
    background-color: #333;
    color: #CCC;
}
    .header a:link {
        color: #FFF;
        text-decoration: none;
    }
    .header a:hover {
        text-decoration: underline;
    }
    .header a:visited {
        color: #EEE;
    }

.header-top {
    text-align: right;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 24px;
}
    .desktop-link {
        display: inline;
    }
    .site-logo {
        float: left;
        font-size: 24px;
        margin: 0;
    }
    #user_menu {
        float: right;
    }
    #user_menu a {
        margin-left: 10px;
    }
    
.header-bottom {
    padding: 10px;
    border-top: 1px solid #6A8C05;
    border-bottom: 1px solid #6A8C05;
    background-color: #8EBD02;
}
    #footer-nav,
    #site-nav-regular {
        display: none;
    }
    #footer-nav-mobile,
    #site-nav-mobile {
        float: left;        
    }
    #search {
        float: right;
    }
        #search_term {
            margin: 0;
            padding: 0px 1px 0 9px;
            line-height: 22px;
            height: 22px;
            width: 100px;
            border: 1px solid #A51514;
            background-color: #491312;
            color: #CCC;
              -webkit-border-radius: 20px 0 0 20px;
                 -moz-border-radius: 20px 0 0 20px;
                      border-radius: 20px 0 0 20px;
        }
        #search_term:focus {
            background-color: #FFF;
            color: #555;
        }
        #search button {
            margin: 0 0 0 -5px;
            padding: 0 9px 0 6px;
            line-height: 22px;
            height: 24px;
            border: 1px solid #A51514;
            background-color: #7A0403;
            color: #EEE;
              -webkit-border-radius: 0 20px 20px 0;
                 -moz-border-radius: 0 20px 20px 0;
                      border-radius: 0 20px 20px 0;
        }

/*
 * Content
 */
h1, h2, h3 {
    margin: 0 0 10px;
}
h1 a:link, 
h2 a:link, 
h3 a:link {
    
    text-decoration: none;
}
h1 a:visited, 
h2 a:visited, 
h3 a:visited {
    
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover {
    text-decoration: underline;
}

#main {
    background-color: #FFF;
}

.page-title,
#search_count,
.subtitle,
.h5,
h5 {
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #DDD;
    font-size: 15px;
    text-transform: uppercase; 
    background-color: #EAE9D8;
}
.h5 { margin-top: 10px; border-top: 1px solid #DDD; }
#news_view .h5,
#news_view h5 { margin-left: -10px; margin-right: -10px; }
#crumbs { padding: 10px; border-bottom: 1px solid #DDD; background-color: #EAE9D8; }

.featured-tags { padding: 15px; border-top: 1px solid #DDD; background-color: #EAE9D8; font-size: 14px; }
.featured-tags a { margin-right: 10px; }

.top-news { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }
.top-news-item { margin: 0; padding: 15px; border-top: 1px solid #DDD; font-size: 15px; line-height: 20px; font-weight: normal; }
.top-news-item img { float: left; margin-right: 20px; }
.top-news-item strong { display: block; font-size: 18px; line-height: 24px; text-transform: uppercase; }
.top-news-item span { color: #333; }

#dailyTopicNews { padding: 15px; border-top: 1px solid #DDD; }
#dailyTopicNews img { float: left; margin-right: 20px; }

.homepage_box { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; }
.homepage_box .category_list { display: none; }

.recent_news {}
#category_list .item,
.recent_news .item { margin: 0; padding: 15px; border-top: 1px solid #DDD; font-size: 15px; line-height: 20px; font-weight: normal; }
.recent_news .item_0 { padding-left: 220px; }
#category_list img,
.recent_news img { float: left; margin-right: 20px; }
.recent_news strong { display: block; font-size: 18px; line-height: 24px; text-transform: uppercase; }
.recent_news span { color: #333; }

.featured_homepage .item { margin: 0; padding: 15px; border-top: 1px solid #DDD; font-size: 15px; line-height: 20px; font-weight: normal; }

#category_list h3 { margin-bottom: 5px; }
#category_list p { margin: 0; }

#sub_article_share,
.vise,
#category_list .date,
#tools,
.dateTop,
.ajax-pagination { display: none; }

#article_tags h4 { display: inline; }

.banner_468x60 { padding: 10px 0; border-top: 1px solid #DDD; text-align: center; width: auto; height: 60px; overflow: hidden !important; }

/*
* Viewing an article
*/  
#page_view .article,
#donations,
.article_view {
    padding: 0px 10px 10px;
    font-size: 15px;
}   
    .article_view h5 {
        text-align: left; margin-bottom: 10px;
    }
    .article_view h1 {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }   
    .article_view h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .article_view sup {
        font-size: 11px;
        color: #777;
    }
    
    .article_view img {
        display: block;
        margin: 0 auto 10px;
        max-width:100%;
        height:auto;
    }

    #article_tags {
        margin: 0 -10px;
        padding: 10px 10px;
        border-bottom: 1px solid #DDD;
    }
    #article_tags em {
        font-style:normal;
    }
    #article_tags a {
        font-weight: bold;
    }
    #bookmarks {
        padding: 0 10px 10px;
    }

    #ajax_tag_related_items,
    #related_items_box {
        margin: 0 -10px;
        padding: 10px;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
    }
        #ajax_tag_related_items ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        #related_items_box h5 {
            margin: 0;
            font-size: 18px;
        }
        #ajax_related_items .item {
            clear: both;
            padding: 10px 0 5px;
            position: relative;
            border-bottom: 1px solid #DDD;
            border-top: 1px solid #FFF;
            font-size: 13px;
        }
        #ajax_related_items .item:first-child {
            border-top-width: 0px;
        }
        #ajax_related_items .item:last-child {
            border-bottom-width: 0px;
        }
        #ajax_related_items h2 {
            margin: 0;
            font-size: 15px;
        }
        #ajax_related_items img {
            float: right;
            margin: 0 0 0 5px;
        }
        #ajax_related_items p {
            margin: 0;
            font-size: 13px;
        }
        #ajax_related_items .date {
            color:#999;
            font-size: 12px;
        }

    .ajax-pagination {
        float: right;
        color:#CCC;
        font-size: 15px;
        text-align: center;
    }
        .ajax-pagination strong, 
        .ajax-pagination a {
            float: left;
            display: block;
            margin-right: -1px;
            padding: 5px 10px;
            border: 1px solid #CCC;
        }
        .ajax-pagination span {
            display: none;
        }
        .ajax-pagination a:hover {
            border-color: #8A0201;
            text-decoration: underline;
        }
        .ajax-pagination strong {
            text-decoration: underline;
            color: #555;
        }

/*
* Horoscopes
*/
.horoscope_header { float: left; }
.horoscope_links { margin-left: 150px; }
#horoscope_list,
#horoscope_list_container { padding: 10px; font-size: 15px; }
#horoscope_list h1,
#horoscope_list_container h1 { clear: both; margin-top: 20px; font-size: 30px; line-height: 36px; }
#horoscope_list h5 { display: none; }

#horoscope_list .horoscope { margin: -10px; padding: 20px; border-top: 1px solid #DDD; }
#horoscope_list .icon { float: right; margin-left: 10px; margin-bottom: 10px; }
#horoscope_list .horoscope_text a { margin-top: 1em; display: block; }
/*
* Comments
*/
#comments {
}
    #add_comment {
        background-color: #F7F7F7;
    }
    #add_comment h5,
    #comments h5 {
        font-weight: bold;
        text-transform: capitalize;
        border-width: 0px;
        background-color: transparent;
    }
    #comments h5 em {
        float: left;
        font-weight: bold;
        font-style: normal;
        font-size: 18px;
    }
    #comments h5 span {
        float: right;
    }
    #comments h5 a {
    }

#comment_list {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}
    #comment_list li {
        padding: 10px;
    }
    #comment_list .permalink {
        font-size: 18px;
        float: right;
    }
    #comment_list .username {
        font-size: 15px;
    }
    #comment_list .date {
        margin-left: 10px;
    }
    #comment_list .meta a:after {
        display: none;
        content: "";
    }
    .comment_body {
        border: 1px solid #DDD;
        padding: 10px;
        background-color: #FFF;
          -webkit-border-radius: 3px;
             -moz-border-radius: 3px;
                  border-radius: 3px;
    }
    .comment_body a {
        word-break: break-all;
    }

#comment_form p { display: none; }
#add_comment p {
    margin: 0px;
    padding: 20px 10px;
}

    .meta {
        margin-bottom: 5px;
        font-size: 12px;
        color:#777;
    }
        .meta a:after {
            content:"";
            margin-right: 5px;
            color:#CCC;
        }

        .comment_link {
            display: none;
        }
        .category_link {
        }

/*
* Additional items
*/
.pagination {
    padding: 10px;
    background-color: #444;
    color:#CCC;
    font-size: 15px;
    text-align: center;
}
    .pagination-label,
    .pagination strong,
    .pagination a {
        float: left;
        display: block;
        margin-right: -1px;
        padding: 5px 10px;
        border: 1px solid #555;
    }
    .pagination a {
        color: #EEE;
    }
    #arhiv_link:hover,
    .pagination a:hover {
        background-color: #000;
    }
    .pagination strong {
        background-color: #000;
        text-decoration: underline;
    }
    .pagination .count {
        margin-top: 10px;
        clear: both;
        display: block;
    }
.pager {
    list-style-type: none;
    margin-bottom: 20px;
    display: block;
}
    .pager li {
        display: inline;
    }
    .pager a {
        float: left;
        display: block;
        margin-right: -1px;
        padding: 5px 10px;
        border: 1px solid #CCC;
        background-color: #FFF;
        color: #777;
    }
    .pager .active {
        border-color: #777;
        color: #000;
    }
    #article_tags {
        clear: both;
    }

/*
 * Footer
 */
.footer {
    padding: 0px 10px 20px;
    background-color: #222;
    color: #999;
    text-align: center;
}
    .footer-nav {
        margin: 0 -10px 10px;
        padding: 20px 10px;
        border-bottom: 1px solid #333;
    }
    .footer a {
        color:#FFF;
        font-weight: bold;
        text-decoration: none;
    }
    .footer a:hover {
        text-decoration: underline;
    }
    
    #copyright {
    }
    
    .footer .back-to-top {
        float: right;
        font-size: 15px;
    }

/*
 * Forms
 */
#main form {
    padding: 10px;
}

    .user_info {
        padding: 0 10px;
    }
    .inlineLabels {
        margin-bottom: 10px;
    }
    #main label {
        display: block;
    }
    #remmemberme_help {
        display: none;
    }
    .button {
        margin-top: 10px;
    }
    .button button {
        background-color: #555;
        color: #EEE;
        font-weight: bold;
        border-color: #333;
        padding: 5px 10px;
          -webkit-border-radius: 3px;
             -moz-border-radius: 3px;
                  border-radius: 3px;
    }

    textarea {
        width:90%;
        padding: 5px;
    }
    input {
        padding: 5px;
    }
    .radioLabels label {
        margin-bottom: 5px;
    }
    label input {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .skrivene_vrijednosti {
        display: none;
    }
    #user_profile h5 em {
        float: right;
    }
    #article_tools,
    .edit_comment,
    .print_link {
        display: none;
    }

/* Flash o.k.s & errors
*******************************/
.ok,
.error,
.error_message {
    clear: left;
    padding: 4px 10px;
    text-align: center;
    font-weight: bold;
}
.ok {
    background-color: #D7FFAF;
    border: 1px solid #B7DF7B;
    color: #7CAF2B;
}
.error,
.error_message {
    background-color: #FFCBAF;
    border: 1px solid #DF727B;
    color: #AF2B2B;
}
.error_message {
    margin-top: 7px;
}

/* Gallery carousel
*******************************/
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
      -ms-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel .item > img {
  display: block;
  line-height: 1;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}

/*
 * Media queries for responsive design github.com/h5bp/mobile-boilerplate/wiki/The-Style
 */


/* Styles for desktop and large screen ----------- */

/*styles for 800px and up!*/
@media only screen and (min-width: 800px) {
  /* Styles */
    #footer-nav,
    #site-nav-regular {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-weight: bold;
    }
        #footer-nav li,
        #site-nav-regular li {
            display: inline;
            margin-right: 10px;
        }
        #footer-nav a,
        #site-nav-regular a {
            display: inline;
            font-size: 14px;
            line-height: 24px;
        }
    #footer-nav-mobile,
    #site-nav-mobile {
        display: none;
    }
}/*/mediaquery*/


/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* prevent callout */
.nocallout {-webkit-touch-callout: none;}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {-webkit-appearance: none;}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {position: absolute; left: -100%;}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}

/* WYSWYG inline styles
*******************************/
.lijeva_kucica { float: left; width: 170px; margin: 0 5px 0 0; padding: 10px; border: 1px solid #AFA44C; background-color: #EFE7D2; color: #7F772F; }
.desna_kucica { float: right; width: 170px; margin: 0 0 0 5px; padding: 10px; border: 1px solid #AFA44C; background-color: #EFE7D2; color: #7F772F; }
.siroka_kucica { margin: 5px 0; padding: 10px; border: 1px solid #AFA44C; background-color: #EFE7D2; color: #7F772F; }

.lijeva_kucica strong,
.desna_kucica strong,
.siroka_kucica strong { display: block; margin: -10px -10px 5px; padding: 5px 10px; background-color: #AFA44C; color: white; }

.mali_citat_lijevo,
.mali_citat_desno,
.siroki_citat { margin: 5px 0; padding: 10px 5px; border: 1px solid #E7E7E7; border-width: 1px 0; color: #777; font-size: 14px; line-height: 1.35; font-family: Georgia, "Times new roman", serif; font-style: italic; }

.mali_citat_lijevo { float: left; width: 177px; margin-right: 17px; text-align: center; }
.mali_citat_desno  { float: right; width: 177px; margin-left: 17px; text-align: center; }
.siroki_citat { clear: both; }

.siroki_citat strong,
.siroki_citat em,
.mali_citat_lijevo strong,
.mali_citat_lijevo em,
.mali_citat_desno em,
.mali_citat_desno strong { display: block; }

.plavi_naslov { color: #033D6D; }
.plavi_naslov_veci { color: #033D6D; font-size: 12px; }
.smedji_tekst { color: #9D927E; }
.smedji_tekst_veci { color: #9D927E; font-size: 12px; }
