@charset "utf-8";

body {
	background-color: #dfe8eb;
	font-family: 'georgia', serif;
}
h1, h2 {
	text-align: center;
}
h2 {
	font-size: 24px;
	margin: 40px 30px 50px 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
h3 {
	font-size: 18px;
	padding: 30px 50px;
	color: #666666;
	font-weight: normal;
}
.jumbotron {
	background-color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.grey-landing {
	background-color: #a5b8bf;
}
.grey-landing a {
	color: #000;
}
.logos-landing {
	padding: 50px 0px 10px 0px;
}
.container {
	background-color: #fff;
}
.page-header {
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.page-header h1 {
	background-image: url(../img/logo-header.png);
	height: 218px;
	width: 384px;
	text-indent: -9999px;
	margin: 0px auto;
	padding: 0px;
	background-size: 100%;
}
.margin-header {
	margin-bottom: 15px;
}
.bg-grey {
	background-color: #efefef;
}
.footer {
	background-color: #bccedb;
}
.footer h4 {
	padding: 20px 0px 20px 0px;
}
.footer h5 {
	padding-bottom: 20px;
}
.footer a {
	color: #666;
}
.row-calendar-height {
	height: 130px
}
/* Slider ---*/
.slider-wrap {
	position: relative;

}
.main-slider {
	margin: 0px auto;
	background-color: tomato;
}

.main-slider img {
	width: 100%;
}

.cycle-prev, .cycle-next {
	position: absolute;
	top: 0;
	width: 10%;
	opacity: 1;
	filter: alpha(opacity=0);
	z-index: 800;
	height: 100%;
	cursor: pointer;
}

.cycle-prev:hover, .cycle-next:hover {
    opacity: 0.7;
}

.cycle-prev {
	left: 0;
	background: url(../img/arrow-left.png) 0% 50% no-repeat;
}

.cycle-next {
	right: 0;
	background: url(../img/arrow-right.png) 100% 50% no-repeat;
}
.calendar {
	min-height: 104px;
	width: 100%;
	background-color: #c1cdd1;
	font-size: 18px;
	color: #336666;
	display: table;
	#position: relative;
	overflow: hidden;
}
.calendar em {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.bg-grey img {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bg-grey img {
		width: 100%;
	}
}

#audio {
	text-align: center!important;
    background-color: #dfdfdf;
}

#partituras {
	text-align: center;

}

#video {background-color: #fff; text-align: center;}

h4 {font-size: 18px; color: #000; margin-top: -10px!important; margin-bottom: 25px;}

object {width: 100%; max-width: 600px;}



@media (max-width: 767px) {#landing img {width: 100%!important;}}

