#wrapper,
.copyright-area {
  width: auto;
}

.heading.share {
  margin-bottom: 0px;
  padding-top: 16px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #91959c;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .davos-header {
      display: block;
      height: auto;
      max-height: none;
      min-height: none;
  }

  .content-wrapper.davos-banner {
    position: static;
    height: auto;
    min-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .davos-banner-block {
    height: auto;
  }

  .davos-banner-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    border-style: none;
    border-radius: 0px;
  }

  .bg-section {
    display: none;
  }
}

@media (max-width: 767px) {
  .content-wrapper.davos-banner {
      height: auto;
      min-height: 0px;
  }
}

@media (max-width: 479px) {
  .davos-action-block {
      padding-right: 22px;
      padding-left: 22px;
  }

  .davos-banner-img {
    box-shadow: 0 30px 80px 10px rgba(0, 0, 0, .12);
  }

  .content-wrapper.davos-info {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .table-tickets {
    top: 0px !important;
  }

  .table-tickets-no-banner {
    top: -80px !important;
  }
}

.davos-banner-block {
  position: relative;
  z-index: 3;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1104px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.content-wrapper.davos-banner {
  position: absolute;
  left: 0px;
  top: -7px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  min-height: 350px;
  padding-right: 24px;
  padding-bottom: 0px;
  padding-left: 24px;
}

.content-wrapper.davos-info {
  z-index: 2;
  padding-bottom: 24px;
}

.davos-header.no-banner {
  display: block;
  height: auto;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
}

.davos-info-city {
  display: block;
  margin-right: 8px;
  padding-left: 24px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.link-davos-city {
  text-decoration: none;
}

.davos-description {
  color: #000;
}

.davos-description h5 {
  font-size: 16px;
  letter-spacing: -0.2px;
}

.davos-description h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 200;
}

.btn-label-text {
  width: 130px;
  padding-left: 2px;
  float: left;
  color: #0096ff;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.davos-banner-img {
  position: relative;
  height: 99%;
  border-style: none;
  border-radius: 12px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 30px 80px 10px rgba(0, 0, 0, .12), 0 11px 30px -7px rgba(0, 0, 0, .3);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.davos-content-section {
  padding: 20px;
}

.davos-content-section:nth-child(odd) {}

.davos-content-section:nth-child(even) {
  background-color: #f3f3f3;
}

.bg-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-height: 680px;
  min-height: 368px;
  opacity: 1;
}

.bg-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 120%;
  height: 120%;
  margin-top: -5%;
  margin-left: -10%;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-filter: blur(24px);
  filter: blur(24px);
}

.davos-action-btn {
  position: static;
  left: 16px;
  right: 16px;
  bottom: -24px;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: 4px;
  padding-top: 7px;
  padding-left: 32px;
  border-radius: 24px;
  border: 1px solid #cfd5e1;
  background-color: #fff;
  background-image: url('../../images/ic-social-share-share-b.svg');
  background-position: 8px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000;
  line-height: 100%;
  font-weight: 400;
  text-decoration: none;
}

.davos-action-btn:hover {
  width: 140px;
  background-color: #eee;
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.davos-action-btn.share {
  display: none;
}

.davos-action-btn.share:hover {
  width: 140px;
}

.davos-action-btn.facebook {
  background-image: url('../images/icones/facebook.svg');
}

.davos-action-btn.facebook:hover {
  width: 108px;
}

.davos-action-btn.email {
  background-image: url('../images/icones/email.png');
}

.davos-action-btn.email:hover {
  width: 160px;
}

.davos-action-btn.whatsapp {
  background-image: url('../images/icones/whats.png');
}

.davos-action-btn.whatsapp:hover {
  width: 108px;
}

.davos-action-btn.twitter {
  background-image: url('../images/icones/ic-social-share-twitter.svg');
}

.davos-action-btn.twitter:hover {
  width: 96px;
}

.davos-action-btn.linkedin {
  background-image: url('../images/icones/linkedin.webp');
}

.davos-action-btn.linkedin:hover {
  width: 104px;
}

.davos-action-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  margin-bottom: -20px;
  padding-right: 40px;
  padding-left: 40px;
}

.davos-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92vh;
  max-height: 800px;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #91959c;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.davos-name {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: 100%;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.bg-section {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 92%;
  max-height: 680px;
  opacity: 1;
}

.davos-info-calendar {
  display: block;
  margin-right: 8px;
  padding-left: 24px;
  background-image: url('../../images/ic_time-13x13.svg');
  background-position: 0px 6px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.davos-column {
  padding-right: 8px;
  padding-left: 8px;
}

.davos-column.davos-description {
  padding-top: 40px;
}

#davos-description {
  text-align: justify;
}

