.cover-1 {
  background: #2B2D34 url(../../images/cover-bg-1.jpg) center;
  background-size: cover;
  color: #fff;
  border-radius: 0;
  width: 100%;
  padding: 40px 0 0 0;
  position: relative;
}

.cover-1:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.cover-1 h1 {
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .cover-1 h1 {
    font-size: 2.5rem;
  }
}

.cover-1 p {
  color: rgba(255, 255, 255, 0.75);
}

.cover-1 p.lead {
  margin: 2rem auto;
  color: white;
}

.cover-1 p.lead .sublead {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cover-1 p.lead {
    font-size: 1rem;
  }
}

.cover-1 .cover-container {
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

a {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

a:hover {
  color: #ff3333;
}

p {
  color: #696b6e;
  font-size: .9rem;
}

.divider {
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: #dfe1e5;
  margin: 2rem auto;
}

.form-control-custom {
  border: 0.1rem solid #dfe1e5;
  width: 100%;
  padding: 1rem;
  font-size: .9rem;
  color: #696b6e;
  border-radius: .3rem;
}

.form-control-custom:focus {
  border: 0.1rem solid #59a0d7;
  outline: none;
}

.emphasis {
  font-family: Georgia, Times, 'Times New Roman';
  font-style: italic;
  color: #59a0d7;
}

.constrain-width {
  max-width: 45rem;
  margin: 0 auto;
}

.rounded-corners {
  border-radius: .3rem;
}

.pill-btn {
  border-radius: 499rem !important;
}

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.cover-inner {
  display: table-cell;
  vertical-align: middle;
}
*/
.features-1 {
  padding: 5rem 0;
}

.features-1 h2 {
  margin-top: 0;
}

.features-1 .col-feature {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.features-1 .col-feature .rounded-circle {
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 6rem;
  height: 6rem;
  background: none;
  border: 0.15rem solid #dfe1e5;
}

.gallery-1 {
  color: #2B2D34;
  background-color: #FFF;
  background-size: cover;
  padding: 5rem 0;
}

.gallery-1 h3 {
  margin-bottom: 0;
}

.gallery-1 p.lead {
  color: #2B2D34;
}

.gallery-1 img {
  width: 100%;
}

.gallery-1 figure {
  overflow: hidden;
  height: 190px;
}

@media screen and (max-width: 992px) {
  .gallery-1 figure {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .gallery-1 figure {
    height: auto;
  }
}

.cta-1 {
  background: #FFF;
  color: #2B2D34;
  padding: 1rem 0;
}

.cta-1 p.lead {
  color: #2B2D34;
}

.cta-1 p {
  color: rgba(255, 255, 255, 0.75);
}

.cta-1 .btn {
  width: 100%;
}

.cta-2 {
  background-color: #2B2D34;
  color: #FFF;
  padding: 2rem 0;
}

.cta-2 p {
  color: #FFF;
}

.cta-2 .btn {
  width: 100%;
}

.cell img {
  display: block;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.cell {
  width: calc(100% / 4);
  margin: .5rem;
  width: calc(25% - 1rem);
}

@media screen and (max-width: 992px) {
  .cell {
    width: 33.333%;
    width: calc(33.333% - 1rem);
  }
}

@media screen and (max-width: 768px) {
  .cell {
    width: 50%;
    width: calc(50% - 1rem);
  }
}

section.thbg {
  margin: 0 auto;
  background-image: url("./../images/bgcalendar.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1024px;
  height: 768px;
  /*    table {
      width: 100%;
      border-spacing: 0;
      border-collapse: 0;
      td {
        width: 75px;
        height: 85px;*/
}

section.thbg a {
  width: 100%;
  height: 100%;
  display: block;
  color: #90a8c0;
  /*text-shadow: 0 1px 0 #909090;*/
  position: relative;
  font-size: 1.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

section.thbg a .door {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 300px;
}

section.thbg a .door:before {
  padding-left: 9px;
}

section.thbg a .door:after,
section.thbg a .door:before {
  box-shadow: 0px 0px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url("./../images/bgcalendar.jpg");
  transition: 0.7s ease all;
}

section.thbg a .door:after {
  transform-origin: right center;
  right: 0;
}

section.thbg a .door:before {
  transform-origin: left center;
}

section.thbg a:hover .door:after {
  transition: 0.5s ease all;
  transform: rotateY(25deg);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
}

section.thbg a:hover .door:before {
  transition: 0.5s ease all;
  transform: rotateY(-25deg);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

section.thbg a.opened:hover .door:after {
  transition: 0.7s ease all;
  transform: rotateY(130deg);
  box-shadow: -5px 2px 3px rgba(0, 0, 0, 0.2);
}

section.thbg a.opened:hover .door:before {
  transition: 0.7s ease all;
  transform: rotateY(-130deg);
  box-shadow: 5px 2px 3px rgba(0, 0, 0, 0.2);
  color: transparent;
  text-shadow: none;
}

body.head1 .calendarday header {
  background-image: url(../../images/heads/head1.jpg);
}

body.head2 .calendarday header {
  background-image: url(../../images/heads/head2.jpg);
}

body.head3 .calendarday header {
  background-image: url(../../images/heads/head3.jpg);
}

body.head4 .calendarday header {
  background-image: url(../../images/heads/head4.jpg);
}

body.head5 .calendarday header {
  background-image: url(../../images/heads/head5.jpg);
}

body.head6 .calendarday header {
  background-image: url(../../images/heads/head6.jpg);
}

.calendarday {
  padding: 0;
  margin: 0;
}

.calendarday .gallery {
  margin-top: 10px;
}

.calendarday .gallery .row {
  margin: -5px -5px;
}

.calendarday .gallery .row>div,
.calendarday .gallery .row>a {
  padding: 5px;
}

.calendarday header {
  color: white;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  padding: 90px 0px;
  background-size: cover;
  border-radius: 0;
}

.calendarday header h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.calendarday header h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

.calendarday .card {
  border-radius: 0;
  /*    margin-bottom: 15px;*/
  padding: 0;
  border: none;
  padding-bottom: 10px;
}

.calendarday .card h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

.calendarday .card h2.card-title {
  font-size: 2rem;
}

.calendarday .card .card-block .row {
  margin-bottom: 15px;
}

.calendarday .card .card-block .row:last-child {
  margin-bottom: 0px;
}

.calendarday .date {
  color: white;
  padding-top: 5px;
}

.calendarday .translations {
  color: white;
}

.calendarday .translations ul li {
  opacity: 0.3;
  line-height: 0;
}

.calendarday .translations ul li.active {
  opacity: 1;
  text-align: center;
}

.calendarday .translations a {
  color: white;
}

.sharing a {
  color: #000;
  font-size: 1.6rem;
  margin-left: 3px;
}

body.green {
  background-color: #002f11;
}

body.green .calendarday {
  background-color: #006F30;
  border-bottom: 30px solid #006F30;
}

body.green .sharing a {
  color: #002f11;
}

body.purple {
  background-color: #441313;
}

body.purple .calendarday {
  background-color: #771a1a;
  border-bottom: 30px solid #771a1a;
}

body.purple .sharing a {
  color: #441313;
}

body.cyan {
  background-color: #001d44;
}

body.cyan .calendarday {
  background-color: #1144aa;
  border-bottom: 30px solid #1144aa;
}

body.cyan .sharing a {
  color: #001d44;
}

.separator {
  background-color: white;
}

.separator .col {
  border-top: 1px solid #DDD;
}

.badge {
  font-weight: normal;
}


@media screen and (max-width: 768px) {
  .calendarday header {
    padding: 50px 0px;
  }

  .calendarday header h1 {
    font-size: 1.6rem;
  }

  .calendarday .card h2 {
    font-size: 1.3rem;
  }
}


@media all and (min-width: 1367px) {
  .calendarday header {
    padding: 150px 0px;
  }
}


.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}



.infobar:before {
  height: 100px;
  position: absolute;
  bottom: 20px;
  z-index: 45;
  width: 100%;
  background-image: url(/LLB/2025/images/head-hr.png);
  background-position: center -3px;
  background-repeat: repeat-x;
  content: "";
  left: 0;
}

.infobar {
  padding-top: 40px;
  position: relative;
}
.infobar .container{
  z-index: 50
}

body .calendarday header {
  position: relative;
}

@media all and (max-width: 575px) {
  .infobar:before {
    bottom: 49px;
  }
}