body,
html {
   font-family: "Roboto";
}
html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   font-size: 10px;
   -webkit-tap-highlight-color: transparent;
}
body {
   background-color: #fff;
}
header,
nav {
   display: block;
}
a {
   background-color: transparent;
   cursor: pointer;
   color: #8903ab;
   text-decoration: underline;
}
a:active,
a:hover {
   outline: 0;
}
b {
   font-weight: 700;
}
mark {
   color: #000;
   background: #ff0;
}
hr,
img {
   border: 0;
}
img {
   vertical-align: middle;
   max-width: 100%;
}
hr {
   height: 0;
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   margin-top: 20px;
   margin-bottom: 20px;
   border-top: 1px solid #eee;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}
:after,
:before {
   box-sizing: border-box;
}
.h1,
.h2,
.h3,
h3 {
   font-weight: 500;
}
.h1,
.h2,
.h3,
h2,
h3 {
   font-family: inherit;
   line-height: 1.1;
   color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
   font-weight: 400;
   line-height: 1;
   color: #777;
   font-size: 65%;
}
.h1,
.h2,
.h3 {
   margin-top: 20px;
   margin-bottom: 10px;
}
.h1 {
   font-size: 36px;
}
.h2 {
   font-size: 30px;
}
.h3,
h3 {
   font-size: 24px;
}
.small,
small {
   font-size: 85%;
}
.mark,
mark {
   padding: 0.2em;
   background-color: #fcf8e3;
}
ol ol,
ol ul,
ul ol,
ul ul {
   margin-bottom: 0;
}
.btn,
address {
   line-height: 1.42857143;
}
address {
   margin-bottom: 20px;
   font-style: normal;
}
.btn {
   font-weight: 400;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   -ms-touch-action: manipulation;
   touch-action: manipulation;
   cursor: pointer;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   background-image: none;
   border: 1px solid transparent;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}
.btn:focus,
.btn:hover {
   color: #333;
   text-decoration: none;
}
.btn.active,
.btn:active {
   background-image: none;
   outline: 0;
   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
*,
.open > a {
   outline: 0;
}
.nav {
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}
.nav > li,
.nav > li > a {
   position: relative;
   display: block;
}
.nav > li > a {
   padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
   text-decoration: none;
   background-color: #eee;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
   background-color: #eee;
   border-color: #337ab7;
}
.nav > li > a > img {
   max-width: none;
}
.nav:after,
.nav:before {
   display: table;
   content: " ";
}
.nav:after {
   clear: both;
}
.show {
   display: block !important;
}
@-ms-viewport {
   width: device-width;
}
ul {
   list-style: none;
}
ol {
   padding: 0;
   margin: 0;
}
a:focus,
a:hover {
   text-decoration: none;
   color: #1d1d1d;
}
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
.center {
   text-align: center;
}
.main-container {
   max-width: 1240px;
   margin: auto;
   position: relative;
}
.main-menu-container,
img {
   width: 100%;
}
.main-menu-container .main-container {
   overflow: initial;
}
.main-menu-container .main-menu {
   font-family: Rubik, sans-serif;
   font-size: 14px;
   font-weight: 500;
   text-transform: uppercase;
   letter-spacing: 0.4px;
   height: 60px;
   position: relative;
   z-index: 300;
}
.main-menu-container .main-menu .logo {
   margin: 0;
   font-size: 0;
   line-height: 60px;
   height: 60px;
   position: relative;
   float: left;
   z-index: 100;
   padding: 0 27px;
   -webkit-transition: background 0.2s;
   -moz-transition: background 0.2s;
   transition: background 0.2s;
   overflow: hidden;
}
.main-menu-container .main-menu .logo .homepage-link {
   position: absolute;
   top: 0;
   height: 100%;
   left: 0;
   width: 100%;
   z-index: 1;
}
.main-menu-container .main-menu .logo img {
   margin: -3px 0 0 -1px;
   position: relative;
   z-index: 1;
}
.main-menu-container .main-menu .logo .small {
   display: none;
}
.main-menu-container .main-menu .menu-holder {
   border-bottom: 1px solid #ebebeb;
   border-top: 1px solid #ebebeb;
   height: 60px;
   background: #fff;
   position: relative;
}
.main-menu-container .main-menu i {
   font-size: 15px;
   line-height: 58px;
}
.main-menu-container .main-menu li {
   float: left;
   position: relative;
}
.main-menu-container .main-menu li .expandable,
.main-menu-container .main-menu li a,
.main-menu-container .main-menu li span {
   color: #232323;
   text-decoration: none;
   padding: 0 15px;
   display: block;
   line-height: 60px;
   cursor: pointer;
}
.main-menu-container .main-menu li .expandable:hover,
.main-menu-container .main-menu li a:hover,
.main-menu-container .main-menu li span:hover {
   color: gray;
}
.main-menu-container .main-menu li:first-child a {
   padding-left: 30px;
}
p i {
   margin-top: 5px;
}
body,
html {
   height: 100%;
}
.vijesti-gradient-bg {
   background: #eb1e25;
}
.main-text-hover:hover,
.vijesti-text-hover:hover {
   color: #eb1e25 !important;
}
.sport-text-hover:hover {
   color: #4f9500 !important;
}
.magazin-text-hover:hover {
   color: #f25f18 !important;
}
.oglasi-text-hover:hover,
.recepti-text-hover:hover {
   color: #fb3d02 !important;
}
body {
   font-size: 18px;
   color: #000;
   background: #f7f7f7;
   display: block;
   width: 100%;
   margin: 0;
   padding: 0;
}
a:hover {
   color: #b0493b;
}
a img {
   border: medium;
}
a:focus {
   outline: medium;
}
h2 {
   font-size: 22px;
   font-weight: 400;
}
.clearfix:after,
.clearfix:before {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}
center p {
   text-indent: 0 !important;
}
.btn {
   color: #fff;
   width: 250px;
   background: #f44336;
   padding: 10px 0;
   box-sizing: border-box;
   border-radius: 20px;
   display: block;
   margin: 20px auto;
   font-size: 20px;
   text-decoration: none;
}
.btn:hover {
   color: #fff;
   background: #c02419;
}
.important {
   background: #fff2cc;
   text-align: center;
   font-weight: 700;
   padding: 15px;
   margin: 15px 0;
   border: 1px solid #000;
}
h1,
p {
   padding: 0;
}
h2,
h3,
main *,
ul,
ul li {
   margin: 0;
   padding: 0;
}
ul li {
   list-style: none;
}
p {
   font-family: "Roboto", sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 29px;
   margin: 0 0 10px;
   color: #000;
}
.header {
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.title {
   font-weight: 700;
   font-size: 40px;
   line-height: 47px;
   color: #000;
   text-align: center;
}
.subtitle,
.title {
   font-family: "Roboto", sans-serif;
   font-style: normal;
}
.post-date,
.subtitle {
   position: relative;
   color: #000;
}
.subtitle {
   font-weight: 400;
   font-size: 30px;
   line-height: 35px;
   margin: 11px 0;
   padding-bottom: 10px;
   text-align: center;
}
.subtitle:after,
h1:after {
   position: absolute;
   content: "";
   height: 4px;
   background: #8903ab;
   bottom: 0;
}
.subtitle:after {
   width: 100px;
   left: calc(50% - 50px);
}
.post-date,
h1 {
   font-style: normal;
   font-family: "Lato", sans-serif;
}
.post-date {
   font-weight: 300;
   font-size: 16px;
   line-height: 31px;
   display: inline-block;
   text-transform: uppercase;
   margin-top: 30px;
}
.content .image {
   display: block;
   margin: 40px auto;
   border: 0;
}
.content .image.horizontal,
main img {
   width: 100%;
   max-width: 540px;
}
h1,
main {
   position: relative;
}
h1 {
   font-size: 38px;
   line-height: 46px;
   margin: 35px 0;
   padding-bottom: 20px;
   color: #000;
}
h1:after {
   width: 160px;
   left: 0;
}
body,
html {
   overflow-x: hidden;
   scroll-behavior: smooth;
}
.content li,
.content p {
   font-size: 20px;
}
main * {
   outline: 0;
   border: 0;
   font-family: "Roboto";
   text-decoration: none;
   box-sizing: border-box;
}
main {
   display: block;
   margin: 0 auto;
   padding: 30px 15px;
   max-width: 960px;
}
h1,
main h1 {
   font-weight: 700;
}
main h1 {
   font-size: 24px;
   line-height: 1.3;
   margin-bottom: 30px;
}
main ol li,
main p,
main ul li {
   font-size: 18px;
   line-height: 1.3;
   margin-bottom: 10px;
}
.content p,
main p {
   margin-bottom: 15px;
}
main a {
   color: #1869a7;
}
main ol,
main ul {
   padding: 0;
   margin-left: 25px;
   margin-bottom: 20px;
}
main ul li {
   list-style: disc;
}
main ol li {
   list-style: decimal;
}
main img {
   display: block;
   max-width: 650px;
   margin: 15px auto;
}
@media (min-width: 600px) {
   .subtitle:after {
      left: 0;
   }
   .subtitle,
   .title {
      text-align: left;
   }
}
@media (min-width: 768px) {
   main h1 {
      font-size: 34px;
   }
   main ol li,
   main p,
   main ul li {
      font-size: 20px;
   }
   main {
      padding: 30px 20px;
   }
}
@media (max-width: 1024px) {
   .main-menu-container .main-menu {
      font-size: 12px;
      height: 54px;
   }
   .main-menu-container .main-menu .logo {
      line-height: 54px;
      height: 54px;
   }
   .main-menu-container .main-menu .logo img {
      margin: -3px 0 0 -1px;
   }
   .main-menu-container .main-menu .menu-naslovnica {
      display: none;
   }
   .main-menu-container .main-menu .menu-holder {
      height: 54px;
   }
   .main-menu-container .main-menu li .expandable,
   .main-menu-container .main-menu li a {
      padding: 0 13px;
      line-height: 54px;
   }
   .main-menu-container .main-menu li:first-child a {
      padding-left: 24px;
   }
   .main-menu-container .main-menu i {
      font-size: 15px;
      line-height: 52px;
   }
}
@media screen and (max-width: 600px) {
   .post-date,
   .subtitle {
      line-height: 25px;
   }
   .subtitle {
      font-size: 20px;
   }
   .post-date {
      font-weight: 300;
      font-size: 14px;
   }
   .content .image.horizontal {
      max-width: 100%;
   }
   .content .image {
      margin: 35px auto;
      border-top: 4px solid #8903ab;
   }
   h1,
   p {
      letter-spacing: -0.02em;
   }
   h1 {
      position: relative;
      font-weight: 800;
      font-size: 28px;
      line-height: 45px;
      padding-bottom: 14px;
   }
   p {
      font-size: 18px;
      line-height: 32px;
   }
   h1:after {
      position: absolute;
      content: "";
      height: 4px;
      width: 100px;
      background: #8903ab;
      bottom: 0;
      left: 0;
   }
   .title {
      font-size: 24px;
      line-height: 30px;
   }
}
