/* FOOTER */
.footer{
	background: #a50050;
	color: #fff;
}
.footer .col-xs-12, .footer [class^="col-"]{
	margin-bottom: 0;
}

/* PROGRAM */
.schedule__item--major{
	background: #0070c0;
}
.schedule__item--major .schedule__time, .schedule__item--major .schedule__desc{
	color: #fff;
}

.schedule__desc {
    display: table-cell;
    border-left: 1px solid #0070c0;
    padding: 10px 15px;
    border-top: 1px solid #0070c0;
}


.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #bdc3c7;
    border-top: 1px solid #0070c0;
    white-space: nowrap;
}

/* MEDIA */
@media(min-width: 768px){
	.w-img60 img{
		width: 60%;
	}
	.w-img55 img{
		width: 55%;
	}
	.w-img50 img{
		width: 50%;
	}
	.w-img45 img{
		width: 45%;
	}
	.w-img40 img{
		width: 40%;
	}
	.w-img25 img{
		width: 25%;
	}
	.w-img30 img{
		width: 30%;
	}
	.w-img20 img{
		width: 20%;
	}
	.w-img75 img{
		width: 75%;
	}
}