@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

html, body {
	font-family: "Lato", "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif !important;
	font-weight: 300;
	-webkit-font-smoothing: auto !important;
	letter-spacing: initial !important;
	margin: 0;
	background-color: #f5f7fa;
	overflow-x:hidden;
}

.content-header--nav {
	display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

ul.menu {
	flex-grow: 1;
}

/* body.modal-active{
	overflow:hidden;
} */

.nav-pills>li+li {
	margin-left: 0px impor !important;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none !important;
	background-color: rgba(255,255,255,.2) !important;
}

.content-header .content-header--nav ul li a {
    padding: 5px 15px 5px 15px !important;
}

.content-header .content-header--nav ul {
	min-height: 36px;
	height: auto;
}

.language-container .language {
	width: 100%;
}

.print{
	display: none;
}

.no-print{
	display: block;
}

.hide{
	display: none;
}
/*body:not(.plugin){
	padding-top: 46px;
}*/

body.plugin section {
	background-color: #ecf0f1 !important;
}

body.plugin section .bounds {
	padding: 30px !important;
	box-sizing: border-box !important;
}


/*.logo {
	width: 36px;
	height: 36px;
	margin-top: 5px;
	margin-right: 10px;
	border-radius: 4px;
	float: left;
}*/

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: 600 !important;
}

/* SECTIONS HEADERS AND FOOTERS */
.section-header, .section-footer  {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #262626;
	margin: 25px 0;
	word-wrap: break-word;
}

header .bar,
section .bounds {
	margin: 0 auto;
	max-width: 960px;
}

.event-description img {
	max-width: 100%;
	height: auto;
}

/* SECTION */
.cover + .sections,
#header + .sections {
	top: 650px;
	position: absolute;
	width: 100%;
}

.sections section {
	max-width: 960px;
	margin: 35px auto;
	border-radius: 4px;
	box-sizing: border-box;
}

section .bounds {
	padding: 50px 35px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
	border-radius: 4px;
}

section .bounds > h1 {
	text-align: center;
	margin-top: 0;
	word-wrap: break-word;
}

section .bounds > p {
	font-size: 16px;
	color: #7f8c8d;
	word-wrap: break-word;
}

section.about .bounds,
section.agenda .bounds,
section.speakers .bounds,
section.sponsors .bounds {
	padding: 50px 35px;
}

section.error {
	padding: 20px 0;
	text-align: center;
}

section.error h2 {
	margin: 0;
	word-wrap: break-word;
}

section.strip {
	background-color: #ffffff;
}

@media(max-width:991px){
	section .bounds{
		margin:5px;
	}
}

@media(max-width:767px){
	section .bounds{
		padding: 50px 10px;
		margin:0;
	}

	section.about .bounds,
	section.agenda .bounds,
	section.speakers .bounds,
	section.sponsors .bounds {
		padding: 50px 10px;
		box-sizing: border-box;
	}

	section .bounds > p{
		font-size:14px;
	}
}

/* HEADER - COVER*/
#header{
	position: fixed;
	top:0;
	height: 52px;
	box-shadow: none;
	transition: all 0.2s ease;
}

#header.scrolled {
	height: 52px;
}

.content-header{
	z-index: 1000;
	position: absolute;
	top:0;
	margin:0;
}

.hamburguer-menu{
	display:none;
}

.language{
	color: rgba(255,255,255,.8);
	font-size:20px;
	width: auto;
	text-align: center;
}

.language:hover, .language:focus{
	color: rgba(255,255,255,1);
}

.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}

.section section:first-child {
	margin-top: 0px
}

section.first-section {
	margin-top:100px;
}

section.cover {
	height: 700px;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	margin-top:47px;
}

section.cover:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 700px;
	background-blend-mode: multiply;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

section.cover .curve {
	position: absolute;
	bottom: -135px;
	width: 100%;
	height: 230px;
	left: 0px;
	background-image: url(/images/hotsite/cut-circle-grey.svg);
	background-size: calc(100% + 30px);
	background-position-x: -25px;
	background-repeat: no-repeat;
}

section.cover .inner {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 170px;
}

section.cover .cover-headline {
	text-align: center;
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	max-width: 560px;
	margin: 0 auto;
	margin-top: 180px;
	margin-bottom: 35px;
	word-wrap: break-word;
}

section.cover .cover-date {
	text-align:center;
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	margin-bottom:55px;
	word-wrap: break-word;
}

section.cover .cover-date .one-day {
	font-size: 28px;
	word-wrap: break-word;
}

section.cover .inner a
{
	display: table;
	margin: 0 auto;
	word-wrap: break-word;
}

section.cover .cover-date img{
	width:15px;
	margin-right:8px;
}

section.cover .cover-date .location{
	margin-right:14px;
}

section.cover .cover-date .date{
	margin-left:14px;
	word-wrap: break-word;
}

section.cover .date-container,
section.cover .address-container{
	display: inline-block;
}

