@charset "UTF-8";
@font-face {
  font-family: akzidenz;
  src: url(../fonts/AkzidenzGroteskBE-Regular.ttf);
  font-weight: bold;
}

@font-face {
  font-family: akzidenzBold;
  src: url(../fonts/AkzidGroCFFBol.otf);
  font-weight: bold;
}

* {
  font-family: akzidenz;
}

.white {
  color: #fff!important;
}

.caret {
  display: none;
}

.d-inline {
  display: inline;
}

.a-no-decor {
  text-decoration: none;
  color: inherit;
}

.a-no-decor:hover, .a-no-decor:focus, .a-no-decor:active {
  text-decoration: none;
  color: inherit;
}

.bg-grad {
  background-image: url("../img/bg-gradient.jpg");
  background-color: #faa61a;
  background-position: center center;
  background-size: 100% 100%;
  height: 30px;
  font-size: 0;
  border: 0;
  margin: 15px 0;
}

.for-old {
  background-image: url("../img/ProgramskaPasica.png")!important;
  background-size: cover;
}

.for-child {
  background-image: url("../img/OtroskaPasica.png")!important;
  background-size: cover;
}

.img-large {
  padding: 0 150px;
}

header, footer {
  background-image: url("../img/bg-gradient.jpg");
  background-color: #faa61a;
  background-position: center center;
  background-size: 100% 100%;
}

strong, b {
  font-family: akzidenzBold;
}

.primary-header {
  z-index: 1;
  font-size: 17px;
  width: 1170px;
  border-bottom: 1px dashed #000;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}

.btn-subsribe {
  width: 104%!important;
  margin-left: 5px;
}

.logo img {
  height: 25px;
  width: auto;
  margin: 5px 0px;
}

#hr-black {
  margin: 5px 0px;
  border: 0;
  border-top: 5px solid #000;
  clear: both;
}

.primary-header-left {
  margin: 5px 0px;
}

#bs-example-navbar-collapse-1 {
  padding-left: 0;
}

.nav>li>a {
  padding: 5px 10px 0 0;
  color: #000;
  font-size: 15.25px;
  font-family: akzidenzBold;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
  color: #000;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #000;
}

.navbar-default .navbar-toggle {
  border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #000;
}

#menu-primary-menu>li>a:hover, #menu-primary-menu>li>a:active, #menu-primary-menu>li>a:focus {
  color: #fff!important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent!important;
}

.nav>li>a:hover, .nav>li>a:active, .nav>li>a:focus {
  background-color: transparent;
  font-weight: bolder;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background-color: transparent;
  font-weight: bolder;
}

.navbar {
  background-color: transparent!important;
  border-color: transparent!important;
}

.secondary-menu {
  border-bottom: 1px dashed #000;
  display: none;
  margin-bottom: 30px;
}

.secondary-menu ul li, .secondary-menu ul>li>a {
  display: inline;
}

.secondary-menu ul>li>a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.secondary-menu ul>li>a:hover, .secondary-menu ul>li>a:focus, .secondary-menu ul>li>a:active {
  font-family: akzidenzBold;
}

.lang-menu {
  text-align: right;
}

.lang-menu b {
  display: inline;
  font-family: akzidenzBold;
  font-size: 23px;
}

.lang-menu h4 {
  font-size: 22px;
  font-weight: normal;
  display: inline;
}

.lang-menu h4:hover, .lang-menu h4:active, .lang-menu h4:focus {
  color: #fff;
  cursor: pointer;
}

.social-btn {
  margin-top: 15%;
}

.social-btn img {
  height: 16px;
  width: auto;
  margin-left: 5px;
}

.tales {
  width: 100%;
}

.carousel-inner {
  width: 100%;
  max-height: 450px !important;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin: auto;
}

.carousel-inner.secondary-carousel>.item>img, .carousel-inner.secondary-carousel>.item>a>img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin: auto;
}

.carousel-indicators, .secondary-carousel-indicators {
  display: block!important;
  left: 70px!important;
  right: 0;
  height: 0;
  bottom: 50px;
  width: 1140px!important;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  text-align: left;
  padding: 0!important;
}

.carousel-indicators li {
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 14px;
}

.carousel-indicators .active {
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}

.carousel-caption {
  text-align: right;
  color: #fff;
  text-shadow: none;
  top: -20px;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.carousel-caption-box {
  width: 250px;
  margin-right: 40px;
  text-align: left;
  float: right;
  margin-top: 15px;
}

.carousel-caption-left {
  text-align: left;
  z-index: 0;
}

.carousel-caption h3 {
  text-transform: uppercase;
  font-family: akzidenzBold;
  font-size: 45px;
}

.carousel-caption-left h1 {
  font-size: 80px;
  font-family: akzidenzBold;
}

.carousel-caption-left h4 {
  margin-top: -15px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
}

.carousel-caption h5 {
  font-size: 22px;
}

.carousel-caption p {
  font-size: 15px;
  line-height: 0px;
  font-family: akzidenzBold;
}

.carousel-izv h1 {
  font-size: 60px;
  color: #fff;
}

.btn-custom {
  width: 200px;
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: 0;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active {
  color: #fff;
  background-color: #000;
  border-color: #000;
  outline: none;
}

.btn-carousel {
  font-size: 18px;
  font-family: akzidenzBold;
  padding: 10px 20px;
  margin-top: 15px;
}

.btn-program {
  width: auto;
  font-size: 16px;
  font-family: akzidenzBold;
  padding: 7px 15px;
}

.abonma-list {
  display: inline-block;
}

.carousel-indicators {
  left: 15%;
  width: 60%;
  padding-left: 130px;
}

.main-news h4 {
  text-transform: uppercase;
  font-family: akzidenzBold;
  margin-bottom: 15px;
}

.main-news p {
  font-size: 15px;
  line-height: 15px;
  height: 211px;
  overflow: hidden;
  white-space: normal;
}

.main-btn {
  padding: 19px 28px;
  width: auto;
  background-image: url(../img/bg-gradient.jpg);
  background-color: #faa61a;
  background-position: center center;
  background-size: 100% 100%;
  color: #000;
  border: 0;
  font-family: akzidenzBold;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}

.main-sponsors {
  padding: 10px 20px;
  width: auto;
  background-image: url(../img/bg-gradient.jpg);
  background-color: #faa61a;
  background-position: center center;
  background-size: 100% 100%;
  color: #000;
  border: 0;
  font-family: akzidenzBold;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.sponsor-h3 {
  width: 100%;
  text-align: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.33);
  line-height: 0.2em;
  margin: 10px 0 20px;
}

.sponsor-h3 span {
  background: #fff;
  padding: 0 10px;
  font-family: akzidenzBold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.33);
}

.main-btn:hover, .main-btn:active, .main-btn:focus {
  color: #000;
  text-decoration: none;
}

.program-btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  width: 50%;
  padding: 14px 10px;
  margin: 0 auto;
}

.program-second-btn {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 32%;
  padding: 13px 10px;
  margin: 0 auto;
  color: #ffffff;
  background: #000;
  border: 1px solid #ffffff;
}

.program-second-btn:hover, .program-second-btn:focus, .program-second-btn:active {
  color: #fff;
}

.program-btn-free {
  background: transparent;
  border: 1px dashed #faad1a;
  color: #faad1a;
  text-transform: uppercase;
}

.program-btn-free:hover, .program-btn-free:focus, .program-btn-free:active {
  color: #faad1a;
}

.program-box {
  height: 25%;
  /* overflow: auto; */
  margin: auto;
  position: absolute;
  top: 0;
  /* left: 0; */
  bottom: 0;
  padding-right: 10px;
}

.program-first h3 a {
  text-decoration: none;
  color: inherit;
}

.header-pr {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.main-news-img {
  max-height: 270px;
  object-fit: cover;
  width: 600px;
  height: 400px;
}

.secondary-news p {
  font-size: 15px;
  line-height: 15px;
}

.secondary-news h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: akzidenzBold;
}

.secondary-news img {
  max-height: 150px;
  object-fit: cover;
}

.boxes {
  margin-bottom: 10px;
}

.boxes-pro div {
  background-image: url("../img/Front_Banner_Program.jpg");
}

.boxes-izv div {
  background-image: url("../img/Front_Banner_Izvajalci.jpg");
}

.boxes-vst div {
  background-image: url("../img/Front_Banner_Vstopnice.jpg");
}

.boxes div {
  background-color: #000;
  color: #fff;
  height: 84px;
  text-align: center;
  padding-top: 16px;
  /*width: 250px;*/
  font-family: akzidenzBold;
  text-shadow: 0px 0px 6px #000;
}

.boxes div h4 {
  font-size: 30px;
}

.first {
  background-image: url("../img/bg-gradient.jpg");
  height: 60px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.input-subscribers input, .input-subscribers input:hover, .input-subscribers input:focus, .input-subscribers input:active {
  border: none;
  color: #000;
  box-shadow: none;
  outline: none;
  height: 60px;
  font-size: 16px;
  height: 40px;
  background: white;
  margin-top: 10px;
  border-radius: 0;
}

.program-booklet {
  /*background-color: #000;*/
  width: 100%;
  height: 200px;
  margin-top: 40px;
}

.program-booklet img {
  max-height: inherit;
  display: inline-block;
}

.bg-program {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgb(254, 192, 17), #422f08), url(../../../../uploads/2017/07/4.jpg);
  background-blend-mode: multiply;
  height: 275px;
  width: 275px;
  margin: 6px;
}

.bg-program:hover {
  cursor: pointer;
}

.bg-izvajalec {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgb(254, 192, 17), #422f08), url(../../../../uploads/2017/07/4.jpg);
  background-blend-mode: multiply;
  height: 275px;
  height: 191px;
}

.bg-izvajalec:hover {
  cursor: pointer;
}

.izvajalec-box {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.main-sponsor {
  background-image: url("../img/bg-gradient.jpg");
  background-color: #faa61a;
  background-position: center center;
  background-size: 100% 100%;
}

.sponsor img {
  margin: 10px auto;
}

.footer-menu {
  width: 1170px;
  margin: 0 auto;
}

footer {
  padding-bottom: 30px;
}

#menu-footer-menu {
  width: 100%;
}

#menu-footer-menu li.menu-item-has-children {
  width: 20%;
}

#menu-footer-menu li {
  padding-left: 1px;
  padding-right: 1px;
}

#menu-footer-menu li a.dropdown-toggle {
  border-bottom: 1px dashed #000;
  font-size: 14px;
  padding-bottom: 10px;
}

#menu-footer-menu li ul {
  padding: 0;
  margin-top: 20px;
  line-height: 18px;
  font-size: 14px;
}

#menu-footer-menu li ul li {
  list-style-type: none;
  padding: 0;
}

#menu-footer-menu li ul li a {
  color: #000;
}

#menu-footer-menu li ul li a:hover, #menu-footer-menu li ul li a:active, #menu-footer-menu li ul li a:focus {
  color: #000;
  text-decoration: none;
}

.footer-contact {
  margin-left: 79%;
  font-family: akzidenzBold;
  font-size: 15px;
  display: inline-block;
  color: #000;
}

.footer-contact span {
  font-size: 18px
}

.footer-contact a {
  text-decoration: none;
  color: #000;
  font-family: akzidenzBold;
}

.box {
  padding: 5px!important;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.box-program {
  min-height: 230px;
  text-align: center;
}

.box-program h4, .box-program h5, .box-program p {
  text-align: left;
}

.box-program-bg {
  min-height: 430px;
}

.izv-box {
  min-height: 100px;
  background-color: #f1f1f1;
}

.quotes {
  margin-top: 30px;
}

.quote {
  padding: 10px;
  width: 288px;
  float: left;
  background-color: rgba(244, 244, 244, 0.2)
}

.quote-content {
  font-weight: bold;
  font-size: 12px;
  padding: 25px 25px 0 25px;
}

.quote-author {
  text-align: right;
  font-size: 11px;
  font-style: italic;
  margin-top: 20px;
}

.qoute-start, .qoute-end {
  background: url('../img/qoutes.png') no-repeat;
  width: 14px;
  height: 13px;
  float: left;
  margin-right: 10px;
}

.qoute-end {
  background: url('../img/qoutes.png') no-repeat 0 100%;
  float: right;
}

.friends a {
  text-decoration: none;
  color: #000;
  display: table;
}

.friends a:hover, .friends a:active, .friends a:focus {
  color: #000;
}

.izv h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #000;
  color: #fff;
  opacity: 0;
  transition: 1s;
  margin-right: 30px;
  margin-left: 15px;
}

