
/* --------------------------------

Main Components

-------------------------------- */
.cd-schedule {
  position: relative;
  margin: 2em 0;
  color: #fff;
  clear: both;
}

.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: 'mobile';
  display: none;
}

.cd-schedule .events .events-group.overall li,
.cd-schedule .events .events-group.sky_lounge li {
   display: none;
}

.cd-schedule .events .events-group.overall li.overall-event-item,
.cd-schedule .events .events-group.sky_lounge li.sky-lounge-event-item {
   display: block;
}

.cd-schedule .events .events-group.sky_lounge li.sky-lounge-event-item.open-end,
.cd-schedule .events .events-group.overall li.overall-event-item.open-end {
   min-height: 75px;
}

.cd-schedule .events .events-group.overall li.tooltip-agenda-content.overall-event-item,
.cd-schedule .events .events-group.sky_lounge li.tooltip-agenda-content.sky-lounge-event-item {
   min-height: 50px;
}

@media only screen and (min-width: 979px) {
  .cd-schedule {
    width: 100%;
    max-width: 1200px;
    margin: 2em auto;
  }
  .cd-schedule::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule::before {
    content: 'desktop';
  }
}

.cd-schedule .sisax-timeline {
  display: none;
}

@media only screen and (min-width: 979px) { 
  .cd-schedule .sisax-timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 75px;
  }
  
  .cd-schedule .sisax-timeline li {
    position: relative;
    height: 75px;
  }
  
  .cd-schedule .sisax-timeline li.hl {
    position: relative;
    height: 75px;
    background: rgba(255, 255, 255, 0.25);
  }
  
  .cd-schedule .sisax-timeline li::after {
    /* this is used to create the table horizontal lines */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EAEAEA;
  }
  .cd-schedule .sisax-timeline li:last-of-type::after {
    display: none;
  }
  .cd-schedule .sisax-timeline li span {
    display: none;
  }
}

@media only screen and (min-width: 979px) {
  .cd-schedule .sisax-timeline li::after {
    width: calc(100% - 60px);
    left: 60px;
  }
  .cd-schedule .sisax-timeline li span {
    display: inline-block;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    float: left;
    text-align: left;
  }
  .cd-schedule .sisax-timeline li:nth-of-type(2n) span {
    display: none;
  }
}


.cd-schedule .events {
	position: relative;
	z-index: 1
}

.cd-schedule .events .events-group {
	margin-bottom: 30px
}

.cd-schedule .events .top-info {
	width: 100%;
	padding: 0 5%;
    text-align: center;
}

.cd-schedule .events .top-info>span {
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 10px;
}

.cd-schedule .events .events-group>ul {
	position: relative;
	padding: 0 5%;
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch
}

.cd-schedule .events .events-group>ul::after {
	display: inline-block;
	content: '-';
	width: 1px;
	height: 100%;
	opacity: 0;
	color: transparent
}

.cd-schedule .events .single-event {
	flex-shrink: 0;
	/*float: left;*/
	height: 150px;
	width: 70%;
	max-width: 300px;
  margin-right: 20px !important;
	transition: opacity .2s, background .2s
}

.cd-schedule .events .single-event:last-of-type {
	margin-right: 5%
}

.cd-schedule .events .single-event a {
	display: block;
	height: 100%;
	padding: .8em
}

@media only screen and (min-width:550px) {
	.cd-schedule .events .single-event {
		width: 40%
	}
}

@media only screen and (min-width:979px) {
	.cd-schedule .events {
		float: left;
		width: 100%
	}
	.cd-schedule .events .events-group.overall {
		width: 10%;
		float: left;
		margin-bottom: 0
	}
	.cd-schedule .events .events-group {
		width: 22.5%;
		float: left;
		margin-bottom: 0
	}
	.cd-schedule .events .events-group:not(:first-of-type) {
		border-left-width: 0
	}
	.cd-schedule .events .top-info {
		display: table;
		height: 75px;
		border-bottom: 1px solid #eaeaea;
		padding: 0
	}
	.cd-schedule .events .top-info>span {
		display: table-cell;
		vertical-align: middle;
		padding: 0 .5em;
		text-align: center;
		font-weight: 700;
		margin-bottom: 0
	}
	.cd-schedule .events .events-group>ul {
		height: 1500px;
		/*display: block;*/
		overflow: visible;
		padding: 0
	}
	.cd-schedule .events .events-group>ul::after {
		clear: both;
		content: "";
		display: block
	}
	.cd-schedule .events .events-group>ul::after {
		display: none
	}
	.cd-schedule .events .single-event {
		position: absolute;
		width: calc(100%);
		flex-shrink: 1;
		height: auto;
		max-width: none;
		margin-right: 0;
    text-align: left;
	}
	.cd-schedule .events .single-event a {
		padding: 0.5em
	}
	.cd-schedule .events .single-event:last-of-type {
		margin-right: 0
	}
	.cd-schedule .events .single-event.selected-event {
		visibility: hidden
	}
}

