/* colors */
#menu-1 {
  background-color: #f5e6bf;
  color: #444444
}
#menu-1-top {
  background-image: url("/imgs/wood_menu.jpg");
  background-size: cover;
}

#menu-1-top h1 {
  font-size: 30px;
  padding: 30px 5px 30px 30px;
  margin: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: Arial;
  font-size: 18px;
}
#hero {
  height: 400px;
}
#hero .container-main {
  height: 400px;
}
#hero .container-main .row {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#logo {
  position: absolute;
  top: 10px;
}
#logo img {
  width: 360px;
}
#logo a:first-of-type {
  position: absolute;
  z-index: 999;
  display: inline-block;
  padding: 0;
}
#social-media {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 9999;
}
#news-button,
#news-button:hover {
  background-color: #f78e49;
  padding: 15px;
  color: #ffffff;
  display: inline-block;
  z-index: 999;
  position: absolute;
  left: 440px;
  line-height: 102.5px;
  font-size: 28px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}
.content-container {
  padding: 20px;
}
.menu-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.menu-wrapper ul {
  list-style: none;
  padding: 15px 0;
  font-size: 28px;
  margin: 0;
}
.menu-wrapper ul li {
  padding: 15px 30px;
}
.menu-wrapper ul li a {
  color: #444444;
  text-decoration: none;
}
.menu-low {
  display: block;
}
.container-main {
  margin: 0 auto 20px auto;
  max-width: 2000px;
  position: relative;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.headerWrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.headerWrapper h3 {
  padding: 0 5px;
  margin-bottom: 0;
}
.headerWrapper .headerUnderLine {
  margin: 2px 0 10px 0;
}
.headerUnderLine {
  background-color: #835e34;
  height: 2px;
  border-radius: 1px;
  width: 100%;
}
.eventBoxWrapper a:hover {
  text-decoration: none;
}
.eventBoxWrapper .eventBoxImage {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
.eventBoxWrapper .eventBoxImage .eventBoxDate {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #444444;
  border-radius: 5px;
  padding: 5px 10px;
  color: #ffffff;
}
.eventBoxWrapper .eventBoxName {
  background: #444444;
  padding: 10px 15px;
  color: #ffffff;
}
.eventBoxWrapper .eventBoxContent {
  padding: 10px 15px;
  color: #ffffff !important;
}
.eventBoxWrapper .eventBoxContent .eventBoxContentDescription {
  padding-top: 15px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.eventBoxWrapper .eventBoxContent i.far,
.eventBoxWrapper .eventBoxContent i.fas {
  min-width: 5%;
  margin-right: 10px;
}
.parralax-widget {
  min-height: 200px;
  position: relative;
  margin: 20px 0;
}
.parralax-widget .gray-bg {
  opacity: 0.5;
  position: absolute;
  top: -1px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.parralax-widget .buttons-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
}
.parralax-widget .buttons-wrapper a {
  color: #ffffff;
  font-size: 20px;
  padding: 10px 60px;
}
.parralax-widget .buttons-wrapper a:first-of-type {
  margin-right: 20px;
}
.gallery-photos-wrapper {
  padding: 15px;
  margin-bottom: 15px;
}
.gallery-photos-wrapper .col {
  padding: 5px;
}
.gallery-photos-wrapper .galleryBoxImage {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
.gallery-photos-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-photos-wrapper a b {
  display: block;
  opacity: 0%;
  color: #fff;
  position: absolute;
  top: 50%;
  padding: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(50, 50, 50, 0.8);
  font-size: 20px;
  transition: opacity 1000ms;
}
.gallery-photos-wrapper a:hover b {
  opacity: 100%;
}

h5.card-header {
  background-color: #835e34;
}

.noveltyBoxWrapper {
  margin-bottom: 30px;
}
.noveltyBoxWrapper a:hover {
  text-decoration: none;
}
.noveltyBoxWrapper .noveltyBoxImage {
  position: relative;
  height: 250px;
  overflow: hidden;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}
.noveltyBoxWrapper .noveltyBoxName {
  padding: 10px 0 5px 0;
}
.noveltyBoxWrapper .noveltyBoxContent {
  padding: 10px 15px;
  color: #ffffff !important;
}
.noveltyBoxWrapper .noveltyBoxContent .noveltyBoxContentDescription {
  padding-top: 15px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-wrapper .noveltyCol:nth-child(even) .noveltyBoxImage {
  height: 200px;
}
.news-wrapper .noveltyCol:nth-child(even) .noveltyBoxContentDescription {
  height: 150px;
}

.card-text {
  all: initial;
}

.documents li a {
  text-decoration: none;
}

footer > div:first-child {
  padding: 30px 0;
  background-color: #c8a771;
  color: #ffffff;
}
footer > div:first-child span {
  width: 100%;
}
footer > div:first-child span input[type="text"],
footer > div:first-child span input[type="submit"],
footer > div:first-child span textarea {
  background-color: #2c2a2a;
  color: #616161;
  width: 100%;
  margin-top: 10px;
  border: none;
  padding: 5px 10px;
}
footer > div:first-child span textarea {
  min-height: 100px;
}
footer > div:first-child span input[type="submit"] {
  background-color: #2c2a2a;
  color: #ffffff;
  width: auto;
  float: right;
}
footer > div:last-child {
  padding: 25px 0;
  background-color: #c8a771;
  color: #616161;
}
.event-detail .event-info-texts div {
  font-size: 25px;
  color: #444444;
}
.event-detail .event-info-texts div i.far,
.event-detail .event-info-texts div i.fas {
  min-width: 5%;
  margin-right: 10px;
}
.event-detail .event-info-texts div:last-child {
  margin-top: 20px;
  font-size: 22px;
}
.event-detail article {
  margin: 30px 0;
}
table td {
  padding: 5px 2px;
}
.mar-bt-15 {
  margin-bottom: 15px;
}
.mar-tp-15 {
  margin-top: 15px;
}
.map-full {
  width: 100%;
  height: 400px;
  margin-bottom: -8px;
}
.contacts-table {
  margin-bottom: 60px;
  width: 400px;
}
.contacts-table tr td:first-child {
  font-weight: 600;
  padding-right: 25px;
  text-align: left;
}

.contacts-table tr td {
  padding-bottom: 30px;
}

.map {
  width: 500px;
  height: 333px;
  border: none;
}
.course-image-wrapper {
  padding-right: 0;
  margin-bottom: 10px;
}

.course-image-wrapper div {
  width: 100%;
  height: 100%;
}

.course-image-wrapper .course-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.course-wrapper {
  color: #ffffff;
  padding-left: 0;
  margin-bottom: 10px;
}
.course-wrapper tbody tr td:first-child {
  padding-right: 10px;
}
.course-wrapper tbody tr td:last-child {
  padding-left: 10px;
}
.course-wrapper div:first-child {
  padding: 15px 30px;
}
.course-wrapper .course-name {
  padding-bottom: 20px;
  margin: 0;
}
@media screen and (max-width: 1155px) {
  .parralax-widget .buttons-wrapper a {
    color: #ffffff;
    font-size: 20px;
    padding: 10px 60px;
    margin: 15px auto;
    display: inline-block;
    width: 100%;
  }
  .parralax-widget .buttons-wrapper a:first-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .parralax-widget .buttons-wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.orange-bg {
  background-color: #f78e49;
}
.green-bg {
  background-color: #0b9b47;
}
.blue-bg {
  background-color: #50a7f8;
}
.yellow-bg {
  background-color: #f9b40e;
}
.red-bg {
  background-color: #aa2b2d;
}
.violet-bg {
  background-color: #582baa;
}
.pink-bg {
  background-color: #a53c93;
}
.brown-bg {
  background-color: #9b7008;
}
.cyan-bg {
  background-color: #3fd7b8;
}
.gray-bg {
  background-color: #444444;
}
.gray-light-bg {
  background-color: #616161;
}
.orange-border-col {
  border-color: #f78e49;
}
.green-border-col {
  border-color: #0b9b47;
}
.blue-border-col {
  border-color: #50a7f8;
}
.yellow-border-col {
  border-color: #f9b40e;
}
.red-border-col {
  border-color: #aa2b2d;
}
.violet-border-col {
  border-color: #582baa;
}
.pink-border-col {
  border-color: #a53c93;
}
.brown-border-col {
  border-color: #9b7008;
}
.cyan-border-col {
  border-color: #3fd7b8;
}
.gray-border-col {
  border-color: #444444;
}
.gray-light-border-col {
  border-color: #616161;
}
/*# sourceMappingURL=style.css.map */