.izv:hover h2 {
  opacity: 1;
}

.abonma {
  background: #9ea09f;
  color: #fff;
  float: left;
  width: 273px;
  height: 160px;
  padding: 10px;
  margin-left: 15px;
  position: relative;
}

.abonma:first-child {
  margin-left: 0px;
}

.abonma-title {
  font-size: 24px;
  font-family: "akzidenzBold";
}

.abonma-content {
  font-size: 15px;
}

.abonma-price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 24px;
  font-weight: bold;
  font-family: "akzidenzBold";
}

.materiali {
  display: flex;
  align-items: center;
  font-size: 18px;
}

#map {
  width: 1110px;
  height: 600px;
}

.izv-respons {
  min-height: 250px;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  .primary-header, .carousel-caption, .footer-menu {
    width: 962px!important;
  }
  .abonma {
    width: 223px;
  }
  #map {
    width: 910px;
    height: 500px;
  }
  .bg-program {
    height: 304px;
    width: 304px;
  }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  .primary-header, .carousel-caption, .footer-menu {
    width: 738px!important;
  }
  .abonma {
    width: 168px;
  }
  #map {
    width: 690px;
    height: 400px;
  }
  .bg-program {
    height: 230px;
    width: 230px;
  }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  .main-news h4 {
    font-size: 26px;
  }
  .carousel-indicators {
    display: none!important;
  }
  .primary-header, .carousel-caption, .footer-menu {
    width: auto!important;
  }
  .margin-top-xs-30 {
    margin-top: 30px;
  }
  .margin-top-xs-10 {
    margin-top: 10px;
  }
  .margin-bottom-xs-30 {
    margin-bottom: 30px;
  }
  .margin-bottom-xs-10 {
    margin-bottom: 10px;
  }
  .first {
    height: 63px;
    padding-top: 1px;
  }
  .program-booklet {
    height: auto;
  }
  .abonma-list {
    height: 700px;
  }
  .abonma {
    width: 95%;
    margin-top: 15px;
  }
  .abonma:first-child {
    margin-left: 15px;
  }
  #map {
    width: 100%;
    height: 300px;
  }
  .box-program-bg {
    min-height: 380px;
  }
  #menu-footer-menu li.menu-item-has-children {
    width: auto;
  }
  #menu-footer-menu li a.dropdown-toggle {
    padding-left: 25px;
    margin-left: 25px;
  }
  #menu-footer-menu li ul li {
    padding-left: 50px;
  }
  .footer-contact {
    margin-top: 10px;
    margin-left: 50px;
  }
  #menu-footer-menu li ul {
    margin-bottom: 10px;
  }
  .logo {
    margin-left: 15px;
  }
  #bs-example-navbar-collapse-1 {
    padding-left: 30px;
  }
  .lang-menu {
    margin-right: 15px;
  }
  .secondary-menu ul {
    padding-right: 40px;
  }
  .bg-program {
    width: 100%;
    height: 270px;
  }
  .btn-subsribe {
    width: auto!important;
    margin-left: auto;
  }
  #jssor_1 {
    display: none;
  }
  .img-large {
    padding: 0;
  }
  .hr-program-price {
    margin-left: 15px;
    margin-right: 15px;
    border-top: 1px dashed #000;
  }
  .program-price h4 {
    font-size: 14px;
  }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 550px) {
  .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 280px;
  }
  .carousel-caption.carousel-caption-left {
    display: none;
  }
  .logo img {
    height: 17px;
    margin: 7px 0px;
  }
}

.padding-0 {
  padding: 0;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-width-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-width-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.margin-left-0 {
  margin-left: 0;
}

.margin-right-0 {
  margin-right: 0;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-height-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-width-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-width-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-0 {
  margin: 0;
}
