@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,300,300italic);
.picture {
	background: #000 url(../img/gallery.jpg) no-repeat center bottom;
	background-size: cover;
	position: relative;
}
.video .picture.active {
	background: rgba(20,53,120,.5);
} 
.picture .fa-spin {
	display: inline-block;
	color: rgba(255,255,255,.4);
	font-size: 32px;
	position: absolute;
	top:200px;
	left: 50%;
	margin-left: -15px;
}
.picture.active .fa-spin {
	display: none;
}
.video footer {
	background: rgba(0,0,0,.9);
}


.navbar-toggle {
	z-index: 11111111;
}
@media (max-width: 479px) {
	.navbar-text .navbar-caret {
		display: none !important;
	}
}



body {
	background: #000;
	color: #ccc;
	position: relative;
	background: #000 url(../img/events.jpg) fixed no-repeat center 50%;
}
h1,h2,h3 {
	font-weight: 100;
}
html, 
body {
	height: 100%;
}
/*#sf-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; 
	margin: 0 auto -400px;
}
/*#push {
	height: 400px;
}*/
body > footer {
	/*height: 400px;
	padding-top: 80px;
	background: #000 url(../img/events.jpg) fixed no-repeat center 50%;
	background-size: cover;*/
	position: relative;
	z-index: 100;
}
body:before { 
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px; 
}
* html #sf-wrapper {
	display:table;
	height:100%
}
img {
	max-width: 100%;
}
hr {
	border-top-color:#333;
}
.modal-content {
	border-radius: 0;

}
.btn,
.form-control {
	border-radius: 0;
	transition: background-color 0.5s ease;
}
.alert {
	padding: 5px 15px;
	text-align: left;
}

/* Header */
nav.navbar-nav {
	min-height: 70px;
}
#showevents {
	min-height: 74px;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	padding: 5px 0 0 10px;
}
.navbar-text .navbar-caret {
	padding: 7px 14px;
	cursor: pointer;
	display: inline-block;
	border-left: 1px solid #999;
	margin: 5px 0 0 10px;
}
.navbar-header .collapse-container {
	position: absolute;
	top: 100px;
	left: 0;
	width: 360px;
    background: rgba(35,100,160,.9);
}
@media (max-width:479px) {
	.navbar-header .collapse-container {
		width: 100%;
	}
}
#eventslist .list-group,
#eventslist .list-group a {
	border-radius: 0;
	background-color: transparent;
	margin: 0;
	border: 0;
}
#eventslist .list-group {
	background: rgba(35,100,160,.9);
}
#eventslist .list-group a {
	border-top: 1px solid rgba(255,255,255,.1);
}
#eventslist .list-group a.active,
#eventslist .list-group a:hover {
	background: rgba(0,0,0,.3);
}
.navbar-nav .navbar-brand {
    font-weight: 700;
	float: left;
	padding-top: 5px;
}
.navbar-nav .navbar-brand:focus {
    outline: 0;
}
.navbar-nav .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
	
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.navbar-nav .navbar-brand .navbar-toggle:focus,
.navbar-nav .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .nav > .open > a,
.navbar-nav .dropdown-menu {
	background-color: #4c4c4c;
	border:0;
	border-radius: 0;
}
.navbar-nav .dropdown-menu a {
	color: #fff;
	padding: 6px 16px;
}
.navbar-nav .dropdown-menu a:hover {
	background-color: #777 !important;
	color: #f5f5f5;
}
.navbar-nav .navbar-text {
	letter-spacing: 0;
	font-size: 90%;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-left: -5px;
}
.navbar-nav a {
    color: #fff;
}
.navbar-nav .nav li.active {
    outline: none;
    background-color: rgba(255,255,255,.3);
}
.navbar-nav .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-nav .nav li a:hover,
.navbar-nav .nav li a:focus,
.navbar-nav .nav li a.active {
    outline: 0;
	background-color: #4c4c4c;
}
.navbar-brand img {
	width: 260px;
	margin-top: 0;
}
.navbar {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	background-color: rgba(0,0,0,.6);
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}
.navbar-nav  .navbar-toggle {
	margin-top: 15px;
}
.navbar-nav  .navbar-toggle .icon-bar {
	background-color: #ccc;
}

