/* Global
================================================== */

body {
	background: #000000;
	color: #f2f2f2;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 21px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	text-transform: uppercase;
	color: #ffffff;
	text-rendering: auto;
}
.title {
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
}
.title span {
	display: block;
	font-weight: 300;
	font-size: 24px;
	line-height: 26px;
	padding-top: 10px;
}
a:link, a:visited {
	color: #b294ff;
}
a:hover, a:focus {
	color: #b294ff;
}
.btn {
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	color: #f2f2f2;
	background-color: #b294ff;
}
a.btn {
	color: #f2f2f2 !important;
}
a.btn-link {
	color: #91be25 !important;
}
.btn:hover,
.btn:focus {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #f2f2f2;
	background-color: #97caea;
}
.btn-primary {
	background-color: #006dcc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0044cc;
}
.btn-primary:active, .btn-primary.active {
	background-color: #003399 \9;
}
.btn-warning {
	background-color: #faa732;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #f89406;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	background-color: #da4f49;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #bd362f;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	background-color: #5bb75b;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #51a351;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	background-color: #49afcd;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2f96b4;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	background-color: #363636;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
}
.btn-link {
	color: #91be25;
}
.btn-link:hover, .btn-link:focus {
	color: #91be25;
	background-color: transparent;
}
blockquote {
	font-family: 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
	color: #b294ff;
	padding: 0;
	border: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}
blockquote cite {
	display: block;
	color: #7a7a7a;
	font-weight: 300;
	margin-top: 8px;
}
blockquote cite:before {
	content: "\2014 \0020";
}
hr {
	border-color: #cfd5c3;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	margin-bottom: 50px;
}
.nobottom {
	margin-bottom: 0 !important;
}
.halfbottom {
	margin-bottom: 25px !important;
}
.expander {
	background: #2f2f2f;
	border: none;
	float: right;
	margin: 10px -20px 0 0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.expander:hover {
	background: #0090ec;
}
#toTop {
	background: #0090ec;
}
#toTop a {
	display: block;
	width: 28px;
	height: 30px;
	padding: 10px 0 0 12px;
}
input, select, textarea {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.well, .progress, .modal {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}


/* Layout
================================================== */

/* IE Warning */
#ie-warning {
	display: none;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* Header */
#header {
	width: 100%;
	position: absolute;
	color: #f2f2f2;
	z-index: 9999;
}

#header-logo {
	border-bottom: white 1px solid;
	border-left:  white 1px solid;
	padding-left: 4px;
	width: 215px;
}

#header-logo h1 { 
	margin: 5px 0px;
}

#header-nav {
	font-weight: 800;
	text-transform: uppercase;
}
#header-nav .navbar-inner  {
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	webkit-border-radius: 0;
	background: #56408f;
	filter: none;
	min-height: 60px;
	padding-top: 20px;
}
#header-nav .navbar .nav > li > a {
	color: #f2f2f2;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
#header-nav .navbar .nav > li > a:hover,
#header-nav .navbar .nav > li > a:focus {
	color: #b294ff;
}
#header-nav .navbar .nav > .active > a,
#header-nav .navbar .nav > .active > a:hover,
#header-nav .navbar .nav > .active > a:focus {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #b294ff !important;
}
#header-nav .nav-collapse .nav > li > a,
#header-nav .nav-collapse .dropdown-menu a {
	border-radius: 0;
}
#header-nav .navbar .btn-navbar {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	padding: 5px 0 0 0;
}
#header-nav .navbar .btn-navbar:hover {
	background: none;
	color: #2f2f2f;
}
#header-nav .navbar .btn-navbar i {
	margin-top: 4px;
	margin-right: 3px;
}
.container header {
	margin-bottom: 25px;
}

