.youtube {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe {
  padding: 0 10px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

._button {
  width: 98%;
  border: none;
  margin: 0 10px 10px 10px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

._font-8 {
  font-size: 8px;
}

._font-9 {
  font-size: 9px;
}

._font-10 {
  font-size: 10px;
}

._font-11 {
  font-size: 11px;
}

._font-12 {
  font-size: 12px;
}

._font-13 {
  font-size: 13px;
}

._font-14 {
  font-size: 14px;
}

._font-15 {
  font-size: 15px;
}

._font-16 {
  font-size: 16px;
}

._font-17 {
  font-size: 17px;
}

._font-18 {
  font-size: 18px;
}

._font-19 {
  font-size: 19px;
}

._font-20 {
  font-size: 20px;
}

._font-21 {
  font-size: 21px;
}

._font-22 {
  font-size: 22px;
}

._font-23 {
  font-size: 23px;
}

._font-24 {
  font-size: 24px;
}

._font-25 {
  font-size: 25px;
}

._font-26 {
  font-size: 26px;
}

._font-27 {
  font-size: 27px;
}

._font-28 {
  font-size: 28px;
}

._font-29 {
  font-size: 29px;
}

._font-30 {
  font-size: 30px;
}

._font-31 {
  font-size: 31px;
}

._font-32 {
  font-size: 32px;
}

._font-33 {
  font-size: 33px;
}

._font-34 {
  font-size: 34px;
}

._font-35 {
  font-size: 35px;
}

._font-36 {
  font-size: 36px;
}

._font-37 {
  font-size: 37px;
}

._font-38 {
  font-size: 38px;
}

._font-39 {
  font-size: 39px;
}

._font-40 {
  font-size: 40px;
}

._color-black {
  color: black;
}

._color-white {
  color: white;
}

._color-blue {
  color: #67A2C2;
}

._color-orange {
  color: #F59D21;
}

._bg-color-black {
  background-color: black;
}

._bg-color-white {
  background-color: white;
}

._bg-color-blue {
  background-color: #67A2C2;
}

._bg-color-orange {
  background-color: #F59D21;
}

._text-left {
  text-align: left;
}

._text-center {
  text-align: center;
}

._text-right {
  text-align: right;
}

._textContainer {
  margin: 0 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._textContainer div {
  width: 100% !important;
  padding: 10px 20px;
}

._containerMarging {
  margin: 0 10px 10px 10px;
}

._mediaContainer img {
  height: auto;
  width: 100%;
}

._mediaContainerDouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

._mediaContainerDouble img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 50%;
}

._mediaContainerTriple {
  margin: 0 10px 10px 10px;
}

._mediaContainerTriple img {
  width: 100%;
  height: 100%;
}

.triplemedia {
  height: 300px;
  list-style-type: none;
}

.triplemedia li {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.triplemedia img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.specialRow {
  margin: 0 -5px !important;
}

.specialCol {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

._mar {
  margin-right: 10px;
}

._mal {
  margin-left: 10px;
}

._mediaContainer2x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.slideshow-container {
  position: relative;
  margin: 0 0 10px 0;
}

/* Hide the images by default */
.Slides {
  display: none;
  max-height: 600px;
  overflow: hidden;
}

.Slides img {
  width: 100%;
}

.slideshow-container-small {
  max-height: 300px;
  position: relative;
  margin: 0 0 10px 0;
}

.SlidesSmall {
  display: none;
  max-height: 300px;
  overflow: hidden;
}

.SlidesSmall img {
  width: 100%;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 26px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fadeSlide {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */