html,
body {
  height: 100%;
}

.hidden {
  display: none !important;
}

hr {
  border-top: 1px solid #979797;
  margin: 40px 0;
}

.hidden {
  display: none !important;
}

table p:last-child {
    margin-bottom: 0;
}

.btn-default {
  background: #fff;
  color: #333;
}

.btn-default:hover {
  background: #333;
  color: #fff;
}

.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.anim_slow {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.container_big {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container_small {
  position: relative;
  width: 100%;
  max-width: 966px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.carousel-indicators li {
  cursor: pointer;
}
.select_wrap {
  position: relative;
}
.select_wrap select {
  -webkit-appearance: button;
  -moz-appearance: button;
  position: relative;
  padding-right: 35px!important;
  width: 100%;
  z-index: 1;
}
@media all and (-ms-high-contrast: none) {
  .select_wrap select {
    padding-right: 20px!important;
  }
}
.select_wrap select:hover {
  background: transparent!important;
}
.select_wrap select + label:after {
  display: inline-block;
  margin-bottom: 0.5rem;
  position: absolute;
  top: 11px;
  font-family: FontAwesome;
  content: '\f107';
  right: 15px;
  font-size: 25px;
}
@media all and (-ms-high-contrast: none) {
  .select_wrap label {
    display: none;
  }
}
select:hover,
select:active {
  background: #fff !important;
  color: #000 !important;
}
.custom_checkbox {
  position: absolute;
  opacity: 0;
}
.custom_checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  border: 2px solid #000;
  border: 2px solid var(--black);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_checkbox + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: transparent;
  float: left;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width : 575px) {
  .custom_checkbox:active + label:before {
    background: transparent;
    border: 2px solid #71aca6;
    border: 2px solid var(--primary);
  }
}
.custom_checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom_checkbox:checked + label:before {
  background: #000;
  background: var(--black);
  border: 2px solid #fff;
}
.custom_checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.custom_checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
section {
  position: relative;
  width: 100%;
}
section.main_section {
  /*padding-top: 105px;
  padding-bottom: 150px;*/
  padding-top: calc(2vh + 2vw);
padding-bottom: calc(2vh + 2vw);
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  section.main_section {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
section.first_section {
  padding-top: 120px;
}
@media only screen and (max-width : 767px) {
  section.first_section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
section.title_section {
  padding-top: 180px;
  padding-bottom: 50px;
}
@media only screen and (max-width : 767px) {
  section.title_section {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
section.bg-primary {
  color: #fff;
  color: var(--white);
}
.btn-primary {
  color: #fff;
  color: var(--white);
}
.btn-primary:hover {
  background-color: #000;
  background-color: var(--black);
  border-color: #000;
  border-color: var(--black);
}
.two_column_list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.two_column_list li {
  margin-bottom: 25px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
}
@media only screen and (max-width : 575px) {
  .link,
  .btn {
    font-size: 0.8rem;
  }
}
.link.text-gray:hover {
  color: #000 !important;
  color: var(--black) !important;
}



@media only screen and (max-width : 575px) {
  .form-control {
    font-size: 0.8rem;
  }
}
#main_header {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 0.5em rgba(0,0,0,0.25);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#main_header #logo svg {
  max-width: 90px;
  margin-top: 3px;
  height: 52px;
}
@media only screen and (max-width : 575px) {
  #main_header #center_links ul {
    display: none;
  }
}
#main_header #center_links ul li {
  display: inline-block;
}
@media only screen and (max-width : 843px) {
  #main_header #center_links ul li a {
    font-size: 1rem;
    padding: 1rem 0.5rem;
  }
}
#main_header #menu .menu_warp #nav-trigger {
  top: 0;
}
#main_header #menu .text-gray:hover {
  color: #000 !important;
  color: var(--black) !important;
}

#main_header.sticky #top-menu {
  height: 60px;
}

#main_header.sticky #top-menu a {
  padding: 0.75em 1em 0 1em;
  font-size: 0.85em;
  line-height: 1em;
  transition: all 0.2s ease-in-out;
  /*min-width: 6em;
  max-width: 9em;*/
}

#main_header.sticky #top-menu a img {
  max-height: 25px;
  transition: all 0.2s ease-in-out;
}

#main_header.sticky #logo svg {
  margin-top: 0;
  height: 45px;
}
#main_header.sticky #center_links ul li .link {
  padding: 0.1rem 1.3rem;
  font-size: 1rem;
}
@media only screen and (max-width : 767px) {
  #main_header.sticky #center_links ul li .link {
    padding: 0.1rem 0.5rem;
  }
}
#main_header.sticky #center_links ul li .link .icon {
  top: -3px;
  height: 20px;
}
#main_header.sticky #menu .menu_warp {
  height: 30px;
}
#main_header.sticky #menu .menu_warp > p {
  top: 19px;
}
#main_header.sticky #menu .menu_warp #nav-trigger {
  top: -13px;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #71aca6;
    display: none;
    position: absolute;
    min-width: 310px;
    margin: 0;
    padding: 0;
    z-index: 1
}


.d34 {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
}

.d35 {
    color: #FFFFFF;
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
}

hr {
    border-top: 1px solid #979797;
    border-top-color: rgb(151, 151, 151);
    margin: 20px 0;
}