.nav>li>a:hover, 
.nav>li>a:focus {
	background-color: #000 !important;
}
.navbar-nav .btn {
	border: 0;
}

@media (min-width: 768px) {
	.navbar-nav {
	}
}

@media (min-width: 992px) {

}
@media (max-width: 991px) {
	.navbar-nav {
		margin: 0;
	}
	.navbar-brand {
		padding-top: 0;
		
	}	
	.navbar-nav>li {
		position: relative;
		display: block;
	}
	.navbar-nav>li>a {
		position: relative;
		display: block;
		text-align: center !important;
		border-top: 1px solid #333;
		background-color: #000;
		z-index: 11111;
	}
	.navbar-nav.pull-right {
		float: none !important;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		height: auto;
		text-align: center !important;
	}
}
@media(max-width:767px) {
	.navbar-nav.pull-right {
		float: none !important;
	}

	.navbar-brand img {
		width: 200px;
	}
}
@media(min-width:768px) {
	.navbar-nav .navbar-text {
		font-size: 110%;
		margin-top: 5px;
		margin-left: 0;
		padding-left: 0;
		border:0;
	}
	.navbar-nav .navbar-brand {
		padding-top: 5px;
	}
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }
}
@media(min-width:992px) {
	.navbar {
		padding: 5px 0;
	}
	.navbar-brand img {
		width: 260px;
	}
	.navbar-nav .navbar-text {
		font-size: 110%;
		margin-top: 5px;
	}
	.navbar-nav .nav {
		margin-top: 10px;
	}
	.navbar-nav .nav li a {
		font-size: 100%;
	}	
}
@media(min-width:1280px) {
	.stats div {
		bottom: 32%;
	}
	.picture img {
		margin-top: 0;
	}
	.navbar-nav .navbar-text {
		font-size: 110%;
		margin-top: 5px;
		margin-left: 0px;
		opacity: .7;
	}
	.visible-lg-inline {
		display: inline-block !important;
		visibility: visible !important;
	}
}



