body {
	padding: 0;
	position: relative;
	color: #212121;
	font-family: "Noto Serif", serif;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
ul li {
	margin: 0;
}
.row {
	position: relative;
	height: 100%;
}
.row-eq-height {
	display: block;
}
.form-control,
.form-control:focus {
    color: #000;
}
.parallax {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left 20% center;
	background-size: cover;
	position: relative;
	height: 0;
	padding-bottom: 53.26%; /* 16:9 */
}
.parallax:not(header) {
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
	overflow: hidden;
}
.parallax:not(header) .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
[class^="sep-"] {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.sep-30 {
	margin-top: 30px;
}
header.parallax {
	height: 100vh;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0;
}
.affix {
	top:0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #f1f2f2 !important;
}
.affix ~ .container-fluid {
	position: relative;
	top: 60px;
	background: #fff;
	z-index: 1;
}
.nav {
	width: auto;
	padding: 0;
	font-family: "Open Sans",sans-serif;
}
.navbar {
	background-color: rgba(242, 242, 242, .95);
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	text-shadow: none;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.navbar.affix-top.up {
    position: absolute;
    top: auto;
    bottom: 0;
	left: 0;
    right: 0;
    z-index: 2;
}
.navbar.affix-top.down {
	position: absolute;
    top: calc(100% - 60px);
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.head-logo {
    padding: 15px;
}
.head-logo img {
	max-width: 250px;
	max-height: 70px;
}
.logo {
	width: 200px;
    height: 60px;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: center top 10px;
    background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.navbar-collapse {
    padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.03em;
    color: #212121;
    transition: all .3s ease;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #af1e23;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #f1f2f2;
    background-color: #af1e23;
}
.navbar-inverse .navbar-toggle {
	padding: 2px 12px;
	margin: 9.5px 15px;
	font-size: 2.5rem;
	border-color: #323031;
	width: auto;
	border-radius: 0;
}
.navbar-inverse .navbar-toggle img {
	filter: invert(100%);
}
.navbar-inverse .navbar-toggle:hover {
	color: #fff;
}
.navbar-inverse .navbar-toggle:hover img {
	filter: invert(0%);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle .icon-bar {
	transition: all .3s ease;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #af1f24;
    border-color: #af1f24;
}
.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse {
    border: none;
	box-shadow: none;
}
.tribute {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(calc(-50% - 37.5px));
	text-shadow: 2px 2px 5px #000;
}
.tribute h1 {
	font-size: 3.6em;
    font-weight: bold;
    font-family: "CentroSlab";
	margin: 0;
	color: #af1e24;
}
.tribute h2 {
	font-size: 1.8em;
	margin: 2vh 0 0;
}
section {
	padding: 30px 0;
}
section:not(.parallax) + section:not(.parallax) {
    padding-top: 0;
}
section .title {
	margin: 100px 0 50px;
}
section .title h2,
section .title h3 {
	margin: 0;
}
section > .container > .title h2 {
	font-size: 2.3em;
    color: #af1f24;
    font-weight: bold;
	font-family: "CentroSlab";
    margin-bottom: 10px;
}
section > .container > .title h3 {
	font-size: 1.6em;
	font-family: "Open Sans",sans-serif;
}
section .title h2 {
	font-size: 1.5em;
}
.col-xxs {
	width: 100%;
}
.col-xxs + .col-xxs {
	margin-top: 30px;
}
.post {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-color: #f2f2f2;
}
.post.big {
	background: none;
	margin-bottom: 30px;
}
.grid-2-1 .post.big {
	margin: 30px 0 0;
}
.post:not(.big) .img-wrapper {
    width: 45%;
	overflow: hidden;
}
.post .title-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45%;
    right: 0;
    color: #fff;
    padding: 15px;
    font-weight: normal;
    text-align: left;
    transition: all .3s ease;
}
.post .title-wrapper h2 {
	color: #111;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
 }
.post.big .title-wrapper {
    top: auto;
    transform: translateY(0);
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    background-color: rgba(242, 242, 242, .9);
}
.post.big .title-wrapper h2 {
	font-size: 1.3em;
	-webkit-line-clamp: 2;
}
.post .img {
	width: 100%;
	height: 100%;
	padding-bottom: 75%; /* 4:3 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	transition: all .5s ease;
}
.post:hover .img {
	transform: scale(1.1);
}
.capture {
	max-width: 50%;
    padding: .5em 1.5em 1em;
    margin-bottom: 30px;
    background: linear-gradient(#fff, rgba(255, 255, 255, .9));
    box-shadow: 0 0px 1em #000;
}
.capture .title {
    color: #af1f24;
    text-align: left;
    padding: 0;
    margin: 0 0 .5em;
    font-size: 1.2em;
    font-weight: bold;
	font-family: "CentroSlab";
}
.capture p {
	margin-bottom: 0;
    line-height: 20px;
}
footer {
	color: #f1f2f2;
	background-color: #231f20;
	padding: 15px 0;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	color: #af1e23;
	text-decoration: none;
}
.social {
    padding: 0;
    text-align: center;
    list-style: none;
    color: #fff;
}
header .social {
    float: none;
    margin: 20px 0;
}
footer .social {
    margin: 0;
}
.social li {
    display: inline-block;
    font-size: 2em;
    width: 1.5em;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
}
header .social li {
    font-size: 1.5em;
    width: 1.5em;
}
header .social li:hover {
    color: #af1f24;
}
footer .social li {
    font-size: 2em;
    width: 1.5em;
    color: #fff;
    margin: 0 15px;
}
footer .social li:hover {
    color: #af1f24;
}
a.more {
    color: #af1f24;
    background-color: #cc9abf;
    display: block;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin-bottom: 10rem;
    text-decoration: none;
    transition: all .3s ease;
}
a.more:hover {
    color: #fff;
    background-color: #af1f24;
}
.ened {
	margin-top: 15px;
}
.ened img {
    vertical-align: middle;
}
@media only screen and (min-width: 481px) {
	.tribute h1 {
		font-size: 5em;
	}
	.tribute h2 {
		font-size: 2.5em;
	}
	.col-xxs {
		width: 50%;
	}
	.col-xxs + .col-xxs {
		margin-top: 0;
	}/*

	section {
		padding: 5em 0;
	}
*/
	.post {
		background: none;
	}
	.post:not(.big) .img-wrapper {
	    width: 100%;
	}
	.post .title-wrapper {
	    top: auto;
	    transform: translateY(0);
	    bottom: 0;
	    left: 0;
	    text-align: center;
	    background-color: rgba(242, 242, 242, .9);
		padding: 10px;
	}
	.post.big .title-wrapper,
	.grid-1 .post .title-wrapper,
	.grid-1-1 .post .title-wrapper {
		padding: 15px;
	}
	.post .title-wrapper h2 {
		-webkit-line-clamp: 2;
	 }
	.post.big .title-wrapper h2,
	.grid-1 .post .title-wrapper h2,
	.grid-1-1 .post .title-wrapper h2,
	a.more {
		font-size: 1.5em;
	}
	.capture {
		max-width: 40%;
	}
}
@media only screen and (min-width: 768px) {
	.row-eq-height {
	    display: flex;
	}
	.tribute h1 {
		font-size: 6em;
	}
	.tribute h2 {
		font-size: 2.5em;
	}
	.post.big {
		margin-bottom: 0;
	}
	.post.big .img-wrapper {
	    height: 100%;
	}
	.capture {
		max-width: 30%;
	}
	.grid-1-2 .col-xxs,
	.grid-2-1 .col-xxs {
	    width: 100%;
	    height: calc(50% - 15px);
	}
	.grid-1-2 .col-xxs:first-child,
	.grid-2-1 .col-xxs:first-child {
	    margin-bottom: 30px;
	}
	.grid-2-1 .post.big {
		margin: 0;
	}
	.grid-1-2 .post:not(.big),
	.grid-2-1 .post:not(.big),
	.grid-1 .post.big {
	    position: relative;
	    overflow: hidden;
	    display: block;
	    height: 100%;
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
		background-color: #f2f2f2;
	}
	.grid-1-2 .post:not(.big) .img-wrapper,
	.grid-2-1 .post:not(.big) .img-wrapper,
	.grid-1 .post.big .img-wrapper {
	    width: 45%;
		height: 100%;
		overflow: hidden;
	}
	.grid-1-2 .post:not(.big) .title-wrapper,
	.grid-2-1 .post:not(.big) .title-wrapper,
	.grid-1 .post.big .title-wrapper {
	    top: 50%;
	    transform: translateY(-50%);
	    left: 45%;
	    bottom: auto;
	    text-align: left;
	    padding: 15px;
	}
	.grid-1 .post .title-wrapper h2 {
	    font-size: 1.1em;
	}
	.grid-1 .post.big .title-wrapper h2 {
	    font-size: 1.3em;
	}
	.grid-1-2 .post:not(.big) .title-wrapper h2,
	.grid-2-1 .post:not(.big) .title-wrapper h2 {
		-webkit-line-clamp: 4;
	}
	.grid-1-2 .post .img,
	.grid-2-1 .post .img,
	.grid-1 .post.big .img {
		width: 100%;
		height: 100%;
		padding-bottom: 75%; /* 4:3 */
	    background-repeat: no-repeat;
	    background-position: center center;
	    background-size: cover;
		transition: all .5s ease;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grid-1 .post .title-wrapper h2,
	.grid-1-1 .post .title-wrapper h2,
	.post.big .title-wrapper h2,
	a.more {
    	font-size: 1.3em;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 15px;
		max-height: 57vh;
		overflow-y: auto;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
@media only screen and (min-width: 992px) {
	.nav {
		margin-left: 235px;
	}
	.head-logo img {
		max-width: 520px;
	}
	header .social {
	    float: right;
	    margin: 14px 15px;
	}
	.grid-1 .post.big .title-wrapper h2 {
	    font-size: 1.5em;
	}
	.grid-1-2 .post:not(.big) .title-wrapper h2,
	.grid-2-1 .post:not(.big) .title-wrapper h2 {
	    font-size: 1.3em;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 1.2em;
		padding: 10px;
	}
	.parallax {
		background-attachment: fixed;
		padding: 0;
		height: 70vh;
	}
}