section.cover .cover-date span,
section.cover .cover-date span * {
	vertical-align: middle;
}

button.round-button {
	border-radius: 50px;
	border: none;
	color: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;

	cursor: pointer;
	font-family: Lato;
	font-weight: 900;
	padding: 14px 35px;
	outline: none;
}

button.round-button img,
button.round-button span {
	vertical-align: middle;
}

button.round-button img {
	width: 32px;
	height: 32px;
	margin-right: 21px;
}

button.round-button.big {
	font-size: 22px;
	padding: 21px 77px;
	display: table;
	margin: 0 auto;
	text-transform: uppercase;
}

section.cover .countdown {
	display: flex;
	pointer-events: none;
	justify-content: center;
	font-size: 64px;
	flex-wrap: wrap;
	color:#ffffff;
	position: absolute;
	width:100%;
	top:50px;
	font-weight: 600;
	transition: all 0.5s ease;
}

section.header-body .countdown {
	display: flex;
	opacity: 0;
	pointer-events: none;
	justify-content: center;
	font-size: 64px;
	width:100%;
	font-weight: 600;
	transition: all 0.5s ease;
	margin-bottom: 20px;
}

.countdown.active {
	opacity:1 !important;
}

.countdown .countdown-headline {
	font-size: 16px;
	width:100%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:30px;
	word-wrap: break-word;
}

.countdown .countdown-sep {
	width:44px;
	text-align: center;
	margin-top: 10px;
}

.countdown .countdown-item {
	position:relative;
}

.countdown .countdown-label {
	font-size: 12px;
	font-weight: 800;
	position:absolute;
	width:100%;
	text-align: center;
	text-transform: uppercase;
	left: 0px;
	word-wrap: break-word;
}

.countdown span:last-child {
	margin-top: 10px;
	display: block;
}

@media(max-width:767px){
	section.cover .cover-headline {
		margin-top:90px;
	}

	section.cover .date-container,
	section.cover .address-container{
		display: block;
	}

	section.cover .date-container{
		margin-top:20px;
	}

	section.cover .countdown {
		font-size: 38px;
		top:0;
	}

	section.cover .inner {
		bottom:210px;
	}

	.countdown .countdown-label {
		font-size: 10px;
	}

	.countdown .countdown-sep {
		width:24px;
		text-align: center;
		margin-top: 8px;
	}

	button.round-button.big{
		padding:15px 47px;
	}

	.wrap-menu .dropdown-menu > li > a{
		background-color: #ffffff;
	}
}


/* MAP */
section.map {
	position: relative;
}

section.map button {
	margin-top: 21px;
}

section.map .container {
	display: table;
	position: relative;
	overflow: auto;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

section.map .left {
	display: table;
	height: 500px;
	z-index: 2;
}

section.map .left .inner {
	vertical-align: middle;
	display: table-cell;
}

section.map .left,
section.map .right {
	position: relative;
	width: calc(40% + 35px);
}

section.map .bg-map {
	height: 435px;
	width:100%;
	background-size: cover;
	background-position: center;
}

section.map .map-info{
	padding-bottom:50px;
}

section.map h2 {
	text-align: left;
	font-size: 18px;
	color: #7f8c8d;
	margin: 0 0 20px 0 !important;
	font-weight: normal;
	word-wrap: break-word;
}

section.map h2 span:not(.glyphicon) {
	color: #2b343d;
}

section.map h3 {
	font-size: 16px;
	color: #7f8c8d;
	font-weight: bold !important;
	word-wrap: break-word;
}

section.map p {
	font-size: 16px;
	color: #7f8c8d;
	margin: 0;
	word-wrap: break-word;
}

section.map .map-container{
	padding:0;
}

@media(max-width:991px){

}

@media(max-width:767px){
	section.map .bg-map{
		height:210px;
	}

	section.download .available-images img{
		height: 40px;
		margin-right: 20px;
		margin-top:15px;
	}
}

/* ABOUT */
section.about h1{
	margin-bottom:20px;
	word-wrap: break-word;
}

section.about p{
	padding-top:20px;
	word-wrap: break-word;
}

@media(max-width:767px){
	section.about p{
		padding-top:0;
	}
}

/* ACTIVITIES */
.activities .date-block{
	padding: 51px 7px;
	color: #2b343d;
	font-size: 25px;
	font-weight: 900;
		word-wrap: break-word;
}

.activities .date-container{
	padding:0;
	background-color: #f5f7fa;
	height:100%;
	display: block;
}

.activities .date-block label {
	color: #2b343d;
	font-size: 14px;
	font-weight: 400;
	display: block;
		word-wrap: break-word;
}

.activities .date-block .end,
.activities .date-block .end{
	color: #b4b4b4;
	word-wrap: break-word;
}

.activities .begin,
.activities .end{
	display: inline-block;
	margin: 0 14px;
		word-wrap: break-word;
}


.activities .divider{
	display: inline-block;
	height:21px;
	border: solid 1px #2b343d;
}

.activities .name-location{
	padding: 51px 35px;
	word-wrap: break-word;
}

.activities .location {
	margin-top: 7px;
	word-wrap: break-word;
}

.activities .location span {
	font-size: 14px;
	color: #7f8c8d;
	font-weight: 700;
	line-height: 21px;
	vertical-align: middle;
}

.activities .location .glyphicon {
	height: 21px;
	vertical-align: middle;
}

.activities .empty {
	color: #7b8c8d;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 48px;
	text-transform: uppercase;
	padding: 0 14px;
	background-color:#f5f7fa;
	word-wrap: break-word;
}

.activities .name {
	font-size: 16px;
	word-wrap: break-word;
}

section.agenda .tab-content > .active{
	display: block;
	margin-bottom: 35px;
}

.activities .agenda-container{
	margin-top:7px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.11);
	margin-top:20px;
	margin-left:2px;
	margin-right:2px;
}