/* Hero */
#hero {
	background: #56408f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRiMzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZGRiMzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjY2Q5MTQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyN2UyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */
	background: -moz-linear-gradient(-45deg,  #9770fc 0%, #56408f 36%, #000000 61%, #56408f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#000000), color-stop(36%,#000000), color-stop(61%,#56408f), color-stop(100%,#56408f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* IE10+ */
	background: linear-gradient(135deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6998aa', endColorstr='#56408f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

	color: #f2f2f2;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	border-bottom: 10px solid #56408f;
}

#hero-slider, #hero-inner-page {
	padding-top: 130px;
	background: url('../img/dots.png');
}
.hero-shot {}
.hero-text {
	text-align: top right;
	padding-top: 20px;
}

.with-background {
	display: inline-block;
	width: 100%;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('../img/collage.jpg');
}

#hero .title {
	color: #56408f;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.5;
	opacity:0.8;
 	filter:alpha(opacity=50); /* For IE8 and earlier */
}

#hero .title > span {
	display: block;
	color: #1e1e1e;
	background-color: #f2f2f2;
	padding: 10px;
}

.padded {
	padding: 10px; !important;
}

#hero .intro {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 23px;
}
#hero-date {
	background: #1e1e1e;
	text-align: center;
	border-top: 10px solid #2f2f2f;
	padding: 20px 0 20px 0;
}
#hero-date h2 {
	font-size: 24px;
	line-height: 28px;
	color: #f2f2f2;
	margin: 0;
}
#hero-date h2 span {
	color: #3f3f3f;
	margin: 0 10px;
}
#countdown {
	font-size: 16px;
	line-height: 28px;
}
#countdown strong {
	font-weight: 800;
}
#countdown span {
	color: #9770fc;
}

/* About */
#about {
	padding-top: 50px;
}
#about-info {}
.about-info-box {
	padding-left: 80px;
}
.about-info-title {
	margin-left: -80px;
	margin-top: 0;
}
.about-info-icon {
	position: absolute;
	margin-left: -80px;
}
#about-info img {
	max-width: 100%;
	height: auto;
	box-shadow: 2px 2px 2px #888888;
}
#about-quote {
	padding-top: 50px;
	background: url('../img/cite.png') no-repeat top left;
}
#about-quote blockquote {
	margin: 0;
	text-align: center;
	padding: 0 5%;
}
#about-quote blockquote cite {
	margin-top: 25px;
}
#about-partners {}
#about-partners img {
	max-width: 100%;
	height: auto;
	opacity: 0.9;
	box-shadow: 10px 10px 5px #888888;
}
#about-partners img:hover {
	opacity: 1;
	box-shadow: 5px 5px 2px #888888;
}

/* Speakers */
#speakers {

	background: #56408f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRiMzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZGRiMzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjY2Q5MTQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyN2UyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */
	background: -moz-linear-gradient(-45deg,  #56408f 0%, #9770fc 36%, #000000 61%, #56408f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#000000), color-stop(36%,#000000), color-stop(61%,#56408f), color-stop(100%,#56408f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #56408f 0%,#9770fc 36%,#000000 61%,#56408f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #56408f 0%,#9770fc 36%,#000000 61%,#56408f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #56408f 0%,#9770fc 36%,#000000 61%,#56408f 100%); /* IE10+ */
	background: linear-gradient(135deg,  #56408f 0%,#9770fc 36%,#000000 61%,#56408f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56408f', endColorstr='#9770fc',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	border-top: 10px solid #2f2f2f;
	border-bottom: 10px solid #000000;
}
#speakers-inner {
	padding-top: 50px;
	background: url('../img/dots.png');
}
#speakers header {
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
#speakers header .title {
	color: #f2f2f2;
}
.speaker {
	color: #1e1e1e;
	background: #f2f2f2;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.speaker-photo {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 3px solid #6998aa;
}
.speaker-name {
	color: #1e1e1e;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.speaker-job {
	text-transform: uppercase;
	color: #54a7db;
}

/* Timetable */
#timetable {
	padding-top: 50px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