.full_navigation {
  height: 100%;
  position: fixed;
  width: 60%;
  background-color: #71aca6;
  background-color: var(--primary);
  top: 0;
  right: -75%;
  padding: 60px 3vw;
  overflow: auto;
  box-shadow: 0 0 1em rgba(0,0,0,0.25);
  z-index: 7;
}
@media only screen and (max-width : 1199px) {
  .full_navigation {
    width: 100%;
    right: -110%;
  }
}
@media only screen and (max-width : 575px) {
  .full_navigation {
    padding: 80px 5vw;
  }
}
.full_navigation.open_navigation {
  right: 0;
}
.full_navigation h5 {
  color: #fff;
  color: var(--white);
}
.full_navigation .bold_hr {
  border-top-color: #fff;
  border-top-color: var(--white);
}
.full_navigation ul li a {
  color: #fff;
  color: var(--white);
  font-size: 1.35rem;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0.35em 0.5em 0.35em 0;
    display: block;
    line-height: 110%;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.full_navigation ul li a:hover {
  padding-left: 0.5em;
  color: #fff;
  background: rgba(0,0,0,0.5);
  box-shadow: 2px 0 0 #fff inset;
  transition: all 0.2s ease-in-out;
}

.full_navigation ul.small_links li a {
    font-weight: 700;
    font-size: 1.15rem;
    margin: 1px 0;
}

@media only screen and (max-width : 991px) {
  .full_navigation ul li a {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width : 575px) {
  .full_navigation ul li a {
    font-size: 1.25rem;
  }
}

.full_navigation ul.small_links li a {
  font-weight: 700;
  font-size: 1.15rem;
  margin: 7px 0;
}
@media only screen and (max-width : 991px) {
  .full_navigation ul.small_links li a {
    font-size: 1rem;
  }
}
@media only screen and (max-width : 575px) {
  .full_navigation ul.small_links li a {
    font-size: 1rem;
  }
}

#video .video_wrap {
  padding: 0;
  height: 720px;
}
@media only screen and (max-width : 767px) {
  #video .video_wrap {
    height: 400px;
  }
}
@media only screen and (max-width : 575px) {
  #video .video_wrap {
    height: 360px;
  }
}
#video .video_wrap .promo_video_outer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#video .video_wrap .promo_video_outer #promo_video {
  position: absolute;
  width: 100%;
  height: 150%;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  object-fit: cover;
}
.over_video {
  text-align: center;
  list-style: none;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.over_video li {
  position: relative;
  display: inline-block;
  padding: 0 13px;
  z-index: 100;
}
@media only screen and (max-width : 767px) {
  .over_video li {
    padding: 0 4px;
  }
}
@media only screen and (max-width : 575px) {
  .over_video li {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .over_video li a {
    width: 80%;
  }
}
#whats-on h3 {
  margin-bottom: 50px;
}
@media only screen and (max-width : 575px) {
  #whats-on h3 {
    margin-bottom: 20px;
  }
}
#whats-on .whats-on_item {
  margin-top: 20px;
  margin-bottom: 20px;
}
#whats-on .whats-on_item figure {
  width: 80px;
  margin-bottom: 50px;
}
@media only screen and (max-width : 575px) {
  #whats-on .whats-on_item figure {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width : 767px) {
  #get-involveed h1 {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width : 575px) {
  #get-involveed .two_column_list {
    column-gap: 15px;
  }
  #get-involveed .two_column_list li {
    margin-bottom: 15px;
  }
}
#partnership .partner_logo {
  width: 100%;
  padding: 20px 20px;
  text-align: center;
}
#partnership .partner_logo img {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  max-height: 4em;
  width: auto;
}
@media only screen and (max-width : 991px) {
  #partnership .partner_logo {
    padding: 15px;
  }
}
@media only screen and (max-width : 575px) {
  #partnership .partner_logo {
    width: 100%;
  }
}
#partnership .partner_logo img {
  max-width: 100%;
}
.small_carousel .carousel-inner {
  padding-left: 50px;
  padding-right: 50px;
}
.small_carousel .carousel-inner .carousel-item {
  text-align: center;
  backface-visibility: hidden;
  perspective: none;
}
.small_carousel .carousel-control-next-icon {
  background-image: url("../images/angle-right.png");
  width: 50px;
  height: 50px;
}
.small_carousel .carousel-control-prev-icon {
  background-image: url("../images/angle-left.png");
  width: 50px;
  height: 50px;
}
@media only screen and (max-width : 767px) {
  #reasons {
    text-align: center;
  }
}
@media only screen and (max-width : 991px) {
  #reasons .btn {
    width: 80%;
    margin-bottom: 1.5rem;
    margin-left: 0!important;
  }
}
@media only screen and (max-width : 767px) {
  #reasons .btn {
    width: initial;
    margin-bottom: initial;
    margin-left: initial;
  }
}

#reasons #carouselReasons .carousel-item {
  backface-visibility: visible;
    min-height: calc(30vh + 3vw);
}

@media screen and (max-width: 991px) {
  #reasons #carouselReasons .carousel-item {

  }
}

#reasons #carouselReasons .carousel-item figure {
  margin-bottom: 0;
  max-width: 100px;
}

#reasons #carouselReasons h3 {
  padding-top: 0;
  font-size: 1.5em;
}

#reasons #carouselReasons .carousel-indicators {
  position: relative;
  justify-content: left;
  /* bottom: -15px; */
  padding-left: 1rem;
}
#reasons #carouselReasons .carousel-indicators li:nth-child(1) {
  margin-left: 0;
}

@media only screen and (max-width : 767px) {
  #reasons #carouselReasons .carousel-item figure {
    margin: 0 auto;
  }

  #reasons #carouselReasons {
    margin-top: 30px;
  }
}

#innovation {
  padding-bottom: 120px;
}
@media only screen and (max-width : 575px) {
  #innovation .hashtag_list li {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#quotes {
  padding-bottom: 40px;
  padding-top: 60px;
}
#quotes .bigquote {
  font-size: 16rem;
  line-height: 12rem;
  text-align: center;
  font-family: arial, sans-serif;
  height: 75px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (max-width : 767px) {
  #quotes .bigquote {
    margin-bottom: 60px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
#quotes #carouselQuotes .carousel-item {
  padding: 0 60px;
  min-height: 300px;
}
#quotes #carouselQuotes .carousel-item h2 {
  margin-bottom: 60px;
}

#quotes #carouselQuotes .carousel-item h4 {
  margin: 0;
  padding: 0;
}