.agenda-container .sign-up-button {
    padding-top: 17.3px;
    width: 100%;
    height: 65.7px;
    text-align: center;
    margin-bottom: 15px;
}

.agenda-container .sign-up-button button {
	height: 100%;
	width: 208px;
	border-radius: 4px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	word-wrap: break-word;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities .location-container{
	padding:0;
}

@media(max-width:991px){
	.activities .begin,
	.activities .end{
		margin: 0 10px;
	}
}

@media(max-width:767px){
	.activities .date-container{
		height:auto;
	}

	.activities .date-block{
		font-size:21px;
		text-align:center;
		padding: 31px 15px;
	}

	.activities .date-block label {
		font-size:13px;
	}

	.activities .name-location{
		padding: 31px 15px;
	}

	section.agenda .bounds > h1{
		margin-bottom:25px;
	}
}

/* SPEAKERS */

section.speakers .speakers-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.speakers .speaker-category {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #7f8c8d;
	padding: 14px 20px;
	margin-bottom: 0px;
	margin-top: 0;
	word-wrap: break-word;
}

section.speakers .speaker{
	width: 250px;
	height: auto;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	text-align: center;
	margin: 14px;
	position:relative;
}

section.speakers .contents{
	padding-top:0;
	padding-bottom:50px;
}

section.speakers .header{
	height: 100px;
  position: relative;
  margin-bottom: 21px;
	background-color: #f5f7fa;
}

section.speakers .curve{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	left: 0px;
	background-image: url(/images/hotsite/cut-circle-white.svg);
	background-size: calc(100% + 30px);
	background-position-x: -15px;
}

section.speakers .header img {
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	margin-top:20px;
}

section.speakers .background {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0px 0px;
	opacity: 0.5;
}

section.speakers .empty,
section.sponsors .empty{
	color: #7b8c8d;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background-color:#f5f7fa;
	text-align: center;
	padding-top:70px;
	padding-bottom:70px;
	word-wrap: break-word;
}

section.speakers p.name{
	color: #2b343d;
	font-size: 14px;
	font-weight: bold !important;
	text-align: center;
	margin: 0 0 6px 0;
	word-wrap: break-word;
	word-wrap: break-word;
}

section.speakers p.headline{
	color: #566263;
	margin-bottom: 15px !important;
	font-size: 12px;
	text-align: center;
	margin: 0;
	line-height: 17px;
	word-wrap: break-word;
}

section.speakerDays .activities{
	display:none;
}

section.speakerDays .activities.active{
	display:block;
}

/* SPONSORS*/
section.sponsors .sponsor-category {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #7f8c8d;
	padding: 14px 20px;
	margin-bottom: 0px;
	margin-top: 0;
	word-wrap: break-word;
}

.category-holder{
	display: flex !important;
	flex-wrap:wrap;
	justify-content: center;
}

.category {
	width:100%;
}
.category:not(:first-child){
	margin-top:70px;
}

section.sponsors .sponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.sponsors .sponsor{
	width: 164px;
	height: auto;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	margin: 14px;
	position: relative;
	box-shadow: none;
}

section.sponsors .sponsor img {
	border-radius: 4px;
	width: 136px;
	height: 136px;
	object-fit: cover;
	left: 0;
	top: 0;
}

section.sponsors  button{
	z-index: 1;
}

section.sponsors p.name {
	color: #2b343d;
	font-size: 14px;
	font-weight: bold !important;
	text-align: center;
	margin: 0 0 6px 0;
	word-wrap: break-word;
}

section.sponsors p.headline {
	color: #566263;
	margin-top: 7px;
	margin-bottom: 15px !important;
	font-size: 12px;
	text-align: center;
	margin: 0;
	line-height: 17px;
	word-wrap: break-word;
}

section.sponsors p.name {
	font-size: 14px;
	word-wrap: break-word;
}

section.sponsors p.website {
	font-size: 14px;
	word-wrap: break-word;
}

@media(max-width:767px){
	section.sponsors .sponsor{
		width: 124px;
	}
	section.sponsors .sponsor img {
		height:100px;
		width:100px;
	}
}

/* SCHEDULE */
.calendar{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.calendar .tabs{
	text-align:center;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.23;
}

 .tab-content>.active{
	display: flex;
}

.calendar .tabs .calendar-display{
	display: inline-block;
}

.agenda-tabs{
	margin:0 !important;
	padding-top:0 !important;
	background-color: #f5f7fa;
}

.calendar .tabs>li{
	display: none;
}

.calendar .tabs a{
	font-size: 16px;
	color: #adb9bd;
	font-weight: bold !important;
	margin: 0px;
	cursor: pointer;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 14px 24px;
	border-bottom: 7px solid transparent;
	background-color: #fcfcfc;
	border-radius: 4px 4px 0px 0px;
	word-wrap: break-word;
}

.calendar .tabs .active a,
.calendar .tabs .active a:hover,
.calendar .tabs .active a:focus {
		box-shadow: -1px 1px 6px 0 rgba(0, 0, 0, 0.11);
		background-color: #fff;
		color:#2b343d;
}

.calendar .tabs .active a{
	border-bottom: solid 7px #000000;
}

.menu-icons{
	float: right;
	display:inline-block;
	line-height: 56px;
	padding: 0;
	padding-bottom: 0;
	font-size:32px;
	color: rgba(127, 140, 141,.5);
	user-select: none;
}

.icons-container{
	padding: 0;
	display: flex;
	justify-content: center;
}

.menu-icons .icon-left{
	display:inline-block;
	cursor:pointer;
}

.menu-icons .icon-right{
	display:inline-block;
	cursor:pointer;
}

@media(max-width:991px){
	.calendar .tabs a{
		padding: 14px 30px;
	}
}

@media(max-width:767px){
	.calendar .tabs a{
		padding: 14px 15px;
		margin-right: 2px;
		font-size: 14px;
	}
}

@media(max-width:400px){
	.calendar .tabs a{
		padding: 10px 10px;
	}
}


.more-btn{
	min-width: 93px;
	height: 24px;
	border-radius: 30px;
	border: none;
	font-size: 10px;
	font-weight: 600;
	text-align: center;
	color: #4990e2;
	cursor: pointer;
	outline: none;
	font-family: "Open Sans", "Lucida Grande", Lucida, Verdana, sans-serif !important;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease;   
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

section.events ul.events {
	list-style: none;
	padding: 0;
	display: table;
	margin: 0 auto;
}

section.events .btn.btn-default {
	padding: 16px 0;
	line-height: 4px;
	margin: 0;
}

section.events ul.events > div {
	padding: 20px;
}

section.events ul.events li {
	display: inline-block;
}

section.events ul.events li a,
section.events ul.events li a:link,
section.events ul.events li a:visited,
section.events ul.events li a:active,
section.events ul.events li a:hover {
	display: block;
	cursor: pointer;
	color: #222222;
	width: 260px;
}

section.events ul.events li .cover {
	width: 100%;
	height: 96px;
	display: block;
	background-size: contain;
	border-radius: 10px 10px 0px 0px;
}

section.events ul.events li .details {
	display: block;
	padding: 10px;
	background-color: #fefefe;
	border-radius: 0px 0px 10px 10px;
}

section.events ul.events li .details .name {
	display: block;
	white-space: nowrap;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.events ul.events li .details .date {
	margin-top: 5px;
	display: block;
	font-size: 12px;
}

.eventbriteContainer {
	margin-top: 40px;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}

@keyframes scaleIn {
	0% { opacity: 0; transform: scale(0.8); filter:blur(50px); }
	100% { opacity: 1; transform: scale(1); filter:blur(0px); }
}

@keyframes scaleOut {
	from { opacity: 1; transform: scale(1); filter:blur(0px); }
	to { opacity: 0; transform: scale(0.8); filter:blur(50px); }
}

@keyframes modalNext {
	0% { opacity: 1; transform: scale(1) translateX(0%); filter:blur(0px); }
	50% { opacity: 0; transform: scale(1) translateX(50%); filter:blur(0px); }
	51% { opacity: 0; transform: scale(1) translateX(-50%); filter:blur(0px); }
	100% { opacity: 1; transform: scale(1) translateX(0%); filter:blur(0px); }
}

@keyframes modalPrev {
	0% { opacity: 1; transform: scale(1) translateX(0%); filter:blur(0px); }
	50% { opacity: 0; transform: scale(1) translateX(-50%); filter:blur(0px); }
	51% { opacity: 0; transform: scale(1) translateX(50%); filter:blur(0px); }
	100% { opacity: 1; transform: scale(1) translateX(0%); filter:blur(0px); }
}

.modal{
	position: fixed;
	height: 100vh;
	width: 100vw;
	top:0;
	left:0;
	z-index:1001;
	background: rgba(0,0,0,0.4);
	justify-content: center;
	display: none;
	overflow-y: auto!important;
}

.modal.active{
	display:flex;
	animation: fadeIn 1s ease 1 forwards;
}

.modal.closing{
	display:flex;
	animation: fadeOut 1s ease 1 forwards;
}

.modal .modal-content.opening{
	animation: scaleIn 0.5s ease 1 forwards;
}

.modal.closing .modal-content{
	animation: scaleOut 0.5s ease 1 forwards;
}

.modal-content{
	width:800px;
	max-height: calc(100vh - 200px);
	margin-top:100px;
	border-radius: 4px;
	background-color: #ffffff;
	border: solid 1px #dee1e2;
	position: relative;
}

.modal-content.next{
	animation: modalNext 1s ease forwards !important;
}

.modal-content.prev{
	animation: modalPrev 1s ease forwards !important;
}

.modal-content.next .modal-change{
	display:none;
}

.modal-content-header{
	height:200px;
	width:100%;
	border-bottom: solid 1px #dadfea;
	position:relative;
}

.modal-content .image-wrapper{
	margin-top:50px;
	margin-left: 50px;
	height: 80px;
	width: 80px;
	border-radius:50%;
	float:left;
}

.modal-content .image{
	height: 80px;
	width: 80px;
	border-radius:50%;
}

.modal-content .info{
	margin-top:50px;
	float:left;
	margin-left:35px;
}

.modal-content .info .headline{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #7f8c8d;
}

.modal-content .info .caption{
	margin-top:7px;
	font-size: 12px;
	font-weight: 600;
	color: #adb9bd;
}

.modal-content .info .social-media{
	margin-top:14px;
}

.modal-content .info .social-media a + a{
	margin-left:5px;
}

.modal-content .modal-close{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #7f8c8d;
	cursor:pointer;
	position: absolute;
	top:50px;
	right:40px;
}

.modal-content .modal-close:hover{
	text-decoration: underline;
}

.modal-content .modal-content-tabs{
	display:flex;
	clear: both;
	position: absolute;
	bottom:0;
	margin: 0;
	padding-left: 40px;
}

.modal-content .modal-content-tabs li{
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.6px;
	color: #2c3e50;
	padding:15px 20px;
	border-bottom:3px solid transparent;
	list-style: none;
	cursor:pointer;
}

.modal-content .modal-content-tabs li + li{
	margin-left:25px;
}

.modal-content .modal-content-tabs li.active{
	border-color: #4990e2;
}

.modal-content .modal-content-container{
	display:none;
	padding:35px 50px;
	font-size: 14px;
	color: #7f8c8d;
	overflow: auto;
	max-height: calc(100% - 200px);
	box-sizing: border-box;
}

.modal-content .modal-content-container.active{
	display:block;
}

.modal-content .modal-content-container-bio
{
	font-size: 18px;
	font-weight: bold;
	color: #7f8c8d;
	margin-top:0;
	margin-bottom:13px;
}

.modal-content .modal-change{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	display:none;
}

.modal-content .modal-change.active{
	display:flex;
}

.modal-content .modal-next{
	right:-70px;
}

.modal-content .modal-prev{
	left:-70px;
	transform: translateY(-50%) scaleX(-1);
}

.next-btn{
	width: 50px;
	height: 50px;
	border-radius: 8.7px;
	border: solid 2.1px #ffffff;
	background:none;
	justify-content: center;
	align-items: center;
	display:flex;
	cursor:pointer;
	outline:none;
}


.next-btn .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
}

.content-header .content-header--box{
	padding-top:0;
	padding-left:0;
	padding-right:0;
}

/* PHOTOS */

.photos .container {
	padding-top: 140px;
	padding-bottom: 110px;
}

.photos .photos-container {
	padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.photos .photo {
	display: inline-block !important;
	margin: 0px 2px;
	overflow: hidden;
	position: relative;
	width: 260px;
	box-shadow: 1px 1px 8px -2px rgba(78,78,78,0.78);
	border-radius: 5px;
}

.photos .photo img {
	width: 100%;
    object-fit: cover;
    height: 180px;
}

section.download {
	position: relative;
}

section.download .headline{
	font-size: 18px;
	font-weight: 900;
	margin-top:75px;
}

section.download .description {
	font-size: 14px;
	margin-top:20px;
	max-width:550px;
}

section.download .available {
	color:#ffffff;
}

section.download img.floating {
	position: absolute;
	right: 40px;
	bottom: 0px;
	height: calc(100% + 20px);
}

section.download .available-headline {
	font-size: 14px;
	font-weight: 900;
}

section.download .available-images{
	margin-top:14px;
}

section.download .available-images img{
	height: 60px;
	margin-right: 20px;
}

section.download .available button {
	width: 129px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
	border:2px solid #fff;
	background:none;
	border-radius:4px;
	color:#fff;
	margin-top:20px;
	outline:none;
	cursor:pointer;
	transition: all 0.3s ease;
}

/*others*/
.content-header .content-header--nav .menu li {
	font-weight: normal;
	border: none !important;
	letter-spacing: normal;
}
.content-header .content-header--nav .menu li.selected {
	font-weight: 700;
	letter-spacing: normal;
}
.content-header .content-header--nav .menu li.selected a,
.content-header .content-header--nav .menu li a {
	color: #fdfeff;
	font-size: 14px;
}
.content-header .content-header--nav .v2-logo {
	margin-right: 48px;
	display: flex;
    align-items: center;
}
.content-header .content-header--nav .v2-logo a {
	display: inline-block;
}
.content-header .content-header--nav .v2-logo img {
    top: 0px;
    position: relative;
    width: auto;
    height: 40px;
    vertical-align: middle !important;
    border-radius: 5px;
}
.content-header .content-header--nav .v2-logo .shortName {
	color: #fdfeff;
	margin-left: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.content-header--nav a {
	cursor:pointer;
}

.v2-barTop .barContent {
	padding:0;
}

.v2-barTop .barContent .shortName {
	font-size: 13.3px;
	font-weight: bold;
	margin-left:8px;
	text-transform: uppercase;
}

.dropdown-text{
	color: #ffffff !important;
	font-size: 14px;
	text-decoration: none;
	cursor:pointer;
	background: none;
	font-weight: normal;
}



.wrap-menu .dropdown-menu > li{
	display: block !important;
}

.wrap-menu .dropdown-menu > li > a:focus,
.wrap-menu .dropdown-menu > li > a:hover,
.wrap-menu .dropdown-menu > li > .active a,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: #ffffff !important;
	color: initial;
}

.wrap-menu .dropdown-menu > li > a{
	color:#000000 !important;
	padding: 5px 10px !important;
}

.wrap-menu .dropdown-menu {
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
	background-color: #ffffff;
	-webkit-background-clip: none;
	background-clip: none;
	border: none;
	border-radius: 4px !important;
	padding: 0;
	height: 100%;
	color:#ffffff;
	margin: 0 !important;
	margin-top:-10px !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.navbar-nav{
	margin:0;
}

section.header-body .bounds {
	font-size: 24px;
	text-align: center;
}

section.header-body .bounds .date-container {
	margin: 12px 0 48px 0;
}

section.header-body .bounds .date-container .date {
	margin-left: 4px;
	margin-right: 12px;
}

section.header-body .bounds .date-container .date span:first-child {
	margin-right: 6px;
}

section.cover .date-container .date span:first-child {
	margin-right: 6px;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
	.download-content{
		padding: 0px 10px;
	}

	.content-header .content-header--box {
		width: calc(100% - 40px) !important;
	}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		background-color: #fff !important;
	}

	section.cover {
		height: 500px;
	}

	.cover + .sections, #header + .sections {
		top: 480px;
	}

	section.cover .inner {
		bottom: 80px;
	}
}

@media screen and (max-width: 600px) {
	header .bar .left {
		margin-left: 20px;
	}

	#header{
		height:46px;
	}

	.hamburguer-menu{
		display: block;
		position: absolute;
		top: 13px;
		right: 15px;
		height: 20px;
		z-index: 999;
	}

	.navbar-nav {
		margin: 0 !important;
	}

	.content-header {
		bottom: initial;
		width: 250px;
		position: absolute;
		right: 0px;
		display:none;
		z-index: 100;
		padding: 5px;
	}

	.content-header .content-header--box{
		display:block;
		width:100%;
	}

	.content-header .content-header--nav .menu {
		height: initial;
		display:block;
	}

	.content-header .content-header--nav .menu li {
		display: block;
		text-align:right;
	}

	.content-header .content-header--nav .menu li a{
		text-align: left;
	}

	.content-header .content-header--nav .menu li.selected {
		border:none;
	}

	.download-content{
		margin: 0 auto;
		width:300px !important;
		background-image:none !important;
	}

	.download-content .description{
		max-width:300px !important;
		text-align: justify;
	}

	.modal-content-header{
		height:235px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.modal .modal-close{
		right: 20px;
		top: 30px;
	}

	.modal-content .modal-content-container{
		padding:20px;
		overflow:auto;
		height: calc(100vh - 200px - 290px);
	}

	.modal-content .image-wrapper {
		margin-top: 30px;
		margin-left: 0px;
		width: 100%;
		text-align: center;
	}

	.modal-content .info{
		margin-top: -30px;
		margin-left:0;
		text-align: center;
	}

	.modal-content .modal-content-tabs{
		padding-left:0px;
	}

	section.cover {
		height: 350px;
	}

	section.cover .curve {
		display: none;
	}

	.cover + .sections, #header + .sections {
		top: 350px;
	}

	section.cover .inner {
		bottom: 30px;
	}
}

@media screen and (min-width: 1441px) {
	section.cover .curve {
		position: absolute;
		bottom: -80px;
		width: 100%;
		height: 230px;
		left: 0px;
		background-image: url(/images/hotsite/cut-circle-grey.svg);
		background-size: calc(100% + 30px);
		background-position-x: -25px;
	}
}

@media screen and (min-width: 1920px) {
	section.cover .curve {
		position: absolute;
		bottom: -40px;
		width: 100%;
		height: 230px;
		left: 0px;
		background-image: url(/images/hotsite/cut-circle-grey.svg);
		background-size: calc(100% + 30px);
		background-position-x: -25px;
	}
}

@media(min-width:601px) {
	.navbar-brand.navbar-mobile {
		display: none;
	}
}

@media(max-width:600px) {
	.navbar-brand.navbar-mobile {
		padding: 8px;
	}
	span.v2-logo {
		display: none !important;
	}
}

.nav.navbar-nav.navbar-right {
	margin-top: 0;
    height: 100%;
}

/* AGENDA MODAL */

#agendaModal .modal-content {
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

#agendaModal .modal-header {
	height: auto;
	padding: 0;
	padding-bottom: 46px;
	padding-left: 42px;
	padding-right: 42px;
	border: none;
	background: url(../images/header/background.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#agendaModal .header-bar {
	padding-top: 36px;
}

#agendaModal .status {
	font-size: 16px;
	font-weight: 800;
	color: #8fde06;
	word-wrap: break-word;
}

#agendaModal .modal-close {
    padding: 0;
}

