
.no-space {
  padding: 0;
  margin: 0; }

.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  overflow: hidden; }

.controls {
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s; }
  .controls label {
    display: block; }
  .controls input {
    display: block;
    width: 100%; }
  .controls:hover {
    opacity: 1; }

.plexus {
  background: transparent;
}

/* Countdown
================================================== */

.countdown > div {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.countdown div > span {
    line-height: 100%;
    font-size: 62px;
    font-weight: 700;
}

.countdown div > span {
    line-height: 100%;
    font-size: 62px;
    font-weight: 700;
}

.countdown .smalltext {
    top: 0;
    line-height: 100%;
    font-size: 24px;
}
.countdown > div.counter-day {
    color: #ee163a;
}
.countdown > div.counter-hour {
    color: #FFC107;
}
.countdown > div.counter-minute {
    color: #03A9F4;
}
.countdown > div.counter-second {
    color: #8BC34A;
}

/* Countdown col */


.countdown.countdown-col div > span {
	font-size: 48px;
}

.countdown.countdown-col .smalltext {
	font-size: 20px;
}

/* countdown-sm
================================================== */

.countdown-sm > div {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}
.countdown-sm div > span {
    line-height: 100%;
    font-size: 62px;
    font-weight: 700;
}

.countdown-sm div > span {
    line-height: 100%;
    font-size: 24px;
    font-weight: 700;
}

.countdown-sm .smalltext {
    top: 0;
    line-height: 100%;
    font-size: 18px;
}
.countdown-sm > div.counter-day {
    color: #ee163a;
}
.countdown-sm > div.counter-hour {
    color: #FFC107;
}
.countdown-sm > div.counter-minute {
    color: #03A9F4;
}
.countdown-sm > div.counter-second {
    color: #8BC34A;
}

/* countdown-sm col */


.countdown-sm.countdown-sm-col div > span {
	font-size: 48px;
}

.countdown-sm.countdown-sm-col .smalltext {
	font-size: 20px;
}


/* Schedule
================================================== */

.schedule-tab,
.schedule-content .container {
    max-width: 960px;
    margin: 0 auto;
}
.schedule-tab .nav-tabs {
    text-align: center;
    margin-bottom: 40px;
}
.schedule-tab .nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}
.schedule-tab .nav-tabs > li > a {
    color: #fff;
    background: #1c1c24;
    border-radius: 25px;
    padding: 13px 30px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.schedule-tab .nav-tabs > li.active > a {
    background: #ee163a;
    color: #fff;
}
/* Schedule listing */

.schedule-date {
    font-size: 24px;
    margin-bottom: 40px;
    color: #ee163a;
    text-align: center;
}
.schedule-listing {
    padding: 25px 40px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    position: relative;
    border-radius: 5px;
}
.schedule-listing.bg {
    background: #F7F7F7;
}
.schedule-slot-time {
    width: 20%;
    float: left;
    font-weight: 700;
}
.schedule-slot-info {
    width: 80%;
    display: inline-block;
}
.schedule-slot-info-content {
    margin-left: 100px;
}

.schedule-slot-speakers {
    width: 58px;
    height: 58px;
    border-radius: 5px;
    position: absolute;
    top: 15;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.schedule-slot-speaker-name {
    color: #ee163a;
    margin: 0;
    font-size: 16px;
}
.schedule-slot-title {
    margin: 5px 0;
    font-size: 20px;
}

