@charset "UTF-8";
/*
Theme Name: gfront
Author: Građanski Front
Author URI: http://www.gradjanskifront.rs/
*/
/* ========================================================= */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,800&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
*,
::after,
::before {
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
img {
  display: block; }

/*=============================================
=            Base           =
=============================================*/
body {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #212121;
  font-family: "Roboto", sans-serif; }

a {
  outline: none;
  text-decoration: none;
  color: #ED4C2F; }
  a:hover {
    text-decoration: none;
    color: #A12A2C; }

li {
  list-style: none; }

p {
  line-height: 30px;
  color: #212121; }

strong {
  font-weight: 500; }

img {
  border: none; }

h1,
h2,
h3,
h4,
h5 {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 800;
  color: #A12A2C;
  font-family: "Raleway", sans-serif; }

input[type="submit"],
input[type="submit"].tnp-submit,
a.button {
  text-transform: uppercase;
  margin: auto;
  display: block;
  width: 250px;
  color: white !important;
  background: #A12A2C;
  text-align: center;
  padding: 10px 0px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  cursor: pointer;
  border: none !important; }

a.button:hover {
  background: #ED4C2F;
  transition: 0.8s; }

input[type="submit"]:hover {
  background: #ED4C2F;
  transition: 0.8s; }

#cookie-notice a.button {
  width: 80px;
  background: #A12A2C; }

.st-btn {
  min-width: 40px !important; }

.st-total {
  display: none !important; }

.social {
  display: flex;
  justify-content: center;
  width: 100%; }

.social img {
  display: inline-block;
  max-width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  opacity: 0.6; }

.social img:hover {
  transition: 0.8s;
  opacity: 1; }

.social input#searchsubmit {
  background: url("images/search-13-48.png");
  background-size: 100%;
  width: 25px;
  height: 25px;
  border: none;
  cursor: pointer;
  opacity: 0.6; }

.social input#searchsubmit:hover {
  transition: 0.8s;
  opacity: 1; }

.social #searchform {
  display: inline-block;
  margin-top: 7px;
  margin-left: 8px; }

.navbar .social {
  width: auto;
  margin-top: -8px; }

.navbar .social img {
  max-width: 20px;
  opacity: 1;
  margin-left: 5px; }

.navbar .social #searchform {
  margin-top: 10px;
  margin-left: 0px; }

.navbar .social input#searchsubmit {
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-left: 5px; }

.navbar.index .social {
  display: none; }

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  background-size: 10px 10px;
  opacity: 0.55;
  z-index: -1; }

.rel {
  display: none;
  width: 100%;
  height: 100%;
  background: url("images/gf.jpg") no-repeat;
  background-size: cover;
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0; }

/*.ff-stream{ background: white!important; }*/
#wpfront-scroll-top-container {
  z-index: 99999999999 !important; }

.ff-stream {
  background: white !important; }

/*=============================================
=            Header           =
=============================================*/
#header {
  padding: 50px 40px; }
  #header #logo {
    z-index: 2; }
  #header #logo.index {
    display: none; }
  #header #logo.index h1 {
    font-size: 35px;
    line-height: 30px; }
  #header #logo {
    position: absolute;
    left: calc((100% - 1480px)/2);
    top: 0;
    background: white;
    padding: 15px 30px;
    box-sizing: border-box; }
  #header #logo img {
    max-height: 80px; }
  #header.page {
    padding: 20px 40px 22px 40px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #A12A2C; }

