body {
    font-family: "Georgia", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #444444;
    background-color: #ffffff;
}
/*
img {
    vertical-align: middle;
    width: auto;
    /*object-fit: contain;*/
}
*/
.veliki{
  width:100%;
}
img {
    height: auto !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Georgia", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1, .h1{
  font-size:38px;
}
.t3-megamenu .mega-caption {
    color: #626262;
    font-size: 11px;
    margin-top: -35px;
    font-weight: normal;
    font-family: Arial;
}
.nav > li {
    position: relative;
    display: block;
    font-family: Arial;
}
.nav > li, .navbar-default {
    background-color: #ffffff;
    border-color: #378948;
    /* height: 29px; */
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {
    color: #10a04a;
    padding: 5px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > span:focus {
    color: #e98128;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e98128;
}
.breadcrumb {
    margin-bottom: -35px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    margin-top: 32px;
  background-color: white;
    font-family: Arial;
    font-size: 14px;
}
.item-page .tags a {
    background: #eeffff;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    color: #666666;
    padding: 5px;
    font-family: Arial;
    font-weight: normal;
}
.navbar-default .navbar-nav > li {
    margin-left: 8px;
}
.t3-module {
    margin-bottom: 10px;
}
.logo-image > a {
    max-width: 242px;
    max-height: 55px;
}
.logo a, .logo a:hover{
     background: transparent; 
}
.module-title {
    background: transparent;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
p.aadropcap{	
}
/*.aadropcap:first-child:first-letter  { */
.aadropcap:first-letter  {
color: #10a04a;
float: left;
font-family: Georgia;
font-size: 60px;
line-height: 45px;
padding-top: 4px;
padding-right: 4px;
padding-left: 0px; 
}
.item-page .article-aside {
    font-size: 14px;
    margin-bottom: 20px;
}
article img, .article-intro img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.article-intro p:last-of-type:after {
    content: " (...)";

}
.awesomplete {
    display: unset;
    position: relative;
}
@media screen and (min-width: 768px){
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .inputbox {
    width: 100% !important;
}}
a.mojbuton {
  border-radius: 10px; 
  padding: 10px 0; 
  text-align: center; 
  border: 1px solid green; 
  background-color: #dddddd; 
  width: 100%;
  display:inline-block;
}
a.mojbuton:hover{
  background-color: #eeeeee;
}