#quotes #carouselQuotes .carousel-item h6 {
  margin-top: 80px;
  text-transform: uppercase;
}
@media only screen and (max-width : 767px) {
  #quotes #carouselQuotes .carousel-item h6 {
    margin-top: 40px;
  }
}
#community {
  padding-bottom: 120px;
}
@media only screen and (max-width : 575px) {
  #community {
    padding-bottom: 40px;
  }
}
#community .single_logo {
  margin-bottom: 30px;
}
#stats {
  padding-top: 80px;
  padding-bottom: 70px;
}
#stats h2 {
  display: inline-block;
}
#stats h2.count {
  position: relative;
}
#stats h2.count:after {
  content: "+";
  float: right;
}
#news {
  padding-bottom: 50px;
}
#news .news_item {
  margin-bottom: 100px;
}
@media only screen and (max-width : 575px) {
  #news .news_item {
    margin-bottom: 20px;
  }
}
#news .news_item .item_txt {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width : 575px) {
  #news .news_item .item_txt {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#news .news_item .news_img_outer {
  position: absolute;
  width: 1000%;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  #news .news_item .news_img_outer {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width : 575px) {
  #news .news_item .news_img_outer {
    display: none;
  }
}
#news .news_item .news_img_outer img {
  max-height: 100%;
}
@media only screen and (max-width : 767px) {
  #news .news_item .news_img_outer img {
    max-width: 100%;
    max-height: initial;
  }
}
#news .news_item:nth-child(even) .news_img_outer {
  top: 0;
  right: 30px;
  text-align: right;
}
@media only screen and (max-width : 767px) {
  #news .news_item:nth-child(even) .news_img_outer {
    right: 0;
  }
}
#news .news_item:nth-child(odd) .news_img_outer {
  top: 0;
  left: 30px;
  text-align: left;
}
@media only screen and (max-width : 767px) {
  #news .news_item:nth-child(odd) .news_img_outer {
    left: 0;
  }
}
#speak-at-giant {
  padding-top: 80px;
  padding-bottom: 90px;
}
#big_img {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media only screen and (max-width : 767px) {
  #speakers .main_section {
    padding-top: 120px;
  }
}
#speakers .single_speaker_initial h1 {
  text-align: center;
  font-weight: 700;
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 60px 10px;
}
#speakers .single_speaker {
  position: relative;
  margin-bottom: 30px;
}
#speakers .single_speaker .ss_inner {
  position: relative;
}
#speakers .single_speaker .ss_inner .speaker_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#speakers .single_speaker .ss_inner .speaker_overlay .overlay {
  background: #71aca6;
  background: var(--primary);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#speakers .single_speaker .ss_inner .speaker_overlay h4 {
  color: #fff;
  color: var(--white);
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#speakers .single_speaker .ss_inner .speaker_overlay:hover {
  opacity: 1;
}
#speakers .single_speaker.active_element {
  display: block!important;
}
#speakers .single_speaker.inactive_element {
  display: none;
}
@media only screen and (max-width : 767px) {
  #speakers .filters {
    text-align: center;
  }
}
#speakers .filters li {
  width: calc(25% - 1.7rem);
}
@media only screen and (max-width : 767px) {
  #speakers .filters li {
    width: 40%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width : 575px) {
  #speakers .filters li {
    width: 100%;
  }
}
footer#main_footer {
  padding-top: 70px;
  padding-bottom: 10px;
}
@media only screen and (max-width : 991px) {
  footer#main_footer {
    text-align: center;
  }
}
@media only screen and (max-width : 991px) {
  footer#main_footer .foot_left {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width : 991px) {
  footer#main_footer .foot_right .form-inline {
    width: 440px;
    margin: 0 auto;
  }
}
@media only screen and (max-width : 575px) {
  footer#main_footer .foot_right .form-inline {
    width: 100%;
  }
  footer#main_footer .foot_right .form-inline .form-group {
    width: 100%;
  }
  footer#main_footer .foot_right .form-inline button {
    float: right;
    margin: 0 auto!important;
  }
}
footer#main_footer hr {
  margin: 70px 0 10px;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
  display: inline-block;
}
footer ul li a {
  color: #000;
  color: var(--black);
}
footer #social_media li a {
  padding: 1rem 0.5rem;
}
footer #social_media li a .fa {
  font-size: 1.7rem;
}
footer #foot_nav li a .fa {
  padding-left: 10px;
}

footer h2, footer h3 {
  padding-top: 0;
}

