/* Utils **********************************************************************/

/* Small devices (landscape phones, 34em and up) */
@media (max-width: 34em) {
  .hide-sm { display: none }
}

/* Medium devices (tablets, 48em and up) */
@media (max-width: 48em) { 
  .hide-md { display: none }
}

/* Large devices (desktops, 62em and up) */
@media (max-width: 62em) { 
  .hide-lg { display: none }
}

.wpb_row { margin-bottom: 27px; }

.btn-ghost { background-color: rgba(255,255,255, 0.2); }

/********* Grid System *****/
.grid {
  clear: both;
  padding: 0px;
  margin: 0px;
}

.col {
  display: block;
  float: left;
  margin: 1% 0 1% 0%;
}

.col:first-child { margin-left: 0; }

/*  GRID OF FIVE  */
.span_5_of_5 { width: 100%; }
.span_4_of_5 { width: 79.68%; }
.span_3_of_5 { width: 59.36%; }
.span_2_of_5 { width: 39.04%; }
.span_1_of_5 { width: 18.72%; }

@media only screen and (max-width: 768px) {
  .grid { clear: none; }
  .col { margin: 1% 0 1% 0%; }
  .span_1_of_5 { width: 50% }
}

@media only screen and (max-width: 480px) {
  .col {  margin: 1% 0 1% 0%; }
  .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

@media (max-width: 1000px) {
        body {visibility: hidden; background: url(../img/intro@2x.jpg) no-repeat; background-size: cover;}                                      
        body #display-msg{visibility: visible; display:block;}
}

#display-msg{
        visibility: hidden;
}

/* Header *********************************************************************/

.main-header {
  background: transparent;
  height: 90px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;

  /* fix position */
  z-index: 1000;
}

.nav-up {
  top: -90px;
}

/* background hack ;) */
.header-bg {
  background-color: #bdc3c7;
  background-color: rgba(189, 195, 199, .98);

  opacity: 0;
  height: 90px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in, color 0.2s ease-in;
  width: 100%;
}

.nav-up .header-bg { top: -90px; }

.nav-not-top .header-bg { opacity: 1; }

/*.nav-not-top li > a { color: #000 !important; }
.nav-not-top a > span::before,
.nav-not-top a > span::after { background-color: #000 !important; }*/

/* normal view */
@media (min-width: 767px) {
  /* fix menu size */
  #dt-menu { 
    width: 100%;
    max-width: 94%; 
  }
}

/* compact view */
@media (max-width: 767px) {
  #dt-menu {
    position: fixed;
  }

  .home #head-page.alt #dt-menu > ul > li > a {
    line-height: 48px
  }
}

.menu-item { text-decoration: none }

/* remove blue border */
#dt-menu li a:hover { border: none; }

/* Fix menu font */
#dt-menu li a { text-transform: uppercase; }

/* previous edition options */
.menu-item-previous span {
  border: 2px solid #fff !important;
  padding: 10px;

  transition: all 0.2s ease-in-out;
}
.menu-item-previous span:hover {
  background-color: #fff;
  color: #000;
}

.menu-item-previous span::before,
.menu-item-previous span::after {
  background-color: transparent !important;
}

/* Intro **********************************************************************/
.section-intro {
  width: 100%;
  height: 100%;

  background: url(../img/intro@2x.jpg) no-repeat; 
  background-size: cover;

  transition: all 0.2s linear;
}

.section-intro .intro-wrapper {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
}

.intro-bg {
  position: absolute;
  width: 100%;
  height: 100%;

  mix-blend-mode: multiply;
}

.section-intro .intro-container {
  position: absolute;
  display: block;
  text-align: right;
  margin-right: 30px;
  bottom: 10px;
  right: 0%;
}

.section-intro .intro-title {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  font-family: 'dosis';
  text-align: right;
  margin-bottom: -2px;
  line-height: 70px;
}

.intro-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
  font-weight: 300;
  text-align: right;
}

.intro-buttons { display: block; text-align: right; }
.intro-buttons .best-moments-container { display: block; text-align: right; }
.best-moments-container .best-moments { width: 264px !important; }

/* Platinum Sponsors */
.section-intro .platinum-sponsors {
  /*width: 300px;*/
  height: 140px;
  padding: 30px;

  position: absolute;
  bottom: 5px;
  right: 50%;

}

.platinum-sponsors .triangle {
  display: none;
  position: absolute;
  top: 0;
  left: -97px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 142px 97px;
  border-color: transparent transparent rgba(255, 255, 255, 0.6) transparent;
}

.platinum-sponsors .label {
  color: #f7f7f7;
  display: block;
  font-size: .9em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;

  margin-bottom: 10px;
  padding: 5px 3px 0px 0;
}

