@font-face {
    font-family: 'dincond-light';
    src: url('../webfonts/dincond-light-webfont.eot');
    src: url('../webfonts/dincond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/dincond-light-webfont.woff') format('woff'),
         url('../webfonts/dincond-light-webfont.ttf') format('truetype'),
         url('../webfonts/dincond-light-webfont.svg#dincond-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dincond-bold';
    src: url('../webfonts/dincond-bold-webfont.eot');
    src: url('../webfonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/dincond-bold-webfont.woff') format('woff'),
         url('../webfonts/dincond-bold-webfont.ttf') format('truetype'),
         url('../webfonts/dincond-bold-webfont.svg#dincond-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dincond-medium';
    src: url('../webfonts/dincond-medium-webfont.eot');
    src: url('../webfonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/dincond-medium-webfont.woff') format('woff'),
         url('../webfonts/dincond-medium-webfont.ttf') format('truetype'),
         url('../webfonts/dincond-medium-webfont.svg#dincond-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
  margin: 0;
  text-align: center;
  font-size: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #f60594;
}

a img {border: none; }

.btn {
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  -o-transition: background 100ms linear;
  -ms-transition: background 100ms linear;
  transition: background 100ms linear;
  cursor: pointer;
}

.innerShadow {
  -webkit-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.iosSlider {
    background: #000;
}


#header {
  padding: 25px 20px 0;
  text-align: center;
  background: #001f45;
}

#programLogo {
  position: absolute;
  top: 90px;
  left: 3%;
  width: 237px;
}

#sponsorLogo {
  position: absolute;
  top: 45px;
  right: 3%;
  width: 272px;
}

#titleShare {
  display: inline-block;
}

#title {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}

#social {
  color: #fed204;
  font-family: dincond-medium;
  -webkit-font-smoothing: antialiased;
  font-size: 2em;
  margin: 0 auto 6px;
  padding-bottom: 14px;
}

#social a.btn {
  color: #fed204;
  margin-left: 24px;
}

#social a.btn:hover {
  color: #ffffff;
}

#social div span {
  margin-bottom: 2px;
  margin-left: 22px;
  z-index: 2;
}

#multiArtist {
	width:100%;
}

.artist-hub {
	background: #fed204;
    border-radius: 5px 5px 0 0;
    color: #001f45;
    display: inline-block;
    font-family: dincond-medium;
    font-size: 2em;
    margin-right: 10px;
    padding: 15px 15px 15px 60px;
    position: relative;
    -webkit-box-shadow: 0 -5px 5px 0 rgba(03,0,0,.5);
	box-shadow: 0 -5px 5px 0 rgba(03,0,0,.5);
}

.artist-hub img {
	left: 8px;
    position: absolute;
    top: 7px;
    width: 40px;
}

#multiArtist a:last-child {
	margin: 0;
	}

.artist-hub.active,
.artist-hub:hover {
	background: #fff;
}
.responsiveHeight {
  height: 632px;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
  background: url(../img/bioBg.jpg);
}

.responsiveHeight > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.iosSlider .slider {
  width: 100%;
  height: 100%;
}

.iosSlider .slider .slide {
  float: left;
  width: 1134px;
  height: 100%;
  text-align: center;
}

.iosSlider .slider .slide img {
  width: 100%;
}

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

  .responsiveHeight {
    height: 0;
    padding: 0 0 56% 0;
  }

  .iosSlider .slider .slide img {
    height: 100%;
  }

}


  #dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    z-index: 1000;
    text-align: center;
  }

    .dot {
      width: 16px;
      height: 16px;
      margin: 0 8px;
      display: inline-block;
      background-color: #fff;
      border-radius: 8px;
      -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow:  0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    }

    .dot.active {
      background-color: #a9a9a9;
    }


  #navNext {
    font-family: dincond-medium;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -55px;
    color: #ffffff;
    font-size: 1.8em;

    /*width: 115px;*/
    padding-right: 60px;
    padding-left: 60px;
    height: 110px;
    line-height: 110px;

    /* W3C */
    display:box;
    box-pack:end;
    box-align:center;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:end;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:end;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:end;
    -webkit-box-align:center;


    z-index: 1000;
    background-color: rgb(255, 212, 1);
    background-color: rgba(255, 212, 1, 0.65);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd401, endColorstr=#ffd401);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd401, endColorstr=#ffd401)";

    background-image: url(../img/video_next.png);
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
    text-align: right;

    -webkit-box-shadow:  0px 3px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow:  0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  }

  #navNext:hover,
  #navPrev:hover {
    background-color: #c6aa20;
  }

  #navPrev {
    font-family: dincond-medium;
    position: absolute;
    background-color: rgb(255, 212, 1);
    background-color: rgba(255, 212, 1, 0.65);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd401, endColorstr=#ffd401);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd401, endColorstr=#ffd401)";
    left: 0;
    top: 50%;
    margin-top: -55px;
    width: 75px;
    height: 110px;
    z-index: 1000;
    background-image: url(../img/video_prev.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 0 5px 5px 0;

    -webkit-box-shadow:  0px 3px 10px 0px rgba(0, 0, 0, 0.4);
        box-shadow:  0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  }


.wrapper {
  margin: 0 auto;
  padding: 15px;
  display: table;
  max-width: 1300px;
}


#content {
  background: url(../img/bioBg.jpg);
  padding: 80px 0 0
  ;
  overflow: hidden;
}

  #content .bioImage {
    float: left;
    margin-right: 3em;
  }

  #content .bioImage .frame {
    border-radius: 50%;
    overflow: hidden;
  }

  #content .bioImage img {
    display: block;
    width: 100%;
  }

  #content .bio {
    max-width: 870px;
    text-align: left;
    padding-bottom: 60px;
    padding-right: 2%;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
  }

  #content .ad {
    margin-top: 1em;
    text-align: right;
    width: 300px;
    display: table-cell;
    vertical-align: top;
  }


  #content .socialBtns {
    float: left;
  }

  #content .bio h2 {
    font-family: dincond-light;
    text-transform: uppercase;
    margin: 0;
    font-size: 6em;
    color: #002247;
    font-weight: 100;
    letter-spacing: 0.04em;
  }

  .dropCap:first-letter {
    font-size: 3.2em;
    float: left;
    margin: 7px 3px 0 0;
    line-height: 0.8em;
    color: #001f45;
    font-family: dincond-light;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
  }

  #content .bio .hide {
    display: none;
  }

  #content .bio .readmore {
    text-transform: uppercase;
    color: #001f45;
    font-size: 0.94em;
    font-family: dincond-medium;
  }

  #content .bio .readmore:before {
    content: '...';
    color: #001f45;
    font-family: 'georgia', serif;
  }

  #content .bio .readmore:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  #content .bio p {
    float: left;
    /*display: none;*/
    font-family: 'georgia', serif;
    font-size: 1.7em;
    line-height: 1.6em;
    letter-spacing: 0.01em;
    color: #001f45;
  }

  #content .bio .btn {
    background: #c1a51a;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5d221), to(#c1a51a));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f5d221, #c1a51a);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f5d221, #c1a51a);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f5d221, #c1a51a);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f5d221, #c1a51a);
    color: #002247;
    line-height: 32px;
    border-radius: 6px;
    padding: 2px 0 0 10px;

    display: inline-block;
    margin-right: 12px;
    margin-bottom: 30px;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    font-family: dincond-bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e6dca7;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }

  #content .bio .btn:hover {
    cursor: pointer;
    background: #d7b91d;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5d221), to(#d7b91d));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f5d221, #d7b91d);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f5d221, #d7b91d);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f5d221, #d7b91d);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f5d221, #d7b91d);
  }

#content .bio .btn img {
  margin-left: 7px;
}

#footer {
  padding: 100px 0;
}

#footer h3 {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  font-size: 1em;
}
