.text-black{color:#444!important;}
.text-white{color:#fff!important;}
.slider-board .owl-next,.slider-board .owl-prev {
  position: absolute;
  top: 40%;
  font-size: 30px;
  color: #868e96;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .5 ease all;
  -o-transition: .5 ease all;
  transition: .5 ease all;
}
.slider-board .owl-next:focus,.slider-board .owl-next:hover,.slider-board .owl-prev:focus,.slider-board .owl-prev:hover {
  color: #333;
}
.slider-board .owl-next {
  right: -20px;
}

.img-keynote {
  width: 100%;
}

.col-keynote h4 {
  cursor: pointer;
}

.col-keynote h4:hover {
  color: #FF00FF;
}

.col-keynote p {
  font-size: smaller;
}

.advisory img {
  height: 200px!important;
  width: 200px!important;
}

.post {
  padding: 10px 0;
  border-bottom: 2px dotted #bbb !important;
}

.post .post-title {
  color: magenta;
  /*border-bottom: 1px solid black;*/
}

.post .post-content p {
  margin-bottom: 0;
}

.content-wrap .header-stick {
  margin-top: -40px !important;
  padding: 40px 0;
}

.btn-call {
  margin: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*background-color: #0a6490;*/
  background-color: #800024;
}

#form-search {
  /*width: 25vw;*/
  float: right;
  /*background-color: #fff;*/
  padding-top: 10px;
}

#form-search form {
  border: 2px solid #40e0d0;
  border-radius: 7px;
}

#form-search .form-control {
  font-size: 1.5rem;
}

#primary-menu.sub-title>ul>li>a, #primary-menu.sub-title>div>ul>li>a {
  padding: 27px 15px 32px;
}

#primary-menu ul li>a {
  font-size: 12px;
}

#header, #header-wrap, #logo img {
  height: 78px;
}

#logo img {
  padding: 10px 0;
}

.countdown-time .count-down-box {
  text-align: center;
  font-weight: bold;
}

.parallax {
  background-size: cover!important;
}

.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#primary-menu dl,
#primary-menu dt,
#primary-menu dd,
#primary-menu ol,
#primary-menu ul,
#primary-menu li {
  padding: 0;
}

.tx-tosca {
  color: #40E0D0;
}

.s-event:hover span {
  color: #000 !important;
}

#covid-info {
  text-align: justify;
  border: 5px solid #fff;
  background-color: #40e0d050;
  padding: 10px 30px;
  font-weight: bold;
}

.slider-caption, .slider-caption h2 {
  color: #08306f !important;
}

.slider-caption-left, .slider-caption-center {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.slider-caption-left:before, .slider-caption-center:before {
  position: absolute;
  z-index: -1;
  /* put it *behind* parent */
  /* go outside padding-box by
   * a border-width ($b) in every direction */
  top: -1.5em;
  right: -1.5em;
  bottom: -1.5em;
  left: -1.5em;
  border: inherit;
  border-radius: inherit;
  border-color: transparent;
  background: inherit;
  background-clip: border-box;
  /* -webkit-prefixed version
   * still needed for
   * some mobile browsers 💔😭 */
  -webkit-filter: blur(9px);
  filter: blur(9px);
  /* -webkit-prefixed version
   * still needed for
   * some mobile browsers 💔😭 */
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  content: "";
}

.slider-caption h2 {
  letter-spacing: 0px;
}

.button-icomit {
  background-color: #800024;
}

@media screen and (max-width: 1023px) {
  #important-dates {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
	#content {
		/*padding-top: 80px;*/
		overflow: unset;
	}
}

#table_conf .jam, #table_session .jam {
	white-space: nowrap;
	font-weight: bold;
}

#table_conf th, #table_session th {
	background-color: #bbfff8;
	text-align: center;
	font-weight: bold;
}

#table_conf, #table_session {
	border: 1px solid #ddd;
}

#table_conf td, #table_session td, #table_conf th, #table_session th {
	border: 1px solid #ddd;
}