.platinum-sponsors img {
  max-height: 102px;
  height: auto;
  max-width: 150px;
}

.platinum-sponsors img.logo-2 {
  width: 150px;
  margin-left: 20px;
}

/* compact view */
@media (max-width: 767px) {
  .section-intro { 
    background-position: center left; 
    min-height: 769px;
    padding-top: 105px;
  }

  .section-intro .intro-wrapper {
    position: relative;
    margin-bottom: 36px;

    height: 479px;
    width: 100%;
  }

  /* sponsors */
  /* - put div in full width */
  .section-intro .platinum-sponsors {
    position: relative;
    display: block;
    width: 100%;
    right: 0;

    text-align: center;
  }
  .platinum-sponsors .label { text-align: center; }
  /* - hide triangle */
  .platinum-sponsors .triangle { display: none; }
}

/* Agenda Table ***************************************************************/
.agenda-table th { line-height: 3em; }
.agenda-table tbody td { padding-top: 15px; padding-bottom: 15px; }

/* fix table colors */
.agenda-table tbody tr:nth-child(even) td { 
  background: #E7E7E7 !important;
  color: #00090D; 
}

.agenda-table tbody tr:nth-child(odd) td { 
  background: white !important;
  color: #00090D; 
}

/* company name */
.agenda-table .comp {
  display: block;
  margin-bottom: 5px !important;
  line-height: 1.7em;
}

/* highlight the session title */
.agenda-table tbody td:nth-child(3) { font-weight: bold; }

/* hide duration info on small screens */
@media (max-width: 34em) {
  .agenda-table th:nth-child(5),
  .agenda-table tbody td:nth-child(5) { display: none }
}

/* hide duration info on medium screens */
@media (max-width: 48em) { 
  .agenda-table th:nth-child(2),
  .agenda-table tbody td:nth-child(2) { display: none }
}

/* Venue **********************************************************************/
.vc_custom_1404268478395 {
  margin-bottom: 19px !important;
  padding-bottom: 15px !important;
}

/* Register Area ***************************************************************/
.wpb_row.register-container { 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.disclaimer-control input,
.disclaimer-control label {
  display: inline;
}

.disclaimer-control input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.disclaimer-control label {
  color: white;
  width: 95%;
}

/* Sponsors *******************************************************************/

.dt-partner .partner-item.platinum-sponsor img {
  width: 100%;
  max-width: 279px !important;
}

.col-half-offset { margin-left: 4.166666667%; }

.partner-item:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 200px;
}

.partner-item img {
  vertical-align: middle;
  display: inline-block;

  /* normalize image sizes */
  width: 100%;
  max-width: 200px !important;
}

.special-session-section .dt-section-head h2 { margin-bottom: 20px !important; }

.dt-partner .partner-item.border-right { border-top: none }

.dt-partner.gold-section .partner-item { margin: 0 }

.dt-partner.gold-section .second-row .partner-item { border-top: 1px solid rgba(0, 0, 0, 0.2) !important; }

@media (max-width: 768px and min-width: 425px) {
  .dt-partner .second-row .partner-item.border-right:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  }

  .dt-partner.gold-section .first-row .partner-item.border-right:nth-child(even) {
    border-right: none !important;
  }

  .dt-partner.gold-section .second-row .partner-item.border-right:nth-child(odd) {
    border-right: none !important;
  }
}

@media (max-width: 425px) {
  .dt-partner .partner-item.border-right {
    border-right: none !important;
    border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  }

  .dt-partner .grid:not(.second-row) .partner-item.border-right:first-child {
    border-top: none !important;
  }
}

@media (max-width: 34em) {
  .partner-item { text-align: center; }
}

/* Previous Edition Section ***************************************************/

.previous-container {
  position: relative;
  display: block;
  
  padding: 2em 0 0 0;

  margin: 0 !important;

  background-color: #222222;

  border-bottom: 2px solid #424242;
}

.previous-container h2 {
  color: white;
}

.previous-link-section {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.8em 0;
}

.previous-link-section a {
  color: white;
}

.previous-link-section a:hover {
  border-color: white;
}

/* Show poster when paused or stopped */
.video-js.vjs-paused .vjs-poster { display:none !important; }
.video-js.vjs-ended .vjs-poster { display:block !important; }

/* Footer *********************************************************************/

/* fix footer height and padding */
footer#footer {
  position: relative;
  padding: 20px 0;
  min-height: unset;
}

footer .footer-link-logo {
  display: block;
  text-align: center;
}

.footer-link-logo img {
  max-width: 100%;
  height: auto;
}
