body {
	background: #f2f5f8;
	color: #314d6d;
	font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Oxygen', sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #314d6d;
}
#header {
	width: 100%;
	background: #ffffff;
}
@media (max-width: 767px) {
	#header #logo {
		background: #ffffff url('../img/banner-mob.png') no-repeat;
		background-size: contain;
		background-position: center top;
		height:0;
		padding-bottom: 30%;
	}
	#header #logo-lower-bar {
		display: none;
	}
}
@media (min-width: 768px) {
	#header #logo {
		background: #ffffff url('../img/banner.png') no-repeat 0 50%;
		width: 1024px;
		height: 145px;
		margin: 0 auto;
	}
}

#header #grass {
        background: url('../img/grass.svg');
        width: 100%;
        height: 39px;
}


#header #logo-lower-bar {
	width: 100%;
	height: 30px;
	background: #8bdf8a;
}
#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: 'Oxygen';
	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;
}

div.logos .footer-content a img {
        max-height: 85px;
}
.footer #etopia-logo {
	width: 90%;
}
.fa {
	padding: 5px;
}
.arrival-details {
	line-height: 140%;
}