#agendaModal .modal-close>a {
    font-size: 16px;
    font-weight: 600;
    color: #7f8c8d;
    word-wrap: break-word;
    cursor: pointer;
}

#agendaModal .date {
    padding-top: 27px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #161616;
    word-wrap: break-word;
}

#agendaModal .event-title {
    padding-top: 19.8px;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    color: #161616;
    word-wrap: break-word;
}

#agendaModal .time {
    padding-top: 25px;
    text-transform: uppercase;
}

#agendaModal .time .initial-time {
    text-align: left;
    color: #161616;
    display: inline-block;
}

#agendaModal .time .final-time {
    text-align: left;
    color: #666666;
    display: inline-block;
    padding-left: 39px;
}

#agendaModal .time-text {
    font-size: 12px;
    font-weight: 500;
    word-wrap: break-word;
}

#agendaModal .time-number {
    font-size: 24px;
    font-weight: 800;
    word-wrap: break-word;
}

#agendaModal .modal-header .button {
    padding-top: 35px;
    width: 100%;
}

#agendaModal .modal-header .button button {
    width: 153.3px;
    height: 36.8px;
    border-radius: 6px;
    background-color: #ec073e;
    font-size: 13px;
    font-weight: 800;
    color: #161616;
    border: none;
    word-wrap: break-word;
}