section {
	position: relative;
	margin: 0;
}
section .target {
	margin-top: -120px;
	height:100px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.section-title {
	font-size: 42px;
	font-family: Roboto, Trebuchet MS, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	font-weight: bold;
}
@media (max-width: 991px) {
	.section-title {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.section-title {
		font-size: 32px;
	}
}
@media (max-width: 479px) {
	.section-title {
		font-size: 28px;
	}
}

.btn-danger {
	border-color: #E02E56;
	background-color: #E02E56;
}


section > .well {
	box-shadow: none;
	padding: 8em 4em;
	border: 0;
	background-color: #e3e3e3;
	margin: 0;
}

.well .section-title {
	font-size: 240%;
}

/* Popup iframe styles */
body.popup {
	padding: 0;
	height: auto;
	background-image: none;
	background-color: #fff;
	color: #333;
}
body.popup h2 {
	margin-top: 0;
	padding-top: 0;
}
body.popup .addthis_toolbox {
	height: 40px;
}
body.popup h2,
body.popup .lead {
	font-weight: normal;
}
body.popup img.pull-right {
	margin: 0 0 20px 20px;
	MAX-WIDTH: 240PX;
}
body.popup hr {
	border-top-color: #ddd;
}
.pointer {
	cursor: pointer;
}

/* Picture */
.picture {
	padding: 0px;
	position: relative;
	height: auto;
}

.picture .caption {
	color: #fff;
	max-width: 950px;
	margin: 0 auto;
	padding: 200px 0 100px 0;
}
.picture .more {
	padding-top: 72px;
}
.picture .more a {
	color: #fff;
	margin: 100px 0;
	font-size: 72px;
}

.picture h1 {
	font-family: Roboto, Trebuchet MS, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 58px;
	margin-bottom: .5em;
	line-height: 100%;
	text-shadow: 2px 2px 1px #000;
	text-transform: uppercase;
}
.picture p.lead {
	font-size: 21px;
	margin: 0 0 1.5em 0;
	font-family: Roboto, Trebuchet MS, sans-serif;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-weight: bold;
}
.picture .btn-danger {
	font-family: Roboto, Trebuchet MS, sans-serif;
	text-transform:uppercase;
	background-color: #E02E56;
}
.picture .btn-primary {
	text-transform:uppercase;
}
@media (max-width:1199px) {
	.navbar-collapse {
		max-height: 100%;
	}
	.navbar-collapse .dropdown-menu {
		display: block;
	}
	.navbar-collapse .dropdown-menu.pull-right {
		left: 0;
	}
}
@media (max-width: 1600px) {
	.picture h1 {
		font-size: 54px;
	}
	.picture p.lead {
		font-size: 21px;
	}
}
@media (max-width: 1366px) {
	.picture h1 {
		font-size: 50px;
	}
	.picture p.lead {
		font-size: 19px;
	}

}
@media (max-width: 1199px) {


}
@media (max-width: 991px) {
	.picture h1 {
		font-size: 44px;
	}
	.picture .caption {
		max-width: 80%;
		padding: 200px 10% 100px 10%;
	}
}
@media (max-width: 767px) {
	
	.picture h1 {
		font-size: 34px;
	}
	.picture p.lead {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.picture h1 {
		font-size: 28px;
	}
	.picture p.lead {
		font-size: 15px;
		font-weight: normal;
		margin: .5em 0 1em 0;
	}
}
.stats div {
	top: 100px;
}
@media(max-width: 479px) {
	.hidden-xxs {
		display: none;
	}	
	.visible-xxs {
		display: block !important;
	}
	.visible-xxs-inline {
		display: inline !important;
	}
}


/* two in one registration */
.registration {
	background-color: #0d4567;
	padding: 0 0 12em 0;
}
.registration .section-title {
	background-color: #042237;
	font-size: 32px;
	padding: 1.5em 20px;
	margin: 0 0 2em 0;
}
.registration .section-title  small {
	font-size: 60%;
	font-weight: 100;
	display: block;
	color: #fff;
	margin-top: .5em;
}
.registration p {
	font-size: 14px;
}
.registration p.lead {
	font-size: 21px;
}
.registration .btn-lg {
	padding: 1em 4em;
}

/* Testimonials */
.carousel-tm .carousel-caption {
	width: 35%;
	right: auto;
	top: 5%;
	left: 35%;
	bottom: auto;
	text-align: left;
}
@media (max-width:992px) {
	.carousel-tm .carousel-caption {
		left: 25%;
		width: 55%;
	}
}
.carousel-tm p {
	font-size: 22px;
	font-weight: 100;
}
.carousel-tm .caption-small p {
	font-size: 18px;
}
.carousel-tm .caption-small .fa {
	display: none;
}
.carousel-tm h4 + p {
	font-size: 15px;
	font-weight: 400;
}
.carousel-tm h4 {
	font-size: 24px;
	margin: 1em 0 0 0;
}
.carousel-tm .fa-quote-left {
	font-size: 48px;
	margin-bottom: 20px;
}
.carousel-tm .btn {
	position: absolute;
	left: 50%;
	top: 60%;
	margin: -1em 0 0 -13em;
}
.carousel-control .fa {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	font-size: 72px;
	opacity: 0;
}
.carousel-tm:hover .carousel-control .fa {
	opacity: .5;
}
.carousel-control:hover .fa {
	opacity: 1;
	color: #fff;
}
.carousel-control .fa-angle-left {
	right: 50%;
}
.carousel-control .fa-angle-right {
	left: 50%;
}



/*
.events {
	background: #fff;
	color: #333;
	padding: 6em 0 12em 0;
}
.events .section-title {
	margin: 0;
	padding: 0 0 2em 0;
	color: #E02E56;
}
.events .container-fluid {
	width:90%;
	margin: 0 5%;
}
.event .panel {
	box-shadow: none;
	margin:2px;
}
.event .panel,
.event .panel-body,
.event .panel-heading {
	color: #333;
	background: none;
	border: 0;
	padding: 0;
}
.event .panel {
	margin-bottom: 2px;
	padding-bottom: 0;
	position: relative;
}
.event .panel-heading {
	padding: 0px;
	width: 100%;
}
.event .panel-title {
	font-size: 21px;
	margin: 0;
	padding: 0;
	padding: .6em 1em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	min-height: 4em;
	background: rgba(216,30,66,1);
}
@media (max-width:767px) {
	.event .panel-title {
		margin-top: -4em;
		z-index: 2;
		position: relative;
	}
}
@media (max-width:479px) {
	.event .panel-title {
		margin-top: 0;
	}
}


.event .panel-title small {
	color: #fff;
	font-size: 80%;
	line-height: 120%;
	display: block;
}
.event p {
	margin: 0;
	padding: 0;
}
.event .panel img {
	width: 100%;
	max-width: 100%;
}
.events3 {
	padding-bottom: 7em;
}
.relative {
	position: relative;
}
.event-date {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	background-color: #E02E56;
	color: #fff;
	padding: 10px 20px;
	text-align: right;
	font-weight: bold;
}
.event-viral .event-date {
	background-color: #C7792D;
}
*/

/* Info */
.info {
	background-color: #fff;
	padding: 1em 0 8em 0;
	color: #333;
	font-size: 16px;
}
.info .section-title {
	padding: 2em 0;
}
@media (max-width:767px) {
	.info {
		background-color: #fff;
		padding: 1em 0 4em 0;
	}
	.info .section-title {
		padding: 1em 0 .5em 0;
	}
	.info img {
		margin-bottom: 40px;
	}
}

/* Brands */
.brands {
	padding: 6em 0 0 0;
	background-color: #fff;
	color: #333;
}
.brands img {
	margin: 50px 0;
	max-width: 100%;
	width:auto;
}

/* Partners */
.partners {
	padding: 6em 0 3em 0;
	background-color: #fff;
	color: #333;
}
.partners hr {
	border-top-color: #ddd;
	margin: -80px 0 80px 0;
}
.partners h2 {
	margin-bottom: 1em;
}
.partners h3 {
	padding-bottom: 1em;
	display: block;
	text-align: center;
	border-bottom: 2px solid #ddd;
}
.partners .row {
	margin-bottom: 50px;
}
.partners img {
	margin-bottom: 35px;
	width: auto;
}
@media (min-width:768px) {
	.partners .col-sm-4:nth-child(3n+1) {
		clear: none;
	}
}

/* Speakers */
.speakers .thumbnail {
	display: block;
}
.speaker {
	margin-bottom: 2em;
}
.speakers h3 {
	font-family: Roboto, Trebuchet MS, sans-serif;
	font-weight: 100;
}
.speakers .speaker p {
	margin: 0;
}
.speakers .speaker p strong {
	font-size: 130%;
	display: block;
}
.speaker-sm .caption {
	background-color: #333;
	color: #fff;
}
.speaker-sm {
	height: auto !important;
}
.speakers .speaker-sm p {
	font-size: 100%;
	color: #fff;
	opacity: .7;
}
.speakers .speaker-sm p strong {
	font-size: 110%;
	color: #fff;
	display: block;
	padding: 0 .5em;
}
@media(max-width: 767px) {
	.speakers h3{
		font-size: 24px;
		line-height: 130%;
	}
	.speaker br {
		display: none;
	}
}
@media(max-width: 480px) {
	.speaker {
		height: 320px;
	}
	.speakers h3{
		font-size: 21px;
	}
	.speaker p {
		font-size: 90%;
	}
	.speakers .speaker-sm h3{
		font-size: 17px;
	}
	.speakers .speaker-sm p {
		font-size: 80%;
	}
}
@media(min-width: 480px) {
}
@media(min-width: 768px) {
	.speakers h3{
		font-size: 21px;
	}
}
@media(min-width: 991px) {
	.speakers h3{
		font-size: 24px;
	}
}
@media(min-width: 1366px) {
	.speakers .speaker .thumbnail img {
		max-width: auto;
	}
	.speakers .speaker h3 {
		font-size: 28px;
	}
	.speakers .speaker-sm h3 {
		font-size: 21px;
	}
	.speakers .speaker p {
		font-size: 100%;
	}
}
.speakers {
	/*background: #000 url(../img/events.jpg) fixed no-repeat center center !important;
	background-size: contain;*/
	background:#fff;
	color: #333;
	text-align:center;
	padding: 3em 0 0 0;
}
@media (min-width: 992px) {
	.speakers {
		padding: 8em 0 0 0;
	}
}
.speakers .section-title  {
	margin-bottom: 1em;
	padding: 0 2em;
}
.speakers .thumbnail {
	background-color: transparent;
	padding: 0;
	border: 0;
	border-style: solid;
	margin-bottom: 0;
}
.speakers hr {
	border-top-color: #273b58;
}
.speakers img {
	width: 100%;
}
.speakers-sm h3,
.speakers-digital h3,
.speakers-tech h3,
.speakers-investors h3 {
	font-weight: 100;
	font-family: Roboto, Trebuchet MS, sans-serif;
}
.speakers-digital > h3,
.speakers-tech > h3,
.speakers-investors > h3 {
	padding: 1.5em 0 0 0;
	margin: 0;
	font-weight: bold;
}
.speakers .caption {
	padding: 1em 1em .5em 1em;
	margin-top: -5px;
	transition: background-color 0.5s ease;
}
.speakers-digital  > h3 {
	border-top: 1px solid #e02e56;
	color: #e02e56;
}
.speakers-digital .caption {
	background-color: #e02e56;
	color: #fff;
}
.speakers-digital .speaker.pointer:hover  .caption  {
	background-color: #b91439;
}
.speakers-tech  > h3 {
	border-top: 1px solid #237ca2;
	color: #237ca2;
}
.speakers-tech  .caption {
	background-color: #237ca2;
	color: #fff;
}
.speakers-tech .speaker.pointer:hover  .caption  {
	background-color: #1a6686;
}
.speakers-investors > h3 {
	border-top: 1px solid #438e48;
	color: #438e48;
}
.speakers-investors  .caption {
	background-color: #438e48;
	color: #fff;
}
.speakers .thumbnail img {
	width: 100%;
	-webkit-filter: grayscale(1);-webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	-webkit-transition: 1s -webkit-filter linear;
	-moz-transition: 1s -moz-filter linear;
	-o-transition: 1s -o-filter linear;
	transition: 1s filter linear;
}
.speakers .speaker:hover .thumbnail img {
	filter: none;
	-webkit-filter: grayscale(0%);
	-webkit-transition: 1s -webkit-filter linear;
	-moz-transition: 1s -moz-filter linear;
	-o-transition: 1s -o-filter linear;
	transition: 1s filter linear;
}

@media (max-width:1199px) {
	.speakers .img {
		font-size: 24px;
	}
	.speakers .img div {
		padding: 70px 30px 0 30px;
	}
}
@media (max-width:992px) {
	.speakers .img {
		font-size: 24px;
	}
	.speakers .img div {
		padding: 60px 30px 0 30px;
	}
}
@media (max-width:480px) {
	.speakers .img {
		font-size: 18px;
	}
	.speakers .img div {
		padding: 60px 20px 0 20px;
	}
}
.speakers .col-md-3 {
	text-align: center;
	padding-bottom: 3em;
}
.speakers h3 {
	margin: 0;
}
.investors p {
	color: #b5c0ee;
}
.speakers p.lead,
.investors p.lead {
	margin: 1em 0 2em 0;
}
.speakers .speaker h3 {
	margin-bottom: .3em;
}
a.speaker:hover,
a.speaker:focus,
a.speaker:active {
	text-decoration: none;
}

/* Modal speakers */
body.modal-open {
  overflow: inherit;
  padding-right: 0 !important;
}
.modal-speakers {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal-speakers .modal-dialog {
  position: fixed;
  left: 0;
  margin: 0;
  width: 50%;
  min-width: 768px;
  height: 100%;
  padding: 0;
}
.modal-speakers .modal-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  
  border-right: 2px solid #333;
  border-radius: 0;
  box-shadow: none;
}
.modal-speakers .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 49px;
  width: 99%;
  background-color: #fff;
  padding: 10px 30px;
  border: 0;
  border-bottom: 1px solid #eee;
}
.modal-speakers .modal-title {
  font-weight: 300;
  font-size: 1.2em;
  line-height: 30px;
  color: #333;
}
.modal-speakers .modal-body {
  position: fixed;
  top: 49px;
  bottom: 0px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding: 30px;
}
.popup {
	height: 100%;
	overflow: auto;
}
.iframe {
	min-height: 450px;
	height: 85vh;
	overflow: auto;
}
@media (max-width:767px){
	.modal-speakers .modal-title {
	  font-size: 1.6em;
	}
	
	.modal-speakers .modal-dialog {
		min-width: 0%;
		width:100%;
	}
	.popup img.pull-right {
		width: 50%;
	}
}
@media (max-width:479px){
	.modal-speakers .modal-title {
	  font-size: 1.2em;
	}
	.popup img.pull-right {
		width: 100% !important;
		float: none !important;
		max-width: 100% !important;
		margin-left: 0 !important;
	}
}

/* Social */
.socials {
	background-color: #ddd;
	padding: 8em 0 12em 0;
	color: #333;
}
.socials .section-title {
	margin-bottom: 2em;
}
.social-links a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
-webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); 
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}
.social-links a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

