@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600');

:focus {outline:none;}
::-moz-focus-inner {border:0;}

html {
  font-family: sans-serif;
}

body {
  margin: 0px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #1f1f1f;
  text-decoration: none;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

#wrapper {
  overflow-x: hidden;
}

.title-main, .title-section, .title-section-big {
  font-weight: 700;
  line-height: 0.98;
}

.title-footer {
  font-weight: 600;
  font-size: 52px;
}

.footer .subtitle {
  font-size: 12px;
  color: white;
  font-weight: 600;
  margin-top: 10px;
}

.title-white {
    color: white;
}

.title-gold {
  color: #c5a52d;
}

.title-section {
  font-size: 80px;
  max-width: 625px;
}

.title-section-big {
  font-size: 80px;
  max-width: 725px;
}

.fp-tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
}

.title-main {
  font-size: 100px;
  margin: 0 auto;
  animation: animtext 2s ease-in-out;
}

@keyframes animtext {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

.intro p{
  color: #fff;
  padding:40px 0 0 0;
}

.section {
  text-align: left;
}

.subtitle-gold {
  display: block;
  font-size: 44px;
  font-weight: 600;
  color: #c5a52d;
}

.text {
  font-size: 16px;
  font-weight: 200;
  color: #1f1f1f;
}

.text-xs{
  font-size: 14px;
  font-weight: 200;
  color: #1f1f1f;
}


.subtitle {
  margin-top: 50px;
  display: block;
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: white;
  opacity: 0;
  animation: showtext 1.5s forwards;
  animation-delay: 1s;
}

/* The typing effect */
@keyframes showtext {
  0% { opacity: 0;}
  100% { opacity: 1;}
}


.article-author {
  width: 570px;
  height: 66px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #1f1f1f;
}

.bold {
  font-weight: 600;
}


.article-author .light {
  font-weight: 300;
}

.lisbon-container {
  min-height: 580px;
  position: relative;
}


@media (max-width: 600px) {
  .lisbon-container {
    min-height: 680px;
  }
}

@media (min-width: 600px) and (max-width: 760px) {
  .lisbon-container {
    min-height: 780px;
  }
}

@media (min-width: 980px) and (max-width: 1297px) {
  .lisbon-container {
    min-height: 680px;
  }
}


.lisbon-container .title-gold {
  float: left;
  position: absolute;
}

.lisbon-img {
  margin-top: 170px;
  background-image: url("../imgs/lisbon.jpg");
  background-size: cover;
  width: 100%;
  min-height: 400px;
  left: 50%;
  position: absolute;
}

.article {
  margin-bottom: 145px;
  display: block;
}

.article p {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  color: #1f1f1f;
  line-height: 1.4;
}

.box-container {
  margin-top: 140px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1em;
}

.box {
  flex: 1;
  min-height: 140px;
  min-width: 140px;
  border: solid 4px white;
  font-size: 20px;
  font-weight: 600;
  color: white;
  padding: 23px 10px 25px 23px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  line-height: 1.2;
}
.box a{
  color: white;
  text-decoration: none;
}

.box:not(:last-child) {
  margin-right: 1.5%;
}

.box:hover, .box a:hover, .box:hover a {
  transition: all .3s linear;
  color: #80bab6;
  transform: translateY(-10px);
  text-decoration: none !important;
  box-shadow: inset 0 0 0 200px white;
}

.label {
  font-size: 24px;
  font-weight: 600;
  color: #c5a52d;
  margin-top: 50px;
  display: block;
}

.label-red {
  font-size: 24px;
  font-weight: 600;
  color: #af2a33;
  display: block;
}

.label-red-xl {
  font-size: 44px;
  font-weight: 600;
  color: #af2a33;
  display: block;
  margin-top: 80px
}

.list {
  margin-left: 20px;
}

.belem-jpg {
  height: 666px;
  background: url('../imgs/belem.jpg');
  background-size: cover;
}

.img-title {
  margin-top: 30px;
  margin-left: 20px;
}
.img-text {
  margin-top: 30px;
  width: 130%;
  margin-left: 20px;
}
.dates-bg {
  margin-top: 55px;
  width: 130%;
}
.white-bg {
  background-color: white;
  margin-top: 100px;
}

.date-header:after {
  content: "";
  width: 82%;
  height: 1px;
  margin: 50px auto;
  background-color: #af2a33;
}

.date-caps {
  font-size: 16px;
  color: #1f1f1f;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin: 5px 0;
}

.date-title {
  font-size: 44px;
  font-weight: 600;
  color: #af2a33;
  margin-bottom: 75px;
}
.date-subtitle {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #af2a33;
}

.stk-division-gold {
  margin-top: 40px;
}

.stk-division-gold:before {
  content: "";
  width: 2px;
  height: 30px;
  margin-left: 50%;
  margin-bottom: 60px;
  background-color: #c5a52d;
}

.stk-division:before {
  content: "";
  width: 2px;
  height: 30px;
  margin-left: calc(8.33% + 15px);
  background-color: #af2a33;
  margin-top: 50px;
  margin-bottom: 50px;
}

.margintop {
  margin-top: 170px;
}

.margintop-s {
  margin-top: 80px;
}

.margintop-xs {
  margin-top: 50px;
}

.destak {
  width: 396px;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 200;
  color: white;
}

.speakers-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1em;
  margin-bottom: 60px;
  margin-top: 40px;
}