#agendaModal .modal-body {
    padding-right: 42px;
    padding-left: 42px;
    padding-bottom: 40px;
}

#agendaModal .modal-body .title {
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    word-wrap: break-word;
}

#agendaModal .modal-body .description {
    padding-top: 45px;
    font-size: 14px;
    text-align: left;
    color: #95989a;
    font-weight: normal;
    word-wrap: break-word;
}

#agendaModal .modal-body .address {
    padding-top: 31.7px;
    font-size: 16px;
    color: #333333;
    word-wrap: break-word;
}

#agendaModal .modal-body .icon {
    margin-right: 7px;
    color: #ec073e;
    height: 100%;
    text-align: right;
    vertical-align: middle;
}

#agendaModal .modal-body .tickets-sample {
    padding-top: 25px;
    font-size: 16px;
    line-height: 35px;
    color: #333333;
}

#agendaModal .modal-body .agenda-speakers {
    padding-top: 67px;
}

#agendaModal .modal-body .agenda-speakers .menu-icons {
    float: right;
    display: inline-block;
    line-height: 30px;
    padding: 0;
    padding-bottom: 0;
    font-size: 30px;
    color: rgba(127, 140, 141, .5);
}

#agendaModal .modal-body .agenda-speakers .menu-icons .icon-left {
    display: inline-block;
    color: rgba(127, 140, 141, .5);
    cursor: pointer;
}

