html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  box-sizing: border-box;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #b4cfc6;
}

.bg-beige {
  background-color: #bcaf96;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

strong, b {
  font-weight: bold;
}

.container-outer {
  width: 100%;
}

.container-center {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.container-left {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin: 0 0 0 auto;
}

.container-right {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin: 0 auto 0 0;
}

hr {
  background-color: #bcaf96;
}

a {
  color: #2b2b2a;
  text-decoration: underline;
}
a:hover {
  color: #2b2b2a;
  text-decoration: none;
}

.button {
  display: inline-block;
  color: #ffffff;
  background-color: #85beb4;
  padding: 20px 50px;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  color: #ffffff;
  background-color: #2b2b2a;
  text-decoration: none;
}

.header-img {
  max-width: 550px;
  height: 100%;
  padding: 50px;
  margin: 0 auto;
}

.welcome {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 2.5em;
  text-align: center;
  padding: 40px;
}

.border-dark-custom {
  width: 100vw;
  border-top: 8px solid #2b2b2a;
}

.introduction-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: #2b2b2a;
  text-align: center;
  line-height: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}
.introduction-text .info-text {
  font-size: 1.5rem;
}
.introduction-text .info-text span {
  font-weight: 700;
}

.renter {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  color: #2b2b2a;
  text-align: center;
  line-height: 40px;
  border-top: 8px solid #2b2b2a;
  padding: 40px;
}
.renter h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 20px;
}
.renter ul li {
  padding-block: 0.2rem;
}

.event-info {
  border-bottom: 8px solid #2b2b2a;
  color: #2b2b2a;
  padding: 15px 0;
  line-height: 35px;
  word-break: break-word;
}
.event-info h2 {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
}
.event-info img {
  width: auto;
  height: 28px;
  margin: 0 10px;
}
.event-info p, .event-info a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
}
.event-info .container-left {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .event-info .container-left {
    text-align: left;
  }
}
.event-info .container-right {
  text-align: left;
}
.event-info:first-child {
  border-top: 8px solid #2b2b2a;
}

.event-detail, .row.text-row section.text {
  color: #2b2b2a;
  word-break: break-word;
}
.event-detail .row .col, .row.text-row section.text .row .col {
  padding: 0 !important;
}
.event-detail .title, .row.text-row section.text .title {
  margin: 25px 0;
}
.event-detail h1, .row.text-row section.text h1, .event-detail h2, .row.text-row section.text h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.event-detail h1, .row.text-row section.text h1 {
  display: inline-block;
  font-size: 3.4rem;
  text-transform: uppercase;
  line-height: 60px;
}
.event-detail h2, .row.text-row section.text h2 {
  font-size: 2rem;
}
.event-detail .title img, .row.text-row section.text .title img {
  width: auto;
  height: 50px;
  margin-right: 10px;
}
.event-detail p, .row.text-row section.text p, .event-detail a, .row.text-row section.text a, .event-detail table tr td, .row.text-row section.text table tr td, .event-detail ul li, .row.text-row section.text ul li, .event-detail ol li, .row.text-row section.text ol li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.65rem;
  line-height: 32px;
}
.event-detail ul, .row.text-row section.text ul {
  list-style-type: circle;
  padding-left: 30px;
  margin-block: 14px;
}
.event-detail ol, .row.text-row section.text ol {
  list-style-type: decimal;
  padding-left: 30px;
  margin-block: 14px;
}
.event-detail table, .row.text-row section.text table {
  margin-top: 30px;
}
.event-detail table tr td:first-child, .row.text-row section.text table tr td:first-child {
  width: 20% !important;
}
.event-detail table tr td:last-child, .row.text-row section.text table tr td:last-child {
  width: 80% !important;
}
.event-detail ul, .row.text-row section.text ul, .event-detail ol, .row.text-row section.text ol {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #2b2b2a;
  margin-left: 30px;
}
.event-detail ul, .row.text-row section.text ul {
  list-style: disc;
}
.event-detail ol, .row.text-row section.text ol {
  list-style: decimal;
}
.event-detail .half-block-text, .row.text-row section.text .half-block-text {
  margin: 75px 150px;
}
@media screen and (max-width: 1200px) {
  .event-detail .half-block-text, .row.text-row section.text .half-block-text {
    margin: 50px 15px;
  }
}
.event-detail .half-block-img, .row.text-row section.text .half-block-img {
  height: 100%;
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.row.text-row {
  background: white;
  display: flex;
  justify-content: center;
}
.row.text-row section.text {
  padding: 2rem 0;
  border: none !important;
}
.row.text-row section.text p, .row.text-row section.text ul, .row.text-row section.text ol {
  margin-bottom: 1rem;
}

.footer {
  min-height: 450px;
}
.footer .row {
  min-height: 450px;
}
.footer .row .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer .row .footer-logo img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .footer .row .footer-logo img {
    margin: 50px 0;
  }
}
.footer .row .footer-contact {
  color: #ffffff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.65rem;
  line-height: 32px;
}
.footer .row .footer-contact h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.4rem;
  margin: 90px 0 40px;
}
.footer .row .footer-contact a {
  color: #ffffff;
  text-decoration: none;
}
.footer .row .footer-contact a:hover {
  text-decoration: underline;
}
.footer .row .footer-contact img {
  margin-top: 50px;
  width: 58%;
}
@media screen and (max-width: 992px) {
  .footer .row .footer-contact img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .footer .row .footer-contact {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 992px) {
  .footer .row .footer-contact {
    margin: 50px 0;
  }
}
.footer .row .footer-social {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .row .footer-social .social-icon {
  height: 60px;
  width: 60px;
  background-color: #2b2b2a;
  font-size: 35px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px;
}
.footer .row .footer-social .social-icon a {
  color: #ffffff;
  text-decoration: none;
}
.footer .row .footer-social .social-icon.facebook {
  font-size: 48px;
  line-height: 75px;
}
@media screen and (max-width: 992px) {
  .footer .row .footer-social {
    margin-top: 25px;
  }
}

/*----------------SCMS-LOGIN--------------------*/
.login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 50px;
}
.login-wrapper ::placeholder {
  color: #2b2b2a;
}
.login-wrapper ::-ms-input-placeholder {
  color: #2b2b2a;
}

.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 80px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.login input {
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #bcaf96;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #2b2b2a;
  font-family: "Roboto", sans-serif;
}
.login input + i.fa {
  color: #fff;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus + i.fa {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login input:focus {
  outline: none;
  color: #2b2b2a;
  border-color: #bcaf96;
  border-left-width: 35px;
}
.login .login-title {
  color: #2b2b2a;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
.login .login-button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #bcaf96;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  transition: all 0.5s;
  font-family: "Roboto", sans-serif;
}
.login .login-button:hover {
  color: #ffffff;
  background-color: #2b2b2a;
  border: none;
}

/*# sourceMappingURL=style.css.map */