.speaker-box {
  width: 160px;
  margin-bottom: 30px;
}

.speaker-img {
  width: 160px;
  min-height: 150px;
}

.speaker-name {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 600;
}

.speaker-job {
  font-size: 12px;
  font-weight: 600;
}

.speaker-desc {
  font-size: 12px;
  font-weight: 200;
}

.logos-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 2em;
  margin-bottom: 60px;
min-height: 100px;
	max-width: 600px;
	line-height: 70px;
}

.logo-partner {
	max-width: 100px;
	margin: auto 50px auto 0;
}

#partners .label-red {
	margin-top: 30px;
	padding: 0;
	margin-right: 30px;
}


.footer {
  background: url('../imgs/footer.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  margin-top: 50px;
  padding-top: 150px;
}



#idef-logo-footer {
  width: 30%;
  margin-left: 20%;
  margin-top: 5%;
}

#iseg-logo-footer {
  width: 50%;
  height: 140px;
  background: url('../imgs/iseg-logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.grey-box {
  font-size: 16px;
  font-weight: 600;
  color: #1f1f1f;
  background-color: #d8d8d8;
  padding: 17px 30px;
  display: block;
  margin: 15px 0;
}

.graph-container {
  width: 100%;
  min-height: 140px;
}

.graph-container .circle:not(:first-child) {
  margin-left: -10%;
}

.circle {
  width: 100px;
  height: 100px;
  opacity: 0.6;
  background-color: #c5a52d;
  border-radius: 50%;
  display: inline-block;
  font-size: 16.8px;
  font-weight: 600;
  color: white;
  position: relative;
	margin-right: 15px
}

#circle1:after {
  content: "Context";
  position: absolute;
  top: 39%;
  left: 18%;
}
#circle2:after {
  content: "People";
  position: absolute;
  top: 39%;
  left: 21%;
}
#circle3:after {
  content: "Market";
  position: absolute;
  top: 39%;
  left: 21%;
}
/*---- FORMATING SECTIONS -----*/

.nopadding {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.nopadding-l {
  padding-left: 0px !important;
}

.section {
  min-height: 100vh;
}

.titlebg:before {
  content: "";
      position: absolute;
      width: 100%;
      z-index: -1;
      height: 600px;
      margin-top: -50px;
      background-color: #af2a33;
}
.titlebg-xs:before {
  content: "";
      position: absolute;
      width: 100%;
      z-index: -1;
      height: 500px;
      margin-top: -100px;
      background-color: #af2a33;
}

.titlebg-green {
  background-color: #80bab6;
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 40px;
  margin: 50px 0;
}


#intro {
  background: url('../imgs/imghp.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#intro .title-main {
  margin-top: 26%;
}

#idef-logo-intro{
  width: 100px;
  height: 30px;
  background: url('../imgs/idefe.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
	margin-top: 20px;
}

.logos-container-intro {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

#acn-logo {
  width: 100px;
  height: 30px;
  background: url('../imgs/acn-logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#iseg-logo {
  width: 140px;
  height: 90px;
  background: url('../imgs/iseg-logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#sponsor-container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}

#logos-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  width: 50%;
  margin-bottom: 15px;
}

.label-xs {
  font-size: 8px;
  font-weight: 300;
  margin-bottom: -5px;
}

#lisbon .title-section {
    margin-top: 120px;
    z-index: 1;
}


#learningexperiences-bg {
  background: url('../imgs/learning.png');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

#learningexperiences .title-section {
  margin-top: 15%;
}

#experiences {
  margin-top: 90px;
  margin-bottom: 180px;
}