#timetable header {
	text-shadow: none;
}
#timetable-chronicle {
	background: url(../img/timeline-bg.png) repeat-y center;
}
.timetable-slot {
	background: #56408f;
	color: #f2f2f2;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
}
.timetable-day {
	text-align: center;
	margin-bottom: 20px;
}
.timetable-day span {
	display: inline-block;
	background: #4a4a4a;
	color: #f2f2f2;
	padding: 7px 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
#timetable-chronicle .row-fluid:last-child .timetable-slot {
	margin-bottom: 0;
}
.timetable-slot-time {
	display: inline-block;
	zoom:1; 
	*display:inline; 
	padding: 5px 8px 5px 8px;
	background: #2f2f2f;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
}
.indicator {}
.indicator .indicator-arrow {
	width: 10px;
	height: 10px;
	background: #91be25;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.indicator .indicator-dot {
	width: 6px;
	height: 6px;
	background: #cfd5c3;
	border: 2px solid #f2f2f2;
}
.indicator.right .indicator-arrow {
	float: right;
	margin-right: -35px;
}
.indicator.right .indicator-dot {
	float: right;
	margin-right: -50px;
}
.indicator.left .indicator-arrow {
	float: left;
	margin-left: -35px;
}
.indicator.left .indicator-dot {
	float: left;
	margin-left: -50px;
}

/* Venue */
#venue {
	background: #56408f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGRiMzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZGRiMzgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjY2Q5MTQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyN2UyYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); */
	background: -moz-linear-gradient(-45deg,  #9770fc 0%, #56408f 36%, #000000 61%, #56408f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#000000), color-stop(36%,#000000), color-stop(61%,#56408f), color-stop(100%,#56408f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* IE10+ */
	background: linear-gradient(135deg,  #9770fc 0%,#56408f 36%,#000000 61%,#56408f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6998aa', endColorstr='#56408f',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	
    color: #f2f2f2;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	border-top: 10px solid #2f2f2f;
	border-bottom: 10px solid #b294ff;
}
#venue-inner {
	padding-top: 50px;
	background: url('../img/dots.png');
}
#venue header .title {
	color: #f2f2f2;
}
#venue-map {
	margin-bottom: -6px;
}
#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom: -6px;
}
      
#venue-info {
	background: #1e1e1e;
	border-top: 10px solid #2f2f2f;
	padding: 35px 0 20px 0;
	font-size: 24px;
	line-height: 32px;
}
#venue-info address {
	line-height: 32px;
}

.venue-photo {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-bottom: 3px solid #54a7db;
}

/* Tickets */
#tickets {
	padding-top: 50px;
}

/* News */
#news {
	padding-top: 50px;
	background-color: #b294ff;
	color: #f2f2f2;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
	-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
#news header .title {
	color: #f2f2f2;
}
#news iframe {
	width: 100%;
}

/* Custom */
.custom {
	padding-top: 50px;
}

/* Footer */
#footer {
	padding-top: 50px;
	background: #1e1e1e;
	border-top: 10px solid #2f2f2f;

}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	color: #f2f2f2;
}


/* Media Queries
================================================== */

/* Higher or equal than 1200 */
@media only screen and (min-width: 1200px) {
	.title {
		font-size: 46px;
		line-height: 46px;
	}
	.title span {
		font-size: 34px;
		line-height: 36px;
	}
	.hero-text {
		padding-bottom: 200px;
		text-align: right;
		float: right;
	}
	.speaker, .timetable-slot {
		padding: 30px 30px 0 30px;
		margin-bottom: 30px;
	}
	.speaker button, .timetable-slot button {
		margin-right: -30px;
	}
	.timetable-day {
		margin-bottom: 30px;
	}
}

/* Smaller than 1200 */
@media only screen and (max-width: 1199px) {
	#hero-slider, #hero-inner-page {
		padding-top: 130px;
	}
	.indicator.right .indicator-arrow {
		margin-right: -23px;
	}
	.indicator.right .indicator-dot {
		margin-right: -35px;
	}
	.indicator.left .indicator-arrow {
		margin-left: -23px;
	}
	.indicator.left .indicator-dot {
		margin-left: -35px;
	}
}

/* Standard 960 to 1200 */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#hero .title {
		margin-bottom: 40px;
	}
	#hero .intro {
		margin-bottom: 40px;
	}
}

/* Higher or equal than standard 960 */
@media only screen and (min-width: 960px) {}