@media (max-width: 1199px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {

}
.facebook {
	background-color: #3c5a98;
}
.twitter {
	background-color: #00acee;
}
.linkedin {
	background-color: #0072b1;
}
.googleplus {
	background-color: #c0382a;
}
.youtube {
	background-color: #cd201f;
}




/* Location */
.location {
	color: #fff;
	position: relative;
}
.location .container-fluid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 8em 0 0 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
.location p.lead {
	font-size: 21px;
	font-weight: 100;
	font-family: Roboto, Trebuchet MS, sans-serif;
}
@media(max-width:1366px) {
	.location .container-fluid {
		padding: 4em 0 0 0;
	}
}
@media(max-width:1199px) {
	.location .container-fluid {
		padding: 2em 0 0 0;
	}
}
@media(max-width:767px) {
	.location .container-fluid {
		padding: 2em 5em 0 5em;
	}
}

/* Map */
.map {
	color: #fff;
	background-color: #000;
	padding: 8em 0;
}
.map .row {
	position: relative;
}
.map-caption {
	text-align: right;
}
.map .section-title {
	margin: 4em 0 1em 0;
}
@media (max-width:1199px) {
	.map .section-title {
		font-size: 32px;
	}
}
@media (max-width:991px) {
	.map {
		padding: 3em 0;
	}
	.map-caption .btn {
		margin-bottom: 4em;
	}
	.map-caption {
		text-align: center;
	}
	.map .section-title {
		margin: 1em 0;
	}
}
@media (max-width:767px) { 
	
}
/* Attendees */
.attendees-list {
	padding: 3em 0 5em 0;
	color: #333;
}

/* Counter */
@media (min-width:768px) {
	.counter {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}
}
.counter .btn {
	text-transform: uppercase;
}
.counter-content {
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 10000;
	font-size: 21px;
	position: relative;
	padding: 15px 20px;
	color: #333;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.35);

}
#countdown {
	display: inline-block;
	white-space: nowrap;
	margin:  0 8px;
	font-weight: bold;
}
@media(min-width:768px) {

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

}
.count {
	display: block;
	width: 36px;
	height: 36px;
	position: relative;
	left: 50%;
	margin: -44px 0 5px -15px;
	border: 1px solid #aaa;
	background-color: #fff;
	line-height: 36px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.at4-share-title {
	display: none;
}
.addthis-smartlayers, div#at4-share, div#at4-follow, div#at4-whatsnext, div#at4-thankyou {
	margin-top: 50px !important;
}