#faculty {
}

#dayprogram .title-section-big  {
    margin-top: 120px;
}



#dayprogram {
  background-color: #af2a33;
  padding-bottom: 150px;
}

#partners .text-xs a {
  color: #af2a33;
  text-decoration: none;
  transition: all .5s ease;
}

#partners .text-xs a:hover {
  text-decoration: underline;
  transition: all .5s ease;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}




/* ---------- MENU ---------- */

.menu {
  padding-top: 30px;
  position: fixed;
  z-index: 1;
  right: 15px;
  margin-left: auto;
}

.menu.visible {
  background-color: rgba(175,42,51,.95);
  transition: height .55s ease-in;
  height: 430px;
}
.menu.visible #expandmenu {
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}


.stk-white {
  width: 2px;
  height: 30px;
  background-color: white;
  display: block;
  float: right;
  margin-top: -35px;
}

.logo_container {
  background-color: rgba(175,42,51,.95);
  width: 271px;
  height: 115px;
}

.logo {
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
  margin-right: calc(215px + 10%);
}

.menu_links {
  list-style-type: none;
  background-color: rgba(175,42,51,.95);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  padding-right: 7%;
  padding-top: 50px;
  float: right;
  margin: 0px;
}

.menu_links li {
  padding: 10px 0;
  color: white;
}
.menu_links li a {
    color: white;
    transition: all .25s ease;
    text-decoration: none !important;
}
.menu_links li a:hover {
    color: #80bab6;
    transition: all .25s ease;
    text-decoration: none !important;
}
.menu_links li.active a {
    color: #80bab6;
    transition: all .25s ease;
    text-decoration: none !important;
}

.menu_links:before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: white;
}


.menu_links {
  float: right;
  clear:right;
  height: 0;
  overflow: hidden;
  transition: all .15s ease-in;
  background-color: transparent;
  opacity: 0;
  padding-right: 14%;
}

.menu_links li.visible {
  background-color: transparent;
}

.menu_links.visible {
  float: right;
  clear:right;
  height: 90vh;
  transition: all .15s ease-in;
  opacity: 1;
}

.stk-white {
  opacity: 0;
  transition: opacity .25s ease-in;
}

.stk-white.visible {
  opacity: 1;
  transition: opacity .25s ease-in;
}

#expandmenu:before {
  content: "";
  background-color: #af2a33;
  width: 70px;
  height: 70px;

}

#expandmenu {
  box-shadow: 0px 0px 0px 15px rgba(175,42,51,1);
  width: 53px;
  height: 53px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  background-color: white;
  float: right;
  clear:right;
  display:block;
  margin-right: 30px;
  margin-bottom: 20px;
}

#expandmenu span {
display: block;
position: absolute;
height: 2px;
background:  #af2a33;
opacity: 1;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#expandmenu span:nth-child(even) {
left: 30%;
border-radius: 0 9px 9px 0;
}

#expandmenu span:nth-child(odd) {
left:12px;
border-radius: 9px 0 0 9px;
}

#expandmenu span:nth-child(1), #expandmenu span:nth-child(2) {
top: 18px;
width: 50%;
}

#expandmenu span:nth-child(3), #expandmenu span:nth-child(4) {
top: 28px;
width: 50%;
}

#expandmenu span:nth-child(5), #expandmenu span:nth-child(6) {
top: 38px;
width: 25%;
}

#expandmenu.open span:nth-child(1),#expandmenu.open span:nth-child(6) {
transform: rotate(45deg);
width: 50%;
}

#expandmenu.open span:nth-child(2),#expandmenu.open span:nth-child(5) {
transform: rotate(-45deg);
width: 50%;
}