/* Smaller than standard 960 */
@media only screen and (max-width: 959px) {
	.title {
		font-size: 26px;
		line-height: 26px;
	}
	.title span {
		font-size: 20px;
		line-height: 20px;
	}
	.lead {
		font-size: inherit;
		line-height: inherit;
	}
	.indicator.right .indicator-arrow {
		margin-right: -23px;
	}
	.indicator.right .indicator-dot {
		margin-right: -35px;
	}
	.indicator.left .indicator-arrow {
		margin-left: -23px;
	}
	.indicator.left .indicator-dot {
		margin-left: -35px;
	}
	.hero-text {
		padding-top: 0;
	}
	#about-partners img {
		opacity: 1;
	}
	#venue-info, #venue-info address {
		font-size: 20px !important;
		line-height: 24px !important;
	}
}

/* Tablet Portrait size to standard 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#header-nav .navbar-inner  {
		min-height: 55px;
		padding-top: 10px;
	}
	#hero-slider, #hero-inner-page {
		padding-top: 90px;
	}
	#hero .title {
		margin-bottom: 25px;
	}
	#hero .intro {
		margin-bottom: 25px;
	}
}

/* Higher or equal than all mobile sizes */
@media only screen and (min-width: 768px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}
	#hero-slider, #hero-inner-page, #hero-date, #about, #speakers-inner, #timetable, #venue-inner, #tickets, #news, #footer, .custom {
		padding-left: 20px;
		padding-right: 20px;
	}
	#venue-map {
		margin-left: -20px;
		margin-right: -20px;
	}
	#venue-info {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#header {
		position: inherit;
		background: url('../img/dots.png');
	}
	
	#header-logo {
		text-align: center;
		border-bottom: white 1px solid;
		border-left:  white 1px solid;
		padding-right: 4px;
		width: 215px;
	}

	#header-logo h1 { 
		margin: 5px 0px;
	}

	#header-nav {
		height: auto;
	}
	#header-nav .navbar .btn-navbar {
		float: none;
	}
	#header-nav .navbar-inner  {
		min-height: 30px !important;
		padding: 0 0 10px 0;
	}
	#header-nav .navbar .nav > li > a {
		text-align: center;
	}
	#hero-slider, #hero-inner-page {
		padding-top: 0;
		padding-bottom: 20px;
		text-align: center;
	}
	#hero-inner-page {
		padding-bottom: 0;
	}
	.hero-shot img {
		width: 200px !important;
		height: auto !important;
		margin: auto;
	}

	#hero .title {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#hero .intro {
		margin-bottom: 20px;
	}
	#hero-date h2 {
		font-size: 16px;
		line-height: 23px;
	}
	#hero-date h2 span {
		margin: 0;
	}
	#countdown {
		font-size: 14px;
		line-height: 21px;
	}
	#about {
		padding-top: 20px;
	}
	#about-info > .row > div {
		margin-bottom: 25px;
	}
	#about-quote {
		padding-top: 25px;
		margin-bottom: 25px;
		background: none;
	}
	#about-quote > .row > div {
		margin-bottom: 25px;
	}
	#about-quote blockquote {
		padding: 0;
	}
	#about-partners {
		text-align: center;
		padding-bottom: 25px;
	}
	#about-partners .span1, #about-partners .span2, #about-partners .span3, #about-partners .span4, #about-partners .span5, #about-partners .span6, #about-partners .span7, #about-partners .span8, #about-partners .span9, #about-partners .span10, #about-partners .span11, #about-partners .span12 {
		margin-bottom: 5px;
	}
	#about-partners img {
		width: auto;
		height: auto;
	}
	#speakers-inner, #timetable, #venue-inner, #tickets, #news, #footer, .custom {
		padding-top: 25px;
	}
	#tickets > .container > .row > div,
	#news > .container > .row > div,
	#footer > .container > .row > div,
	.custom > .container > .row > div {
		margin-bottom: 25px;
	}
	#speakers-inner > .container > .row > .span12, #timetable > .container > .row > .span12 {
		margin-bottom: 25px;
	}
}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {}