.gray {
  color: #666;
}


/*SLIDER*/
.slider {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.slick-next::before {
  font-family: "bootstrap-icons";
  content: "\F285";
  color: #666;
  font-size: 50px;
}

.slick-prev::before {
  font-family: "bootstrap-icons";
  content: "\F284";
  color: #666;
  font-size: 50px;
}



.slick-next {
  right: 100px;
  z-index: 998;
  color: #666;
}

.slick-prev {
  left: 100px;
  z-index: 998;
  color: #666;
}

@media screen and (max-width:1199px) {

  .slick-next::before,
  .slick-prev::before {
    font-size: 40px;
  }

  .slick-next {
    right: 50px;
  }

  .slick-prev {
    left: 30px;
  }
}

@media screen and (max-width:767px) {

  .slider {
    margin: 0 15px;
  }

  .slick-next,
  .slick-prev {
    display: none;
    opacity: 0;
  }
}


/*SLICK INFOBOX */
.slick-dots {
  bottom: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #666;
  border-radius: 100px;
  text-indent: -999em;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #b10000;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li {
  margin: 0;
}

/*3 BLOCK UNDER SLIDER*/
.three-block-slider {
  margin: -170px 0 30px 0;
  line-height: 1.2;
  font-size: 14px;
}

.three-block-slider .inner a {
  color: #fff;
  text-decoration: none;
}


.three-block-slider .inner:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.three-block-slider .inner:hover a {
  color: #000;
}

.three-block-slider .inner:hover img,
.three-block-slider .inner:hover i {
  filter: invert(100);
}


.three-block-slider .inner {
  background-color: #b10000;
  color: #fff;
  padding: 30px;
  transition: all ease-in-out .2s;
}

.three-block-slider .inner img {
  max-width: 60px;
  display: block;
  margin-bottom: 15px;
}

.three-block-slider .inner strong {
  font-weight: 600;
  font-size: 2.2rem;
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.three-block-slider .inner p {
  margin-bottom: 15px;
  max-width: 90%;
}


.three-block-slider .inner i {
  text-align: right;
  display: block;
  color: #fff;
  font-size: 28px;
  margin-top: -30px;
  margin-right: -10px;
}

.three-block-slider ul {
  margin: 0;
  padding: 0 0 0 15px;

}


@media screen and (max-width:1199px) {
  .three-block-slider {
    margin-top: -90px;
    font-size: 1.4rem;
  }

  .three-block-slider .inner img {
    max-width: 50px;
  }
}

@media screen and (max-width:992px) {
  .three-block-slider {
    margin-top: -80px;
    font-size: 1.4rem;
  }

  .three-block-slider .inner {
    padding: 20px;
    padding-bottom: 10px;
  }

  .three-block-slider .inner img {
    max-width: 40px;
  }

  .three-block-slider .inner strong {
    font-size: 1.6rem;
  }

  .three-block-slider .inner p {
    max-width: 97%;
  }

  .three-block-slider .inner i {
    font-size: 2.2rem;
    margin-right: -10px;
  }
}

@media screen and (max-width:767px) {
  .three-block-slider {
    margin-top: 60px !important;
    display: block;
    font-size: 1.6rem;
  }

  .three-block-slider .inner {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .three-block-slider .inner img {
    max-width: 50px;
  }

  .three-block-slider p {
    width: 90%;
  }

  .three-block-slider .inner i {
    font-size: 2.4rem;
    margin-right: -5px;
  }
}

/*HEADLINES*/
.normal-headline-uppercase {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.big-headline-uppercase {
  display: block;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.sub-headline-uppercase {
  display: block;
  font-size: 2.2rem;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 15px;
}

.sub-headline-uppercase-red {
  display: block;
  font-size: 2.2rem;
  text-align: center;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 15px;
  color: #b10000;
}


.headline-big-red {
  display: block;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #b10000;
  line-height: 1.2;
  margin: 10px 0 5px 0;
}

h1.headline-big-red p {
  margin-bottom: 0 !important;
}


@media screen and (max-width:1199px) {

  .big-headline-uppercase,
  .headline-big-red {
    font-size: 2.8rem;
  }
}

@media screen and (max-width:992px) {

  .big-headline-uppercase,
  .headline-big-red {
    font-size: 2.6rem;
  }
}

@media screen and (max-width:767px) {

  .big-headline-uppercase,
  .headline-big-red {
    font-size: 2.4rem;
  }

  .headline-big-red br {
    display: none;
  }
}


/*BUTTON DARK*/
.btn-dark {
  font-size: 1.6rem;
  margin: 30px auto;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #000;
  border-color: #000;
  letter-spacing: 2px;
  font-weight: 600;
}

.btn-dark:hover {
  background-color: #444;
  border-color: #444;
}

/*BUTTON DANGER*/
.btn-danger {
  font-size: 1.6rem;
  margin: 30px auto;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #b10000;
  border-color: #b10000;
  letter-spacing: 2px;
  font-weight: 600;
}

.btn-dark:hover {
  background-color: #444;
  border-color: #444;
}


/*ALERT BOX*/
.alert-box {
  margin: 30px 0;
  align-items: center;
}

.alert-box img {
  max-height: 60px;
}

.alert-box span {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}

.alert-box .alert {
  padding: 15px 15px 15px 15px;
  line-height: 1.2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.alert-box .alert p {
  margin-bottom: 0 !important;
}

.alert-box .alert i {
  font-size: 6rem !important;
  margin-top: 3px;
}



@media screen and (max-width:767px) {
  .alert-box {
    text-align: center;
  }

  .alert-box .alert i {
    margin-bottom: 10px;
    display: block;
    font-size: 6rem;
  }

  .alert-box .alert p {
    padding-bottom: 10px
  }
}

/*NEWS OVERVIEW*/
.news-box {
  font-size: 1.6rem !important;
  margin: 30px -15px;
}

.news-box .card {
  padding: 15px !important;
  margin: 0 15px;
}

.news-box strong {
  min-height: 50px;
  display: block;
}

.news-box p {
  font-size: 1.4rem;
  color: #666;
  min-height: 100px;
}

.news-box .btn-primary {
  background-color: #b10000;
  border-color: #b10000;
  font-size: 1.4rem;
  padding: 7px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.news-box .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.news-box .slick-prev {
  left: -75px;
  background-color: #eee;
  border-radius: 4px;
  padding: 10px;
}

.news-box .slick-next {
  right: -75px;
  background-color: #eee;
  border-radius: 4px;
  padding: 10px;
}

.news-box .slick-next::before,
.news-box .slick-prev::before {
  font-size: 3.6rem;
}

.news-box cite {
  font-size: 1.4rem;
  color: #999;
  font-style: normal;
}


@media screen and (max-width:1199px) {
  .news-box strong {
    font-size: 1.4rem;
    min-height: 65px;
  }

  .news-box p {
    min-height: 130px;
  }

  .news-box .slick-prev {
    left: -20px;
  }

  .news-box .slick-next {
    right: -20px;
  }

  .news-box .slick-next::before,
  .news-box .slick-prev::before {
    font-size: 3rem;
  }
}

@media screen and (max-width:992px) {

  .news-box p {
    min-height: 100px;
  }

  .news-box .slick-prev {
    left: -15px;
  }

  .news-box .slick-next {
    right: -15px;
  }
}

@media screen and (max-width:767px) {
  .news-box .slick-dots {
    bottom: -30px;
  }
}


/*LOGOS HOME*/
.logos-home {
  text-align: center;
  margin: 120px 0 0px 0;
  background-color: #E6E6E6;
  padding: 60px 0;
  position: relative;
}

.logos-home h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 0;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.logos-home h3 {
  font-weight: 600;
  color: #000;
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
  color: #b10000;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width:767px) {
  .logos-home h3 {
    font-size: 2.4rem;
  }
}

.logos-home .item {
  border: 1px solid #ccc;
  filter: grayscale(100%);
  margin: 0 10px;
}

.logos-home .item img {
  width: 100%;
  height: auto;
}

.logos-home .gallery .slick-prev {
  left: -75px;
}

.logos-home .gallery .slick-next {
  right: -75px;
}

.logos-home .gallery .slick-next::before,
.logos-home .gallery .slick-prev::before {
  font-size: 3rem;
}

.logos-home .gallery .slick-next::before, .logos-home .gallery .slick-prev::before {
  font-size: 4rem;
}

.logos-home .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
}

@media screen and (max-width:1199px) {
  .logos-home .gallery .slick-prev {
    left: 40px;
  }

  .logos-home .gallery .slick-next {
    right: 40px;
  }

  .logos-home .gallery .slick-next::before,
  .logos-home .gallery .slick-prev::before {
    font-size: 3rem;
  }
}


/*brand-logos*/
.brand-logos {
  text-align: center;
  margin-bottom: 30px;
  color: #666;
}

.brand-logos a {
  text-decoration: none;
  color: #666;
}

.brand-logos a:hover img {
  filter: brightness(80%);
}


.brand-logos span {
  color: #000;
}

.brand-logos img {
  margin-bottom: 15px;
  transition: all ease-out .2s;
}

.brand-logos span.info-stage {
  position: relative;
}

.info-stage {
  position: relative;
}

.info-stage:hover .info-stage-text {
  opacity: 1;
}

.info-stage:hover img {
  filter: brightness(20%);
}

.info-stage-text {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 80%;
  margin-left: -40%;
  font-size: 14px;
  opacity: 0;
  color: #fff;
}

.info-stage-text .btn-primary {
  background-color: #b10000;
  border-color: #b10000;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.info-stage-text .btn-primary:hover,
.info-stage-text .btn-primary:focus {
  background-color: #fff;
  border-color: #fff;
  color: #b10000;
}

/*FULL IMAGE*/
.full-image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 60px;
}


/*SEMINARE OVERVIEW*/
.seminare {
  text-align: center;
}

.seminare .item {
  margin-bottom: 75px;
}

.seminare img {
  transition: all ease-out .2s;
}

.seminare cite {
  color: #666;
  font-style: normal;
  font-size: 1.4rem;
}

.seminare strong {
  display: block;
  margin: 15px 0;
  font-weight: 400;
  font-size: 1.8rem;
  color: #666;
}

.seminare .btn-primary {
  background-color: #b10000;
  border-color: #b10000;
  font-size: 1.4rem;
  padding: 7px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.seminare .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.seminare a:hover img {
  filter: brightness(80%);
}



/*TWO BLOCKS*/
.two-blocks {
  text-align: center;
}

.two-blocks .item {
  margin-bottom: 75px;
}

.two-blocks img {
  transition: all ease-out .2s;
}

.two-blocks strong {
  display: block;
  margin: 15px 0;
  font-weight: 400;
  font-size: 1.8rem;
  color: #666;
}

.two-blocks .btn-primary {
  background-color: #b10000;
  border-color: #b10000;
  font-size: 1.4rem;
  padding: 7px 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.two-blocks .btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.two-blocks a:hover img {
  filter: brightness(80%);
}


/*SEMINAR DETAILS*/
.semniar-detalis {
  padding: 0 15px;
  line-height: 1.6;
}

.semniar-detalis img {
  margin-bottom: 30px;
}

@media screen and (min-width:768px) and (max-width:992px) {
  .semniar-detalis img {
    width: 70%;
    margin-bottom: 60px;
  }
}

.semniar-detalis ul {
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
}

.semniar-detalis .alert-dark {
  margin: 30px 0;
  background-color: #EEEEEE !important;
  border-color: #EEEEEE !important;
  padding: 20px 40px !important;
  border-radius: 5px;
}

.semniar-detalis .alert-dark p {
  margin: 0;
  padding: 0;
}


@media screen and (max-width:1199px) {
  .semniar-detalis .alert-dark {
    padding: 20px !important;
  }
}

@media screen and (max-width:767px) {
  .semniar-detalis .alert-dark {
    font-size: 1.4rem;
  }
}

.semniar-detalis .alert-danger {
  margin: 30px 0;
  background-color: #b10000 !important;
  border-color: #b10000 !important;
  padding: 20px 40px !important;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
}

@media screen and (max-width:1199px) {
  .semniar-detalis .alert-danger {
    padding: 20px !important;
  }
}

.semniar-detalis .alert-danger strong {
  display: block;
  margin-bottom: 10px;
}

.semniar-detalis .alert-danger .price {
  font-size: 24px;
  font-weight: 600;
  display: block
}

.semniar-detalis .alert-danger cite {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.semniar-detalis .alert-danger p {
  margin: 0 !important;
  padding: 0;
}

.semniar-detalis .alert-danger .eating {
  color: #999;
  font-size: 1.3rem;
}

.semniar-detalis .btn-dark {
  margin: 15px 0 0 0;
}

.semniar-detalis .btn-dark:hover {
  background-color: #fff;
  color: #b10000;
  border-color: #fff;
}

hr.divider {
  background-color: #ccc;
  border: 0;
  height: 2px;
  margin: 30px auto;
  max-width: 1170px;
}

/*GRAY BOX*/
.gray-box {
  background-color: #eee;
  padding: 30px;
  margin: 30px 0;
  border-radius: 10px;
}

/*SMALL IMAGE*/
.small-image {
  text-align: center;
}

.small-image img {
  margin: 0 auto 3rem auto !important;
  max-width: 300px;
}


.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden
}

.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

video {
  width: 100% !important;
  height: auto !important
}



/* Modal Content */
@media (min-width: 1199px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
}

.close-btn {
  position: absolute;
  right: -10px;
  background-color: transparent;
  border: 0;
  top: -10px;
  background-color: #fff;
  border-radius: 100rem;
  font-size: 2.5rem !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
}

@media (max-width: 767px) {
  .modal-dialog {
    max-width: 300px;
    margin: 1.75rem auto;
  }
}

.two-btn .btn-danger {
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 5px;
}

@media screen and (max-width:767px) {
  .two-btn .btn-danger {
    margin-bottom: 15px
  }
}

/*FORM*/
#formular {
  background-color: #eee;
  padding: 30px;
  border-radius: 4px;
  margin-top: 30px;
}

.form-control {
  padding: 6px !important;
  height: auto;
  font-size: 16px;
}

.control-label {
  font-weight: 600;
}

#formular .btn-primary {
  background-color: #b10000;
  color: #fff;
  border-color: #b10000;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

#formular .alert-danger {
  margin-bottom: 30px;
}

#formular .alert-danger ul {
  margin: 0;
  padding: 20px;
}

.mail, .phone {
  position: relative;
  z-index: 9999;
}

/**/
.bg-column .inner {
  background-size:cover; color:#fff;
}

.bg-column .inner .col-md-6 {
  padding: 50px;
}

@media (max-width: 992px) {
  .bg-column .inner .col-md-6 {
    padding: 40px 20px;
  }
}