@media only screen and (min-width:979px) {
	.cd-schedule .events {
		width: calc(100% - 59px);
		margin-left: 60px
	}
}

.cd-schedule.loading .events .single-event {
	opacity: 0
}

span.additional-content-hidden {
  display:	none;
}

.event-modal .event-info span.additional-content {
  opacity: 0;
}

.event-modal .speaker-facts,
.event-modal .event-info .img_sub_right {
  display: none;
}

h3.event-name:before,
span.event-name:before {
/*    content: "\f007";
    margin-right: 0.65em;*/
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event-modal[data-event="general"] h3.event-name:before {
    content: "\f065";
}

.event-modal[data-event="break"] h3.event-name:before {
    content: "\f0f4";
} 

.child h3.event-name:before,
.child span.event-name:before {
    content: none;
}

span.event-location:before {
    content: "\f3c5";
    margin-right: 0.7em;
    margin-left: 0.1em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.session-type:before {
    content: "\f02b";
    margin-right: 0.5em;
    margin-left: 0.1em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.event-date:before {
    content: "\f017";
    margin-right: 0.5em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.event-modal .event-name,
.cd-schedule .event-title,
.cd-schedule .event-location,
.cd-schedule .event-name,
.cd-schedule .event-date {
	display: block;
	color: #fff;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

  .cd-schedule .event-title,
  .cd-schedule .event-location,
  .event-modal .event-name,
  .cd-schedule .event-name {
	font-size: 16px;
    margin: 0;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
	}

  .cd-schedule .event-name {
    font-size: 14px;
    font-family: 'SansaProSemiBoldItalic', 'corbel', 'sans-serif';
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    line-height: 1;
  }
  
  .event-modal .event-name {
    font-size: 16px;
    font-style: italic;
    font-family: 'SansaProSemiBoldItalic', 'corbel', 'sans-serif';
    margin-bottom: 6px;
    margin-top: 6px;
  }  

  .event-modal.animation-completed .event-name {
    text-overflow: inherit;
    overflow: hidden;
    white-space: normal;
  }

.event-modal .speaker-headline,
.cd-schedule .session-type,
.cd-schedule .event-location {
  display: none;
}

.event-info .speaker-button {
    display: block !important;
    border: none;
    margin-top: 10px;
    text-align: left;
    line-height: 1.5;
}

.event-info .speaker-button:after {
    content: "\f05a";
    margin-left: 0.3em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*content of slot*/

.speech {
  margin-top: 15px;
}

.event-info h2,
.event-info .speech .speech-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: bold;
}

.event-info .speech .speech-time,
.event-info .speech .speech-time {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: bold;
}

.event-modal .speech {
  margin-bottom: 2.5em;
}

@media only screen and (min-width:979px) {

.speech {
  margin-top: 0px;
}

.event-info .speech .speech-title,
.event-info .speech .speech-time {
    margin-bottom: 15px;
}

  .event-info .speech
  .event-info .speech {
    margin-bottom: 15px;
  }

}

.event-info .event-location {
  display: none;
}

.event-info .speech .speech-abstract {
  color: #000;
  padding: 0;
  font-size: 16px;
}

.event-modal .session-type,
.cd-schedule .event-title,
.event-modal .event-location,
.cd-schedule .event-date,
.event-modal .event-date {
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

@media only screen and (min-width:979px) {

  .event-modal .event-location {
    font-size: 12px;
    margin-bottom: 6px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s linear;
    /*transition-delay: 0.4s;*/
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    /*-webkit-transition-delay: 0.4s;*/
  }

  .event-modal .session-type,
  .cd-schedule .event-date,
  .event-modal .event-date {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s linear;
    /*transition-delay: 0.4s;*/
    -webkit-transition: visibility 0.3s, opacity 0.3s linear;
    /*-webkit-transition-delay: 0.4s;*/
  } 

  .event-modal.animation-completed .session-type,
  .event-modal.animation-completed .event-location,
  .event-modal.animation-completed .event-date {
    opacity: 1;
    display: block;
    visibility: visible;
  } 

  .cd-schedule .event-title {
	font-size: 12px;
    line-height: normal;
    font-style: normal;
    margin: 0;
	}
    
    .event-modal .event-name,
	.cd-schedule .event-name {
	font-size: 12px;
    font-style: italic;
    line-height: normal;
    margin: 0;
	}

  .event-modal.animation-completed .event-name {
    text-overflow: inherit;
    overflow: hidden;
    white-space: normal;
  }

  .cd-schedule .event-date {
      display: none;
  }
  
  .event-modal .event-name {
    font-size: 12px;
    margin-bottom: 6px;
  }

}

.event-modal .event-date,
.cd-schedule .event-date {
	font-size: 12px;
	margin-bottom: 0;
	color: #fff;
}

.event-modal .event-date {
  margin-bottom: 6px;
}

.cd-schedule .single-event[data-event="keynote"],
.event-modal[data-event="keynote"] .header-bg {
  /* this is used to set a background color for the event and the modal window */
  background: rgba(0,96,86,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="keynote"]:hover {
  background: rgba(55, 137, 128, 1) 
}

.cd-schedule .single-event[data-event="smart-agriculture"],
.event-modal[data-event="smart-agriculture"] .header-bg {
  background: rgba(35, 155, 65, 1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="smart-agriculture"]:hover {
  background: rgb(74, 196, 105);
}

.cd-schedule .single-event[data-event="maintenance-management-4-0"],
.event-modal[data-event="maintenance-management-4-0"] .header-bg {
  background: rgba(68,52,83,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="maintenance-management-4-0"]:hover {
  background: rgba(109, 88, 130, 1);
}

.cd-schedule .single-event[data-event="technology-roadmaps"],
.event-modal[data-event="technology-roadmaps"] .header-bg {
  background: rgba(138, 108, 41, 1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="technology-roadmaps"]:hover {
  background: rgb(181, 153, 94);
}

.cd-schedule .single-event[data-event="smart-automation"],
.event-modal[data-event="smart-automation"] .header-bg {
  background: rgba(45,104,119,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="smart-automation"]:hover {
  background: rgba(101, 152, 165, 1);
}

.cd-schedule .single-event[data-event="artificial-intelligence"],
.event-modal[data-event="artificial-intelligence"] .header-bg {
  background: rgba(220, 157, 92, 1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="artificial-intelligence"]:hover {
  background: rgb(255, 187, 119);
}

.cd-schedule .single-event[data-event="digital-entrepreneurs"],
.event-modal[data-event="digital-entrepreneurs"] .header-bg {
  background: rgba(246,103,103,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="digital-entrepreneurs"]:hover {
  background: rgb(149, 26, 29);
}

.cd-schedule .single-event[data-event="sensor-technologies"],
.event-modal[data-event="sensor-technologies"] .header-bg {
  background: rgba(36,145,158,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="sensor-technologies"]:hover {
  background: rgb(115, 174, 181);
}

.cd-schedule .single-event[data-event="hr-strategies"],
.event-modal[data-event="hr-strategies"] .header-bg {
  background: rgba(115,30,130,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="hr-strategies"]:hover {
  background: rgb(156, 73, 170);
} 

.cd-schedule .single-event[data-event="break"],
.event-modal[data-event="break"] .header-bg {
  background: rgba(61,89,152,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="break"]:hover {
  background: rgba(94, 121, 178, 1);
}

.cd-schedule .single-event[data-event="general"],
.event-modal[data-event="general"] .header-bg {
  background: rgba(150,61,61,1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1) !important;
}

.cd-schedule .single-event[data-event="general"]:hover {
  background: rgb(181, 97, 97); 
}

.event-modal {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  /* Force Hardware acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, -webkit-transform .4s;
  transition: transform .4s, visibility .4s;
  transition: transform .4s, visibility .4s, -webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}

.event-modal .header {
  position: relative;
  height: 70px;
  background: none;
  display: table;
  width: 100%;
  clip-path: none;
}

.event-modal .section-title {
  display: none;
}

.event-modal .header .content {
  position: relative;
  z-index: 5;
  /* vertically center inside its parent */
  display: table-cell;
  vertical-align: middle;
  padding: .6em 2em; 
}

.event-modal .body {
  position: relative;
  width: 100%;
  /* 70px is the .header height */
  height: calc(100% - 70px);
}

.event-modal .event-info {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  height: 100%;
  overflow: hidden;
  color: #005d56;
  text-align: left;
}

.event-modal .event-info .speaker-name {
  font-family: 'SansaProNormal', 'corbel', 'sans-serif';
  font-size: 14px;
  margin-top: 10px;
}

.event-modal .event-info .speaker-company {
  margin-top: 5px;
  font-family: 'SansaProNormal', 'corbel', 'sans-serif';
}

.event-modal .speech-info .speech-time,
.event-modal .speech-info .event-location,
.event-modal .event-info .session-type {
    visibility: hidden;
    opacity: 0;
}

.event-modal .event-info > div {
  overflow: auto;
  height: 100%;
  padding: 1.4em 5%;
  padding-bottom: 3em;
}

.event-modal .header-bg, .event-modal .body-bg {
  /* these are the morphing backgrounds - visible on desktop only */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.event-modal .body-bg {
  z-index: 1;
  background: white;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.event-modal .header-bg {
  z-index: 2;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.event-modal .close {
  /* this is the 'X' icon */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  /* replace text with icon */
  color: transparent;
  white-space: nowrap;
  text-indent: -100%;
  height: 50px;
  width: 50px;
}

.event-modal .close::before, .event-modal .close::after {
  /* these are the two lines of the 'X' icon */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

 .event-modal .close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

 .event-modal .close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.event-modal.no-transition {
  -webkit-transition: none;
  transition: none;
}

.event-modal.no-transition .header-bg, .event-modal.no-transition .body-bg {
  -webkit-transition: none;
  transition: none;
}

@media only screen and (min-width: 979px) {
   .event-modal {
    /* reset style */
    right: auto;
    width: auto;
    height: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
     transform: translateX(0);
    will-change: transform, width, height;
    -webkit-transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .event-modal .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
  }
  .event-modal .header .content {
    /* reset style */
    display: block;
    padding: .8em;
  }

	.event-modal > div > div.event-info,
  .event-modal .event-info {
		/*background-image: url('../img/loading-sisax.svg');*/
		/*background-size: auto;*/
		/*background-repeat: no-repeat;*/
		/*background-position: center center;*/
  }

  .event-modal > div > div.event-info > span > div,
  .event-modal .event-info > div {
    padding: 2em 3em 2em 2em;
  }

  .event-modal .body {
    height: 100%;
    width: auto;
  }
  .event-modal .header-bg, .event-modal .body-bg {
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .event-modal .header-bg {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .event-modal .body-bg {
    opacity: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .event-modal .close, .event-modal .event-info {
    opacity: 0;
  }
  .event-modal .close {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .event-modal .close::after, .event-modal .close::before {
    background: #222222;
    height: 16px;
  }
}

@media only screen and (min-width: 979px) {
  .event-modal .header .content {
    padding: 1.2em;
    text-align: left;
  }
}

 .event-modal.modal-is-open {
  /* .modal-is-open class is added as soon as an event is selected */
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.event-modal.modal-is-open .event-info > div {
  /* smooth scroll on iOS touch devices */
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 979px) {

  .event-modal .close {
    opacity: 0;
    visibility: hidden;
  }

  .event-modal.content-loaded.animation-completed .close {
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: opacity .2s;*/
    /*transition: opacity .2s;*/
  }

  .event-modal.content-loaded.animation-completed .event-info,
  .event-modal.content-loaded.animation-completed .event-info span.additional-content {
    /* 	the .animation-completed class is added when the modal animation is completed
			the .content-loaded class is added when the modal content has been loaded (using ajax) */
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .event-modal.modal-is-open .body-bg {
    opacity: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }

}

.cover-layer {
  /* layer between the content and the modal window */
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bad648+0,9ecb49+10,81c14b+21,71ad54+38,68ac4f+60,3e914d+85,297c52+100 */
  background: #bad648; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #bad648 0%, #9ecb49 10%, #81c14b 21%, #71ad54 38%, #68ac4f 60%, #3e914d 85%, #297c52 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #bad648 0%,#9ecb49 10%,#81c14b 21%,#71ad54 38%,#68ac4f 60%,#3e914d 85%,#297c52 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #bad648 0%,#9ecb49 10%,#81c14b 21%,#71ad54 38%,#68ac4f 60%,#3e914d 85%,#297c52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad648', endColorstr='#297c52',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

body.modal-is-open .cover-layer {
  opacity: 0.8;
  visibility: visible;
}

div.event-modal.modal-is-open.animation-completed > div > div.loading_speaker {
  background-image: url("../img/loading-sisax.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
 
div.event-modal.modal-is-open.animation-completed.content-loaded > div > div.loading_speaker {
  opacity: 0;
}

/*Agenda Tooltips*/


.tooltip-agenda {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.tooltip-agenda-content {
  /*display: inline;*/
  /*-webkit-perspective: 500px;*/
  /*-moz-perspective: 500px;*/
  /*perspective: 500px;*/
}
.tooltip-agenda-content:hover {
  cursor: pointer;
}
.tooltip-agenda-content:hover .tooltip__content__agenda {
  -webkit-transform: translate3d(-50%, -10%, 0);
  -moz-transform: translate3d(-50%, -10%, 0);
  -ms-transform: translate3d(-50%, -10%, 0);
  -o-transform: translate3d(-50%, -10%, 0);
  transform: translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}
.tooltip__content__agenda {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(-50%, 0%, 0);
  -moz-transform: translate3d(-50%, 0%, 0);
  -ms-transform: translate3d(-50%, 0%, 0);
  -o-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transform-origin: 0 10px;
  -moz-transform-origin: 0 10px;
  -ms-transform-origin: 0 10px;
  -o-transform-origin: 0 10px;
  transform-origin: 0 10px;
  color: #005d56;
  background: #fff;
  display: block;
  font-size: 14px;
  z-index: 999;
  font-weight: normal;
  left: 50%;
	width: 100%;
  opacity: 0;
  padding: 20px 30px;
  pointer-events: none;
  position: absolute;
  text-align: left;
	bottom: 100%;
}

/*.tooltip__content__agenda.general {*/
/*  background-color: #005d56;*/
/*}*/
/**/
/*.tooltip__content__agenda.keynote {*/
/*  background-color: #005d56;*/
/*}*/
/**/
/*.tooltip__content__agenda.smart-automation {*/
/*  background-color: #2d6877;*/
/*}*/
/**/
/*.tooltip__content__agenda.artificial-intelligence {*/
/*  background-color: #f6b067;*/
/*}*/
/**/
/*.tooltip__content__agenda.maintenance-management-4-0 {*/
/*  background-color: #3d5998;*/
/*}*/
/**/
/*.tooltip__content__agenda.sensor-technologies {*/
/*  background-color: #24919e;*/
/*}*/
/**/
/*.tooltip__content__agenda.hr-strategiestechnology-roadmaps {*/
/*  background-color: #005d56;*/
/*}*/
/**/
/*.tooltip__content__agenda.digital-entrepreneurs {*/
/*  background-color: #f66767;*/
/*}*/

.tooltip__content__agenda a, .tooltip__content__agenda p {
	color: #000000;
	margin-bottom: 0;
	line-height: 1.5;
}

.tooltip__time {
    font-family: 'SansaProNormal', 'corbel', 'sans-serif';
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.tooltip__content__agenda a:hover {
	text-decoration: underline;
}

.tooltip__content__agenda:before {
  border-color: transparent;
  border-top-color: #fff;
  border-style: solid;
  border-width: 10px;
  content: ' ';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: -20px;
  width: 0;
}
.tooltip__content__agenda:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.tooltip__content__agenda:hover {
  -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  transform: rotateX(0deg) translate3d(-50%, -10%, 0);
  opacity: 1;
  pointer-events: auto;
}

/*Legende*/

  .sisax-legend {
		display: inline-block;
		/*float: left;*/
  }
  .sisax-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    }
  .sisax-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
    }
  .sisax-legend .legend-scale ul li {
    float: left;
    padding-right: 1em;
    text-align: left;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    }
  .sisax-legend ul.legend-labels li span.color {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    }
  .sisax-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
  .sisax-legend a {
    color: #777;
    }
