/* TYPOGRAPHY ------------------------------------------------------------------*/


body {
  font-size: 16px;
  line-height: 22px;
  font-family:'Avenir LT W01 45 Book';
  color: #333;
  overflow-x: hidden;
}

p strong {
  font-family:'Avenir LT W01 85 Heavy';
  letter-spacing: -0.02em;
}


/* League gothic */

@font-face {
    font-family: 'league_gothicregular';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

h1, h2, h3, h5 {
  font-family: 'league_gothicregular';
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  -ms-font-smoothing: antialiased !important;
  -o-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

h2 {
  font-size: 56px;
  line-height: 1;
}

h3 {
  font-size: 40px;
}

h5 {
  font-size: 30px;
}

a,
a:hover,
a:focus {
  color: #e31e86;
}


/* icons */

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

.icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-hand:before {
	content: "\e600";
}

.icon-qmark:before {
	content: "\e601";
}

.icon-speaker:before {
	content: "\e602";
}

.icon-digibury:before {
	content: "\e603";
}

.icon-where:before {
	content: "\e604";
}

.icon-lbolt:before {
	content: "\e605";
}

.icon-rbolt:before {
	content: "\e606";
}

.icon-plan:before {
  content: "\e607";
}

.icon-sponsor:before {
  content: "\e608";
}

/* UNIVERSAL -------------------------------------------------------------------*/


.btn {
  color: #fff;
  font-size: 36px;
  padding: 5px 20px 1px;
  border: 1px solid #fff;
  font-family: 'league_gothicregular';
}

.btn:hover,
.btn:focus {
  color: #333;
  background: #fff;
}

.pink-btn {
  color: #e31e86;
  border: 1px solid #e31e86;
  background: #fff;
}

.pink-btn:hover,
.pink-btn:focus {
  color: #eee;
  background: #e31e86;
}

img,
iframe {
  width: 100%;
}



iframe.dig-video {
    width: 560px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    iframe.dig-video {
        width: 100%;
    }
}


.text-center {
  text-align: center;
}

.site-color {
  color: #e31e86;
}


/* HEADER ----------------------------------------------------------------------*/

/* Preheader */

.preheader {
  background: #fff;
  position: relative;
  z-index: 100;
}

.preheader .container {
  background: #e31e86;
}

.preheader h4,
.preheader h4 a {
  color: #fff;
  text-align: center;
}

.preheader h4 a {
  text-decoration: underline;
}

.preheader h4 a:hover,
.preheader h4 a:focus {
  color: #fff;
}



/* Logo */

.navbar-brand {
  background: url(../img/digibury-mobile-logo.png) 0 0 no-repeat;
  width: 150px;
  height: 69px;
  text-indent: -999px;
  overflow: hidden;
  margin: 10px 15px;
}

@media (min-width: 768px) {

  .navbar-brand {
    background: url(../img/digibury-ipad-logo.png) 0 0 no-repeat;
    width: 122px;
    height: 90px;
    margin: 10px 0px;
  }

}

@media (min-width: 992px) {

  .navbar-brand {
    background: url(../img/digibury-logo.png) 0 0 no-repeat;
    width: 193px;
    height: 142px;
  }

}




/* burger menu */

.button-wrapper {
  float: right;
  margin-top: 10px;
}

.navbar-toggle {
  float: none;
  border-radius: 0;
  margin-top: 0;
  background: #e31e86;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Navigation */

.navbar-default {
  background-color: #fff;
  border-bottom: #333 1px solid;
  -webkit-box-shadow: 0 1px 5px 5px rgba(00,00,00,0.1);
  -moz-box-shadow: 0 1px 5px 5px rgba(00,00,00,0.1);
  -ms-box-shadow: 0 1px 5px 5px rgba(00,00,00,0.1);
  -o-box-shadow: 0 1px 5px 5px rgba(00,00,00,0.1);
  box-shadow: 0 1px 5px 5px rgba(00,00,00,0.1);
  border-top: 0;
}

.navbar {
  margin-bottom: 0px;
}

.navbar-nav>li>a {
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-default .navbar-nav>li>a {
  color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  background-color: #e31e86;
}

.icon {
  font-size: 20px;
  padding-right: 10px;
}

@media (min-width: 768px) {

  .button-wrapper {
    display: none;
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-nav {
    float: right;
  }

  .nav span {
    display: block;
    text-align: center;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }

  .icon {
    font-size: 46px;
    padding-right: 0px;
  }

  .navbar-nav>li>a {
    font-size: 11px;
  }

  .nav>li>a {
    padding: 18px 7px;
  }

  .menu-item {
    margin-top: 8px;
  }

}


@media (min-width: 992px) {

  .navbar-nav {
    margin-top: 30px;
  }

  .navbar-nav>li>a {
    font-size: 12px;
  }

  .nav>li>a {
    padding: 10px 15px;
  }

}

@media (min-width: 1200px) {

  .navbar-nav {
    margin-top: 40px;
  }

  .navbar-nav>li>a {
    font-size: 14px;
  }

  .nav>li>a {
    padding: 10px 22px;
  }

}



/* Post header */

.post-header-wrapper {
  background: #e31e86;
  color: #fff;
  text-transform: uppercase;
}

.post-header-left img {
  width: auto;
  margin: 10px 0 5px;
}

.uni-title {
  margin-bottom: 5px !important;
}

.post-header-left h4 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.post-header-right {
  margin-top: 20px;
}

.post-header-right.deeson {
  margin-top: 10px;
}


.post-header-right .btn {
  margin-top: 5px;
}


.deeson-wrapper {
  background: #e52b26;
  color: #fff;
}

.deeson-wrapper h3 {
  margin-top: 10px;
}

/* 2015 ammends */
.deeson-wrapper h3.d-2015 {
    font-family: Avenir "Avenir LT W01 85 Heavy";
    font-size: 30px;
}


.deeson-wrapper img {
  width: auto;
}

.deeson-align {
  vertical-align: -1px;
}



@media (min-width: 768px) {

  .post-header-right .btn {
    margin: 0 0 0 10px;
  }

}


@media (min-width: 992px) {

  .post-header-right h4 {
    float: right;
  }

}






/* Wrappers --------------------------------------------------------------------*/

.grey-wrapper {
  background: #eee;
  padding: 40px 0;
}

.grey-wrapper.talks {
    padding: 20px 0;
}


.black-wrapper {
  background: #333;
  padding: 40px 0;
  color: #fff;
}

.white-wrapper {
  background: #fff;
  padding: 40px 0;
}




/* Side menu -------------------------------------------------------------------*/

.menu-position-wrapper {
  display: none;
  z-index: 1000;
}

@media (min-width: 768px) {

  .menu-position-wrapper {
    display: block;
    position: fixed;
    right: 0;
    top: 40%;
  }

  .menu-position {
    padding: 40px 30px 40px 10px;
    list-style: none outside none;
  }

  .menu-position li a {
    text-indent: -999px;
    overflow: hidden;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #e31e86;
    border-radius: 50%;
    margin: 10px 0;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(00,00,00,0.1);
    box-shadow: 1px 1px 1px 1px rgba(00,00,00,0.1);
  }

  .menu-position li a.active {
    background: #e31e86;
  }


}



/* ABOUT -----------------------------------------------------------------------*/

.bolt-bullet .icon {
  font-size: 20px;
  padding-right: 10px;
  float: left
}

.bolt-bullet p {
  margin: 0 0 5px;
}

.bullet-item {
  vertical-align: middle;
  overflow: hidden;
  display: block;
}

.robin img {
  display: inline-block;
  border-radius: 50%;
  width: auto;
}

.about-img-auto {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
}

.ani-logo {
  animation: animationFrames linear 1s;
  animation-iteration-count: 1;
  transform-origin: ;
  -webkit-animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: ;
  -moz-animation: animationFrames linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: ;
  -o-animation: animationFrames linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: ;
  -ms-animation: animationFrames linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: ;
}

@keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -moz-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -moz-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -moz-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -moz-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -moz-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -webkit-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -webkit-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -webkit-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -webkit-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -webkit-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -o-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -o-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -o-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -o-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -o-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -o-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
  15% {
    left:-25px;
    -ms-transform:  rotate(-5deg) ;
  }
  30% {
    left:20px;
    -ms-transform:  rotate(3deg) ;
  }
  45% {
    left:-15px;
    -ms-transform:  rotate(-3deg) ;
  }
  60% {
    left:10px;
    -ms-transform:  rotate(2deg) ;
  }
  75% {
    left:-5px;
    -ms-transform:  rotate(-1deg) ;
  }
  100% {
    left:0px;
    top:0px;
    opacity:1;
    -ms-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
}


@media (min-width: 410px) {

  .about-img-auto {
    width: auto;
    margin: 0 auto 20px;
  }

}

@media (min-width: 768px) {

  .about-padding {
    padding-top: 40px;
  }

  .robin img {
    width: 100%;
  }


}


/* Speaker ---------------------------------------------------------------------*/

.speaker-profile {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}

.speaker-profile h4,
.preheader h4,
.bio-position {
  text-transform: uppercase;
  font-size: 14px;
  font-family:'Avenir LT W01 85 Heavy';
}

.speaker-profile img {
  border-radius: 50%;
  width: 100%;
  max-width: 220px;
}

.sponsor-wrapper {
  padding-top: 40px;
}

.sponsors {
  padding: 20px 0;
}

.sponsors img {
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.sponsors img.regional-sponsor {
    margin-bottom: 20px;
}

.sponsors p {
  margin: 0;
}

.arts-logo {
  width: 100%;
}

.bio-modal-link {
  cursor: pointer;
}


.bio-modal-link>img {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.bio-modal-link>img:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}


@media (max-width: 360px) {

  .sponsors img {
    width: 100%;
  }
  .img-fixed img {
    width: auto;
  }
  .col-xxs-12 {
    width: 100%;
  }

}

@media (min-width: 420px) {

  .arts-logo {
    display: block;
    width: auto;
    margin: 0 auto;
  }

}


@media (max-width: 680px) {

  .col-xs-6-clear {
    clear: left;
  }

}


@media (min-width: 768px) {

  .speaker-profile>img {
    width: 100%;
  }

  .arts-logo {
    width: 100%;
  }

}


@media (min-width: 992px) {

  .sponsors img {
    width: auto;
  }

}

@media (min-width: 1200px) {

  .sponsors img {
    width: auto;
  }

}


/* Bio modals ---------------------------------------------------------------------*/

.modal-header {
  border-bottom: none;
}
.modal-body .speaker-profile img {
  max-width: 230px;
}
.modal-body .speaker-profile h4 {
  margin-top: 18px;
}
.speaker-profile-text {
  text-align: left;
}
.thread {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
/*.speaker-profile p {
  margin: 0;
}*/
.para-space p {
  margin-bottom: 10px;
}
.speaker-profile img.sponsor-bio {
  border-radius: 0;
}

/* Schedule ---------------------------------------------------------------------*/

.schedule-wrapper {
  margin-top: 45px;
}
.schedule-bg {
  background-color: #f0f0f0;
}
.main-schedule {
  background-color: #e0e0e0;
}
.main-schedule h4 {
  font-family:'Avenir LT W01 85 Heavy';
}
.main-schedule h3 {
  margin-top: 12px;
}
.schedule-lines p {
  border-bottom: solid 1px #ccc;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
p.no-border {
  border: none;
  margin-bottom: 12px;
}
p.main-talk {
  background-color: #e31e86;
  color: #fff;
  padding: 3px;
}
.sub-schedule>h3:first-child {
  margin-top: 12px;
}

.row-highlight {
  background-color: #e31e86;
  color: #fff;
}
.schedule-wrapper td p {
  margin-bottom: 0px;
}

@media (max-width: 360px) {

}

@media (min-width: 420px) {
}


@media (min-width: 768px) {
 .col-smlr-6 {
   width: 50%;
 }

}


@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}



/* FOOTER ----------------------------------------------------------------------*/

footer {
  background: #333;
  color: #fff;
  padding: 20px 0;
}

footer.d-2015 {
    background: #000;
    text-align: center;
}

footer.d-2015 .brand {
    display: inline-block;
    float: none;
}

{

}

.da-logo img {
  width: auto;
  padding: 20px 20px 0 0;
}

.da-logo {
  float: right;
}

.back-to-top {
  font-size: 50px;
  display: none;
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 2;
}

.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}

.back-to-top.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE 8 */
  filter: alpha(opacity=100);/* IE 5-7 */
  font-size: 30px;
}

.brand {
  background: url(../img/digibury-ipad-logo.png) 0 0 no-repeat;
  display: block;
  width: 122px;
  height: 90px;
  margin: 10px 0;
  text-indent: -999px;
  overflow: hidden;
  float: left;
}

.footer-tickets {
  padding-top: 20px;
}

.footer-tickets.d2015 {
    padding-top: 0px;
}

.footer-tickets h4 {
  float: left;
}

.footer-tickets.d2015 h4 {
    float: none;
}

.footer-tickets .btn {
  margin: 5px 0 0 10px;
}



@media (min-width: 768px) {

  .footer-tickets .btn {
    margin: 0 0 0 10px;
  }

  .da-logo {
  float: none;
  margin-left: 30px;
}



}


@media (min-width: 1400px) {
  .back-to-top {
    font-size: 50px;
    top: 30px;
    right: 15px;
  }
}