.contact_item {
  margin-bottom: 3rem;
}
.contact_item:hover .ci_inner {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact_item:hover .ci_inner.bg-secondary {
  background: transparent!important;
  -webkit-box-shadow: 0 0 0 4px #000;
  -moz-box-shadow: 0 0 0 4px #000;
  box-shadow: 0 0 0 4px #000;
}
.contact_item.ci_feed {
  position: relative;
}
@media only screen and (max-width : 575px) {
  .contact_item.ci_feed {
    position: relative;
    min-height: 170px;
  }
}
.contact_item.ci_feed .feed_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
}
@media only screen and (max-width : 575px) {
  .contact_item.ci_feed .feed_wrap {
    padding: 20px;
  }
}
.contact_item.ci_feed .feed_wrap .feed_icon {
  color: #000;
  color: var(--black);
  position: absolute;
  bottom: 10px;
  right: 25px;
  font-size: 2rem;
}
.contact_item.ci_feed .feed_wrap .feed_icon:hover {
  color: #71aca6;
  color: var(--primary);
}
.contact_item .ci_inner {
  position: relative;
  padding: 40px;
}
.contact_item .ci_inner .ci_contact_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 4rem;
}
@media only screen and (max-width : 575px) {
  .contact_item .ci_inner .ci_contact_icon {
    position: relative;
  }
}
.contact_item .ci_inner .ci_contact_icon .fa {
  top: calc(50% - 54px);
  position: relative;
}
@media only screen and (max-width : 575px) {
  .contact_item .ci_fill {
    display: none;
  }
}
.skype {
  color: #00adee;
}
.whatsapp {
  color: #00c33a;
}
.twitter {
  color: #059ff5;
}
.facebook {
  color: #4065b4;
}
.youtube {
  color: #ff0000;
}
.linkedin {
  color: #0077b5;
}
#agenda .nav-item {
  display: inline-block;
}
#agenda .nav-item .nav-link {
  border: 2px solid #000;
  border: 2px solid var(--black);
  padding: 1rem 1.3rem;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-right: 20px;
}
@media only screen and (max-width : 575px) {
  #agenda .nav-item .nav-link {
    padding: 0.8rem;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
#agenda .nav-item .nav-link h4 {
  margin: 0;
  padding: 0;
  color: #000;
  color: var(--black);
}
@media only screen and (max-width : 575px) {
  #agenda .nav-item .nav-link h4 {
    font-size: 0.9rem;
  }
}
#agenda .nav-item .nav-link.active {
  background: #000;
  background: var(--black);
}
#agenda .nav-item .nav-link.active h4 {
  color: #fff;
  color: var(--white);
}
.agenda_day_wrap {
  padding-top: 2rem;
}
.agenda_day_wrap .day_header {
  margin-bottom: 5rem;
}
.agenda_day_wrap .day_header h3 {
  padding-top: 0.6rem;
}
.inactive_topic {
  opacity: 0.3;
}
.cd-schedule {
  width: 100%;
}
@media only screen and (max-width : 575px) {
  .cd-schedule .single-event[data-event="event-1"]:hover {
    background: #fff !important;
    background: var(--white) !important;
  }
  .cd-schedule .single-event[data-event="event-1"]:active {
    background: #71aca6 !important;
    background: var(--primary) !important;
  }
}
@media only screen and (max-width : 991px) {
  .events > ul {
    padding: 0!important;
    margin: 0;
  }
}
@media only screen and (max-width : 991px) {
  .events > ul > li.events-group .top-info {
    padding: 0 15px;
  }
}
@media only screen and (max-width : 991px) {
  .events > ul > li.events-group > ul {
    padding: 0!important;
  }
  .events > ul > li.events-group > ul::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }
  .events > ul > li.events-group > ul::-webkit-scrollbar {
    width: 6px;
    height: 15px;
    background-color: #F5F5F5;
  }
  .events > ul > li.events-group > ul::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
}
@media only screen and (max-width : 991px) {
  .events > ul > li.events-group > ul > li.single-event {
    padding: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width : 575px) {
  .events > ul > li.events-group > ul > li.single-event {
    padding: 10px;
  }
}
#partners .partners_section {
  padding: 0;
  margin-bottom: 50px;
}
.bw_link img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.bw_link:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.split_title {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
.split_title h5 {
  display: inline-block;
  background: #fff;
  position: relative;
  padding: 0 30px;
}
.split_title:before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  border: 1px solid #bbbaba;
  top: 11px;
  left: 15px;
}
.list_5items {
  padding: 0;
  margin: 0;
}
.list_5items li {
  list-style: none;
  display: inline-block;
  width: 20%;
  float: left;
  padding: 5px 5px;
}
@media only screen and (max-width : 991px) {
  .list_5items li {
    width: 25%;
  }
}
@media only screen and (max-width : 767px) {
  .list_5items li {
    width: 33%;
  }
}
@media only screen and (max-width : 575px) {
  .list_5items li {
    width: 50%;
  }
}
.single_hotel > a {
  color: var(--text);
  display: block;
}
.single_hotel > a > .row {
  border: 1px solid transparent;
  padding-top: 15px;
}
.single_hotel > a:hover > .row {
  border: 1px solid #bbbaba;
}
.single_hotel .sh_distance {
  position: relative;
}
.single_hotel .sh_distance .fa {
  margin-right: 10px;
  font-size: 21px;
  position: relative;
  top: 1px;
}
#search {
  padding-top: 100px;
  padding-bottom: 55px;
  color: #fff;
  color: var(--white);
  background-color: #71aca6;
  background-color: var(--primary);
  background-size: cover;
}
#search .autocomplete_container {
  position: relative;
  z-index: 10;
}
#search .autocomplete_container .autocomplete_list {
  position: absolute;
  text-align: left;
  top: 70px;
  left: 1px;
  right: 1px;
  background-color: #fff;
  background-color: var(--white);
  border: 2px solid rgba(187, 186, 186, 0.2);
  border: 2px solid var(--secondary);
  display: none;
}
#search .autocomplete_container .autocomplete_list a {
  display: block;
  color: #000;
  color: var(--black);
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid lightgray;
  cursor: pointer;
}
#search .autocomplete_container .autocomplete_list a:last-child {
  border-bottom: none;
}
#search .autocomplete_container .autocomplete_list a:hover {
  background-color: #71aca6;
  background-color: var(--primary);
  color: #fff;
  color: var(--white);
}
#search input {
  margin-top: 20px;
  color: #fff;
  color: var(--white);
}
#search input::-webkit-input-placeholder {
  color: #fff;
  color: var(--white);
}
#search input::-moz-placeholder {
  color: #fff;
  color: var(--white);
}
#search input:-ms-input-placeholder {
  color: #fff;
  color: var(--white);
}
#search input:-moz-placeholder {
  color: #fff;
  color: var(--white);
}
#search input:focus {
  background: transparent;
}
#search input:hover,
#search input:focus {
  color: #000;
  color: var(--black);
}
#search input:hover::-webkit-input-placeholder,
#search input:focus::-webkit-input-placeholder {
  color: #000;
  color: var(--black);
}
#search input:hover::-moz-placeholder,
#search input:focus::-moz-placeholder {
  color: #000;
  color: var(--black);
}
#search input:hover:-ms-input-placeholder,
#search input:focus:-ms-input-placeholder {
  color: #000;
  color: var(--black);
}
#search input:hover:-moz-placeholder,
#search input:focus:-moz-placeholder {
  color: #000;
  color: var(--black);
}
.results_section {
  padding-bottom: 60px;
  border-bottom: 1px solid #bbbaba;
  margin-bottom: 50px;
}
#results_pages a {
  color: var(--text);
}
#results_pages .page_result {
  border: 1px solid #bbbaba;
  padding: 15px 15px 10px;
  margin-bottom: 30px;
}
#results_pages .page_result:hover {
  border: 1px solid #000000;
}
#results_events .event_result {
  border: 1px solid #bbbaba;
  margin-bottom: 30px;
}
#results_events .event_result .event_info {
  border-bottom: 1px solid #bbbaba;
  padding: 10px;
}
#results_events .event_result .event_info p {
  margin: 0 0 4px;
  opacity: 0.8;
  font-size: 0.9rem;
}
#results_events .event_result .event_detail {
  padding: 10px;
}
#results_events .event_result .event_detail p {
  margin: 0 0 4px;
}
#results_speakers .speaker_result a {
  color: var(--text);
}
#results_speakers .speaker_result a h5 {
  margin-top: 10px;
  color: var(--text);
}
#results_tweets .tweet_result {
  border: 1px solid #bbbaba;
  margin-bottom: 30px;
}
#results_tweets .tweet_result .tweet_hero {
  border-bottom: 1px solid #bbbaba;
  padding: 30px 30px;
}
#results_tweets .tweet_result .tweet_hero p {
  margin: 0;
}
#results_tweets .tweet_result .tweet_footer {
  padding: 15px 10px;
}
#results_tweets .tweet_result .tweet_footer ul {
  margin: 0;
  padding: 0;
}
#results_tweets .tweet_result .tweet_footer ul li {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
#results_tweets .tweet_result .tweet_footer ul li.tweet_avatar {
  width: 12%;
  padding-right: 5px;
}
#results_tweets .tweet_result .tweet_footer ul li.tweet_author {
  width: 75%;
}
#results_tweets .tweet_result .tweet_footer ul li.tweet_author p {
  font-size: 0.74rem;
  margin: 0;
}
#results_tweets .tweet_result .tweet_footer ul li.tweet_logo {
  width: 10%;
  text-align: center;
  float: right;
}
#results_tweets .tweet_result .tweet_footer ul li.tweet_logo a {
  font-size: 22px;
}
#results_videos {
  border-bottom: none;
  padding-bottom: 0;
}
#results_videos .video_result {
  margin-bottom: 30px;
}
.side_number > div {
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.side_number .sn_left {
  width: 100px;
  text-align: center;
}
@media only screen and (max-width : 575px) {
  .side_number .sn_left {
    width: 50px;
  }
}
.side_number .sn_left h1 {
  margin: 0;
}
.side_number .sn_right {
  width: calc(100% - 110px);
  padding-left: 25px;
  border-left: 5px solid;
  min-height: 5rem;
}
@media only screen and (max-width : 575px) {
  .side_number .sn_right {
    width: calc(100% - 55px);
    padding-left: 15px;
    min-height: 4rem;
  }
}
.info_square {
  margin-bottom: 30px;
}
.info_square .inner_box {
  padding: 40px;
  height: 100%;
}
.info_square .inner_box figure {
  max-width: 60%;
}
.press_box {
  margin-bottom: 50px;
}
@media only screen and (max-width : 575px) {
  .press_box {
    margin-bottom: 20px;
  }
}
.press_box .bold_hr {
  margin: 30px 0 50px;
}
.press_box p {
  height: 7rem;
}
@media only screen and (max-width : 575px) {
  .press_box p {
    height: auto;
  }
}
.single_offer {
  margin-bottom: 30px;
}
.single_offer .single_offer_inner {
  border: 1px solid #bbbaba;
  padding: 45px 25px;
}
.single_offer .single_offer_inner h4 {
  padding: 17px 0;
  margin: 0;
}
@media only screen and (max-width : 575px) {
  .single_offer .single_offer_inner h4 {
    padding: 0 0 17px;
  }
}
.single_offer .single_offer_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_offer .single_offer_inner ul li {
  display: inline-block;
  width: 50%;
}
.single_offer .single_offer_inner ul li:nth-child(1) {
  float: left;
}
@media only screen and (max-width : 575px) {
  .single_offer .single_offer_inner ul li {
    display: block;
    width: 100%;
  }
  .single_offer .single_offer_inner ul li:nth-child(1) {
    float: none;
  }
}
.single_stand {
  margin-bottom: 50px;
}
.single_stand .single_stand_inner {
  position: relative;
  padding: 64px;
}
.single_stand .single_stand_inner.border {
  border: 2px solid rgba(187, 186, 186, 0.2);
  border: 2px solid var(--secondary);
}
.single_stand .single_stand_inner .ss_label {
  position: absolute;
  top: 0;
  left: 0;
}
.single_stand .single_stand_inner .ss_image {
  padding: 20px 50px 10px 0;
}
.single_stand .single_stand_inner .ss_image .image_primary {
  position: relative;
  width: 60%;
}
.single_stand .single_stand_inner .ss_image .image_secondary {
  position: relative;
  width: 60%;
  float: right;
  margin-top: -120px;
}
.single_stand .single_stand_inner .feature_list {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.single_stand .single_stand_inner .feature_list li h5:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f096';
  margin-right: 10px;
}
.single_stand .single_stand_inner .feature_list li h5.highlighted {
  font-weight: 700;
}
.single_stand .single_stand_inner .feature_list li h5.highlighted:before {
  content: '\f046';
}
#tickets {
  padding-top: 0;
  padding-bottom: 0;
}
.single_ticket {
  margin-bottom: 50px;
}
.single_ticket.special_ticket .ticket_inner {
  background: #71aca6;
  background: var(--primary);
  color: #fff;
  color: var(--white);
}
.single_ticket .ticket_inner {
  background: rgba(187, 186, 186, 0.2);
  background: var(--secondary);
  color: #000;
  color: var(--black);
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.single_ticket .ticket_inner .ticket_header {
  border-bottom: 10px solid #fff;
  border-bottom: 10px solid var(--white);
  padding: 30px 10px;
  position: relative;
  display: block;
}
.single_ticket .ticket_inner .ticket_header .ticket_icon {
  position: absolute;
  top: -25px;
  color: #000;
  color: var(--black);
  text-align: center;
  width: 100%;
  font-size: 35px;
  left: 0;
}
.single_ticket .ticket_inner .ticket_header h2 {
  margin: 0;
}
.single_ticket .ticket_inner .ticket_content {
  position: relative;
}
.single_ticket .ticket_inner .ticket_content .tc_head {
  padding: 15px 15px 0;
}
.single_ticket .ticket_inner .ticket_content .tc_txt {
  padding: 5px 30px 20px;
  display: block;
  margin-bottom: 30px;
}
.single_ticket .ticket_inner .ticket_content .tc_txt ul {
  padding: 0 0 0 15px;
  margin: 0 0 40px 0;
}
.single_ticket .ticket_inner .ticket_content .tc_txt ul li {
  list-style: square;
}
.single_ticket .ticket_inner .tc_btn {
  padding: 0 40px;
  position: absolute;
  width: 100%;
  bottom: 25px;
}
.single_ticket .ticket_inner .tc_btn .btn {
  position: relative;
  width: 100%;
}
#application_form {
  padding-top: 0;
  padding-bottom: 0;
}
.big_img_wrap {
  padding: 0;
}
.single_box {
  position: relative;
  padding: 50px 20px;
  margin-bottom: 2rem;
}
.single_box img {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.single_box_img {
  margin-bottom: 2rem;
}
#big_events .event_border {
  border-left: 2px solid #000;
  border-left: 2px solid var(--black);
  padding-left: 50px;
}
@media only screen and (max-width : 767px) {
  #big_events .event_border {
    border-left: none;
    text-align: center;
    padding-left: 15px;
  }
}
#interviews {
  padding-bottom: 50px;
}
#interviews .iw_item {
  margin-bottom: 100px;
}
@media only screen and (max-width : 575px) {
  #interviews .iw_item {
    margin-bottom: 20px;
  }
}
#interviews .iw_item .iw_txt {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width : 575px) {
  #interviews .iw_item .iw_txt {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
