/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main_3.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


@font-face {
  font-family: 'OpenSansCondensed';
  src: url('fonts/OpenSans_Condensed-SemiBold.ttf') format('truetype');
}

#accordion {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #0f0712;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul { list-style-type: none; }

a {
  color: #000;
  /*text-decoration: none;*/
}

/** =======================
 * Contenedor Principal
 ===========================*/
.video-container {
  width: 100%;
  max-width: 800px; /* optional limit */
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}


/*h1 {*/
/*  color: #FFF;*/
/*  font-size: 24px;*/
/*  font-weight: 400;*/
/*  text-align: center;*/
/*  margin-top: 80px;*/
/*}*/

/*h1 a {*/
/*  color: #c12c42;*/
/*  font-size: 16px;*/
/*}*/

.accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  /*background: #FFF;*/
  /*-webkit-border-radius: 4px;*/
  /*-moz-border-radius: 4px;*/
  /*border-radius: 4px;*/
}

/*.accordion .link {*/
/*  cursor: pointer;*/
/*  display: block;*/
/*  padding: 15px 15px 15px 42px;*/
/*  color: #4D4D4D;*/
/*  font-size: 14px;*/
/*  font-weight: 700;*/
/*  border-bottom: 1px solid #CCC;*/
/*  position: relative;*/
/*  -webkit-transition: all 0.4s ease;*/
/*  -o-transition: all 0.4s ease;*/
/*  transition: all 0.4s ease;*/
/*}*/

.accordion li:last-child .link { border-bottom: 0; }

/*.accordion li i {*/
/*  position: absolute;*/
/*  top: 16px;*/
/*  left: 12px;*/
/*  font-size: 18px;*/
/*  color: #595959;*/
/*  -webkit-transition: all 0.4s ease;*/
/*  -o-transition: all 0.4s ease;*/
/*  transition: all 0.4s ease;*/
/*}*/

/*.accordion li i.fa-chevron-down {*/
/*  right: 12px;*/
/*  left: auto;*/
/*  font-size: 16px;*/
/*}*/

/*.accordion li.open .link { color: #b63b4d; }*/

/*.accordion li.open i { color: #b63b4d; }*/

/*.accordion li.open i.fa-chevron-down {*/
/*  -webkit-transform: rotate(180deg);*/
/*  -ms-transform: rotate(180deg);*/
/*  -o-transform: rotate(180deg);*/
/*  transform: rotate(180deg);*/
/*}*/

/**
 * Submenu
 -----------------------------*/


.submenu {
  display: none;
  /*background: #444359;*/
  /*font-size: 14px;*/
  margin-left: -40px;
}

.submenu .main-menu-item-text {
  font-size: 24px;
}

/*.submenu li { border-bottom: 1px solid #4b4a5e; }*/

.submenu a {
  display: block;
  text-decoration: none;
  padding: 12px;
  padding-left: 0px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.details-image-desktop {
  display: flex;
}

.details-image-mobile{
  display: none;
}

#menu-desktop {
  display: flex;
  margin-top: 0px;
  /*margin-top: 200px;*/
}

#menu-mobile {
  display: none;
  margin-bottom: 14px;
  margin-top: 100px;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

h2{
  line-height: 36px;
}

#isMobile {
  display: none;
}

html, body {
  font-size: 1em;
  line-height: 1.4;
  background: #0f0712;
  margin: 0;
  font-family: 'Open Sans', serif;
  color: #FFFFFF;
}

.wrapper {
  max-width: 1440px;
  margin: auto;
  /*background-image: url('../img/footer-bg.svg');*/ <!-- TODO: uncomment in final version -->
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

.sponsor-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  flex: 1;
}

.sponsor-item {
  margin: 20px;
  align-self: center;
  display: flex;
  justify-content: center;
}


.sponsor-item-crowded {
  margin: 0px;
  align-self: center;
  display: flex;
  justify-content: center;
}