/* Row no gutter */
.row-no-gutter{
	margin-right: 0;
	margin-left: 0;
}
.row-no-gutter [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}


.sold-out {
	display: inline-block;
	color: #f00;
	border-top: 4px solid #f00;
	border-bottom: 4px solid #f00;
	padding: 4px 10px;
	margin: -8px 0 0 8px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}

/* Follow */
.follow {
	background-color: #eee;
	padding: 100px 0;
	color: #333;
}
.follow .section-title {
	text-transform: none;
	font-size:42px;
	line-height: 110%;
	color: #3276B1;
	font-weight: normal;
	margin-top: 1em;
}
.follow iframe {
	border:none; 
	overflow:hidden; 
	width: 100%; 
	height:260px;
}
@media (max-width: 767px){
	.col-sm-5,
	.follow .section-title, 
	.follow p {
		text-align: center;
	}
	.follow img {
		margin-left: 50px;
	}
}
@media (max-width: 991px){
	.follow img {
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.follow .section-title, 
	.follow p {
		text-align: right;
	}
}

/* Footer */
footer {
	padding: 2em 0 3em 0;
}
footer p.lead {
	font-size: 17px;
	margin: 0;
}
footer h3 {
	font-size: 15px;
	font-weight: bold;
	font-weight: 100;
	padding-bottom: .5em;
	text-transform: uppercase;
	font-family: Roboto, Trebuchet MS, sans-serif;
}
.footer-nav {
	padding: 30px 0;
}
.footer-nav h2 {
	font-size: 24px;
	margin: 0;
	padding: 0;
	color: #fff;
}
.footer-nav p {
	color:#fff;
	padding: 0 ;
	text-transform: uppercase;
}
.footer-nav ul {
	padding: 0;
	list-style-position: inside;
}

@media (min-width:768px) {
	footer {
		padding: 5em 0 6em 0;
	}
	footer h3 {
		
		padding-bottom: 2em;
	}
}
@media (max-width:767px) {
	footer .pull-left,
	footer .pull-right {
		float: none !important;
		text-align: center;
	}
	footer .col-md-5 {
		text-align: center;
	}
}

/* Mobile nav below 1200px */
@media (max-width: 1200px) {
    .navbar-nav {
		margin: 0 !important;
	}
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.navbar {
		background-color: rgba(0, 0, 0, 0.9);
	}
}


/* Skin colors */
.carousel-tm h4,
.carousel-tm .fa-quote-left,
.well .section-title {
	color: #428bca;
}
.navbar {
	background: rgba(35,100,160,.9);
}
.speakers .caption {
	background: rgb(35,100,160);
}




.picture .caption {
	padding-top: 300px;
}
.view-gallery {
	padding: 25px 0 50px 0;
	clear:both;
}
.picture hr {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,.3);
	width: 50%;
	margin: 50px 25%  0 25%;
}
.view-gallery p.lead {
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: none;
	text-align: center;
	margin: 0; 
	padding: 0;
}
.view-gallery p.lead .btn {
	font-weight: bold;
}