.davos-info-calendar,
.davos-info-city,
.davos-name {
  padding-left: 12px;
}

.heading {
  padding-top: 2rem;
}

@media (max-width: 991px) {
  .davos-banner-block {
    height: auto;
  }

  .content-wrapper.davos-banner {
    position: static;
    height: auto;
    min-height: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .davos-banner-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    border-style: none;
    border-radius: 0px;
  }

  .davos-action-btn:hover {
    width: 32px;
  }

  .davos-action-btn.share {
    display: inline-block;
  }

  .davos-action-btn.share:hover {
    width: 32px;
  }

  .davos-action-btn.facebook:hover {
    width: 32px;
  }

  .davos-action-btn.email:hover {
    width: 32px;
  }

  .davos-action-btn.link:hover {
    width: 32px;
  }

  .davos-action-btn.whatsapp:hover {
    width: 32px;
  }

  .davos-action-btn.twitter:hover {
    width: 32px;
  }

  .davos-action-btn.linkedin:hover {
    width: 32px;
  }

  .davos-header {
    display: block;
    height: auto;
    max-height: none;
    min-height: none;
  }

  .bg-section {
    display: none;
  }

  .davos-column {
    margin-bottom: 40px;
  }
}

.davos-location-name {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
}

.text-span {
  color: #000;
  font-size: 14px;
}

.davos-location-text {
  margin-bottom: 40px;
  color: #000;
}

@media (max-width: 767px) {
  .content-wrapper.davos-banner {
    height: auto;
    min-height: 0px;
  }

  .davos-name {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .content-wrapper.davos-info {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .davos-banner-img {
    box-shadow: 0 30px 80px 10px rgba(0, 0, 0, .12);
  }

  .davos-action-btn {
    margin-right: 2px;
    margin-left: 2px;
  }

  .davos-action-block {
    padding-right: 22px;
    padding-left: 22px;
  }

  .davos-name {
    font-size: 20px;
  }

  .davos-column {
    margin-bottom: 32px;
  }
}

.table-tickets {
  color: #50525f;
  z-index: 1000;
}

.table-tickets table {
  width: 100%;
}

.table-tickets table tr {
  background-color: #fff;
}

.table-tickets table tr {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 0 5px 10px;
  font-size: 11px;
}

.table-tickets table td {
  padding: 5px 10px 5px 10px
}

.table-tickets table td a.btn-primary {
  width: 100%;
}

.table-tickets .title {
  background-color: #3B3C3C;
  background-color: rgba(39, 40, 40, 0.9);
  font-size: 17px;
  border-top: 1px solid #3B3C3C;
  border-left: 1px solid #3B3C3C;
  border-right: 1px solid #3B3C3C;
  border-bottom: 0;
  height: 40px;
  color: #fff;
}

.table-tickets h4 {
  color: #fff;
  font-size: 14px;
}

.table-tickets .title .row {
  margin: 0;
  padding: 6px 0 6px 0;
}

.table-tickets .opt-panel {
  text-align: right;
  padding-right: 7px;
  min-width: 95px;
}

.table-tickets .opt {
  font-size: 20px;
  padding: 0 1px 0 1px;
}

.table-tickets .opt-clicked {
  color: #50525f;
}

.table-tickets span.number {
  font-size: 15px;
  display: inline-block;
  width: 20px;
  text-align: center;
  position: relative;
  top: -4px;
}

.table-tickets .table-header-title {
  background-color: #3c3e47;
  color: #fff;
  padding: 10px;
}

.table-tickets .note {
  font-size: 11px;
}

.table-tickets .item {}

.table-tickets .item .opt a,
.table-tickets .item .opt span {
  padding: 2px;
  font-size: 21px;
  text-align: center;
}

.table-tickets-ext {
  position: relative !important;
  margin: 10px 10px 10px 10px !important;
  top: 0 !important;
}

.table-tickets-ext .title {
  border-top: 1px solid #3B3C3C !important;
  border-left: 1px solid #3B3C3C !important;
  border-right: 1px solid #3B3C3C !important;
}

.table-tickets .btn-primary {
  font-weight: 500;
  font-size: 10px;
  padding: 16px 5px 16px 5px;
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

  .table-tickets {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .table-tickets .title {
    background-color: #3B3C3C;
    background-color: rgba(39, 40, 40, 0.9);
    font-size: 17px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0;
    height: 40px;
    color: #fff;
  }

  .table-tickets {
    position: absolute;
    left: 66%!important;
  }

  .container {
    width: 922px;
  }

}

@media (min-width: 768px) {
  .container {
    width: 714px;
  }
}


@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}

#org-description a {
  color: #919191;
}