#interviews .iw_item .iw_img_outer {
  position: absolute;
  width: 1000%;
  height: 100%;
}
@media only screen and (max-width : 767px) {
  #interviews .iw_item .iw_img_outer {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width : 575px) {
  #interviews .iw_item .iw_img_outer {
    display: none;
  }
}
#interviews .iw_item .iw_img_outer img {
  max-height: 100%;
}
@media only screen and (max-width : 767px) {
  #interviews .iw_item .iw_img_outer img {
    max-width: 100%;
    max-height: initial;
  }
}
#interviews .iw_item:nth-child(even) .iw_img_outer {
  top: 0;
  right: 30px;
  text-align: right;
}
@media only screen and (max-width : 767px) {
  #interviews .iw_item:nth-child(even) .iw_img_outer {
    right: 0;
  }
}
#interviews .iw_item:nth-child(odd) .iw_img_outer {
  top: 0;
  left: 30px;
  text-align: left;
}
@media only screen and (max-width : 767px) {
  #interviews .iw_item:nth-child(odd) .iw_img_outer {
    left: 0;
  }
}
#team a {
  color: #000;
  color: var(--black);
}
.people--item .people--link {
  cursor: pointer;
}
.family .modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
}
.family .modal-content .modal-body h4 {
  margin-top: 1rem !important;
}
form small {
  margin-top: 5px;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.required::-webkit-input-placeholder:after {
  content: " *";
  color: red;
}
.required:-moz-placeholder:after {
  content: " *";
  color: red;
}
.required:-ms-input-placeholder:after {
  content: " *";
  color: red;
}
.custom_label {
  padding-left: 0;
}
.custom_label.radio_cl input[type="radio"] {
  display: none;
}
.custom_label.radio_cl input:checked ~ label {
  border-color: #71aca6;
  background: #71aca6;
  color: #fff;
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.radio_wrap > div {
  display: inline-block;
}
select:hover,
textarea:hover,
input:hover,
select:active,
textarea:active,
input:active,
select:focus,
textarea:focus,
input:focus {
  background: white!important;
  border-color: #71aca6 !important;
  border-color: var(--primary) !important;
}
select.btn,
textarea.btn,
input.btn {
  text-align: left;
  width: 100%;
  color: #000;
  color: var(--black);
  cursor: text!important;
}
select.btn:hover,
textarea.btn:hover,
input.btn:hover {
  cursor: text;
}
select.btn {
  cursor: inherit !important;
}
textarea.btn {
  white-space: normal;
}
input[required]:after {
  content: '*';
  position: absolute;
  color: red;
  right: 0;
}
span.required {
  color: red;
}
textarea.btn {
  white-space: normal;
}
#menu .menu_warp {
  padding-top: 3px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width : 843px) {
  #menu .menu_warp {
    padding-right: 0;
  }
}
#menu .menu_warp > p {
  position: absolute;
  top: 43px;
  left: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width : 843px) {
  #menu .menu_warp > p {
    display: none;
  }
}
#nav-trigger {
  width: 70px;
  height: 55px;
  position: relative;
  margin: 0 0 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  z-index: 10;
}
#nav-trigger p {
  position: absolute;
}
#nav-trigger span {
  display: block;
  position: absolute;
  height: 7px;
  width: 50%;
  background: #000;
  background: var(--black);
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#nav-trigger span:nth-child(even) {
  left: 50%;
  border-radius: 0;
}
#nav-trigger span:nth-child(odd) {
  left: 0;
  border-radius: 0;
}
#nav-trigger span:nth-child(1),
#nav-trigger span:nth-child(2) {
  top: 0;
}
#nav-trigger span:nth-child(3),
#nav-trigger span:nth-child(4) {
  top: 18px;
}
#nav-trigger span:nth-child(5),
#nav-trigger span:nth-child(6) {
  top: 36px;
}
#nav-trigger.open span {
  background: var(--white);
}
#nav-trigger.open span:nth-child(1),
#nav-trigger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-trigger.open span:nth-child(2),
#nav-trigger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-trigger.open span:nth-child(1) {
  left: 10px;
  top: 7px;
}
#nav-trigger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-trigger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-trigger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-trigger.open span:nth-child(5) {
  left: 10px;
  top: 29px;
}
#nav-trigger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
#blog .single_post .btn {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media only screen and (max-width : 991px) {
  #blog .single_post .btn {
    position: relative;
    bottom: initial;
    right: initial;
  }
}
#blog .readmore_short {
  position: relative!important;
}
.single_post {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.single_post .blog_post_img {
  float: left;
  max-width: 100%;
  margin-right: 2rem;
}
@media only screen and (max-width : 575px) {
  .single_post .blog_post_img {
    display: none;
  }
}
.single_post small {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 0.6rem;
  padding-left: 2rem;
  display: inline-block;
}
@media only screen and (max-width : 575px) {
  .single_post small {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0.4rem;
  }
}
.single_post h4 {
  display: inline-block;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
}
#blog_post {
  padding-bottom: 0;
}
#blog_post .post_date small {
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 0.4rem;
  display: inline-block;
  margin-bottom: 2rem;
}
#blog_post ul li {
  list-style: inside square;
}
.featured_image {
  float: left;
  max-width: 40%;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width : 575px) {
  .featured_image {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
#related_posts {
  padding-top: 3rem;
}
#related_posts h3 {
  margin-bottom: 3rem;
}
#related_posts .single_post {
  border-bottom: none;
}
#related_posts .single_post .blog_post_img {
  margin-right: 1rem;
}
@media only screen and (max-width : 767px) {
  #related_posts .single_post {
    border-bottom: 1px solid var(--secondary);
  }
}
#related_posts .single_post h4 {
  padding-bottom: 0;
}
#related_posts .single_post small {
  padding-left: 0;
  padding-bottom: 1rem;
  display: inline-block;
  border: none;
}
#post_controlls {
  margin-top: 2rem;
  border-bottom: 1px solid var(--secondary);
  padding-bottom: 2rem;
}
#post_controlls .post_controll.pc_list {
  text-align: center;
}
@media only screen and (max-width : 575px) {
  #post_controlls .post_controll.pc_list {
    margin-top: 2rem;
  }
}
#post_controlls .post_controll.pc_next {
  text-align: right;
}
#blog_widget {
  padding-top: 50px;
  padding-bottom: 70px;
}
#blog_widget .single_post {
  border-bottom: none;
}
#blog_widget .single_post .post_excerpt {
  min-height: 7rem;
  position: relative;
  display: block;
}
#blog_widget .carousel-indicators {
  justify-content: center;
  bottom: -25px;
}
#blog_widget .blog_post_img {
  float: left;
  width: 45%;
  max-width: 45%;
  margin-right: 2rem;
  height: 235px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.video_inner {
  position: relative;
  width: 100%;
  height: 380px;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width : 575px) {
  .carousel_video {
    height: auto;
  }
}
.video_trigger {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.video_trigger span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: calc(50% - 90px);
  text-align: center;
  left: calc(50% - 40px);
  color: #fff;
  font-size: 6rem;
  width: 80px;
  height: 144px;
}
.video_trigger:hover span {
  color: var(--primary);
}

/* Newsletter signup */

.okienko {
  box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.25);
  z-index: 10 !important;
}

.okienko h5 {
  padding: 0;
  margin: 1em 0;
}

.okienko .uchwyt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px !important;
    width: 50px;
    height: auto;
}

/* Agenda table */

.agenda-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: none;
  padding: 0 1px;
  margin-bottom: 60px;
}

.agenda-nav.nav-tabs .nav-item {
  margin: 0;
}

.agenda-nav a {
  width: 50%;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1em;
}

.agenda-nav a[aria-selected="true"] {
  background: #71aca6;
  color: #fff !important;
}

.agenda-nav a[aria-selected="false"] {
  background: #f0f0f0;
}

.agenda-nav a[aria-selected="false"]:hover {
  background: #71aca6;
  color: #fff;
}

.nav-tabs.agenda-nav .nav-link.active, .nav-tabs.agenda-nav .nav-item.show .nav-link {
  border: 1px #71aca6 solid;
}

.agenda-table {
  width: 100%;
  border: none;
}

.agenda-table tr {
		height: 1em; /*Part of a workaround to pull images to the bottom.*/
	}

.agenda-table td {
  color: #FFFFFF;
    width: 11%;
    line-height: 1.2;
    padding: 0.5em 0.5em;
  border-color: #fff;
    vertical-align: top;
  height: 100%;
}