/*=============================================
=            Content           =
=============================================*/
#content {
  padding-bottom: 130px; }
  #content.index {
    z-index: 2;
    position: relative;
    height: 50%; }
    #content.index #headline {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto !important;
      height: 50px;
      width: 100%;
      z-index: 10 !important; }
      #content.index #headline h2 {
        color: white;
        font-size: 110px;
        line-height: 90px;
        letter-spacing: -3px;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 0px 0px black; }
      #content.index #headline h2 a {
        color: white !important; }
      #content.index #headline h2 span {
        color: #ED4C2F; }
      #content.index #headline h2 i {
        font-size: 30px !important;
        text-decoration: none;
        display: block;
        text-transform: none;
        letter-spacing: 0;
        color: #fff;
        font-weight: 500;
        font-style: normal; }
  #content.page {
    padding-top: 160px; }
    #content.page p {
      margin-bottom: 30px; }
    #content.page ul, #content.page ol {
      padding-left: 24px; }
    #content.page ul li, #content.page ol li {
      list-style: outside;
      margin-bottom: 7px;
      line-height: 30px; }
    #content.page ol li {
      list-style: decimal; }
    #content.page h1, #content.page h2, #content.page h3 {
      font-size: 80px;
      text-transform: uppercase;
      letter-spacing: -3px !important;
      position: relative;
      margin-bottom: 50px;
      overflow: hidden;
      text-align: center; }
    #content.page h1 {
      color: #161F28; }
    #content.page h1:before, #content.page h1:after {
      background: #A12A2C;
      content: "";
      display: inline-block;
      height: 70px;
      top: 6px;
      position: relative;
      width: 50%; }
    #content.page h1:before {
      right: 40px;
      margin-left: -50%;
      border-right: 10px solid #ED4C2F; }
    #content.page h1:after {
      left: 50px;
      margin-right: -50%;
      border-left: 10px solid #ED4C2F; }
    #content.page h2 {
      font-size: 60px;
      margin-top: 80px;
      margin-bottom: 30px;
      color: #161F28; }
    #content.page h2:before, #content.page h3:before, #content.page h2:after, #content.page h3:after {
      background: #c7c9c9;
      content: "";
      display: inline-block;
      height: 60px;
      top: 8px;
      position: relative;
      width: 50%; }
    #content.page h2:before, #content.page h3:before {
      right: 40px;
      margin-left: -50%;
      border-right: 10px solid #161F28; }
    #content.page h2:after, #content.page h3:after {
      left: 40px;
      margin-right: -50%;
      border-left: 10px solid #161F28; }
    #content.page h1 i {
      color: #ED4C2F; }
    #content.page .ologo img {
      width: 100%; }
    #content.page.intro h2 {
      color: #161F28;
      margin-bottom: 5px;
      margin-top: 30px; }
    #content.page.intro h2::before {
      background: #A12A2C;
      border-right: 10px solid #ED4C2F; }
    #content.page.intro h2::after {
      background: #A12A2C;
      border-left: 10px solid #ED4C2F; }
    #content.page.intro img {
      width: 100%; }
    #content.page.intro .logoorg {
      padding: 20px; }
      #content.page.intro .logoorg img {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
      #content.page.intro .logoorg img:hover {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        transition: 0.8s; }
    #content.page.intro .unislider {
      overflow: hidden !important;
      position: relative; }
      #content.page.intro .unislider img {
        margin-bottom: 0;
        height: 600px !important; }
      #content.page.intro .unislider > div {
        position: absolute;
        top: 0;
        left: 0;
        /*background: rgba(black, 0.4);*/
        width: 100%;
        padding: 20px 30px;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white !important;
        background-color: rgba(22, 31, 40, 0.5);
        text-align: center; }
        #content.page.intro .unislider > div h2 {
          text-transform: none;
          margin: 0;
          font-size: 46px !important;
          line-height: 50px !important;
          letter-spacing: 0px !important;
          font-weight: 500 !important;
          font-weight: 500 !important;
          font-family: 'Roboto', sans-serif;
          text-shadow: 0px 1px 1px black; }
        #content.page.intro .unislider > div h2 a {
          color: white !important; }
        #content.page.intro .unislider > div h2::before, #content.page.intro .unislider > div h2::after {
          display: none; }
        #content.page.intro .unislider > div span {
          font-size: 16px !important;
          text-transform: uppercase; }
        #content.page.intro .unislider > div span a {
          color: white; }
        #content.page.intro .unislider > div a.button {
          margin: 30px auto 0px auto;
          background: #A12A2C;
          width: 150px;
          font-size: 18px;
          padding: 5px 0px; }
        #content.page.intro .unislider > div a.button:hover {
          background: #ED4C2F;
          transition: 0.8s; }
    #content.page.intro .novosti {
      padding: 0 !important; }
      #content.page.intro .novosti > div {
        padding: 0 !important;
        border-bottom: 1px solid #c7c9c9; }
        #content.page.intro .novosti > div h5 {
          font-size: 20px;
          line-height: 26px;
          font-weight: 500 !important;
          font-family: 'Roboto', sans-serif; }
        #content.page.intro .novosti > div h5 a {
          color: #161F28; }
        #content.page.intro .novosti > div h5 a:hover {
          color: #ED4C2F; }
        #content.page.intro .novosti > div span {
          font-size: 15px !important; }
        #content.page.intro .novosti > div span a {
          text-transform: uppercase; }
    #content.page.intro h4 {
      font-size: 80px;
      text-transform: uppercase;
      letter-spacing: -3px !important;
      position: relative;
      margin-bottom: 50px;
      overflow: hidden;
      text-align: center; }
    #content.page.intro h4 {
      font-size: 60px;
      margin-top: 80px;
      margin-bottom: 30px;
      color: #161F28; }
    #content.page.intro h4:before, #content.page.intro h4:after {
      background: #c7c9c9;
      content: "";
      display: inline-block;
      height: 60px;
      top: 8px;
      position: relative;
      width: 50%; }
    #content.page.intro h4:before {
      right: 40px;
      margin-left: -50%;
      border-right: 10px solid #161F28; }
    #content.page.intro h4:after {
      left: 40px;
      margin-right: -50%;
      border-left: 10px solid #161F28; }
    #content.page .novosti {
      display: flex;
      justify-content: flex-start;
      padding: 20px; }
      #content.page .novosti .news {
        display: none; }
      #content.page .novosti h2 {
        font-size: 26px;
        line-height: 32px;
        text-align: left;
        text-transform: none;
        letter-spacing: 0px !important;
        font-weight: 600 !important;
        margin-top: 0;
        font-family: 'Roboto', sans-serif; }
      #content.page .novosti h2 a {
        color: #161F28; }
      #content.page .novosti h2 a:hover {
        color: #ED4C2F; }
      #content.page .novosti h2:before, #content.page .novosti h2:after {
        display: none; }
      #content.page .novosti > div {
        padding: 20px; }
        #content.page .novosti > div div.img {
          overflow: hidden !important;
          margin-bottom: 15px;
          position: relative; }
        #content.page .novosti > div div.img span {
          position: absolute;
          bottom: 0;
          right: 0px;
          padding: 4px 8px;
          font-size: 13px;
          background: rgba(0, 0, 0, 0.3);
          line-height: 15px;
          color: white;
          font-style: italic; }
        #content.page .novosti > div div.img img {
          width: 100%; }
        #content.page .novosti > div div.img img:hover {
          transform: scale(1.2);
          transition: all 1s ease-out; }
        #content.page .novosti > div span {
          color: #666;
          font-size: 16px; }
        #content.page .novosti > div a.vise {
          text-transform: uppercase;
          font-size: 16px;
          font-family: "Raleway", sans-serif;
          font-weight: 600 !important; }
        #content.page .novosti > div a.vise:hover {
          color: #ED4C2F; }
        #content.page .novosti > div a.vise::after {
          content: ">";
          margin-left: 6px; }
    #content.page .clanak {
      padding: 0px;
      display: flex;
      justify-content: space-between; }
      #content.page .clanak h1 {
        font-size: 40px;
        letter-spacing: 0 !important;
        line-height: 46px;
        color: #161F28;
        text-transform: none;
        text-align: left;
        font-weight: 600 !important;
        margin-bottom: 20px;
        overflow: visible; }
      #content.page .clanak h1::after, #content.page .clanak h1::before {
        display: none; }
      #content.page .clanak span {
        color: #666;
        font-size: 16px;
        display: block;
        height: 40px;
        margin: 20px 0px; }
      #content.page .clanak span > div {
        display: inline !important;
        width: auto !important;
        float: right;
        margin-top: 4px; }
      #content.page .clanak span > div .st-label {
        display: none; }
      #content.page .clanak h4 a {
        color: #161F28;
        font-family: 'Roboto', sans-serif; }
      #content.page .clanak h4 a:hover {
        color: #ED4C2F; }
      #content.page .clanak img.alignnone {
        width: 100%;
        height: auto; }
      #content.page .clanak iframe {
        width: 100%; }
    #content.page .related_news {
      overflow-y: hidden; }
      #content.page .related_news h3 {
        margin: 0;
        font-size: 40px;
        color: #161F28; }
      #content.page .related_news h3::after, #content.page .related_news h3::before {
        height: 40px !important;
        top: 7px;
        background: #c7c9c9; }
      #content.page .related_news h2 {
        color: #161F28;
        font-size: 20px !important;
        line-height: 26px !important;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #c7c9c9;
        margin-bottom: 0;
        margin-top: -5px !important;
        font-weight: 500 !important; }
      #content.page .related_news h2 a {
        color: #161F28; }
      #content.page .related_news h2 a:hover {
        color: #ED4C2F; }
      #content.page .related_news div {
        padding: 0px !important;
        padding-top: 10px !important; }
      #content.page .related_news span {
        color: #666;
        font-size: 16px !important;
        display: block;
        margin: 0px 0px;
        border: none; }
    #content.page .wpcf7 {
      font-size: 18px; }
    #content.page .tnp-subscription label {
      font-size: 18px;
      font-weight: 400; }
    #content.page input[type="text"], #content.page input[type="email"], #content.page input[type="tel"], #content.page input[type="date"], #content.page .tnp-subscription input[type="text"], #content.page .tnp-subscription input[type="email"], #content.page textarea {
      width: 100%;
      border: 1px solid #c7c9c9;
      padding: 0px 0px 0px 20px;
      margin-bottom: 25px;
      font-size: 18px;
      height: 50px;
      line-height: 50px;
      background: none !important; }
    #content.page textarea {
      height: 215px;
      width: 100%;
      margin-bottom: 0px; }
    #content.page input:focus, #content.page input:not(:placeholder-shown), #content.page .tnp-subscription input:focus, #content.page textarea:focus, #content.page textarea:not(:placeholder-shown) {
      border: 1px solid #161F28; }
    #content.page input.wpcf7-not-valid {
      border: 1px solid #ED4C2F; }
    #content.page input + span.wpcf7-not-valid-tip {
      display: none !important; }
    #content.page ::-webkit-input-placeholder {
      /* Edge */
      color: #999; }
    #content.page :-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #999; }
    #content.page ::placeholder {
      color: #999; }
    #content.page input[type="submit"] {
      float: right; }
    #content.page .captcha-image {
      border: none;
      margin-bottom: 20px; }
    #content.page .captcha-image span {
      font-size: 18px;
      display: inline-block; }
    #content.page .captcha-image span > span {
      color: green; }
    #content.page .captcha-image label {
      padding-left: 25px; }
    #content.page .captcha-image label > input:checked + svg {
      border: 3px solid green; }

