@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Thin.otf);
  font-weight: 100;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraLight.otf);
  font-weight: 200;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.otf);
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.otf);
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.otf);
  font-weight: 800;
}

body {
  font-family: 'Montserrat';
  font-weight: 400;
  background-color: white;
}

body.story-page {
  background-color: white;
}
p {
  line-height: 1.3;
}
.text-yellow,
#contacts a {
  color: #fff0c7;
}



.tlac1 .more[aria-expanded="true"] {
  display:none;
}

.form-control:focus {
  border-color: #e5c003;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(229, 192, 3);
}


.form-control {
  border-radius: 0;
  background-color: white;
  border-color: lightgray;
  color: black;
  border-radius: 0px;
}
.form-button {
  padding: 5px 15px;
  background-color: #2c6c92;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
  color:#509fcd;
  border-radius: 9px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

.btn-dm
{
  border-radius:0px;
  background-color: white;

}

.btn-dm:hover
{
  background-color: #e5c003;
}





.form-button:hover {
  color: #fff;
}
#top-separator {
  height: 61px;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;

  border-bottom: 1px solid #e5c003;
  z-index: 1000;
}
@media (min-width: 992px) {
  #header {
    border-bottom: none;
  }

  #header.scrolled
  {
    border-bottom: 1px solid #e5c003;
  }

}




#header .navbar {
  padding-left: 0;
  padding-right: 0;
}
#header .navbar .navbar-toggler {
  border-color: #e5c003;
  color: #e5c003;
  font-size: 1.5rem;
}



.pozadi
{
  background-image: url("/images/galerie.jpg");
  background-repeat: no-repeat;
  background-position: top center;

  background-size: 100% auto;
}

@media (min-width: 992px) {
  #header .navbar .navbar-nav .nav-item:hover > .nav-link:before {
    width: calc(100% - 30px);
  }





}
#header .navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: black;
  font-size: 1rem;
  transition: color 0.3s;
}
#header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: black;
}
#header .navbar .navbar-nav .nav-item .nav-link.active {
  color: black;
}
@media (min-width: 992px) {
  #header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #e5c003;
  }
  #header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #e5c003;
  }
  #header .navbar .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    display: block;
    bottom: 5px;
    left: 15px;
    width: 0;
    height: 2px;
    background-color: #e5c003;
    content: '';
    transition: width 0.7s;
  }




  #header .navbar .navbar-nav .nav-item .nav-link.active:before {
    width: calc(100% - 30px);
  }
}

.zel
{
  background-color: #e5c003;
}

.zel ul
{
  color:white;
}

.zel li
{
  color:white;
}


#about-us {
  padding: 0px 0px 0px 0px;
  background-color: white;
  color: black;

}



@media (max-width: 700px) {
  #about-us {
    margin-top:0px;
}
}

.row-1 {
  position: relative;

}

.row-1 .bg-red {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}

.row-1 .bg-black {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background-color: #e5c003;
}


#bottom  {

  text-align: center;
  padding-bottom: 10px;
}

#bottom h3 {
  margin-bottom: 1rem;
  color: BLACK;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

#bottom a {

  color: BLACK;

}

#about-us h2 {
  margin-bottom: 1rem;
  color: black;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: left;
}

#about-us .zel h2 {
  margin-bottom: 1rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: left;
}

#about-us h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

#about-us h1 .small {
  display: block;
  padding-top: 1rem;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  #about-us h1 .small {
    display: inline;
    padding-top: 0;
  }
}
#about-us .image {
  height: 100%;
}
#about-us .image .wrap {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
#about-us .image .wrap .inner {
  align-self: center;
  text-align: center;
}
#about-us .slogan {
  padding-top: 50px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#about-us .slogan .author {
  font-size: 1rem;
}
#services {
  padding: 40px 0 40px 0;
  background-color: #509fcd;
  color:#bee5fd;

}

#sep
{

}


#services h2 {
  margin-bottom: 1rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
}

#services h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  color:#bee5fd;
}

#services .text-left {
  margin-bottom: 1rem;
}
#sservices p:last-child {
  margin-bottom: 0;
}

#sservices {
  padding: 40px 0 40px 0;
  background-color: white;
  color:black;
  text-align: center;
}


#sservices h2 {
  margin-bottom: 1rem;
  color: #2c6c92;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

#sservices h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  color:black;
}

#sservices .text-left {
  margin-bottom: 1rem;
}
#sservices p:last-child {
  margin-bottom: 0;
}

#reference {
  padding-top: 50px;
  background-color: black;
  color: #fff0c7;
  text-align: center;
}
#reference .title {
  margin-bottom: 50px;
  color: #fff0c7;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
#reference .reference img {
  display: block;
  margin: 0 auto 50px auto;
}
@media (min-width: 768px) {
  #reference .reference img {
    display: inline;
    margin: 0 30px 50px 30px;
  }
}
#gallery {
  padding: 10px 0 10px 0;

}
#gallery .slick-images {
  margin-bottom: 0;
}
#gallery .slick-images .slick-prev:before,
#gallery .slick-images .slick-next:before {
  color: #cccccc;
}
#gallery .slick-images .slick-prev {
  left: -35px;
}
#gallery .slick-images .slick-next {
  right: -35px;
}
#gallery .slick-images .slick-dots {

}
#gallery .slick-images .slick-dots button:before {
  color: #7ec4bf;
}
#gallery .slick-images img {
  width: 100%;
}