#agendaModal .modal-body .agenda-speakers .menu-icons .icon-right {
    display: inline-block;
    color: #ec073e;
    cursor: pointer;
}

#agendaModal .modal-body .agenda-speakers .modal-agenda-container {
    padding-left: 43px;
    padding-left: 42px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#agendaModal .modal-body .agenda-speakers .media {
    margin-top: 25px;
    width: 265px;
}

#agendaModal .modal-body .agenda-speakers .media.invisible {
    display: none;
}

#agendaModal .modal-body .agenda-speakers .media .photo {
    width: 79px;
    height: 79px;
    border-radius: 50%;
}

#agendaModal .modal-body .agenda-speakers .media .media-body {
    padding-left: 14px;
}

#agendaModal .modal-body .agenda-speakers .media .media-body .media-heading {
    width: auto;
    font-size: 19px;
    font-weight: 800;
    text-align: left;
    color: #333333;
}

#agendaModal .modal-body .agenda-speakers .media .media-body .speaker-title {
    width: auto;
    font-size: 14px;
    color: #ec073e;
    font-weight: 800;
    text-align: left;
    margin: 0;
}

#agendaModal .modal-body .agenda-speakers .media .media-body button {
    width: auto;
    padding: 0;
    margin-top: 10.5px;
    background: none;
    border: none;
    font-size: 9px;
    font-weight: 500;
    text-align: left;
    color: #7f8c8d;
}

#agendaModal .modal-body .download-container {
    padding-top: 75px;
}


#agendaModal .modal-body .download-container .downloads-row {
    padding-top: 28px;
    padding-left: 35px;
}

#agendaModal .modal-body .download-container .download-title {
    font-weight: 900;
    text-align: left;
    font-size: 16px;
    text-align: left;
    color: #333333;
}

#agendaModal .modal-body .download-container .photo {
    width: 38px;
    height: 38px;
    border: none;
}

#agendaModal .modal-body .download-container .photo img {
    object-fit: contain;
}

#agendaModal .modal-body .download-container .media-body h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    color: #333333;
}

#agendaModal .modal-body .download-container .media .media-body p {
    font-size: 10px;
    font-weight: 500;
    text-align: left;
    color: #7f8c8d;
}

#agendaModal .modal-body .tags-container {
    padding-top: 67px;
    padding-right: 56px;
    padding-bottom: 50px;
}

#agendaModal .modal-body .tags-container .tags {
    margin-top: 25px;
    padding-left: 47px;
}

#agendaModal .modal-body .tags-container .tags .label-color {
    background-color: #e9e9e9;
    font-weight: 800;
    color: #7f8c8d;
}

@media(max-width:991px) {
    #agendaModal .date {
        padding-top: 41px;
        font-size: 12px;
    }

    #agendaModal .time {
        padding-top: 21px;
    }

    #agendaModal .time-text {
        font-size: 12px;
    }

    #agendaModal .modal-header .button {
        padding-top: 23px;
    }

    #agendaModal .modal-body .title {
        font-size: 20px;
    }

    #agendaModal .modal-body .description {
        padding-left: 0;
    }

    #agendaModal .modal-body .agenda-speakers .modal-agenda-container {
        padding-left: 0;
    }

    #agendaModal .modal-body .agenda-speakers .modal-agenda-container .media {
        padding-top: 41px;
    }

    #agendaModal .modal-body .download-container {
        padding-top: 57px;
    }

    #agendaModal .modal-body .download-container .media {
        padding-top: 25px;
    }

    #agendaModal .modal-body .download-container .downloads-row {
        padding-left: 0;
        padding-top: 26px;
    }

    #agendaModal .modal-body .tags-container {
        padding-top: 53px;
    }

    #agendaModal .modal-body .tags-container .tags {
        padding-left: 0;
        padding-right: 10px;
    }
}