/*=============================================
=            Footer           =
=============================================*/
#footer {
  padding: 50px 0px 30px 0px;
  background: #161F28;
  font-size: 16px;
  margin-bottom: -100px; }
  #footer h4, #footer a, #footer p {
    color: white !important; }
  #footer p {
    line-height: 26px; }
  #footer a:hover {
    text-decoration: underline; }
  #footer div {
    text-align: left; }
  #footer ul {
    padding-left: 0; }
  #footer ul li {
    line-height: 14px; }
  #footer h4 {
    font-size: 20px;
    font-weight: 600; }
  #footer h5 {
    font-size: 18px;
    line-height: 22px;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    margin-top: -5px !important; }
  #footer span {
    font-size: 14px;
    color: #c7c9c9; }
  #footer span a {
    display: none; }
  #footer a.button {
    width: 80%;
    background: #F7BE38;
    margin-left: 0;
    font-size: 20px;
    font-weight: 500 !important;
    color: black !important;
    margin-top: 40px; }
  #footer a.button:hover {
    text-decoration: none;
    transition: 0.8s;
    background: #FDAE00; }
  #footer p.author {
    text-align: center;
    color: white;
    margin-top: 80px;
    font-size: 14px; }

/*=============================================
=            NAVBAR           =
=============================================*/
.navbar {
  /*
      & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child{background: #F7BE38;
      	padding: 0px 15px!important; @include borderrad(8px); height: 40px; }
  
      & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child a{ color: black!important;
      	line-height: 44px!important;font-weight: 500!important; font-family: $font-base!important;
      	font-size: 18px!important;
      }
  
      & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child:hover{
      	background: #FDAE00;transition: 0.8s;
      }
  
  
  
  
      & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child a:hover::after,
      & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item:last-child::after,
      & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor:last-child > a.mega-menu-link::after{ border: none!important; }
  */ }
  .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link::after, .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after, .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::after, .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 80%;
    display: inline-block;
    height: 2px;
    width: 99%;
    border-bottom: 3px solid white;
    z-index: 9999999999; }
  .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link::after {
    width: 0;
    transition: width 0.3s !important; }
  .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover::after {
    width: 99%; }
  .navbar .mega-sub-menu {
    border-top: 3px solid #A12A2C !important;
    margin-top: 0px !important;
    margin-left: -10px !important; }
  .navbar .mega-sub-menu li {
    border: none !important; }
  .navbar .mega-sub-menu li a {
    font-weight: 500 !important;
    font-family: "Raleway", sans-serif; }
  .navbar .mega-sub-menu li.mega-current-menu-item a {
    text-decoration: underline !important; }

.navbar.index {
  display: none;
  /*& #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link::after,
  & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after,
  & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link::after,
  & #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after { border-bottom: 3px solid $red; }
  & .mega-sub-menu { border-top: 4px solid $red !important; margin-top: -10px !important; margin-left: -10px !important; background: rgba(black, .7) !important }
  & .mega-sub-menu li a:hover { color: $red !important; }*/ }

/*=============================================
=            PRINT           =
=============================================*/
/* print styles */
@media print {
  body {
    margin: 20px 0px;
    color: #000;
    background-color: #fff; }

  body {
    font-size: 16px !important;
    line-height: 23px !important;
    font-family: "Roboto", sans-serif !important; }

  h1 {
    font-size: 40px !important;
    line-height: 45px !important;
    color: black !important;
    letter-spacing: 0 !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important; }

  p {
    font-size: 18px !important;
    line-height: 26px !important; }

  #header, #footer, .st-btn, #wpfront-scroll-top-container, #full-screen-search {
    display: none !important; }

  .col-md-7 {
    max-width: 100% !important;
    flex: 0 0 100% !important; }

  #content {
    padding-bottom: 0 !important; }
    #content.page {
      padding-top: 0px; }
      #content.page .related_news {
        display: none; }
      #content.page .clanak span {
        border: none; } }