.content {
  display: flex;
  height: 100%;
  position: relative;
  margin: 50px 100px 0px 100px;
  flex-direction: column;
}

.content-container-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.content-container-row-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  flex-wrap: wrap;
  background-color: #fff;
}

.video-wrapper{
  position: absolute;
  width: 100%;
  overflow: hidden;
  margin-top: -50px;
}

#panamea {
  position: relative;
  top: 0px;
  right: -43%;
}

.embedded-video{
  width: 100%;
  height: 950px;
}

#logo {
  margin-right: 25px;
  cursor: pointer;
}

#logo img{
}

#logo-text{
  min-width: 350px;
  height: 100px;
  /*opacity: 0.5;*/
  border: 1px solid rgba(0, 90, 92, 0.5);
  border-radius: 2px;
  /*margin-left: 25px;*/
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  display: flex;
  align-items: center;
}

#logo-text-content{
  padding-left: 16px;
  font-family: 'Open Sans';
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;

}

#languages {
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  margin-top: 7px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  flex-direction: row;
  display: flex;
}

#lang-en {
  height: 38px;
  width: 38px;
  background-image: url('../img/en.svg');
  display: flex;
  background-color: #FF95E7;
  border-radius: 50% 0% 0% 50%;
}

#lang-en.active{
  background-image: url('../img/en-selected.svg');
}

#lang-ro {
  height: 38px;
  width: 38px;
  background-image: url('../img/ro.svg');
  display: flex;
  background-color: #FF95E7;
  border-radius: 0% 50% 50% 0%;
}

#lang-ro.active{
  background-image: url('../img/ro-selected.svg');
}

#languages a {
  color: #fff;
  text-decoration: none;
}


#program {
  min-width: 235px;
  height: 100px;
  background: #70FBFB;
  border-radius: 2px;
  /*margin-left: 25px;*/
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  display: flex;
  align-items: center;

  font-family: OpenSansCondensed;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;

  margin-left: 125px;
}


#program-hours {
  padding: 15px;
  margin-top: 0px;
  background: rgba(255, 149, 231, 0.5);
  color: rgba(255, 255, 255, 1);
  border-radius: 2px;
  /*margin-left: 25px;*/
  display: flex;
  align-items: center;
  width: 50%;

  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 200;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-align: left;

  margin-left: 125px;
}

#program-hours-short {
  padding: 15px;
  margin-top: -25px;
  background: rgba(255, 149, 231, 1);
  color: rgba(0, 0, 0, 1);
  border-radius: 2px;
  /*margin-left: 25px;*/
  display: flex;
  align-items: center;
  width: 80%;

  font-family: OpenSansCondensed;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;

  margin-left: 20px;
}

.buy-tickets-small {
  padding: 5px;
  text-transform: uppercase;
  background: #FF95E7;
  color: rgba(0, 0, 28, 1);
  border-radius: 4px;
  /*margin-left: 25px;*/
  display: flex;
  align-items: center;

  font-family: OpenSansCondensed;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.02em;
  justify-content: center;
  width: 30px;
  margin-left: 10px;
  cursor: pointer;
}

.buy-tickets {
  padding: 10px;
  text-transform: uppercase;
  background: #FF95E7;
  color: rgba(0, 0, 28, 1);
  border-radius: 4px;
  /*margin-left: 25px;*/
  display: flex;
  align-items: center;

  font-family: OpenSansCondensed;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.02em;
  justify-content: center;
  width: 300px;
  margin-left: auto;
  margin-top: 10px;
  cursor: pointer;
}

.buy-tickets-disabled {
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase;
  /*background: #FF95E7;*/
  color: #FF95E7;
  border-radius: 4px;
  border: 1px solid #FF95E7;
  /*margin-left: 25px;*/
  display: flex;
  align-items: center;

  font-family: OpenSansCondensed;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.02em;
  justify-content: center;
  width: 300px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-details-event {
  display: flex;
  flex: 1 1;
  align-items: flex-end;
}

.tickets-mobile {
  display:none;
}

.tickets-desktop{
  display: flex;
}

#box1 {
  box-sizing: border-box;

  position: absolute;
  width: 100px;
  height: 100px;
  left: 496px;

  opacity: 0.1;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}