.events {
	background: #fff;
	color: #333;
	padding: 50px 0;
	margin-top: 127px;
}
.events hr {
	border-top-color: #ccc;
	margin: 50px 0 25px 0;
}
#events {
	color: #555;
	margin: 0;
}
#events h2.section-title {
	padding: 0 0 80px 0;
	font-size: 32px;
}
#events h4.section-title {
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 28px;
} 
#events .btn-default {
	background-color: #999;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	padding: 1em 2em;
}
#events .btn-default:hover {
	background-color: #9451bb;
}
.events ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 50px 0;
}
.events li {
	padding: 0;
	margin: 0;
	display: block;
	padding: 0;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-size: 17px;
	line-height: 125%;
	color: #333;
	background-color: #fff;
	clear: both;
	border-radius: 4px;
}

.events li small {
	font-weight:normal;
	display: block;
	font-size: 14px;
	line-height: 125%;
}
.events li small.text {
	font-size: 13px;
	margin-top: 5px;
	line-height: 135%;
}
.events li a:hover {
	text-decoration: none;
}
.events li .fa {
	margin: 0;
	display: block;
	width: 40px;
	float: left;
	font-size: 28px;
}
.events li span {
	display: block;
	padding: 0 25px 0 45px;
}
.events li.event1 small,
.events li.event2 small,
.events li.event3 small,
.events li.event4 small {
	color: #777;
}
@media (max-width:768px) {
	#events {
		text-align: center;
	}
	.events li {
		border-top: 1px solid #ddd;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
	}
}
.apply .btn-default {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.6);
	color: #fff;
	font-weight: bold;
}
.apply .btn-default:hover {
	background-color: rgba(255,255,255,.2);
	border: 1px solid rgba(255,255,255,1);
}