/*=============================================
=            Responsive styles           =
=============================================*/
@media screen and (min-width: 1025px) and (max-width: 1480px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  #header #logo {
    position: absolute;
    left: 30px; } }
/* 1024 - 1480*/
@media screen and (min-width: 1025px) and (max-width: 1300px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  #header {
    padding-right: 10px !important; }
    #header #logo {
      position: absolute;
      left: 30px; }

  .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
    margin-right: 12px !important; }

  .navbar #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px !important; }

  #content.page {
    padding-top: 120px; }
    #content.page.intro .unislider img {
      margin-bottom: 0;
      height: auto !important; }
    #content.page.intro .unislider > div h2 {
      font-size: 40px !important;
      line-height: 40px !important; }
    #content.page .clanak {
      padding: 20px; }
      #content.page .clanak h1 {
        font-size: 40px;
        line-height: 45px; }
      #content.page .clanak span {
        height: auto;
        line-height: 24px;
        padding: 5px 0px;
        font-size: 16px; } }
/* 601 -1024 */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  #header {
    padding: 0px; }
    #header #logo {
      padding: 20px; }
    #header #logo {
      left: 30px !important;
      position: relative !important; }
    #header.page {
      padding: 0; }

  #content {
    padding-bottom: 40px; }
    #content.index #headline h2 {
      color: white;
      font-size: 80px;
      line-height: 70px; }
    #content.page {
      padding-top: 160px; }
      #content.page.intro .unislider img {
        margin-bottom: 0;
        height: auto !important; }
      #content.page.intro .unislider > div h2 {
        font-size: 40px !important;
        line-height: 40px !important; }
      #content.page .clanak {
        padding: 0px; }
        #content.page .clanak h1 {
          font-size: 30px;
          line-height: 35px; }
        #content.page .clanak span {
          height: auto;
          line-height: 24px;
          padding: 5px 0px;
          font-size: 16px; } }
