/*#region main variables*/
.clear {
  clear: both;
  content: '';
  display: table;
}
.alert {
  background-color: #f5d8e7;
}
/*#endregion main variables*/
/*#region div templates*/
/*#endregion div templates*/

html,
form {
  height: 100%;
  min-height: 100%;
}
.languages {
  top: 0;
  height: 35px;
  background-color: white;
}
b,
strong {
  font-weight: 500;
}
.activeLanguage {
  color: #8f1959 !important;
}
#right {
  float: right;
  color: gray;
}
#right .collapse.in {
  display: inline;
}
#right a {
  color: gray;
}
#left {
  float: left;
  color: gray;
  padding-left: 14px;
}
input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid gray;
}
.ion-ios-search-strong {
  font-size: 20px;
  padding: 0 15px;
}
.ion-social-facebook {
  font-size: 20px;
  padding: 4px 15px 0 0;
  display: inline-block;
  color: gray;
}
.ion-social-facebook:hover {
  font-size: 20px;
  padding: 4px 15px 0 0;
  display: inline-block;
  color: #3e5c9a;
}
.ion-social-twitter {
  font-size: 20px;
  padding: 4px 15px 0 0;
  display: inline-block;
  color: gray;
}
.ion-social-twitter:hover {
  font-size: 20px;
  padding: 4px 15px 0 0;
  display: inline-block;
  color: #89c4f7;
}
#follow {
  padding: 0 15px 0 0;
}
.logo {
  position: relative;
  z-index: 3;
  left: 0px;
  top: -40px;
}
.logo img {
  width: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 0 30px gray;
  -webkit-box-shadow: 0 0 30px rgba(128, 128, 128, 0.5);
  -ms-box-shadow: 0 0 30px rgba(128, 128, 128, 0.5);
  box-shadow: 0 0 30px gray;
  box-shadow: 0 0 30px rgba(128, 128, 128, 0.5);
}
.logoSmall {
  display: none;
}
.logoSmall a {
  text-decoration: none;
  color: #d2be8c !important;
}
.container-fluid {
  background-color: #862d5a;
  color: white !important;
  padding: 0;
}
.navbar-default .navbar-nav > .open > a {
  background-color: rgba(97, 47, 74, 0.31) !important;
  background-image: none;
  color: white !important;
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(97, 47, 74, 0.31) !important;
  background-image: none;
  color: white !important;
}
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(97, 47, 74, 0.31) !important;
  background-image: none;
  color: white !important;
}
.navbar-default .navbar-nav .logoWidth:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > li {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
  color: white !important;
  padding: 20px 15px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: white !important;
}
.navbar-default .navbar-nav > li > .active {
  border-bottom: 2px solid #d2be8c;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: none !important;
}
.navbar-default .navbar-nav > li > .active:focus {
  background-color: rgba(97, 47, 74, 0.31) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: none !important;
}
.navbar-default .navbar-nav > li > .active:hover {
  background-color: rgba(97, 47, 74, 0.31) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-image: none !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
  padding: 0 !important;
}
.navbar-default .navbar-form {
  border-color: transparent;
}
.dropdown-menu {
  background-color: rgba(134, 45, 90, 0.8) !important;
  padding: 0 !important;
  border: none !important;
}
.dropdown-menu .open {
  background-color: rgba(97, 47, 74, 0.31) !important;
}
.dropdown-menu li {
  padding: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-menu li a {
  color: white !important;
  font-size: 14px;
  background-color: transparent !important;
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu li a:hover {
  color: white !important;
  background-color: transparent !important;
  background-image: none;
}
.dropdown-menu li:hover {
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-menu li:focus {
  background-color: white !important;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.affix {
  margin-top: 0 !important;
  top: 0;
  width: 100%;
}
#ns-header {
  padding: 3px 0;
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}
.affixMenu {
  background-color: black;
  z-index: 2;
  background-image: url(../images/menu_bg.png);
  background-size: cover;
  background-position: bottom;
  position: fixed;
  width: 100%;
  top: 40px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.37);
}
.container {
  padding: 0 !important;
}
.main-menu {
  background-color: transparent !important;
}
.navbar-fixed-top {
  z-index: 2;
  opacity: 0.98;
  margin: 30px 0 0 0;
  position: relative;
  border: none;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.navbar-fixed-bottom .navbar-collapse {
  max-height: 100%;
}
.ion-ios-arrow-down {
  margin-left: 5px;
}
.navbar-nav {
  margin: 0;
}
.nav li {
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav li:hover {
  background-color: rgba(97, 47, 74, 0.31);
  background-image: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav li hr {
  border: 1px solid transparent;
  margin: 0 10px;
}
.jumbotron {
  position: relative;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -ms-background-size: cover;
  padding: 100px 0 30px 0 !important;
  margin-bottom: 0 !important;
  background-image: url("../../images/pozadina.jpg");
  background-size: cover;
  z-index: 1;
}
.jumbotron .col-sm-5 {
  z-index: 2;
  padding: 0;
  margin-top: 40px;
}
.jumbotron > .container > .row > div {
  padding-left: 14px;
}
.jumbotron > .container > .row > div h4 {
  color: white;
  margin-top: 85px;
}
.jumbotron > .container > .row > div h4 a {
  font-size: 17px;
}
.jumbotron > .container > .row > div h2 {
  color: #d2be8c;
  font-weight: bold;
  margin: 0;
  font-size: 45px;
}
.jumbotron > .container > .row > div hr {
  width: 80px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  border: 2px solid #d2be8c;
  text-align: left;
}
.jumbotron .col-sm-12 {
  padding: 0;
}
.jumbotron .col-sm-6 {
  padding: 0;
}
.row {
  margin: 0;
  padding: 0;
}
.blackBox {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 55px 20px 10px 20px;
  font-size: 18px;
  color: white;
  position: relative;
  margin: 0 20px 20px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blackBox:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.blackBox > h4 {
  margin-top: 30px !important;
  display: inline-block;
  border-top: 2px solid #d2be8c;
  padding-top: 10px;
}
.blackBox .ion-ios-eye-outline {
  -ms-opacity: 1;
  opacity: 1;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  color: #d2be8c;
  border: #d2be8c solid 2px;
  top: 15px;
  right: 15px;
  font-size: 33px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.blackBox .ion-ios-email-outline {
  -ms-opacity: 1;
  opacity: 1;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  color: #d2be8c;
  border: #d2be8c solid 2px;
  top: 15px;
  right: 15px;
  font-size: 33px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.blackBox .ion-ios-download-outline {
  -ms-opacity: 1;
  opacity: 1;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  color: #d2be8c;
  border: #d2be8c solid 2px;
  top: 15px;
  right: 15px;
  font-size: 33px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.eventsBg {
  background-color: white;
}
.eventsBg a {
  text-decoration: none;
  color: #862d5a !important;
  text-transform: uppercase;
  font-size: 16px;
}
.eventsBg a:hover {
  text-decoration: none;
  color: #862d5a !important;
}
.slick-slide:focus {
  outline: none;
}
#events {
  height: 100%;
  width: 100%;
  border: 20px solid white;
  border: 20px solid rgba(255, 255, 255, 0.5);
  padding: 0;
  position: relative;
}
#events .article-intro {
  background-color: transparent;
  width: 100%;
  padding: 50px;
}
#events .item {
  background-color: transparent;
  width: 100%;
  padding: 36px;
}
#events h5 {
  margin: 0 0 20px 0 !important;
  padding: 0 0 10px 0 !important;
  color: #862d5a;
  font-weight: bold;
  border-bottom: 2px solid #862d5a;
  display: inline-block;
}
#events > div hr {
  border: 1px solid #862d5a !important;
  width: 70px !important;
  margin: 5px 0 0 0 !important;
}
#events p {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}
#events .date {
  display: block;
}
#slider-pocetna .slick-slide.slick-current.slick-active .article-intro {
  border-right: 1px solid white !important;
}
#slider-events {
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clock {
  position: absolute;
  font-size: 150px;
  color: gray;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: 30px;
}
p a {
  color: #862d5a;
}
p a:hover {
  color: #862d5a;
}
.listaInner p a:hover {
  color: #862d5a;
}
.listaInner p a:focus {
  color: #862d5a;
}
#arrowsEvents {
  position: absolute;
  right: 0px;
  z-index: 3;
  top: 15px;
  width: 75px;
}
#arrowsEvents i {
  color: #8f1959;
  background-image: none !important;
  width: 35px;
  cursor: pointer;
  font-size: 24px;
  display: block !important;
  float: left;
}
#arrowsEvents i:hover {
  color: #8f1959;
}
#arrowsEvents i:visited {
  color: #8f1959;
}
.eventTime {
  color: #d2be8c;
  padding-left: 10px;
}
#text {
  font-weight: normal;
  padding: 20px 0 !important;
  display: block;
}
.keywords {
  font-size: 13px;
  font-weight: bold;
}
.news {
  position: relative;
  padding-bottom: 35px;
}
.news h2 {
  font-size: 20px;
  color: #0f243d;
  margin: 0 !important;
}
.news hr {
  border: 1px solid #862d5a !important;
  width: 110px !important;
  margin: 0 !important;
  text-align: left;
}
.news .article-intro {
  background-color: #f2f6f9;
  padding: 0 0 20px 0;
  position: relative;
}
.news .article-intro .newsDate {
  background-color: #d2be8c;
  color: white;
  padding: 5px 10px 5px 10px;
  position: absolute;
  margin-left: 100px;
}
.news .article-intro .newsContent {
  position: relative;
  padding: 60px 100px 0 100px;
  font-size: 15px;
}
.news .article-intro p > a {
  color: #8f1959;
  margin-left: 100px;
}
#arrowsNews {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 80px;
  width: 65px;
  cursor: pointer;
}
#arrowsNews i {
  padding: 8px 13px;
  background-color: #8f1959;
  opacity: 0.5;
  background-image: none !important;
  color: white;
}
#arrowsNews i:hover {
  opacity: 1;
}
#arrowsNews .ion-ios-arrow-back {
  margin-right: -10px;
}
.headerNews {
  padding: 50px 0 25px 70px;
  background: url(../images/doc_bg.png);
  background-size: 145px;
  background-repeat: no-repeat;
  background-position: left 20px bottom;
}
.headerNews h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.news hr {
  border: 1px solid #862d5a !important;
  width: 160px !important;
  margin: 0 !important;
  text-align: left;
}
.news .article-intro .newsDate {
  background-color: #d2be8c;
  color: white;
  padding: 5px 10px 5px 10px;
  position: absolute;
  margin-left: 100px;
  font-size: 16px;
}
#border {
  border-right: solid 1px gray;
}
.ion-document {
  position: absolute;
  font-size: 200px;
  color: gray;
  color: rgba(128, 128, 128, 0.3);
  top: -30px;
  left: 40px;
}
footer {
  background-color: #cfcfcf;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  color: #8f1959;
  font-weight: bold;
  -webkit-box-shadow: inset 0 2px 10px 0 gray;
  -ms-box-shadow: inset 0 2px 10px 0 gray;
  box-shadow: inset 0 2px 10px 0 gray;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
footer span {
  color: black;
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .navbar-nav > li {
    margin: 0 11px;
    width: auto !important;
  }
  .navbar-nav .logoWidth {
    width: 160px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li {
    width: initial;
  }
  .navbar-nav > li > a {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .logoWidth {
    width: 10% !important;
    top: 34px;
  }
  .navbar-nav .logoWidth .logo img {
    height: 75px !important;
  }
  .navbar-nav > li {
    width: auto;
  }
  .navbar-nav > li > a {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs {
    z-index: 2;
    color: white !important;
  }
  #mainmenu.navbar-collapse {
    border: none !important;
    z-index: 100;
    background-color: #8a2854;
    width: 100%;
    max-height: 1000px !important;
    position: fixed;
    overflow: auto;
    bottom: 0;
    top: 88px;
  }
  .navbar-default .navbar-nav > li > a {
    color: white !important;
    padding: 20px;
  }
  button {
    background-color: transparent;
    box-shadow: none;
  }
  .navbar-toggle {
    background-color: transparent !important;
  }
  .navbar-toggle:hover {
    background-color: transparent !important;
  }
  .navbar-toggle:focus {
    background-color: transparent !important;
  }
  .collapse {
    padding-left: 15px !important;
  }
  .nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .nav > li ul > li {
    padding-left: 15px !important;
    position: relative;
  }
  .nav > li ul > li:hover {
    background-color: #7d2a51 !important;
  }
  .jumbotron .col-sm-12 {
    margin-top: 0;
  }
  .jumbotron .col-sm-10 {
    margin: 0 0 20px 0;
  }
  .languages {
    padding: 0 10px 0 0;
  }
  .container > .row > div {
    padding: 14px;
  }
  .dropdown-menu {
    background-color: #7d2a51 !important;
    max-height: 100%;
    overflow: hidden;
  }
  .dropdown-menu .open {
    background-color: #7d2a51 !important;
  }
  .dropdown-menu li a {
    padding-left: 15px !important;
    color: white !important;
    font-size: 14px;
    background-color: transparent !important;
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
  }
  #follow {
    display: none;
  }
  #right input {
    font-size: 10px;
    width: 100px;
    padding-left: 0 !important;
  }
  .blackBox {
    padding: 0px 10px;
    margin: 0 0 20px 0;
  }
  .blackBox i {
    top: 10px !important;
  }
  .blackBox h4 {
    margin: 20px 0 !important;
  }
  .sub-arrow {
    position: relative;
    text-indent: -9999px;
    border-left: none !important;
    background-color: transparent !important;
    background-image: none !important;
    transition: none;
  }
  .sub-arrow:hover {
    background-image: none !important;
    transition: none;
    background-color: transparent !important;
  }
  .sub-arrow:after {
    content: '\f3d1';
    font-family: IonIcons;
    position: absolute;
    display: block;
    font-size: 15px;
    z-index: 3;
    top: 15px;
    color: white;
    left: inherit;
    text-indent: 10px;
  }
  .news .col-sm-6 p {
    padding: 50px 20px 0 20px;
    margin: 0;
  }
  .news .col-sm-6 div {
    margin-left: 20px;
  }
  .news .col-sm-6 a {
    margin-left: 20px;
  }
  .news .article-intro .newsContent {
    padding: 60px 30px 0 30px;
  }
  .news .article-intro .newsDate {
    margin-left: 30px;
  }
  .news .article-intro p > a {
    margin-left: 30px;
  }
  .headerNews {
    padding: 40px 0 40px 30px;
  }
  #arrowsNews {
    right: 12px;
  }
}
pre {
  white-space: normal;
  font-family: inherit;
  font-size: 13px;
  color: #862d5a;
  margin: 20px 0;
  letter-spacing: 0.2px;
  word-wrap: normal;
  word-break: normal;
}
.pdfBox a {
  font-size: 15px;
  padding: 10px;
  color: #792950;
}
.pdfBox i {
  color: rgba(107, 55, 85, 0.4);
  font-size: 35px;
  position: relative;
  top: 5px;
}
