body {
	background: #f2f5f8;
	color: #314d6d;
	font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Oleo Script', sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #314d6d;
}
#header {
	width: 100%;
	background: #52616f url('../img/bg.jpg') repeat-x;
}
@media (max-width: 767px) {
	#header #logo {
		background: #52616f url('../img/banner-mob.jpg') no-repeat;
		background-size: contain;
		background-position: center top;
		height:0;
		padding-bottom: 57%;
	}
}
@media (min-width: 768px) {
	#header #logo {
		background: #52616f url('../img/banner.jpg') no-repeat -70px 0;
		width: 854px;
		height: 244px;
		margin: 0 auto;
	}
}
#header .navbar {
	background: #a2acb7;
	box-shadow: 0 0 10px #000000;
	border: 0;
	border-radius: 0;
	text-align: center;
}
#header .navbar-nav {
    display: inline-block;
    float:none;
}
#header .navbar-nav a {
	font-family: 'Oleo Script';
	font-size: 24px;
	color: white;
	text-shadow: 0px 2px 3px #555;
	text-decoration: none;
}
#header .navbar-nav > li {
	margin-top: 15px 15px 0 0;
	padding: 0;
}
#header .navbar-nav > .active > a {
	position: relative;
	background: #a2acb7;
	color: #314d6d;
	text-shadow: 0px 1px 3px #fff;
}
#header .navbar-nav > .active > a:after {
	top: 100%;
	border: solid transparent;
	border-color: rgba(162, 172, 183, 0);
	border-top-color: #a2acb7;
	border-width: 15px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	left: 50%;
	margin-left: -10px;
	margin-top: 4px;
	z-index: -1;
}
.schedule a {
	color: #314d6d;
	font-weight: bold;
}
.speaker-name {
	display: block;
}
.speaker-name a {
	font-weight: normal;
}
.schedule .talk {
	width: 85%;
}
.schedule .workshop {
	width: 85%;
}
.talk {
	background: #c2d5a0;
}
.talk:hover {
	background: #AFC090;
}
.talk:target {
	outline: none;
	animation: talk-anim 3s;
	-moz-animation: talk-anim 3s;
	-webkit-animation: talk-anim 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}
@keyframes talk-anim {
	0% {background: #c2d5a0;}
	50% {background: #889570;}
	100% {background: #c2d5a0;}
}
@-webkit-keyframes talk-anim {
	0% {background: #c2d5a0;}
	50% {background: #889570;}
	100% {background: #c2d5a0;}
}
@-moz-keyframes talk-anim {
	0% {background: #c2d5a0;}
	50% {background: #889570;}
	100% {background: #c2d5a0;}
}
.workshop {
	background: #e6afac;
}
.workshop:hover{
	background: #CF9E9B;
}
.workshop:target {
	outline: none;
	animation: workshop-anim 3s;
	-moz-animation: workshop-anim 3s;
	-webkit-animation: workshop-anim 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}
@keyframes workshop-anim {
	0% {background: #e6afac;}
	50% {background: #B88C8A;}
	100% {background: #e6afac;}
}
@-webkit-keyframes workshop-anim {
	0% {background: #e6afac;}
	50% {background: #B88C8A;}
	100% {background: #e6afac;}
}
@-moz-keyframes workshop-anim {
	0% {background: #e6afac;}
	50% {background: #B88C8A;}
	100% {background: #e6afac;}
}
.keynote {
	background: #bb8ca5;
}
.keynote:hover {
	background: #A87E94;
}
.keynote:target {
	outline: none;
	animation: keynote-anim 3s;
	-moz-animation: keynote-anim 3s;
	-webkit-animation: keynote-anim 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
}
@keyframes keynote-anim {
	0% {background: #bb8ca5;}
	50% {background: #967084;}
	100% {background: #bb8ca5;}
}
@-webkit-keyframes keynote-anim {
	0% {background: #bb8ca5;}
	50% {background: #967084;}
	100% {background: #bb8ca5;}
}
@-moz-keyframes keynote-anim {
	0% {background: #bb8ca5;}
	50% {background: #967084;}
	100% {background: #bb8ca5;}
}
.break {
	background: #b3b3b3; /* #85b28b; */
}
.time {
	white-space:nowrap;
}
.popover {
	max-width: 550px;
	width: auto;
}
.popover-title {
	font-family: 'Roboto' sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #314d6d;
	text-align: center;
}
.footer {
	border-top: 1px solid #314d6d;
	margin-top: 25px;
}
.footer-content {
	text-align: center;
}
.footer-content img {
	margin: 0 25px 25px 25px;
}