/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 300px;
    background: url('../images/Banner.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    /* text-shadow: 0 0 10px #000; */
    color: #2695BC;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.program ul {
    list-style: none;
    padding: 0;
}

.day_program {
    padding: 0px;
}

.day_program .amblock {
    border: 0;
}

.event {
    overflow: auto;
    margin-bottom: 10px;
	margin-top: 10px;
    background-color: #f8f8f8;
}

.sessiontitle
{
	margin-bottom: 5px;
	margin-top: 20px;
	color:#E9542A;
	font-weight:bold;
}

.program-space {
    
}

.program-oral-item {
    border-left: 10px solid #E9542A;
}

.program-pause-item {
    border-left: 10px solid #2695BC;
}

.program-workshop-item {
    border-left: 10px solid #2d8f66;
}


.program-oral-item p,.program-pause-item p,.program-workshop-item p,
.program-time p{
	margin: 10px 0 10px;
}

.footer {
    padding: 30px 0 20px 0 !important;
    background-color: #daf1ed !important;
}