/* event 1 */
.events .event-title1,
.events li.event1 {
	color: #E02E56;
}

/* event 2 */
.events .event-title2,
.events li.event2 {
	color: #237CA2;
}

/* event 3 */
.events .event-title3,
.events li.event3 {
	color: #438E48;
}

/* event 4 */
.events .event-title4,
.events li.event4 {
	color: #9451bb;
}


@media (max-width:1199px) {
	.events {
		margin-top: 77px;
	}
}
@media (max-width: 991px) {
	.events li a {
		margin-bottom: 25px;
	}
	.events li br {
		display: none;
	}
	.events li .fa {
		margin: -5px 0 0 0;
	}
	.#events h4.section-title {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	#events li br {
		display: none;
	}
}
@media (max-width: 479px) {
	.navbar-nav img {
		width: 180px;
	}
}

.about {
	color: #333;
	background-color: #fff;
	padding: 100px 0;
}
.about .accent {
	margin: 1em 0 0 0;
}
.panel-accent  img {
	max-width: 33%;
}
.panel-accent .panel-body {
	padding: 40px 30px 30px 30px;
}
.panel-accent  .section-title {
	font-size:32px;
	margin: 25px 0;
	padding: 0;
}
@media (max-width: 991px) {
	.panel-accent {
		margin: 0 auto 25px auto;
	}
	.panel-accent  .section-title {
		font-size:24px;
	}
	.panel-accent  img {
		max-width: 50%;
	}
}
@media (max-width: 767px) {
	.panel-accent {
		max-width: 320px;
	}
}

@media (max-width:767px) {
	footer {
		background: rgba(0,0,0,.5);
	}
	.navbar-text .navbar-caret {
		margin-top: 0;
	}
}

/* Appbar */
nav.navbar-nav {
    min-height: 70px;
}
.navbar-header {
	height: 65px;
}
.appbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ddd;
	height: 30px;
	line-height: 30px;
	color: #333;
	border-radius: 2px !important;
	display:none;
}
.navbar {
	padding-top: 0px;
}