
.speakers-all .btn {
	display: inline-block !important;
}
#LoadingImage img {
	width: auto;
}
.picture {
	background: rgba(0,0,0,.4);
}
.bottom-apply {
	padding: 0 0 50px 0;
}
.bottom-apply top {
	margin-bottom: 100px; 
}

.bottom-apply .apply hr,
.picture .caption hr {
	border-top-color: rgba(255,255,255,.5);
	width: 50%;
	margin: 25px 25%;
}
.bottom-apply h2,
.picture .caption h2 {
	line-height: 130%;
}
.picture {
	clear: both;
}
.inner {
	display: none;
}
.index-startups h3 {
	margin: 2em 0;
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
.index-startups {
	background-image: url(../img/startups.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	font-weight: bold;
	color: #fff;
}
.index-startups .lead {
	font-size: 24px !important;
	line-height: 130%;
	color: #fff;
	font-weight: bold;
}
.index-startups .btn {
	padding: .7em 1em;
	font-size: 18px;
}
.iframe-cntnr {
	border: 10px solid rgba(255,255,255,.5);
	display: inline-block;
}
iframe {
	border: 0;
	background: #000;
}

.table td {
	border-left: 1px solid #ddd;
}
.info {
	background-color: #f3f3f3;
	padding: 0;
}
.info .bottom {
	margin-top: 50px;
}
.info .section-title {
	margin: 0;
	padding: 30px 0;
}
form input.form-control,
form select.form-control,
form .form-control option {
	text-align: center;
}
#button2 {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 100%;
	text-align: right;
}
#button2 .touch {
	position: absolute;
	left: 45%;
}
.fa-pause {
	opacity: 0.3;
}
.fa-pause:hover {
	opacity: 0.7;
}