.agenda-table td[colspan] {
  text-align: center;
}

.agenda-table td a {
  display: block;
}

.agenda-table td:first-child {
  width: 8%;
}

/* Part of a workaround to pull images to the bottom. */
.agenda-table	div.cell-inner {
			display: flex;
			height: 100%;
			flex-direction: column;
			justify-content: space-between;
			padding-bottom: 0.25em;
		}

.agenda-table	img {
			margin-top: 1em;
		}

/* Home page sections */
#intro {
  padding-top: 9vh;
  padding-bottom: 0vh;
}
@media only screen and (max-width : 767px) {
  #intro {
    padding-top: 1vh;
    padding-bottom: 8vh;
  }
}
#intro h1 {
  margin-bottom: 20px;
}
#intro h5 {
  margin-top: 0px;
}
@media only screen and (max-width : 767px) {
  #intro h5 {
    margin-top: 30px;
  }
}

#blog_widget {
  min-height: 1vh;
}


/* Last chance */
#last-chance {
padding: 1em;
z-index: 10;
}

#last-chance #description-box {
  text-align: left;
}

@media screen and (max-width: 786px) {
  #last-chance #description-box {
    text-align: center;
  }
}

#last-chance h3 {
  padding-top: 0;
  font-weight: bold;
  margin-bottom: 0;
}

#last-chance h5 {
  margin-bottom: 0;
}

#last-chance #counter, #last-chance #tickets-button, #last-chance .btn-default {
  margin: 1em 0;
}

#last-chance h5.counter-label {
  padding-top: 0;
  font-size: 1rem;
}

#last-chance p {
  margin: 0;
}

#last-chance #days, #last-chance #hours, #last-chance #minutes, #last-chance #seconds {
  font-size: 2em;
  font-weight: bold;
}


/* Speakers grid */

.grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: rgba(0,0,0,.25);
  z-index: 3;
}
#team .btn-hover.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.single_speaker a {
display: block;
margin-bottom: 2em;
}

#speakers_list h4, #speakers_list p {
margin: 0;
padding: 0;
line-height: 110%;
}

.attendess {
overflow: hidden;
padding: 0;
position: relative;
}

.attendess img {
margin: 0 auto;
display: block;
transition: all 0.3s ease-in-out;
}