@media(max-width:767px) {
    #agendaModal .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }

    #agendaModal .modal-header {
        padding-bottom: 26px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #agendaModal .event-title {
        font-size: 20px;
        padding-top: 17px;
    }

    #agendaModal .header-bar {
        padding-top: 20px;
    }

    #agendaModal .date {
        padding-top: 20px;
    }

    #agendaModal .time-number {
        font-size: 24px;
    }
}

.modal-backdrop {
	display: none;
}

/* EVENTS */

section.events .filters {
	padding: 0 20px;
}

section.events ul.events {
	list-style: none;
	padding: 0;
	display: table;
	margin: 10px auto;
	padding: 0;
}

section.events ul.events li {
	margin: 0 auto;
	display: table;
	padding: 10px 0;
	box-sizing: border-box;
}

section.events ul.events li a,
section.events ul.events li a:link,
section.events ul.events li a:visited,
section.events ul.events li a:active,
section.events ul.events li a:hover {
	display: block;
	cursor: pointer;
	color: #222222;
	width: 100%;
}

section.events ul.events li .cover {
	width: 100%;
	height: 135px;
	display: block;
	border-radius: 4px 4px 0px 0px;
	object-fit: cover;
}

section.events ul.events li .details {
	display: grid;
	padding: 10px;
	background-color: #fefefe;
	border-radius: 0px 0px 4px 4px;
	width: 100%;
}

section.events ul.events li .details .name {
	display: block;
	white-space: nowrap;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #4a4a4a;
	font-weight: 600;
	word-wrap: break-word;
	margin: 10px 0;
}

section.events ul.events li .details .date {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #808080;
	word-wrap: break-word;
}

section.events ul.events li .details .location {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	color: #808080;
	white-space: nowrap;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
}

section.events ul.pagination {
	display: table;
	margin: 0 auto;
}

section.events ul.pagination li {
	cursor: pointer;
}

section.events .events p.no-results {
	text-align: center;
}

#modal-about p {
	max-height: 400px;
    word-break: break-word;
    overflow: auto;
}

.navbar-brand.navbar-mobile .img-responsive {
	height: 30px;
}