.picture .caption .lead {
	margin-bottom: .5em;
}
.picture .caption {
	position: relative;
	text-align: center;
}
.picture .caption form {
	margin: 1em 0 2em 0;
}
.picture .caption .lead {
	margin-bottom: .5em;
}
.picture .caption .lead small {
	display: block;
	font-weight:normal;
	margin-top: 2em;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
.picture .caption {
	margin-top: 150px;
	top: 0;
	padding-bottom: 50px;
}
.caption-more {
	margin: 200px 0 25px 0;
}
@media (max-width:992px){
	.picture .caption {
		margin-top: 150px;
		top: 0;
		padding-bottom: 50px;
	}
	.picture .caption form {
		margin: 1em 0 0 0;
	}
	
}
@media (max-width:767px){
	.picture p.lead {	
		font-size: 18px;
	}
}
  
section.about > .well  {
	background-image: url(../img/fg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}





section.caption {
	padding-top: 0;
}


/*! http://responsiveslides.com v1.55 by @viljamis */

.gallery {
	position: relative;
	color: #fff;
	background-color:#000;
}
.gallery .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 111;
}
.gallery .top {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 111;
}
.rslides-wrap {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides_caption { 
    display: block;
   bottom: 0;
   width: 100%;
   position: absolute;
    padding: 2em 1em 1em 1em;
	font-size: 1.4em;
	margin: 0;
    text-align: center;
    color: #fff;
	font-weight: bold;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
	text-shadow: 1px 1px 1px #000;
}
.rslides_caption > div {
	max-width: 48em;
	margin: 0 auto;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rslides_tabs {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.rslides_tabs li {
	display: inline;
	list-style: none;
	padding: 0;
	margin:0;
}
.rslides_tabs a {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 12px;
	margin: 0 3px;
	background: rgba(255,255,255,.7);
	text-indent: -100px;
	overflow: hidden;
}
.rslides_tabs .rslides_here a {
	width: 12px;
	height: 12px;
	margin-bottom: -3px;
	background: rgba(255,255,255,.7);
}
.rslides_nav {
	position: absolute;
	z-index: 999;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background: rgba(255,255,255,.6);
	padding: 5px 20px;
}
.rslides_nav:hover,
.rslides_nav:active,
.rslides_nav:focus {
	background: rgba(255,255,255,1) !important;
	text-decoration: none;
}

.rslides1_tabs {
	z-index: 10;
}



@media (max-width: 991px){
	.rslides_nav {
		padding: 10px 20px;
	}
}
@media (max-width: 767px){
	.rslides_nav {
		padding: 8px 16px;
	}
	.rslides_tabs {
		display: none;
	}
}
@media (max-width: 479px){
	.rslides_nav {
		padding: 5px 12px;
	}
	.rslides_tabs{
		display: none;
	}
	.rslides li {
		padding-bottom: 0;
	}
	.rslides img {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.rslides_caption  {
		font-size: 1em;
	}
	.flickr-gallery {
		margin: 0 15px;
	}
}

.rslides_nav.prev {
	left: 0;
}
.rslides_nav.next {
	right: 0px;
}


@media (min-width:992px) {
	.index-about {
		width: 90%;
		max-width: 1600px;
		margin: 0 auto;
	}
	.index-about .panel .btn {
		margin-top: 10px;
	}
}
.panel-accent  {
	border: 0
}
.panel-accent .panel-body {
	padding: 10px 30px;
	background-color: #fff;
}
.panel-accent .lead {
	text-transform: uppercase;
	margin: 1em 0;
	font-weight: bold;
	line-height: 110%;
}
.panel-accent .panel-footer {
	background-color: #ddd;
	border: 0;
	padding: 20px 30px;
}
.index-about {
	padding: 50px 0;
}
@media (max-width: 991px) {
	.panel-accent {
		margin: 0 auto 25px auto;
	}
	.panel-accent  .section-title {
		font-size:24px;
	}
}
.rslides {
	overflow: hidde;
}
.rslides li {
	width: 100%;
}
.rslides li img {
	width: auto !important;
	margin: 0 auto;
}
.rslides_nav:focus,
.rslides_nav{
	font-size: 1.8em;
	background: rgba(0,0,0,.15) !important;
	color: #fff !important;
}
.rslides_nav:hover {
	background: rgba(0,0,0,.55) !important;
	color: #fff !important;
}
.rslides_nav.prev {
	left: 5%;
}
.rslides_nav.next {
	right: 5%;
}
.rslides_caption {
	bottom: 5vh;
}
.rslides_caption > div {
	width: 36em;
}
@media (min-width:1600px) {
	.rslides_nav.prev {
		left: 100px;
	}
	.rslides_nav.next {
		right: 100px;
	}	
}
@media (max-width: 992px) {
	.rslides_caption > div	{
		max-width: 28em; 
	}
}
@media (max-width: 767px) {
	.rslides_caption > div	{
		max-width: 90%; 
		font-size: .8em;
	}
	.rslides_nav.next {
		right: 2%;
	}
	.rslides_caption {
		bottom: 2vh;
	}
}

/* Global */




.why {
	padding-top: 0;
	background-color: #f3f3f3;
}
.why h2.section-title {
	font-size: 200%;
}

/* Speakers */
.speakers hr {
	margin: 6px 5px 0 5px;
	width: auto;
	border-top: 2px solid #666;
}
.speakers .accent {
	border-radius: 3px;
	background-color: rgb(82,41,92);
	margin: 15px 5px 5px 5px;
	padding: 8px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
}
.speakers .speaker.block {
	margin: 5px;
	border-radius: 3px;
	overflow: hidden;
}

.speakers .speaker.block .caption {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.speakers .speaker.block .caption h3 {
    font-size: 18px;
    line-height: 110%;
	margin:0 0 5px 0;
}
.speakers .speaker.block .caption p {
    font-size: 13px;
	line-height: 110%;
	margin:0;
}
.speakers .speaker.block .caption h3 {
	font-size: 150%;
}
.speakers .speaker.block .caption p {
	font-size: 90%;
}
.features .container .section-title {
	z-index:2;
	position: relative;
	color: #fff;
	padding: 0 0 25px 0;
}


.picture .lead strong {
	font-size:160%;
	display:block;
	padding: 12px 0;
}
@media (max-width:479px) {
	.speakers .accent {
		display: none;
	}
	.speakers-old .col-lg-3 {
		display: none;
	}
	.speakers-old .col-lg-3:first-child {
		display: block;
	}
	.speaker {
		height: 400px;
	}
	.picture .caption {
		padding: 20px;
		margin: 100px auto 50px auto;
	}
	.picture .apply a,
	.picture .accent {
		font-size: 100%;
	}
	.picture .lead { 
		font-size: 120%;
	}
	.picture .lead strong {
		font-size: 120%;
	}
	.features {
		font-size: 125%;
	}
	.features .container {
		padding: 25px 0;
	}
}
.picture.dark {
	display: none;
}
@media (min-width: 1200px){
	.picture {
		min-height: 95vh;
	}
	.caption-more {
		margin:200px 0 0 0;
	}
	.picture h1 {
		font-size: 3.2em;
	}
}
@media (min-width: 1400px){
	.picture .caption {
		margin-top: 150px;
		padding: 0;
	}
	.caption-more {
		margin:300px 0 50px 0;
	}
}

.picture .caption {
	z-index: 2;
}
.picture .more {
	display: block !important;	
	z-index: 2;
}
.picture .btn-sound {
	display: none;
}
@media (max-width: 479px) {
	.picture .video {
		display: inline-block !important;
	}	
}
.picture.active .btn-sound {
	display: inline-block;
	border-radius: 3px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.picture .btn-sound:hover {
	color: #333;
	background-color: rgba(255,255,255,.9);
	border-color: rgba(255,255,255,.9);
}
.rslides_nav {
	position: absolute;
	font-size: 1.2em;
	top: 50%;
	margin-top: -40px; /* account for padding and border if not using box-sizing: border-box; */
}
.rslides_nav.prev {
	border-radius: 15px;
	margin-left: 15px;
}
.rslides_nav.next {
	border-radius: 15px;
	margin-right: 15px;
}
.rslides_nav:hover {
	background: rgba(0,0,0,1);
}
@media (max-width:991px) {
	.picture p.lead.date{
		font-size: 140%;
	}
}
.media-testimonials {
	background-color: #f3f3f3;
	padding: 75px 0;
}
.media-testimonials .section-title {
	color: #333;
	margin-bottom: 2em;
}
.media-testimonials blockquote {
	margin: 0 0 20px 0;
	border:0;
	padding: 0;
}
.media-testimonials .blockquote {
	background: #333;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.media-testimonials .blockquote.small {
	font-size: .9em;
}


#gallery-wrap,
body {
	background-size: cover;
}
@media (min-width:1200px) {
	.picture h1 {
		font-size: 3.2em;
	}
}
.picture p.lead.date {
	text-transform: none;
}
.partners-list {
	background: rgba(0,0,0,.6);
	padding: 50px 0;
}
.partners-list hr {
	margin: 75px 0;
}
.partners-list p.lead {
	font-size: 1.7em;
	color: #fff;
	margin: 3em 0;
}
.partners-list .partner,
.partners-list .col-md-4 .partner {
	background: #fff !important;
	margin: 0 0 20px 0 !important;
	max-width: 100% !important;
}
.partners-list .partner img,
.partners-list .col-md-4 .partner img {
	width: 70%;
	max-width: 180px;
	margin: 0 auto;
}
.partners-list .partner h4 {
	
}
.partners-list .partner h4.visible {
	display: block !important;
}

.partners-list .partner h4 {
	display: none !important;
}
.partners-list .partner h4.visible {
	margin:-20px 0 0 0 !important;
	padding-bottom: 20px !important;
	display: block !important;
	width:70%;
	position: relative;
	left: 15%;
	text-align: center;
	text-transform: none;
	line-height: 120%;
	color: #333;
}

/* highlighs */
.highlights {
	padding: 105px 0;
}
.highlights hr {
	margin: 50px 33%;
	width: 33%;
}
.highlights .section-title {
	font-size: 32px;
}
@media (max-width:991px) {
	.highlights {
		padding: 65px 0;
	}
	.highlights hr {
		margin: 20px 33%;
	}
	.highlights .section-title {
		font-size: 18px;
	}
}
/* Tickets */
.tickets {
	 background: rgb(82,41,92);
	 padding: 100px 0 0 0;
 }
 .tickets .top {
	margin-bottom: 100px;
 }
 .tickets .bottom {
	 margin-top: 100px;
 }
 .tickets .section-title {
	 color:#333;
 }
form.register {
	 width: 70%;
	 margin: 0 15%;
 }
.content .plan {
	position:relative;
	top:30px;
	margin-bottom: 30px;
	background:rgba(255,255,255,1);
	padding-top:40px;
	padding-bottom:40px;
	border-radius:7px;
	color:#777;
	box-shadow:5px 5px 0 rgba(0,0,0,0.05);
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.content .plan0 {
	color: #fff;
	font-weight: bold;
	background: none;
	box-shadow: none;
}
.content .plan:hover,
.content .plan:hover .text-success,
.content .plan:hover .text-danger,
.content .plan:hover .text-danger,
.content .plan:hover .text-warning {
	color: #fff;
}
.content .plan1:hover  {
	background:#3c763d;
}
.content .plan2:hover  {
	background:#c58e30;
}
.content .plan3:hover  {
	background:#777;
}
.content .plan4:hover  {
	background: #a94442;
}
.content .plan5:hover  {
	background: #337ab7;
}

.content .plan4 .text-warning {
	color: #3a1560;
}
.content .plan h2 {
	font-size:24px;
	font-weight:700;
	margin-bottom:0;
	text-transform:uppercase;
}


.content .plan p {
	margin-bottom:5px;
	font-weight:400;
}
.discounts {
	background-color: #eee;
}
.content .plan .icon {
	display:inline-block;
	margin-bottom:30px;
	width:120px;
	height:120px;
	border-radius:50%;
	font-size:48px;
	line-height:120px;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.content .plan .price {
	font-size:48px;
	font-weight:100;
	line-height:48px;
	margin:0;
}
.content .plan .price-small {
	margin-bottom:30px;
}
@media (min-width:992px) and (max-width:1199px) {
	.content .plan h2 {
		font-size: 20px;
	}
	.content .plan .price {
		font-size: 34px;
	}
}
.abel {
	font-family: 'Abel', sans-serif;
}

.tickets-info p  {
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.tickets .section-title,
.tickets {
	color:#fff;
}
.tickets .content .section-title {
	margin: 2em 0 1em 0;
	color: #E02E56;
}
.tickets .section-suntitle {
	color: #666;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: Roboto, Helvetica Neue, Tahoma, Arial, sans-serif;
}
.panel-inverse {
	background-color: transparent;
	background: rgba(0,0,0,.3);
	border:0;
	padding:0;
}
.panel-inverse .nav-pills a {
	color: #fff;
}
.discount-col {
	padding: 0 15%;
}
.panel-inverse .nav>li>a:hover, 
.panel-inverse .nav>li>a:focus,
.panel-inverse .nav-pills>li.active>a, 
.panel-inverse .nav-pills>li.active>a:hover, 
.panel-inverse .nav-pills>li.active>a:focus {
	background-color: #428bca !important;
}
.panel-inverse .nav>li>a.disabled,
.panel-inverse .nav>li>a.disabled:focus,
.panel-inverse .nav>li>a.disabled:hover {
	background-color: transparent !important;
	color: rgba(255,255,255,.3);
}
.panel-inverse ul {
	margin: 0;
}
.prices {
	padding: 100px 0;
	background: #fff;
	color: #333;
}
#eb .plan > h2,#eb .plan > p,#eb .plan > div,
#re .plan > h2,#re .plan > p,#re .plan > div,
#la .plan > h2,#la .plan > p,#la .plan > div,
#lc .plan > h2,#lc .plan > p,#lc .plan > div {
	opacity:.7;
}
.content .plan {
	margin-right: 5px;
}
.big {
	font-size: 72px;
	font-weight: bold;
	letter-spacing:-1px;
}

.alert-info {
	background-color: #31708f;
	color: #fff;
	border-radius: 15px;
	border: 0;
}
.plan label {
	margin-bottom: 0;
	font-weight: normal;
}

/* Video in header and other fixes */
.picture {
	height: 100vh;
	overflow: hidden;
	min-height: 0 !important;
}
@media (min-width: 1200px) {
	.picture h1 {
		font-size: 3em;
	}
	.picture p.lead.date {
		font-size: 180%;
	}
}
.picture .caption {
	width: 100%;
}
.picture .caption {
	height: 100vh;
}
.caption-title,
.caption-button,
.caption-more {
	border: ;
}
.caption-title {
	position: relative;
	top: 18vh;
	height: 20vh;
}
.caption-button {
	position: relative;
	top: 20vh;
	height: 15vh;
}
.caption-more {
	position: absolute;
	bottom: 5vh;
	margin: 0 auto;
	width: 100%;
}
.caption .panel {
	border-radius: 0;
	background: none;
	border: 0;
	color: #fff;
	margin: 0;
}
.caption .panel-body {
	padding: 0;
	line-height: 110%;
}
.picture .caption .caption-more .lead {
	font-weight: bold;
	font-size: 2.6em;
	white-space: nowrap;
}

.picture .caption {
	width:90%;
	max-width:1400px;
	margin: 0 auto;
}
@media (max-width:1199px) {
	.caption .panel-body {
		padding: 0 0 10px 0;
	}
}
@media (max-width:991px) {
	.caption-more {
		height: auto;
		font-size: 14px;
		bottom: 10vh;
	}
	.picture .caption .caption-more .lead {
		font-size: 1.8em;
	}
	.caption-title {
		top: 20vh;
	}
	.caption-button {
		top: 20vh;
	}
}
@media (max-width:767px) {
	.caption-title {
		top: 7vh;
	}
	.caption-button {
		top: 10vh;
	}
	.caption-more {
		bottom: 5vh;
	}
}
@media (max-width:479px) {
	.picture {
		min-height: 100vh;
	}
	.caption-more {
		max-width: 80vw;
		width: 80vw;
		bottom: 10vh;
	}
	.videos .panel {
		margin-top: 0;
	}
}

@media (orientation:landscape) and (max-width:767px) {
	.caption-title {
		top: 10vh;
	}
	.caption-button {
		top: 5vh;
	}
	.caption-more { 
	}
	section.about {
		margin-top: -5px;
	}
	.caption-more .col-sm-2 {
		width: 16.66666667%;
	}
}
@media (min-width:767px) {
	.caption-more {
		bottom: 10vh;
	}
	.caption-more .col-sm-2,
	.caption-more .col-md-4 {
		width: 14.25%; 
		margin-left: 0;
	}
}



@media(max-width:767px) {
	.navbar-collapse.in {
		padding: 0;
	}
	.at-share-dock.atss {
		margin-bottom: -50px;
		-webkit-transition: margin 1s; 
		transition: margin 1s;
	}
	.navbar-text {
		display: none;
	}
	
	.navbar-collapsed .navbar-text,
	.page-on-scroll  .navbar-text {
		display: block;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}
	.navbar-collapsed .navbar-default .navbar-toggle .icon-bar,
	.page-on-scroll .navbar-default .navbar-toggle .icon-bar { 
		background-color: #888;
	}
	.navbar-default {
		background: rgba(255,255,255,0);
		border-bottom-color: rgba(255,255,255,0);
		
		-webkit-transition: all .5s ease-out 0.1s;
		-moz-transition: all .5s ease-out 0.1s;
		-o-transition: all .5s ease-out 0.1s;
		transition: all .5s ease-out 0.1s;
	}
	.navbar-collapsed .navbar-default,
	.page-on-scroll .navbar-default {
		background: rgba(255,255,255,1);
		border-bottom-color: rgba(231,231,231,1);
	}
	.page-on-scroll .at-share-dock.atss {
		margin-bottom: 0px;
	}
}
.counter {
	position: fixed;
	bottom: 0;
	margin-bottom: -100px;
	-webkit-transition: margin 1s; 
	transition: margin 1s;
}
.page-on-scroll .counter {
	margin-bottom: 0; 
}
@media (max-width:479px) {
	.picture p.lead.date {
		font-size: 1.5em;
	}
}
@media (max-width:991px) {
	.page-on-scroll .counter {
		margin-bottom: 0px;
	}
}

.picture {
	background: rgba(0,0,0,.3);
}
.video-active .picture {
	background: rgba(0,0,0,.3);
}
