html, body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
}

*{
	box-sizing: border-box;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Playfair Display', serif;
	font-weight: : 400;
	font-style: italic;
}



.clear{
	clear: both;
}



.btn{
	background: transparent;
	border-radius: 0;
	border: 1px solid #333;
	padding: 10px 20px;
	font-weight: 300;
	color: #333;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

.btn:hover{
	border-color: #444;
	background: transparent;
	color: #444;
	padding: 10px 20px;
	font-weight: 300;
}

.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus,
.btn:active {
	outline: none;
	background: transparent;
	box-shadow: none;
}

.btn:focus, .btn:active{
	border-color: #444;
	color: #444;
}

.btn-white{
	color: #fff;
	border-color: #fff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active{
	color: #fff;
	border-color: #fff;
}



header{
	min-height: 100vh;
	background: url(img/pantheum.jpg) right top no-repeat;
	background-size: cover;
	color: #fff;
}

header nav{
	padding-top: 15px;
}


header nav ul{
	padding: 0;
	padding-top: 5px;
}

header nav li{
	display: inline;
	list-style: none;
	margin-left: 15px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

header nav a, header nav a:hover, header nav a:active, header nav a:focus{
	color: #fff;
	text-decoration: none;
}

header .title-block{
	padding: 0 15px;
	padding-top: 21vh;
	line-height: 124%;
	font-size: 32px;
	text-align: center;
}

header .title-block h1{
	font-style: normal;
	font-size: 1em;	
	margin-bottom: 0;
}

header .title-block h1 > .pre-title{
	font-size: 0.65em;
}

header .title-block p.subtitle{
	font-family: 'Playfair Display', serif;
	font-weight: : 400;
	font-style: italic;
	text-align: center;
	font-size: 0.6em;
	margin-bottom: 0;
	line-height: 0.7em;
	margin-top: 19px;
}

header .title-block .btn{
	margin-top: 35px;
	font-size: 14px;
}

header blockquote{
	border: 0;
	max-width: 460px;
	font-size: 15px;
	position: absolute;
	bottom: 0;
}

@media (max-height: 550px){
	header blockquote{
		display: none;
	}
}

header blockquote p{
	font-family: 'Playfair Display', serif;
	font-style: italic;
}

header blockquote cite{
	font-style: normal;
}

main section{
	padding: 6vh 0;
}

main section.gray{
	background: #eee;
}

main h2{
	margin-bottom: 22px;
	margin-top: 40px;
	text-align: center;
	font-style: normal;
	font-size: 3em;
	margin-bottom: 50px;
}

h2 .subtitle{
	display: block;
	font-style: italic;
	font-size: .7em;
	margin-top: 10px;
	color: #555;

}

iframe{
	max-width: 100%;
}




#index{
	text-align: center;
}

#index h2{
	margin-bottom: 0px;
}

#index h3{
	margin-top: 35px;
}

#index a{
	color: #555;
}

#index ul{
	padding: 0;
}

#index li{
	list-style-type: none;
	margin-bottom: 20px;
}

#index p{
	margin: 0px;
}

.index-title{
	font-family: 'Playfair Display', serif;
	font-size: 1.1em;
}

.nomenklatura{
	padding-top: 60px;
	padding-bottom: 15px;
	color: #555;
}



#inauguratio .saludatio-videos{
	text-align: center;
}

#inauguratio .saludatio-videos h3{
	margin-top: 20px;
	margin-bottom: 30px;
}

#inauguratio .saludatio-videos p{
	color: #555;
	font-size: .9em;
}



.article{
	padding-top: 50px;
	padding-bottom: 30px;
}


.article img.profile{
	height: 80px;
	width: 80px;
	border-radius: 100%;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	transition: 0.3s;
	margin-right: 30px;
	display: block;
	margin-top: 20px;
}

.article:hover img.profile{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}


.article h3{
	margin-bottom: 50px;
	font-size: 32px;
}


.article h3 .author{
	display: block;
	font-size: 0.6em;
	margin-top: 0.47em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #666;
	font-style: normal;
}


img.albrecht{
	display: block;
	margin: auto;
	height: 180px;
	border-radius: 100%;
}

#albrecht{
	padding-top: 50px;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	margin-top: 60px;
}


h2.orationes{
	margin-bottom: 0;
}


.audiojs{
	width: 100%;
	max-width: 100%;
	background: transparent;
	border-bottom: 3px solid #ddd;
	border-radius: 0;
	box-shadow: none;
}

.audiojs .play-pause{
	padding: 4px;
	padding-left: 2px;
	width: 30px;
	border: 0;
}

.audiojs .scrubber{
	width: calc(100% - 136px);
	height: 4px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0;
	background: #ddd;
	border: 0;
	cursor: pointer;
	overflow: visible;
}

.audiojs .scrubber .progress{
	height: 4px;
	border-radius: 0;
	background: #0071BC;
	overflow: visible;
}

.audiojs .scrubber .progress::after{
	content: "";
	display: block;
	float: right;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	background:#0071BC;
	margin-top: -3px;
	border-radius: 100%;
}

.audiojs .scrubber .loaded{
	height: 4px;
	border-radius: 0;
	background: #d6d6d6;
}

.audiojs .time{
	width: 96px;
	padding: 0px;
	margin-left: 0;
	border-left: 0;
	text-align: center;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
}

.audiojs .time .played{
	color: #ccc;
}

.audiojs .time .duration{
	color: #ddd;
}






.audio-links{
	display: block;
	padding: 15px;
}

.audio-links li{
	list-style: none;
	text-align: center;
	display: block;
	padding: 0;
}

.audio-links a{
	padding-bottom: 6px;
	border-bottom: 3px solid #fff;
	color: #666;
	transition: 0.2s;
	text-decoration: none;
	display: block;
	width: 100%;
}

.audio-links a:hover{
	color: #555;
	border-bottom: 3px solid #ccc;
}






footer{
	background: #333;
	color: #fff;
	padding: 6vh 0;
	margin-top: 6vh;
}

.politburo img{
	height: 69px;
	padding: 15px 0;
}

@media (min-width: 768px) {
	header .title-block{
		font-size: 40px;
	}

	.article img.profile{
		float: left;
	}
}

@media (min-width: 992px) {
	header .title-block{
		font-size: 50px;
	}

	header .title-block p.subtitle{
		font-size: 0.5em;
	}
}

@media (min-width: 1200px) {
	header .title-block{
		font-size: 60px;
	}
}