@import url("https://fonts.googleapis.com/css?family=Montserrat:100,700");


#banner {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.main_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 70px;
}

.main_title_ok {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 150px;
  margin-top: 30px;
}

#banner h2 {
  padding-top: 20px;
}

#banner .banner-details {
  position: absolute;
  bottom: 20px;
  right: 0px;
  text-align: right;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}

#banner .banner-details div:nth-child(1) {
  font-weight: 100;
  font-size: 50px;
  letter-spacing: -3px;
}

#banner .banner-details div:nth-child(1) sup {
  font-size: 28px;
}

#banner .banner-details div:nth-child(2) {
  font-weight: 100;
  font-size: 18px;
  top: 0px;
  position: relative;
  letter-spacing: 0;
  line-height: 1em;
}

#banner p {
  text-transform: none;
  letter-spacing: 0.1em;
}

#banner .location-descr {
  color: #fff;
}


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

  .main_title {
    font-size: 30px;
    text-align: center;
  }

  .main_title_ok {
    font-size: 100px;
    display: block;
    height: 72px;
  }

  #banner .banner-details {
    position: relative;
    text-align: left;
    margin-top: 20px;
  }

  #banner>h2 {
    height: 240px;
    box-sizing: border-box;
  }

  body.is-mobile.landing #banner {
    padding: 7em 1em 5em 1em;
    height: 100vh;
    background-position: bottom right;
  }

  #banner .banner-details div:nth-child(2) {
    top: 0px;
  }

  #banner br {
    display: inline;
  }

  #meeting-venue img {
    position: relative !important;
    width: 100% !important;
  }

}


#menu {
  background: #000;
}

#menu ul>li {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}

#header .light {
  font-family: 'Montserrat', sans-serif;
  font-weight: 100;
}


.wrapper.style1 {
  background: #4f5863;
}

.image-link {
  border: 0px;
}

.image-link:hover {
  border: 0px;
}

.logo-link {
  margin-bottom: 20px;
  display: inline-block;
  opacity: 0.75;
  border: 0px;
  transition: opacity 200ms ease-in-out;
}

.logo-link:hover {
  border: 0px;
  opacity: 1;
}

.logo-link img {
  width: 250px;
}


.download-button-link {
  position: relative;
  display: block;
}

.download-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
}

.download-button {
  position: relative;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  background-color: transparent;
  border-radius: 100%;
  opacity: 0.75;
  /*-webkit-transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);  Safari */
  transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.download-button path {
  fill: white;
  stroke: #000000;
  stroke-width: 0.1;
}

.pages:hover .download-button {
  opacity: 1;
  transform: scale(1.4);
}


.download-button .sm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 54px;
  height: 70px;
  margin: auto;
  color: white;
  text-align: center;
  font-size: 18px;

}

.download-button .sm .fa {
  font-size: 50px;
}

.pages {
  position: relative;
  margin: auto;
  width: 350px;
  height: 300px;
  max-width: 100%;
}

.pages img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.pages:hover img.p1 {
  transform: translate(-60%, -50%) rotate(-5deg);
}

.pages:hover img.p3 {
  transform: translate(-40%, -50%) rotate(5deg);
}

.pages:hover img.p2 {
  transform: translate(-50%, -53%) rotate(-2deg);
}

#banner .logo-link {
  position: absolute;
  top: 10px;
  left: 20px;
}


@media screen and (max-width: 736px) {
  #banner .logo-link {
    display: none;
  }

}


#programme.wrapper>.inner {
  width: 100%;
}

#programme .row .menu-item {
  text-align: left;
}

#programme .row .menu-item b {
  font-weight: normal;
  font-style: normal;
}

#programme .menu-item {
  margin: 35px 0;
  font-size: 18px;
}

#programme .menu-item-name {
  font-weight: 500;
  font-size: 17px;
  color: #000000;
  border-bottom: 2px dotted rgb(213, 213, 213);
}

#programme .menu-item-description {
  font-style: italic;
  font-size: 15px;
  font-weight: 100;
  color: #999;
}

#programme .menu-item-description small {
  font-style: normal;
  font-size: 11px;
  line-height: 4px;
  color: #bbbcd7;
}

#programme .menu-item-price {
  /*float: right;*/
  font-weight: 600;
  color: #ffa176;
  /*margin-top: -26px;*/
}


#programme a,
#programme a:visited,
#programme a:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 0px solid transparent;
}

#programme a:hover {
  color: #ffa176;
}

#meeting-venue p {
  color: white;
}

#register-now-button {
  display: block;
  margin: auto;
  height: auto;
  width: 200px;
  color: white;
  background-color: rgb(49, 55, 62);
  border-radius: 10px;
  border: 0px;
  padding: 10px;
  margin: 30px;
  text-decoration: none;
  transition: all 250ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  white-space: nowrap;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

#register-now-button:hover {
  text-decoration: none;
  transform: scale(1.2);
}

#sponsors {
  background-color: white;
}

#sponsors img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sponsors .gold img {
  width: 50%;
}

.gold .row {
  padding-bottom: 30px;
}

#welcome-message {
  position: relative;
  max-width: 700px;
  background-color: transparent;
  text-align: center;
  color: white;
  margin: auto;
}

#firma {
  display: block;
  text-align: right;
  padding-right: 50px;
  line-height: 200%;
  margin-bottom: 40px;
}

#firma>span {
  text-align: center;
  display: inline-block;
}

#header h1 {
  margin-top: 2px;
}

#header a:visited,
#header a:hover {
  color: white;
  text-decoration: none;
}


#sponsors h2 {
  color: #999;
}

#sponsors .container-fluid {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
}

#sponsors .container-fluid:last-of-type {
  margin-bottom: 30px;
  border-bottom: none;
}