@font-face {
    font-family: "bebas_neueregular";
    src: url("../fonts/bebasneue-webfont.eot");
    src: url("../fonts/bebasneue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-webfont.woff2") format("woff2"), url("../fonts/bebasneue-webfont.woff") format("woff"), url("../fonts/bebasneue-webfont.ttf") format("truetype"), url("../fonts/bebasneue-webfont.svg#bebas_neueregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: "bebas_neuebold";
    src: url("../fonts/bebasneuebold-webfont.eot");
    src: url("../fonts/bebasneuebold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneuebold-webfont.woff2") format("woff2"), url("../fonts/bebasneuebold-webfont.woff") format("woff"), url("../fonts/bebasneuebold-webfont.ttf") format("truetype"), url("../fonts/bebasneuebold-webfont.svg#bebas_neuebold") format("svg");
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: "proxima_nova_regular";
    src: url("../fonts/proximanova-regular-webfont.eot");
    src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "proxima_nova_rgbold";
    src: url("../fonts/proximanova-bold-webfont.eot");
    src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'proxima_nova_regular', sans-serif;
    font-size: 14pt;
    overflow-x: hidden;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'bebas_neueregular', sans-serif;
}

.bgOverlay {
    background: rgba(0,0,0,0.4);
}

.full {
    width: 100%;
    float: left;
}

a.minStyleA {
  color: #000;
  transition: 0.2s all;
}

a.minStyleA:hover, a.minStyleA:active, a.minStyleA:focus, a.minStyleA:visited {
  text-decoration: none;
  color: #333;
}

.topicDesc {
  margin-top: 3px;
  text-align: center;
}

.topicDesc h2 {
  font-size: 2em;
}

.moreToCome {
  font-family: 'proxima_nova_regular', sans-serif;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  font-size: 2em;
}
.moreToComeBlack {
  font-family: 'proxima_nova_regular', sans-serif;
  color: rgba(0,0,0,0.7);
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  font-size: 2em;
}

.mainInfo {
    color: #fff;
    padding: 80px 0 170px 0;
    text-align: center;
}

.mainInfo h3 {
    font-size: 1.6em;
        margin-bottom: 0;
    color: rgba(255,255,255,.8);
}
.mainInfo h1 {
  margin-top: 0;
  font-size: 5.8em;
  font-family: 'bebas_neueregular', sans-serif;
  letter-spacing: -2px;
  color: #fff;
  line-height: .9em;
  margin: 22px 0;
}
.splashDesc {
  font-size: 1.2em;
  width: 90%;
  margin: 0 auto;
  display: block;
}

a.attendBtn {
  background: #e51937;
  color: #fff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-family: 'proxima_nova_regular', sans-serif;
  letter-spacing: 2px;
  font-size: 14pt;
  margin: 24pt auto 0 auto;
  display: block;
  width: 180px;
  text-align: center;
  transition: 0.2s all;
}
a.attendBtn:hover {
    text-decoration: none;
    /* background: #367891; */
    background: #000;
}

a.fullAgenda {
  background: #e51937;
  color: #fff;
  padding: 13px 10px;
  text-transform: uppercase;
  font-family: 'proxima_nova_regular', sans-serif;
  letter-spacing: 2px;
  font-size: 14pt;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.2s all;
}
a.fullAgenda:hover {
    text-decoration: none;
    /* background: #367891; */
    background: #000;
}


/*
.mainInfo h1, .mainInfo h3, .mainInfo p, a.attendBtn   {
    -webkit-animation: fadein 3s;
       -moz-animation: fadein 3s;
        -ms-animation: fadein 3s;
         -o-animation: fadein 3s;
            animation: fadein 3s;
} */

/* @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */




.speakers {
/*    background: #000;*/
    background: url(../images/new2018/speakersbg.jpg) center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.speakerDiv {
  position: relative;
  background: #000;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  min-height: 125px;
}
.speakers h1 {
    margin: 0 0 30px 0;
    font-size: 3em;
    text-align: center;
    color: #e6e6e6;
}

.aSpeaker {}
.aSpeaker h2 {
    float: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    transition: 0.2s all;
}

.aSpeaker p{
    float: left;
    width: 100%;
    margin: 0;
    color: #a9a9a9;
    font-size: .8em;
    text-transform: uppercase;
}

.aSpeaker:hover {
    cursor: pointer;
}

.aSpeaker:hover h2 {
    color: #e51937;
}

.padBotMd {
    padding-bottom: 30px;
}


.topics {
    padding: 80px 0;
    position: relative;
}
.topics h1 {
    margin: 0 0 10px 0;
    font-size: 3em;
    text-align: center;
    color: #000;
}
.topics h3 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #000;
}


a.viewAgenda {
    background: #000;
    color: #fff;
    padding: 9px 29px;
    text-transform: uppercase;
    font-family: 'proxima_nova_regular', sans-serif;
    letter-spacing: 2px;
    font-size: 14pt;
    margin: 24pt auto 0 auto;
    display: block;
    width: 360px;
    transition: 0.2s all;
    text-align: center;
}
a.viewAgenda:hover {
    text-decoration: none;
    background: #e51937;
}


.topics {
/*    background: #000;*/
    background: url(../images/new2018/topicsbg.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}


a.viewSpeakers {
    background: #fff;
    color: #000;
    padding: 9px 29px;
    text-transform: uppercase;
    font-family: 'proxima_nova_regular', sans-serif;
    letter-spacing: 2px;
    font-size: 14pt;
    margin: 24pt auto 0 auto;
    display: block;
    width: 360px;
    transition: 0.2s all;
    text-align: center;
}
a.viewSpeakers:hover {
    text-decoration: none;
    background: #e51937;
    color: #fff;
}


.footer {
    background: #000;
    padding: 75px 0;
}

.footerP {
    color: rgba(255,255,255,0.4);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.speakersTemp p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}
.agenda {
  /*    background: #000;*/
      background: url(../images/new2018/agendabg.jpg) center top;
      padding: 80px 0;
      background-size: cover;
      position: relative;
}
.agenda h1 {
      color: #fff;
      text-align: center;
}

.dayWrapper {
  background: rgba(255,255,255,.9);
  float: left;
  width: 100%;
  padding: 30px;
  margin-top: 22px;
  text-align: center;
  min-height: 500px;
  margin-bottom: 430px;
  position: relative;
}
p.buyBtnDayWrap {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 30px;
}
h2.day {
    margin: 0 0 10px 0;
    font-size: 2em;
}
h3.time {
    margin: 0 0 12px 0;
    font-size: 1.1em;
}
p.timeOfDay {
    margin: 20px 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.dayWrapper p {
    font-size: .85em;
    margin: 0 0 7px 0;
}
p.break {
    font-size: .8em;
    font-style: italic;
    color: #969696;
}
p.parties {
    color: #ff0400;
}
.location {
  /*    background: #000;*/
      background: url(../images/new2018/locationbg.jpg) center center;
      background-size: cover;
      position: relative;
}

.locationInfo {
    margin-top: 60px;
    color: #e6e6e6;
    float: left;
    width: 100%;
}

.locationInfo  h2 {
    font-size: 2.4em;
}
.locationInfo  h3 {
    font-size: 1.6em;
}
.locationInfo  p {
    font-size: 1.3em;
}

.social {
    text-align: center;
}
.social a {
    display: inline-block;
    margin: 0 3px;
}
.social i {
    color: rgba(255,255,255,0.4);
}

.address {
    margin-top: 20px;
}
.addressTitle {
    font-family: 'proxima_nova_regular', sans-serif;
}

.emailAdd {
    margin-top: 20px;
}

.attend {
    /* background: #367891; */
    background: #e51937;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}
.attend  h2 {
    font-size: 2.4em;
    letter-spacing: 1px;
}
a.largeAttend {
    background: #fff;
    color: #000;
    padding: 9px 29px;
    text-transform: uppercase;
    font-family: 'proxima_nova_regular', sans-serif;
    letter-spacing: 2px;
    font-size: 1.4em;
    margin: 24pt auto;
    display: block;
    width: 250px;
    text-align: center;
    transition: 0.2s all;
}
a.largeAttend:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.revealOnScroll {
    display: none;
}

.floatLeft {
  float: left;
}

/* Great Debate */

.greatDebate {
  background: url(../images/thegreatdebate/the-great-debate-BG-1920x1080.jpg) center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.pinkBg {
  background: #e51937;
  text-align: center;
  color: #fff;
  padding: 3px 0;
  transition: 0.2s all;
}
.pinkBg:hover, .pinkBg:active, .pinkBg:focus {
  background: #c10f29;
  color: #fff;
}
.greatDebate {
  text-transform: uppercase;
    margin-bottom: 0;
}
.watchItLive {
  text-transform: uppercase !important;
  font-size: 1.4em;
  margin-bottom: 0;
}
p.openingSession {
    margin: 3px 0;
    text-transform: uppercase !important;
}
.greatDebate p{
  text-transform: none;
}

h1.greatDebateTitle {
  font-size: 4em;
  padding-top: 40px;
  margin-bottom: 0;
}
h3.greatDebateSubTitle {
  font-family: 'proxima_nova_rgbold', sans-serif;
  margin: 6px 0 40px 0;
}
.mainDebateP {
  margin-bottom: 40px;
  margin-top: 30px;
}

.proCon {
  font-family: 'proxima_nova_rgbold', sans-serif;
  font-size: 1.4em;
  margin-bottom: 0;
}

.proConDesc {
  font-style: italic;
}

.debaterDesc {
  text-transform: uppercase !important;
  font-size: .9em;
}

.fixedNav {
  position: fixed;
  background: #e51a37;
  top: 74px;
  float: left;
  width: 100%;
  z-index: 999;
  /* box-shadow: 2px 2px 2px #b5152d; */
  border-bottom: 1px solid rgba(0,0,0,0.5);
}

.fixedNav a.scrollPg {
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-family: 'bebas_neueregular', sans-serif;
  font-size: 1.3em;
  transition: 0.2s all;
}

.fixedNav a.scrollPg:hover, .fixedNav a.scrollPg:focus, .fixedNav a.scrollPg:active {
  text-decoration: none;
  background: #b5152d;
}

.fixedNav .col-xs-4 {
  padding: 0;
}

@media (max-width: 992px) {
  .fixedNav {
    top: 60px;
  }
  .greatDebate {
    background: url(../images/thegreatdebate/the-great-debate-BG-1920x1080.jpg) left;
  }
}

@media (max-width: 1200px) {
  .dayWrapper {
    min-height: 570px;
  }
}
@media (max-width: 1100px) {
  .mapouter {
    display: none;
  }
  .locationInfo {
    text-align: center;
    margin-bottom: 60px;
  }
  a.attendBtn {
    float: none;
  }
}

@media (max-width: 870px) {
  .dayWrapper {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .dayWrapper {
    min-height: 520px;
    margin-bottom: 0;
  }
  .pinkFirst {
    background: #e51937 !important;
  }

  .mainInfo h1 {
      font-size: 3em;
      line-height: normal;
      padding: 0;
      letter-spacing: 0;
  }
    .mainInfo h3 {
      font-size: 1.3em;
    }
}



@media (min-width: 1200px) and (max-width: 1260px) {
  .dayWrapper {
        min-height: 572px !important;
  }
}