.offer {
  margin-bottom: 0;
}
.offer .slick-prev:before,
.offer .slick-next:before {
  color: #cccccc;
}
.offer .slick-prev {
  left: -35px;
}
.offer .slick-next {
  right: -35px;
}
.offer .slick-dots {

}
.offer .slick-dots button:before {
  color: #7ec4bf;
}
.offer img {
  width: 100%;
}


#story {
  padding-top: 50px;
  background-color: #000000;
  color: #fff;
  text-align: left;
}
#story .title {
  margin-bottom: 50px;
  color: #7ec4bf;
  font-size: 2.5rem;
  font-weight: 500;
}
#story .story-detail {
  padding: 50px 0;

}
#story .story-detail h4 {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
}
#story .story-detail p {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
#story .story-detail a {
  color: #7ec4bf;
  font-weight: 700;
  text-transform: uppercase;
}
#story-detail {
  padding: 2rem 0;
  color: #fff;
  background-color: black;
}
#story-detail .separator {
  margin-bottom: 5rem;
}
#story-detail h1 {
  margin-bottom: 2.5rem;
  color: #7ec4bf;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}
#story-detail h2 {
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
#story-detail h3 {
  margin-bottom: 0.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
#story-detail p strong {
  color: #7ec4bf;
}
#story-detail a {
  color: #7ec4bf;
}
#story-detail hr {
  margin: 2.5rem 0;
  border-bottom: 1px dotted #7ec4bf;
}
@media (min-width: 992px) {
  #story-detail .targeted-campaigns .col-lg-4 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #story-detail .targeted-campaigns .col-lg-6 {
    padding-left: 0;
  }
}
#story-detail .targeted-campaigns .line-dotted {
  position: relative;
}
@media (min-width: 992px) {
  #story-detail .targeted-campaigns .line-dotted:after {
    position: absolute;
    width: 160px;
    top: 0.75rem;
    right: -170px;
    border-bottom: 1px dotted #7ec4bf;
    content: '';
  }
}
@media (min-width: 1200px) {
  #story-detail .targeted-campaigns .line-dotted:after {
    width: 220px;
    right: -230px;
  }
}
#story-detail .targeted-campaigns .box-dotted {
  padding: 15px;
  border: 1px dotted #7ec4bf;
}
@media (min-width: 992px) {
  #story-detail .targeted-campaigns .box-dotted {
    margin-top: 26px;
  }
}
#story-detail .targeted-campaigns .box-dotted p {
  margin-bottom: 0;
}
#story-detail .list {
  padding: 0;
  list-style: none;
  text-align: center;
}
#story-detail .list li {
  font-weight: 600;
}
@media (min-width: 992px) {
  #story-detail .list li {
    display: inline-block;
  }
  #story-detail .list li:before {
    padding-right: 3px;
    color: #7ec4bf;
    content: '|';
    font-weight: 400;
  }
  #story-detail .list li:first-child:before {
    content: none;
  }
}
#story-detail .list-img {
  padding-top: 2rem;
  overflow: hidden;
}
#story-detail .list-img img {
  display: block;
  margin: 0 auto 50px auto;
}
@media (min-width: 992px) {
  #story-detail .list-img img {
    display: inline;
    margin: 0 30px 50px 30px;
  }
}
#story-detail .story-detail-more {
  padding: 3rem 0;
  background-color: #7ec4bf;
  color: #000000;
}
#story-detail .story-detail-more h1 {
  color: #000000;
}
#story-detail .story-detail-more h2 {
  margin-bottom: 1rem;
  color: #000000;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left;
}

.author
{
  font-weight:300;
}

#story-detail .story-detail-more strong {
  color: #000000;
  font-weight: 700;
}
#story-detail .story-detail-more .numbers .box {
  display: inline-block;
  width: 130px;
  text-align: center;
}
#story-detail .story-detail-more .numbers .box .number {
  width: 130px;
  height: 130px;
  margin-bottom: 15px;
  border: 2px solid #000000;
  border-radius: 50%;
  line-height: 130px;
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
}
#story-detail .story-detail-more .text-white {
  font-weight: 700;
}
#contacts {
  padding: 40px 0 25px 0;

  text-align: center;
}

#contacts A {

  color:black;

}




#contacts h2 {
  margin-bottom: 1rem;
  color: black;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
#contacts .title {
  margin-bottom: 50px;
  color: black;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
#contacts .form .form-group {
  margin-bottom: 15px;
}
#contacts .form .form-group label {
  height: 25px;
  margin-bottom: 5px;
}
#contacts .form .form-group input {
  height: 38px;
}
#contacts .form .form-group textarea {
  height: 148px;
}
#footer {
  background-color: #000000;
}
#footer .copyright {
  padding: 15px 0;

  color: #fff;
  font-size: 0.8rem;
  text-align: center;
}

h2
{

  font-size:35px;
  text-align: left;
  font-weight: 900;
}

h3
{

  font-weight: 400;
}

.gelato
{
  color:#7ec4bf;
}

.carousel-caption2 {
position:absolute;
  right:0%;
  top:22%;
  width:100%;
  text-align: justify;

  color:#fff0c7;
  font-size:18px;
  line-height:22px;
}

.si {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
}

.modal-header
{
  border-bottom: 0px solid white;
}


.con2
{
  background-color: #e5c003;
  padding:30px 0px;
  color:white;
}

#contacts  .con2 a
{
  color:white;
}

#contacts .con2 h2
{
  color:white;
}

h2
{
  font-weight: 900;
}

h1
{
  font-weight: 900;
}

.image {
  position: relative;
  margin-bottom: 25px;
  padding-top: 180px;
  overflow: hidden;
}

.image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 1s ease;
}

.foto:hover > .image a {
  transform: scale(1.1, 1.1);
}