#expandmenu.open span:nth-child(1) {
left: 5px;
top: 7px;
margin-top: 10px;
}

#expandmenu.open span:nth-child(2) {
left: calc(50% - 5px);
top: 7px;
margin-top: 10px;
}

#expandmenu.open span:nth-child(3) {
left: -50%;
opacity: 0;
}

#expandmenu.open span:nth-child(4) {
left: 100%;
opacity: 0;
}

#expandmenu.open span:nth-child(5) {
left: 4px;
top: 24px;
margin-top: 10px;
}

#expandmenu.open span:nth-child(6) {
left: calc(50% - 4px);
top: 24px;
margin-top: 10px;
}


@media (max-width: 767px) {

  .menu {
    width: 100%;
    right: 0px;
    height: 0vh;
    background-color: transparent;
    z-index: 10;
  }

  .menu.visible {
    background-color: #af2a33;
  }

  .menu_links{
    padding-right: 7%;
  }
  .menu.visible {
    width: 100%;
    right: 0px;
    height: 100vh;
    background-color: #af2a33;
    transition: height .25s ease-in;
  }

  .img-title, .img-text {
    margin-left: 0px;
  }

  #logos-intro, #sponsor-container {
  align-items: flex-start;
  justify-content: flex-start;
  }

  #partner-container, #sponsor-container {
  margin-top: 25px;
  }

  .logo_container {
    background-color: rgba(175,42,51,.95);
    float: right;
    width: 60%;
    height: 80px;
    margin-right: 15px;
  }

  .logo {
    margin-left: 12%;
    margin-top: 5%;
  }

  #intro .title-main {
    font-size: 13vw;
    margin-top: 50%;
  }
  .subtitle {
    font-size: 4vw;
    margin-top: 20px;
  }

  .destak {
    font-size: 4vw;
    margin-top: 20px;
    color: white;
  }

  .title-section, .title-section-big {
    font-size: 13vw;
    line-height: 1.1;
  }

  .lisbon-img {
    left: 0%;
    margin-top: 400px;
    width: 120%;
    margin-left: -15%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .belem-jpg {
    height: 460px;
    width: 133.34%;
    margin-left: -16.67%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .date-title {
    margin-bottom: 25px;
  }

  #citypartners {
    margin-top: 10px
  }

  .logos-container {
    margin-bottom: 30px;
  }

  #daygram span {
    display: block;
  }

  .margin-xs {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .logo-footer {
    margin-bottom: 100px;
  }

  .article-author {
    margin-top: 100px;
  }

  .box-container {
    margin-top: 50px;
  }

  .stk-division:before {
    margin-left: 15px;
  }

  .stk-division-gold:before {
    margin-left: 15px;
  }

  .date-header:after {
    width: 95%;
  }
}

/*
*/

.grey-bg {
  background-color: #333;
  margin-top: 100px;
}

.red-day-box {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  background-color: #AF2A33;
  padding: 13px 20px;
  display: block;
  margin: 10px 0;
}

.label-red-xs {
  font-size: 14px;
  font-weight: 600;
  color: #af2a33;
  display: block;
	margin-bottom: 5px;
}

.text-xs-white{
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}

.grey-box-xs {
  font-size: 14px;
  font-weight: 300;
  color: #1f1f1f;
  background-color: #d8d8d8;
  padding: 10px 10px;
  display: block;
  margin: 15px 0;
}

.top-info {
	min-height: 400px;
}

.top-day-title {
	min-height: 40px;
	display: block;
}
.program-row {
	padding: 50px;
}
.lunch-row {
	margin: 20px 0;
}

.tiny-lunchbox {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background-color: #AF2A33;
  padding: 8px 10px;
  display: inline-block;
	float: left;
	margin: 2px 10px 0 0;
}

h4 {
  font-size: 24px !important;
  color: #c5a52d !important;
  margin-top: 20px !important;
}

.lunchbox-text{
  font-size: 14px;
  font-weight: 600;
	max-width: 200px;
  color: #fff;
  display: inline-block;
}

@media (max-width: 767px) {
	.top-info, .top-day-title {
		min-height: 0px;
	}
	.dia-prog {
		margin-bottom: 60px;
	}
	
	.program-row {
		padding: 20px 0;
	}
}