#box2 {
  box-sizing: border-box;

  position: absolute;
  width: 50px;
  height: 50px;
  left: 372px;

  opacity: 0.2;
  border: 1px solid #006E70;
  border-radius: 2px;
}

#program-text {
  padding-left: 16px;
  font-family: 'OpenSansCondensed';
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

#bell {
  height: 38px;
  width: 38px;
  background-color: #70FBFB;
  border-radius: 50%;

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

#bell-wrapper{
  align-self: flex-end;
}

.main-menu-item {
  letter-spacing: -0.02em;
  margin-right: 48px;
  display: flex;
}

.main-menu-item-bell {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.main-menu-item a{
  text-decoration: none;
}

.main-menu-item a:hover .main-menu-item-text{
  color: #fff;
}

.active-main-menu-item .main-menu-item-text {
  color: #fff;
}

.active-main-menu-item .main-menu-arrow{
  display: inline;
}

.active-main-menu-item {
  display: flex;
  align-items: flex-end;
}


.generic-header .main-menu-item-text {
  color: #fff;
}

.generic-header .main-menu-arrow{
  display: inline;
}

.generic-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}

.expo-item{
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  aspect-ratio: 1 / 1 ;
  /*padding: 24px;*/
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.concept-item {
  aspect-ratio: 0;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  padding:24px;

}

.expo-static-text {
  align-items: flex-end;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(173, 174, 203, 1);
  margin-top: auto;
}

.expo-link-title{
  font-family: Open Sans;
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: -0.02em;
  text-align: left;
}

.clickable-expo-item {
  cursor: pointer;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: var(--bg-image);
}

.clickable-expo-item-hover::before {
  position: absolute;
  content: "";
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-position: center;
  background-size: cover;
  background-image: var(--bg-image);
  filter: url('#blackCurrant-and-mint') sepia(0.14) contrast(1.8) brightness(0.7) hue-rotate(341deg) grayscale(0.19);
}

.clickable-expo-item-container{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: linear-gradient(rgba(0,0,0,0) 70%,rgba(0,0,0,0.65) 100%);
  padding: 24px;
}

#filter-icon {
  margin-left: auto;
}


.main-menu-item-text {
  font-family: 'Open Sans', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  color: #5B5C76;
}


.active-menu-item {
  color: rgba(255, 255, 255, 1);
}

.main-menu-arrow {
  width: 10px;
  left: 5px;
  top: 5px;
  margin-left: 13px;
  align-self: flex-end;
  display: none;
}

.main-menu-arrow img {
  max-width:100%;
  max-height:100%;
}

.pad-top-header-spacing {
  margin-top: 100px;
}

.calendar-container {
  display: flex;
}

.calendar-day-container {
  flex: 1 1 45%;
  display: flex;

  background-repeat: no-repeat;
  background-position: left bottom;

  margin-bottom:24px;

  cursor: pointer;

  /*background-image: url('../img/23.svg');*/
}