/* 361 - 600 */
@media screen and (min-width: 361px) and (max-width: 600px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px; }

  video {
    display: none; }

  .rel {
    display: block; }

  #header #logo.index {
    display: none; }
  #header #logo {
    left: 30px !important;
    position: relative !important; }
  #header.page {
    padding: 0px; }

  #content {
    padding-bottom: 40px; }
    #content.index #headline h2 {
      color: white;
      font-size: 60px;
      line-height: 50px; }
    #content.index #headline h2 i {
      font-size: 20px; }
    #content.page {
      padding-top: 150px; }
      #content.page h1, #content.page h2, #content.page h3 {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 30px;
        letter-spacing: 0px !important; }
      #content.page h1:before, #content.page h1:after, #content.page h2:before, #content.page h2:after {
        display: none; }
      #content.page .ologo img {
        margin: auto;
        margin-bottom: 25px;
        max-width: 250px; }
      #content.page.intro h2 {
        color: #A12A2C;
        margin-bottom: 20px;
        margin-top: 30px; }
      #content.page.intro .unislider img {
        margin-bottom: 0;
        height: auto !important; }
      #content.page.intro .unislider > div h2 {
        font-size: 30px !important;
        line-height: 30px !important; }
      #content.page.intro .unislider > div a.button {
        display: none; }
      #content.page .novosti h2 {
        font-size: 30px;
        line-height: 32px; }
      #content.page .clanak {
        padding: 0px; }
        #content.page .clanak h1 {
          font-size: 30px;
          line-height: 35px; }
        #content.page .clanak span {
          height: auto;
          line-height: 24px;
          padding: 5px 0px;
          font-size: 16px; }
      #content.page .related_news h3::after, #content.page .related_news h3::before {
        display: none; }
      #content.page .related_news h2 {
        font-size: 25px !important;
        line-height: 30px; }
      #content.page .related_news div {
        margin-bottom: 0; } }
/* 0 -360 */
@media screen and (min-width: 0px) and (max-width: 360px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  body {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #212121;
    font-family: "Roboto", sans-serif; }

  p {
    line-height: 26px;
    color: #212121; }

  video {
    display: none; }

  .rel {
    display: block; }

  #header #logo.index {
    display: none; }
  #header #logo {
    left: 20px !important;
    position: relative !important; }
  #header #logo img {
    max-height: 60px; }
  #header.page {
    padding: 0px; }

  #content {
    padding-bottom: 40px; }
    #content.index #headline h2 {
      color: white;
      font-size: 50px;
      line-height: 40px; }
    #content.index #headline h2 i {
      font-size: 20px; }
    #content.page {
      padding-top: 120px; }
      #content.page ul li, #content.page ol li {
        list-style: outside;
        margin-bottom: 7px;
        line-height: 26px; }
      #content.page h1, #content.page h2, #content.page h3 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 30px;
        letter-spacing: 0px !important; }
      #content.page h1:before, #content.page h1:after, #content.page h2:before, #content.page h2:after {
        display: none; }
      #content.page h2 {
        margin-top: 0px; }
      #content.page .ologo img {
        margin: auto;
        margin-bottom: 25px;
        max-width: 250px; }
      #content.page.intro h2 {
        color: #A12A2C;
        margin-bottom: 20px;
        margin-top: 30px; }
      #content.page.intro .unislider img {
        margin-bottom: 0;
        height: auto !important; }
      #content.page.intro .unislider > div h2 {
        font-size: 24px !important;
        line-height: 26px !important; }
      #content.page.intro .unislider > div span {
        font-size: 14px !important; }
      #content.page.intro .unislider > div a.button {
        display: none; }
      #content.page .novosti h2 {
        font-size: 30px;
        line-height: 32px; }
      #content.page .novosti > div {
        padding: 0px;
        margin-bottom: 25px; }
      #content.page .clanak {
        padding: 0px; }
        #content.page .clanak span {
          font-size: 16px; }
        #content.page .clanak h1 {
          font-size: 30px;
          line-height: 35px; }
        #content.page .clanak span {
          height: auto;
          line-height: 24px;
          padding: 5px 0px; }
      #content.page .related_news h3 {
        font-size: 30px;
        line-height: 30px; }
      #content.page .related_news h3::after, #content.page .related_news h3::before {
        display: none; }
      #content.page .related_news h2 {
        font-size: 22px !important;
        line-height: 26px; }
      #content.page .related_news div {
        margin-bottom: 0; }
      #content.page input[type="submit"] {
        float: none; }

  #footer {
    padding: 20px 0px 30px 0px; }
    #footer h4 {
      margin-top: 30px; }
    #footer a.button {
      margin-left: auto !important; } }

/*# sourceMappingURL=style.css.map */