.single_speaker a:hover img {
transform: scale(106%, 106%);
transition: all 0.3s ease-in-out;
}

.attendes {
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0.5em 1em 1em 1em;
color: #ffffff;
font-size: 1rem;
text-shadow:1px 1px 3px rgba(0,0,0,0.25);
background: rgba(0,0,0,0.5);
}

/* Youtube embed */
.youtube-embed {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* New agenda table */

.event-agenda-table td {
  border-width: 2px;
  border-color: #58b6b2; }
  .event-agenda-table td:first-child {
    font-weight: bold;
    white-space: nowrap;
    border-right-width: 2px;
    border-right-style: solid; }
  .event-agenda-table tr:hover td {
  background: rgba(88, 182, 178, 0.1); }
  .event-agenda-table .linked-cell:hover {
  cursor: pointer; }
  .event-agenda-table img {
  margin-right: 1em; }
  .event-agenda-table br + br {
  display: block; }
  
  .new-agenda-table {
  line-height: 1.2;
  background: #f5f5f5;
  border-color: #fff; }
  .new-agenda-table a {
    color: #000; }
    .new-agenda-table a:hover {
      text-decoration: none; }
  .new-agenda-table .btn-xs {
    width: 1.9em;
    margin-top: 0.5em; }
  .new-agenda-table tr:not(:first-child) th {
    font-size: 0.75em;
    vertical-align: bottom;
    width: 5%;
    height: 3rem;
    padding-bottom: 0.15em;
    padding-left: 0.33em; }
  .new-agenda-table tr:nth-child(even) th {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333; }
  .new-agenda-table tr:nth-child(even) th + td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333; }
  .new-agenda-table tr:nth-child(odd) th + td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333; }
  .new-agenda-table tr:nth-child(odd) th {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent; }
  .new-agenda-table tr:first-child td {
    text-align: center;
    padding-top: 1em;
    text-transform: uppercase; }
  .new-agenda-table tr:first-child th + td {
    border-color: #fff;
    border-left-width: 3px; }
  .new-agenda-table td {
    font-size: 0.9rem;
    font-weight: bold;
    width: 12.5%;
    min-height: 3rem;
    padding: 0.33em;
    border-color: #fff;
    border-width: 3px; }
    .new-agenda-table td.linked-cell {
      cursor: pointer; }
      .new-agenda-table td.linked-cell:hover {
        box-shadow: 0 0 5em #58B6B2 inset;
        transition: all 0.2s ease-in-out; }
        .new-agenda-table td.linked-cell:hover a {
          color: #fff;
          text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
          transition: all 0.2s ease-in-out; }
    .new-agenda-table td div.cell-inner {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 0.25em; }
    .new-agenda-table td a {
      display: block;
      height: 100%; }
    .new-agenda-table td img {
      margin-top: 1em; }
    .new-agenda-table td p {
      margin-bottom: 0.5em !important; }
  .new-agenda-table th + td {
    width: 1%; }
  .new-agenda-table.day-two tr:nth-child(odd) th {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333; }
  .new-agenda-table.day-two tr:nth-child(odd) th + td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333; }
  .new-agenda-table.day-two tr:nth-child(even) th + td {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #333; }
  .new-agenda-table.day-two tr:nth-child(even) th {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent; }
  .new-agenda-table.day-two tr:first-child th {
    border-bottom: none; }
  .new-agenda-table.day-two tr:first-child td {
    text-align: center;
    padding-top: 1em;
    text-transform: uppercase; }
  .new-agenda-table.day-two tr:first-child th + td {
    border-color: #fff;
    border-left-width: 3px; }
  
  
  .new-agenda-table td.linked-cell:hover a {
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.33);
    transition: all 0.2s ease-in-out; 
  }
  .nav-tabs.agenda-nav .nav-link.active, .nav-tabs.agenda-nav .nav-item.show .nav-link {
    border: 1px #f00 solid;
  width: 70%;
  font-size: 1.1em;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }
  .agenda-nav a[aria-selected="false"] {
    background: #f0f0f0;
  width: 30%;
  font-size: 1.1em;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }

  @media (max-width: 762px) {
    .nav-tabs.agenda-nav .nav-link.active, .nav-tabs.agenda-nav .nav-item.show .nav-link {
      border: 1px #f00 solid;
    min-width: 100%;
    font-size: 1.5em;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    }
    .agenda-nav a[aria-selected="false"] {
      background: #f0f0f0;
    min-width: 100%;
    font-size: 1.2em;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 10px;
    }



}




  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #f00;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  







.text-small {
  font-size: 0.6em; }

.text-smaller {
  font-size: 0.75em; }

.text-bigger {
  font-size: 1.25em; }

.text-big {
  font-size: 1.5em; }

.bg-teal-solid {
  background-color: #70aca6;
  color: #fff; }

.bg-teal-light {
  background-color: rgba(112, 172, 166, 0.33);
  color: #333; }

.bg-purple-solid {
  background-color: #a49bc4;
  color: #fff; }

.bg-purple-light {
  background-color: rgba(164, 155, 196, 0.33);
  color: #333; }

.bg-red-solid {
  background-color: #bc6e76;
  color: #fff; }

.bg-red-light {
  background-color: rgba(188, 110, 118, 0.33);
  color: #333; }

.bg-yellow-solid {
  background-color: #e3b16d;
  color: #fff; }

.bg-yellow-light {
  background-color: rgba(227, 177, 109, 0.33);
  color: #333; }

.bg-green1-solid {
  background-color: #cdc285;
  color: #fff; }

.bg-green1-light {
  background-color: rgba(205, 194, 133, 0.33);
  color: #333; }

.bg-green2-solid {
  background-color: #a2c59c;
  color: #fff; }

.bg-green2-light {
  background-color: rgba(162, 197, 156, 0.33);
  color: #333; }

.bg-blue-solid {
  background-color: #81a5c0;
  color: #fff; }

.bg-blue-light {
  background-color: rgba(129, 165, 192, 0.33);
  color: #333; }

.bg-darkened {
  background: rgba(0, 0, 0, 0.15); }