.calendar-day-container-wide {
  flex: 1 1 100%;
  margin-left: 0px;
  margin-bottom:24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.calendar-day-container-wide-plain {
  flex: 1 1 100%;
  margin-left: 0px;
  margin-bottom:24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.day-simple {
  border-top: 1px solid #70FBFB;
  display: flex;
  flex-direction: row;
  flex: 1 1;
}

.day-special {
  border-top: 1px solid #70FBFB;
  display: flex;
  flex-direction: row;
  flex: 1 1;
}

.day-date-part {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
}

.day-event-part {
  flex: 0 1 348px;
  height: 348px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
  transition: all 0.4s;
  transition-timing-function: ease-out;
}

.calendar-day-container-wide .day-event-part{
  transition: all 0.5s;
}

.calendar-day-container-wide .day-special-right{
  transition: all 0.5s;
}

.day-event-part-simple {
  flex: 0 1 348px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-sizing: border-box;
}

.small-pink-heading {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;

  color: rgba(255, 149, 231, 1);
}

.day-event-name {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 6px;

  color: #fff;
}

.small-not-so-pink-footer {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-align: left;
  color: rgba(173, 174, 203, 1);
}

.small-not-so-pink-footer-wrapper {
  display: flex;
  flex-direction: column;
}

.small-not-so-pink-footer-line {
  margin-bottom: 6px;
  text-transform: uppercase;
}

.day-event-location {
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-align: left;
  color: rgba(173, 174, 203, 1);
  text-transform: uppercase;
  margin-top: 10px;
}

.date-separator {
  min-width: 24px;
}

.day-date-nr {
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(112, 251, 251, 1);
  /*flex: 1 1;*/
  display: flex;
  min-height: 20px;
  margin-top: 15px;
}

.day-date-mon {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(112, 251, 251, 1);

  flex: 1 1;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
}

.day-special-left {
  flex: 0 1 608px;
  display: flex;
  flex-direction: row;
}

.day-special-right {
  flex: 0 1 632px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
}

.partners-subtitles {
  border-top: 1px solid #343453;
  padding: 10px 0px;
  display: flex;
  width: 100%;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  font-family: 'OpenSansCondensed';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: uppercase;
  color: #49DADA;

}

.sponsors-container{
  margin-bottom: 0px;
}

.footer {
  margin-top: 50px;
  border-top: 1px solid #70FBFB;
  background: linear-gradient(0deg, #00001C 0%, rgba(0, 0, 28, 0) 100%);
  padding: 24px;
  display: flex;
  width: 100%;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-headings, .footer-headings-vt {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.custom-footer-padding {
  margin-bottom: 0px;
}

.footer-buttons {
  display: flex;
  flex-display: row;
  margin-top: 10px;
  white-space: nowrap;
  overflow-x: auto;

}

.footer-button {
  color: #70FBFB;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;

  cursor: pointer;
  padding: 13px;
  background: #1A1A33;
  border-radius: 4px;

  margin-right: 10px;
  align-content: center;
  display: flex;
  margin-bottom: 10px;
}

.custom-footer-align {
  align-self: flex-end;
}


/* DETAILS --------------------------------------- */

.details-header {
  display: flex;
  justify-content: space-between;
  max-height: 45px;
  flex: 1;
}

.details-content {
  margin: 50px;
  display: flex;
  flex-direction: column;
}

.details-content ul{
  list-style-type: initial;
}

.details-author {
  font-family: 'OpenSansCondensed';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FF95E7;
  text-transform: uppercase;
}

.details-title{
  font-family: 'Open Sans';
  font-size: 48px;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: -0.02em;
  text-align: left;
  color:#000;
}

.details-image {
  position: relative;
  background-position: center;
  background-size: cover;
  /*background-size: contain;*/
  /*background-repeat: no-repeat;*/
  background-image: var(--bg-image);
  width: 100%;
  height: 300px;
  margin-top: 24px;
}

.details-text-wrapper{
  color: #000;
  display: flex;
  margin-top: 48px;
}

.details-text-wrapper-author {
  color: #000;
  display: flex;
}

.details-text-main {
  flex-grow: 3;
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;

}

.details-text-info{
  flex-grow: 1;
  min-width: 300px;
  margin-left: 50px;
}

.details-text-info-header {
  border-top: 1px solid #FF95E7;
  font-family: 'OpenSansCondensed';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #FF95E7;
  padding-top: 12px;
  text-transform: uppercase;
}

.details-text-info-content-prelast {
  padding-top: 12px;
  font-family: 'OpenSansCondensed';
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.details-text-info-content {
  padding-top: 12px;
  padding-bottom: 40px;
  font-family: 'OpenSansCondensed';
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.details-text-separator{
  border-top: 1px solid rgba(52, 52, 83, .2);
  margin: 48px 0px;
}

.details-content-image{
  max-width: 100%;
  max-height: 100%;
  margin-top: 24px;
}

.details-content-image-author{
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 20px;
}

.details-credits{
  font-size: 12px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  /*vertical-align: middle;*/
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*
 Modal Overlay
*/
.modal-overlay {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  background:rgba(0,0,0,.8);
  height: 100%;
  left: 0;
  display: flex;    // This is IE 11+
  overflow: auto;
  padding: 1.5em;
  position: fixed;
  top: 0;
//transition: opacity .2s;
  width: 100%;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-overlay h1{
  line-height: 36px;
}

.modal-overlay[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

/*
  Modal Content Area
*/
.modal-content {
  background: #fff;
  margin: auto;
  max-width: 800px;
  overflow: auto;
  overflow-x: hidden;
  padding: 1.5em;
  position: relative;
  z-index: 999;
//transform: scale(.8); // This sets the size to 80%, which is set to 100% below...
//transition: transform .3s;
  width: 100%;
  color: #000;
}

.modal-overlay[aria-hidden="false"] .modal-content {
//transform: scale(1);
//transform: rotate(7deg);
}

/*
  General Modal Content
*/
#modal-title {
  margin-top: 0;
  padding-right: 1.25em;
}

/*
  Close Modal Button
*/
.btn-close {
  background: none;
  border: none;
  cursor: pointer;
  font-family: arial;
//font-size: 2em;
//font-weight: 800;
  font-size:2.5em;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: .25em;
  top: .25em;
  z-index: 999;
}

.btn-close:hover {
  color: #c12f48;
}

.btn-close:focus {
  outline: 1px dotted;
}


/*

  This is here purely for demo styling

*/

/**, *:after, *:before {*/
/*  -webkit-box-sizing: border-box;*/
/*  -moz-box-sizing:border-box;*/
/*  box-sizing:border-box;*/
/*  font-family: arial;*/
/*}*/

.btn:focus,
.input:focus,
.modal-content:focus {
  outline: 1px solid #ccc;
  box-shadow: 0 0 4px #e8a1ad;
}


@media only screen and (max-width: 600px) {

  #program-text {
    padding-left: 16px;
    font-family: 'OpenSansCondensed';
    font-size: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-left: -120px;
    padding-top: 15px;
  }

  #program {
    min-width: 235px;
    height: 100px;
    background: #70FBFB;
    border-radius: 2px;
    /*margin-left: 25px;*/
    font-style: normal;
    font-weight: 200;
    font-size: 20px;
    display: flex;
    align-items: center;

    font-family: OpenSansCondensed;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;

    margin-left: 125px;
    flex-direction: column;
  }

  .footer-buttons {
    display: flex;
    flex-display: row;
    margin-top: 10px;
    flex-wrap: wrap;

  }

  #program-hours {
    padding: 15px;
    background: rgba(255, 149, 231, 0.5);
    color: rgba(255, 255, 255, 1);
    border-radius: 2px;
    /*margin-left: 25px;*/
    display: flex;
    align-items: center;
    width: 80%;

    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-align: left;

    margin: auto;
    margin-top: 120px;
  }

  #program-hours-short {
    padding: 15px;
    margin-top: 10px;
    background: rgba(255, 149, 231, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 2px;
    /*margin-left: 25px;*/
    display: flex;
    align-items: center;
    width: 55%;

    font-family: OpenSansCondensed;
    font-size: 16px;
    font-weight: 200;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;

    margin-left: 120px;
  }

  #isMobile {
    display: inline;
  }
  /* Style adjustments for viewports that meet the condition */
  .content {
    margin: 24px 24px 0px 24px;
    flex-direction: column;
  }

  .content-container-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }

  .content-container-row-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    background-color: #fff;
  }

  #panamea {
    position: relative;
    top: -20px;
    left: -90px;
  }

  .embedded-video{
    width: 100%;
    height: 450px;
  }

  #logo {
    margin-right: 100px;

  }

  #logo img {
    max-width: 50px;
  }

  #logo-text{
    width: 100%;
    height: 100px;
    border: 1px solid #005A5C;
    margin-top: 25px;
    margin-left: 0px;
    min-width:0px;
  }

  .pad-top-header-spacing {
    margin-top: 80px;
  }

  .main-menu-item-bell {
    order: -1;
    flex-direction: row;
    z-index: 99;
  }

  #logo{
    margin-top: -40px;
  }


  #program{
    margin-left: 0px;
    margin-top: 24px;
  }

  .expo-item{
    flex: 1 1 0;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .expo-static-text {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }

  .details-image-desktop {
    display: none;
  }

  .details-image-mobile{
    display: flex;
  }

  #menu-desktop {
    display: none;
    margin-top: 200px;
  }

  #menu-mobile {
    display: inline;
  }

  .day-event-part {
    flex: 0 1 262px;
    height: 262px;
  }

  .day-simple {
    margin: 0px;
  }

  .day-special {
    margin: 0px;
    flex-direction: column;
  }

  .calendar-day-container {
    flex: 1 1;
    display: flex;

    background-repeat: no-repeat;
    background-position: left bottom;

    margin-bottom: 0px;

    /*background-image: url('../img/23.svg');*/
    background-size: 200px;
  }


  .calendar-day-container-wide{
    margin-bottom: 0px;
  }

  #box2, #box1 {
    display: none;
  }

  .day-special-left {
    flex: 0 1;
  }

  .day-special-right {
    flex: 0 1 200px;
  }

  .footer{
    flex-direction: column;
  }

  .custom-footer-align {
    align-self: flex-start;
  }

  .custom-footer-padding {
    margin-bottom: 24px;
  }

  .date-separator {
    min-width: 0px;
  }

  .concept-item {
    aspect-ratio: 0;
    padding:24px;
  }

  #bell {
    /*border-radius: 0% 50% 50% 0%;*/
    margin-right: 20px;
  }

  #bell-wrapper{
    margin-right: 14px;
  }

  #lang-ro {
    /*border-radius: 0%;*/
  }

  .expo-link-title{
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .footer-headings-vt {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0px;
    order: 2;
  }

  .clickable-expo-item-hover::before {
    position: absolute;
    content: "";
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-position: center;
    background-size: cover;
    background-image: var(--bg-image);
    filter: none;
  }

  .clickable-expo-item-container{
    background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  }

  .details-header{
    max-height: 20px;
  }

  .details-header img{
    max-height: 20px;
  }

  /* DETAILS --------------------------------------- */

  .details-content {
    margin: 20px;
  }

  .details-content ul{
    list-style-type: initial;
  }

  .details-title{
    font-family: 'Open Sans';
    font-size: 36px;
    line-height: 42px;
  }

  .details-author{
    font-size: 14px;
    line-height: 28px;
  }

  .details-image{
    height: auto;
    aspect-ratio: 1/1;
  }

  .details-text-wrapper{
    flex-direction: column;
    flex-direction: column-reverse;
    margin-top: 24px;
  }

  .details-text-wrapper-author {
    flex-direction: column-reverse;
  }

  .details-text-info{
    flex-grow: 1;
    min-width: 0px;
    margin-left: 0px;
  }

  .details-text-main {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

  }

  .buy-tickets{
    margin-left: 0;
    width: auto;
  }

  .buy-tickets-disabled{
    margin-left: 0;
    width: auto;
  }

  .tickets-mobile {
    display:flex;
  }

  .tickets-desktop{
    display: none;
  }

  .generic-header {
    margin-bottom: 0px;
    margin-top: 80px;
  }
}

/* media queries for screens smaller that max container width 1440px */
@media only screen and (max-width: 1440px) and (min-width: 600px) {
  /* Style adjustments for viewports that meet the condition */

  #panamea {
    position: relative;
    top: 0px;
    left: 35%;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

